/* Chosen CSS*/
div#appent_GeneratorStepsSection *{
    box-sizing: border-box;
}
#the-email-signature a{
    text-decoration: none;
}
#the-email-signature .primary_btn {
  border: 2px solid #ff6031 !important;
  border-radius: 12px;
  background: #ff6031;
  color: #fff !important;
}
#the-email-signature .outline_btn:focus,
#the-email-signature .outline_btn:hover {
  color: #ff264a;
  border-color: #ff264a;
}
#the-email-signature .primary_btn:focus,
#the-email-signature .primary_btn:hover,
#the-email-signature .primary_btn:focus,
#the-email-signature .primary_btn:hover {
  background: #ff450f;
  border-color: #ff450f;
  color: #fff;
}

#the-email-signature .chosen-container {
  width: 100% !important;
}
#the-email-signature .chosen-container-single .chosen-single {
  background: #fff;
  border: 1px solid #d5dee5;
  color: #324061 !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: normal;
  padding: 12px 15px;
  width: 100%;
  height: auto;
  box-shadow: none !important;
}
#the-email-signature .chosen-container-active.chosen-with-drop .chosen-single {
  background: none !important;
  border: 1px solid #d5dee5 !important;
  box-shadow: none !important;
}
#the-email-signature .chosen-container-single .chosen-single div {
  width: 30px !important;
  height: 100% !important;
}
#the-email-signature .chosen-container-single .chosen-single div b {
  background: none !important;
}
#the-email-signature .chosen-container-single .chosen-single div b:after {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  content: "";
  height: 7px;
  width: 7px;
  border: 1px solid #17274d;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#et-boc
  .et-l
  .chosen-container-single.chosen-with-drop
  .chosen-single
  div
  b:after {
  border-width: 2px 2px 0 0;
}
#the-email-signature .chosen-container-single .chosen-drop {
  border-color: #d5dee5;
  margin-top: 0;
  overflow: hidden;
}
#the-email-signature .chosen-container .chosen-drop .chosen-search {
  padding: 10px 15px;
}
#the-email-signature .chosen-container .chosen-drop .chosen-search input[type="text"] {
  padding: 10px 18px;
  background: url("../search-icon.html") no-repeat;
  background-position: right 10px center;
  border-radius: 4px;
}
#the-email-signature .chosen-container .chosen-drop .chosen-results {
  padding: 10px 0 !important;
  margin: 0 !important;
}
#the-email-signature .chosen-container .chosen-drop .chosen-results li {
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
  color: #324061;
  font-size: 16px;
}
#et-boc
  .et-l
  .chosen-container
  .chosen-drop
  .chosen-results
  li.result-selected {
  color: #000;
}
#the-email-signature .chosen-container .chosen-drop .chosen-results li.highlighted {
  background-color: #1f62ff;
  color: #fff;
}
#the-email-signature .chosen-icon .chosen-container .chosen-drop .chosen-results li {
  padding: 10px 15px 10px 50px;
}
#the-email-signature .chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
#the-email-signature .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
#the-email-signature .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
#the-email-signature .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
#the-email-signature .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
#the-email-signature .chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
#the-email-signature .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
#the-email-signature .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
#the-email-signature .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
#the-email-signature .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#the-email-signature .chosen-container * {
  box-sizing: border-box;
}
#the-email-signature .chosen-container .chosen-drop {
  position: absolute !important;
  top: 100% !important;
  z-index: 1010 !important;
  width: 100% !important;
  border: 1px solid #aaa !important;
  border-top: 0 !important;
  background: #fff !important;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15) !important;
  clip: rect(0, 0, 0, 0);
}
#the-email-signature .chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}
#the-email-signature .chosen-container a {
  cursor: pointer;
}
#the-email-signature .chosen-container .search-choice .group-name,
#the-email-signature .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
#the-email-signature .chosen-container .search-choice .group-name:after,
#the-email-signature .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
#the-email-signature .call-helpdesk [class*="col-"],
#the-email-signature .calling-block-rate [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
#the-email-signature .call-helpdesk .row-flex,
#the-email-signature .calling-block-rate .row-flex {
  margin-left: -15px;
  margin-right: -15px;
}
#the-email-signature .call-helpdesk p {
  margin-bottom: 10px !important;
  font-weight: 500;
}
#the-email-signature .calling-block-rate > .row-flex {
  justify-content: space-between;
}
#the-email-signature .call-rates-box .cost-of-number {
  margin-top: 0;
  text-align: center;
  width: 100%;
}
#the-email-signature .call-rates-box h6 {
  margin-bottom: 16px !important;
  padding-bottom: 0;
  text-align: center !important;
}
#the-email-signature .call-rates-box .row-flex + .row-flex {
  margin-top: 40px;
}
#the-email-signature .call-rates-box .cost-of-number span.detailed-pricing.-standard {
  color: #1f62ff;
  font-weight: 500;
  cursor: pointer;
}
#the-email-signature .chosen-container .chosen-drop .chosen-search input[type="text"] {
  width: 100%;
}

/* ===========================Email Signature Generator========================= */
#the-email-signature .GeneratorStepsSection {
  background: #6236ff;
  padding: 10px 40px;
  border-radius: 4px;
}
#the-email-signature .GeneratorStepsSection .stepsBar {
  display: flex;
  align-items: center;
}
#the-email-signature .GeneratorStepsSection .stepsBar .StepsText {
  display: flex;
  flex-grow: 3;
}
#the-email-signature .GeneratorStepsSection .stepsBar .StepsText h5 {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  line-height: 39px;
}
#the-email-signature .GeneratorStepsSection .stepsBar .Steps {
  color: #bbaeff;
  font-size: 20px;
  padding: 17px 80px;
  margin-right: 30px;
}
#the-email-signature .GeneratorStepsSection .stepsBar .Steps.active {
  color: #17274d;
  background: #fff;
  position: relative;
}
#the-email-signature .GeneratorStepsSection .stepsBar .Steps.active:before {
  position: absolute;
  right: -33px;
  top: 0;
  content: "";
  border-style: solid;
  border-width: 29px 0 28px 33px;
  border-color: transparent transparent transparent #fff;
}
#the-email-signature .GeneratorStepsSection .stepsBar .Steps.active:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-style: solid;
  border-width: 32px 0 33px 33px;
  border-color: transparent transparent transparent #6236ff;
}
#the-email-signature .GeneratorStepsSection .stepsBar .Steps.step1 {
  position: relative;
  z-index: 9;
  margin-right: 10px;
}
#the-email-signature .EmailGeneratorSection {
  display: flex;
  margin-top: 60px;
}
#the-email-signature .SignaturePreviewBox,
#the-email-signature .GenerateFormSection {
  display: flex !important;
  flex: 1;
  flex-direction: column;
}
#the-email-signature .GenerateFormSection {
  margin-right: 40px !important;
  align-self: flex-start;
}
#the-email-signature .GenerateFormSection ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
}
#the-email-signature .GenerateFormSection .resp-tabs-list li {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px;
  margin: 0 10px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
  color: #606d8a;
  background: none !important;
  position: relative;
  border: none !important;
  border-bottom: 2px solid transparent !important;
}
#the-email-signature .GenerateFormSection .resp-tabs-list .resp-tab-active {
  background: none !important;
  border: none !important;
  border-bottom: 2px solid #1f62ff !important;
  color: #1f62ff;
  margin-bottom: 0px !important;
}
#the-email-signature .GenerateFormSection .resp-tabs-list li.resp-tab-active {
  padding: 15px !important;
}
#the-email-signature .GenerateFormSection .resp-tabs-container {
  clear: left;
  z-index: 1;
  position: relative;
  display: block;
  width: 100%;
}
#the-email-signature .GenerateFormSection h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
#the-email-signature .GenerateFormSection .resp-tab-content {
  display: none;
  border: none;
  background: none;
  padding: 0;
}
#the-email-signature .GenerateFormSection .resp-tab-content .innerContent {
  padding: 30px 20px 10px 20px;
  background-color: #f7f9fc;
  border: 1px solid #e6eaf2;
}
#the-email-signature .GenerateFormSection .resp-tab-content .ClearAll {
  font-size: 14px;
  font-style: italic;
  margin-top: 18px;
  display: inline-block;
}
#the-email-signature .GenerateFormSection .resp-content-active,
.resp-accordion-active {
  display: block;
}
#the-email-signature .GenerateFormSection h2.resp-accordion {
  font-size: 14px;
  border: 1px solid #e6eaf2 !important;
  border-top: 0px solid #e6eaf2 !important;
  margin: 0px;
  padding: 10px 15px;
}
#the-email-signature .GenerateFormSection h2.resp-accordion:first-child {
  border-top: 1px solid #e6eaf2 !important;
}
#the-email-signature .GenerateFormSection h2.resp-accordion .resp-arrow {
  margin-top: 15px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #c1c1c1;
}
.et-db
  #et-boc
  .et-l
  .GenerateFormSection
  h2.resp-accordion.resp-tab-active
  span.resp-arrow {
  margin-top: 15px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: none;
  border-bottom: 7px solid #c1c1c1;
}
#the-email-signature .GenerateFormSection h2.resp-accordion.resp-tab-active {
  background: #e0e6f0 !important;
}
#the-email-signature .GenerateFormSection h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
#the-email-signature .GenerateFormSection h2.resp-accordion,
h2.resp-accordion {
  font-weight: 700;
  color: #000814;
}
#the-email-signature .GenerateFormSection .ClearAll-data {
  font-size: 13px;
  font-style: italic !important;
  margin-top: 15px;
  color: #344563;
}
#the-email-signature .GenerateFormSection h2.resp-accordion span.resp-arrow {
  width: 0;
  height: 0;
  float: right;
}

#the-email-signature .tabContent form {
  margin-bottom: 0;
}
#the-email-signature .GenerateFormSection .form ul {
  margin: 0 -9px;
  padding: 0;
}
#the-email-signature .GenerateFormSection .form ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0 9px;
  margin-bottom: 15px;
}
#the-email-signature .GenerateFormSection .form ul li.halfwidth {
  width: 50%;
  float: left;
}
#the-email-signature .GenerateFormSection .form label {
  color: #858fa6;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.et-db
  #et-boc
  .et-l
  .GenerateFormSection
  .chosen-container-single
  .chosen-single,
#the-email-signature .GenerateFormSection .form input,
#the-email-signature .GenerateFormSection .form textarea {
  color: #324061;
  font-size: 14px;
  width: 100%;
  background: #fff;
  border: 1px solid #e6eaf2 !important;
  padding: 6px 16px; /* height: 35px; */
  outline: 0 !important;
}
#the-email-signature .GenerateFormSection .chosen-search,
#the-email-signature .temp-selector .chosen-search,
#the-email-signature .actionButton .chosen-search {
  display: none;
}
/*.actionButton .theme-2,*/
#the-email-signature .actionButton .chosen-container {
  width: 250px !important;
}
#the-email-signature .GenerateFormSection .form input.error {
  border: 1px solid #ff0000;
}
#the-email-signature .GenerateFormSection .form div.selector {
  width: 100% !important;
  padding: 0;
  border: 1px solid #d5dee5;
  border-radius: 4px;
  line-height: normal;
  height: auto;
}
#the-email-signature .GenerateFormSection .form div.selector span {
  background: #fff;
  text-align: left;
  height: auto;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  padding: 12px 16px;
  border-radius: 5px;
  margin: 0;
  color: #08264c;
}
#the-email-signature .GenerateFormSection .form div.selector span:after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  font-weight: normal;
  font-size: 20px;
}
#the-email-signature .GenerateFormSection .form div.selector select {
  width: 100%;
  top: 16px;
  border: 1px solid #d5dee5;
  height: 0;
}
#the-email-signature .GenerateFormSection .form div.selector select option {
  padding: 10px 15px;
  color: #08264c;
  font-size: 16px;
}
#the-email-signature .GenerateFormSection .socialTab .form li {
  display: flex;
  align-items: center;
}
#the-email-signature .GenerateFormSection .socialTab .form li img {
  margin-right: 15px;
}
#the-email-signature .GenerateFormSection .form span.colour-select-patch {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: bottom;
  border-radius: 4px;
  width: 35px;
  height: 31px;
  background: #f7f9fc;
  border: 1px solid #e6eaf2;
  margin-top: 2px;
}
.et-db
  #et-boc
  .et-l
  .GenerateFormSection
  .chosen-container-single
  .chosen-single {
  border: 1px solid #e6eaf2;
  padding: 5px 16px !important;
  height: 35px;
}
#the-email-signature .GenerateFormSection .select-colour {
  display: flex;
  border: 1px solid #e6eaf2;
  border-radius: 4px;
  padding: 4px 5px 4px 10px;
  background: #fff;
}
#the-email-signature .GenerateFormSection .select-colour input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: none !important;
  padding: 0;
}
#the-email-signature .GenerateFormSection .resp-tabs-container .innerContent {
  display: inline-block;
  width: 100%;
}
#the-email-signature .GenerateFormSection .form ul li select, .actionButton select {
  width: 100%;
  border: 1px solid #e6eaf2 !important;
  border-radius: 4px;
  padding: 10.5px 5px 11.5px 10px;
  background: #fff;
  font-size: 14px;
  outline:  0 !important;
}
#the-email-signature .cp-color-picker {
  background: #f7f9fc !important;
  border: 1px solid #e6eaf2 !important;
}
/* Signature Preview Section CSS */
#the-email-signature .SignaturePreviewBox {
  align-self: stretch;
}
#the-email-signature .SignaturePreviewBox .title {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  font-size: 16px;
  background: #182c57;
  padding: 14px 18px;
  display: block;
  width: 100%;
}
#the-email-signature .SignaturePreviewInnerBox {
  border-radius: 4px;
  border: 1px solid #e9edf4;
  margin-bottom: 30px;
}
#the-email-signature .SignaturePreviewBox .actionButton {
  display: flex;
  justify-content: flex-end;
}
#the-email-signature .SignaturePreviewBox .actionButton .theme-2 {
  width: 260px;
}
.et-db
  #et-boc
  .et-l
  .SignaturePreviewBox
  .actionButton
  .theme-2
  div.selector
  select
  option {
  padding: 10px 15px;
  color: #08264c;
  font-size: 16px;
}
.et-db
  #et-boc
  .et-l
  .SignaturePreviewBox
  .actionButton
  .theme-2
  div.selector
  span:after {
  position: absolute;
  content: "\f107";
  font-family: "FontAwesome";
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  font-weight: normal;
  font-size: 20px;
}
#the-email-signature .actionButton div.selector {
  width: 100% !important;
}
#the-email-signature  .actionButton .button.button-blue {
  margin-left: 15px;
  padding: 13px 22px !important;
  color: #fff;
  border-radius: 32px;
  line-height: 24px !important;
  border: 2px solid !important;
}
#the-email-signature  .emailTemplate {
  padding: 30px 20px;
}
#the-email-signature .emailTemplate table,
#the-email-signature .emailTemplate table tr,
#the-email-signature .emailTemplate table td {
  border: none;
}
#the-email-signature .emailTemplate table td {
  padding: 0;
  line-height: normal;
}
#the-email-signature .GenerateFormSection .innerContent {
  border-radius: 4px;
  background-color: #f7f9fc;
  border: 1px solid #e6eaf2;
}
#the-email-signature .GenerateFormSection .innerContent .CodeSection {
  padding: 30px 20px;
  background: #f7f9fc;
}
#the-email-signature .GenerateFormSection .innerContent .CodeSection .title {
  color: #6236ff;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: normal;
  font-weight: 500;
}
#the-email-signature .GenerateFormSection .innerContent .CodeSection p {
  color: #858fa6 !important;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 20px !important;
}
#the-email-signature .GenerateFormSection .innerContent .CodeSection .codeBox {
  height: 150px;
  overflow: auto;
  background: #fff;
  border: 1px solid #d5dee5;
  border-radius: 4px;
  padding: 10px 6px 0 15px;
  line-height: 22px;
  font-size: 13px;
}
.et-db
  #et-boc
  .et-l
  .GenerateFormSection
  .innerContent
  .CodeSection
  .codeBox
  pre {
  border: none;
  background: #fff;
}
#the-email-signature .GenerateFormSection .innerContent .InfoContent {
  padding: 40px 30px;
  background: #fff;
}
.et-db
  #et-boc
  .et-l
  .GenerateFormSection
  .innerContent
  .InfoContent
  p:last-child {
  margin-bottom: 0;
}
#the-email-signature .GenerateFormSection input,
#the-email-signature .GenerateFormSection select,
#the-email-signature .GenerateFormSection textarea {
  padding: 8px 16px;
}
#the-email-signature .hidesection,
#the-email-signature .hidesection .GenerateFormSectionInner {
  display: none !important;
}
#the-email-signature .hidesection#GenerateFormSection-code {
  display: none !important;
}
#the-email-signature .button3 {
  background: #1ce8a4;
  font-size: 16px;
  font-weight: 500;
  color: #091e42;
  padding: 10px 20px 11px;
  border-radius: 4px;
  border: 2px solid transparent;
  display: inline-block;
  line-height: 18px;
  cursor: pointer;
  transition: all 200ms;
}
#the-email-signature .button3:hover {
  box-shadow: 0 0 1px 5px rgba(181, 185, 191, 0.3),
    0 0 1px 10px rgba(181, 185, 191, 0.2), 0 0 1px 15px rgba(181, 185, 191, 0.1);
  transform: scale(1.08);
}
#the-email-signature .button4 {
  background: #d5d5d5;
  font-size: 16px;
  font-weight: 500;
  color: #091e42;
  padding: 10px 20px 11px;
  border-radius: 4px;
  border: 2px solid transparent;
  display: inline-block;
  line-height: 18px;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 500ms;
}
#the-email-signature .button4:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
/* ProcessSection CSs */
#the-email-signature .ProcessSection {
  margin: 100px 0;
}
#the-email-signature .ProcessSection .gform_heading {
  display: none;
}
/* Steps */
#the-email-signature .ProcessSection .gform_wrapper,
#the-email-signature .ProcessSection .gform_wrapper li {
  font-family: "Figtree", sans-serif;
}
#the-email-signature .ProcessSection .gform_wrapper .gf_page_steps {
  padding-bottom: 80px;
  border: none;
}
#the-email-signature .ProcessSection .gform_wrapper .gf_step {
  width: 25%;
  margin: 0;
  text-align: center;
}
#the-email-signature .ProcessSection .gform_wrapper .gf_step span.gf_step_label,
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gf_step
  span.gf_step_number {
  display: block;
  position: relative;
}
#the-email-signature .ProcessSection .gform_wrapper .gf_step {
  color: #858fa6;
  opacity: 1;
  font-size: 18px;
  font-family: "Figtree", sans-serif;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gf_step
  span.gf_step_number {
  text-indent: -99999px;
  border: 3px solid #edf0f7;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 0 auto;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gf_step
  span.gf_step_number:before {
  background: #edf0f7;
  position: absolute;
  content: "";
  left: 19px;
  top: 7px;
  width: 171px;
  height: 4px;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gf_step#gf_step_11_4
  span.gf_step_number:before,
.ProcessSection
  .gform_wrapper
  .gf_step#gf_step_10_4
  span.gf_step_number:before {
  width: 0;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gf_step.gf_step_active
  span.gf_step_number,
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gf_step.gf_step_completed
  span.gf_step_number {
  border: 3px solid #1f62ff;
}
#the-email-signature .ProcessSection .gform_wrapper .gf_step.gf_step_completed {
  color: #8cbcff;
}
#the-email-signature .ProcessSection .gform_wrapper .gf_step.gf_step_active {
  color: #1f62ff;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gf_step.gf_step_active
  span.gf_step_number:after,
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gf_step.gf_step_completed
  span.gf_step_number:after {
  background: #00cc88;
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 auto;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gf_step.gf_step_completed
  span.gf_step_number:before {
  background: #1f62ff;
}
#the-email-signature .ProcessSection .gform_page {
  background: #f7f9fc;
  border: 1px solid #edf0f7;
  border-radius: 4px;
  padding: 60px 40px 30px 40px;
}
#the-email-signature .ProcessSection .gform_wrapper ul li.gfield {
  margin-top: 0;
}
#the-email-signature .ProcessSection .gform_wrapper ul li.gfield .gfield_label {
  width: 75%;
  margin: 0 auto 60px auto;
}
/*.ProcessSection .gform_page.Process1 .gfield_radio, .ProcessSection .gform_page.Process2 .gfield_radio { margin-left: -7%;}*/
#the-email-signature .ProcessSection .gform_page.Process1 .gfield_radio li,
#the-email-signature .ProcessSection .gform_page.Process2 .gfield_radio li {
  line-height: normal;
  background: #fff;
  padding: 10px !important;
  border: 1px solid #ebecf0;
  float: left;
  width: 28%;
  margin-left: 7% !important;
  margin-bottom: 30px;
  margin-top: 0;
  border-radius: 4px;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process1
  .gfield_radio
  li:nth-child(1),
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process1
  .gfield_radio
  li:nth-child(4) {
  margin-left: 0 !important;
}
#the-email-signature .ProcessSection .gform_page.Process2 .gfield_radio li,
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process4
  .gform_page_fields
  li {
  line-height: normal;
  float: left;
  clear: none;
  width: 45%;
  margin-left: 7% !important;
  margin-top: 0;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process4
  .gform_page_fields
  li {
  margin-bottom: 30px;
  min-height: 65px;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process4
  .gform_page_fields
  li:nth-child(1) {
  width: 100%;
  margin-left: 0 !important;
  font-size: 24px;
  font-weight: 500;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process2
  .gfield_radio
  li:nth-child(1) {
  margin-left: 0 !important;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process4
  .gform_page_fields
  li:nth-child(2),
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process4
  .gform_page_fields
  li:nth-child(4),
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process4
  .gform_page_fields
  li:nth-child(6) {
  margin-left: 0 !important;
}

.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  ul
  li.gfield.checkboxField
  .gfield_label {
  width: 20px;
  float: left;
}
body.et-db
  #et-boc
  .et-l
  .gform_wrapper
  ul
  li.field_description_below.checkboxField
  div.ginput_container_checkbox {
  float: left !important;
  width: 90%;
  margin-top: 0;
}
body.et-db
  #et-boc
  .et-l
  .gform_wrapper
  ul
  li.field_description_below.checkboxField
  div.ginput_container_checkbox
  ul {
  margin: 0;
}

.ProcessSection .gform_page.Process4 .gform_page_fields li.checkboxField,
.ProcessSection .gform_page.Process4 .gform_page_fields li.InformationField {
  width: 100%;
  margin-left: 0 !important;
  text-align: left !important;
  font-size: 16px;
  color: #888;
}
.ProcessSection .gform_page.Process4 .gform_page_fields li.InformationField li {
  text-align: left !important;
}

.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gform_body
  li.gfield.gfield_error {
  margin-bottom: 12px !important;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process1
  .gfield_radio
  li.active,
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process2
  .gfield_radio
  li.active,
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process3
  .gfield_checkbox
  li.active {
  background: #1f62ff;
  border: 1px solid #ebecf0;
  color: #fff;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  font-size: 16px;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process3
  .gfield_checkbox
  li.active
  div.checker
  span.checked {
  border: 1px solid #fff;
  width: 22px;
  border-radius: 3px;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process3
  .gfield_checkbox
  li
  div.checker
  span {
  vertical-align: top;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .field_sublabel_above
  ul.gfield_radio
  li
  label,
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .field_sublabel_below
  ul.gfield_checkbox
  li
  label {
  vertical-align: top;
}
#the-email-signature .ProcessSection .sofnam {
  display: none;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gform_body
  .top_label
  .gfield_label {
  display: block;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gform_body
  .process4
  .top_label
  .gfield_label,
.ProcessSection
  .gform_wrapper
  .gform_body
  .top_label
  .softwareNameField
  .gfield_label {
  display: none;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gform_body
  .top_label
  .softwareNameField
  input[type="text"] {
  width: 45% !important;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_wrapper
  .gform_body
  .top_label
  > li
  > .gfield_label {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
#the-email-signature .ProcessSection div.radio input {
  opacity: 1;
}
#the-email-signature .ProcessSection .gform_wrapper {
  display: block !important;
}

/* .ProcessSection .gfield_error.sofnam{display: block;} */
#the-email-signature .ProcessSection div.radio span {
  background: url("../radiobutton.html") no-repeat left top;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
#the-email-signature .ProcessSection div.radio span.checked {
  background-position: left bottom;
}
#the-email-signature .ProcessSection div.radio span input {
  margin-left: 5px !important;
  margin-top: 1px !important;
  opacity: 0 !important;
}
#the-email-signature .ProcessSection .gform_wrapper .gfield_radio li label {
  margin: 0 0 0 10px;
  line-height: 25px;
}
#the-email-signature .ProcessSection .gform_wrapper .gform_page_footer {
  border: none;
}
#the-email-signature .ProcessSection .gform_page_footer {
  text-align: right;
}
#the-email-signature .ProcessSection .gform_page_footer .button {
  background: #00cc88 url("../next-small-arrow.html") no-repeat 85% 14px;
  padding: 10px 40px 10px 20px;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  float: right;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page_footer
  .button.gform_previous_button {
  background: transparent url("../prev-small-arrow.html") no-repeat 0 14px;
  padding: 10px 20px 10px 20px;
  border-radius: 2px;
  color: #909aaf;
  font-size: 16px;
  font-weight: normal;
  float: left;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page_footer
  .button.gform_previous_button:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
}
#the-email-signature .ProcessSection .gform_page_footer:before,
#the-email-signature .ProcessSection .gform_page_footer:after,
#the-email-signature .ProcessSection .process4 .top_label:before,
#the-email-signature .ProcessSection .process4 .top_label:after {
  display: table;
  content: " ";
}
#the-email-signature .ProcessSection .gform_page_footer:after,
#the-email-signature .ProcessSection .process4 .top_label:after {
  clear: both;
}
#the-email-signature .ProcessSection .gform_page.Process3 .gfield_checkbox li {
  line-height: normal;
  background: #fff;
  padding: 12px 10px 8px 10px !important;
  border: 1px solid #ebecf0;
  float: left;
  width: 45%;
  margin-left: 7% !important;
  margin-bottom: 30px;
  margin-top: 0;
  border-radius: 4px;
}
.et-db
  #et-boc
  .et-l
  .ProcessSection
  .gform_page.Process3
  .gfield_checkbox
  li:nth-child(odd) {
  margin-left: 0 !important;
}
#the-email-signature .ProcessSection .gforms_confirmation_message {
  background: #f7f9fc;
  border: 1px solid #edf0f7;
  border-radius: 4px;
  padding: 60px 40px;
}
#the-email-signature .ProcessSection .gform_confirmation_wrapper {
  text-align: center;
}
#the-email-signature .ProcessSection .gform_confirmation_wrapper p {
  font-size: 16px;
}
#the-email-signature .ProcessSection .validation_message {
  font-size: 14px !important;
}
#the-email-signature .GenerateFormSection .ClearAll-data:hover {
  color: #1f62ff;
}
#the-email-signature .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#the-email-signature .chosen-container * {
  box-sizing: border-box;
}
#the-email-signature .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  border: 0 !important;
}
#the-email-signature .chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}
#the-email-signature .chosen-container a {
  cursor: pointer;
}
#the-email-signature .chosen-container .search-choice .group-name,
#the-email-signature .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
#the-email-signature .chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
#the-email-signature .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
#the-email-signature .chosen-container-single .chosen-default {
  color: #999;
}
#the-email-signature .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.et-db
  #et-boc
  .et-l
  .chosen-container-single
  .chosen-single-with-deselect
  span {
  margin-right: 38px;
}
#the-email-signature .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../chosen-sprite.html") -42px 1px no-repeat;
  font-size: 1px;
}
#the-email-signature .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.et-db
  #et-boc
  .et-l
  .chosen-container-single.chosen-disabled
  .chosen-single
  abbr:hover {
  background-position: -42px -10px;
}
#the-email-signature .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
#the-email-signature .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../chosen-sprite.html") no-repeat 0px 2px;
}
#the-email-signature .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.et-db
  #et-boc
  .et-l
  .chosen-container-single
  .chosen-search
  input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../chosen-sprite.html") no-repeat 100% -20px;
  font-size: 1em;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
#the-email-signature .chosen-container-single .chosen-single {
  width: 100%;
  height: auto;
  padding: 10px 15px !important;
  background: #fff;
  border: 1px solid #d5dee5;
  color: #324061 !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 24px !important;
}
/* @end */
/* @group Results */
#the-email-signature .chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
#the-email-signature .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
#the-email-signature .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
#the-email-signature .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
#the-email-signature .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
#the-email-signature .chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
#the-email-signature .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
#the-email-signature .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
#the-email-signature .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
#the-email-signature .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
#the-email-signature .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
#the-email-signature .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.et-db
  #et-boc
  .et-l
  .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: "Figtree", sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
#the-email-signature .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.et-db
  #et-boc
  .et-l
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  span {
  word-wrap: break-word;
}
.et-db
  #et-boc
  .et-l
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../chosen-sprite.html") -42px 1px no-repeat;
  font-size: 1px;
}
.et-db
  #et-boc
  .et-l
  .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  background-position: -42px -10px;
}
.et-db
  #et-boc
  .et-l
  .chosen-container-multi
  .chosen-choices
  li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  color: #666;
}
.et-db
  #et-boc
  .et-l
  .chosen-container-multi
  .chosen-choices
  li.search-choice-focus {
  background: #d4d4d4;
}
.et-db
  #et-boc
  .et-l
  .chosen-container-multi
  .chosen-choices
  li.search-choice-focus
  .search-choice-close {
  background-position: -42px -10px;
}
#the-email-signature .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
#the-email-signature .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
#the-email-signature .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-color: #d5dee5;
}
#the-email-signature .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.et-db
  #et-boc
  .et-l
  .chosen-container-active.chosen-with-drop
  .chosen-single
  div {
  border-left: none;
  background: transparent;
}
.et-db
  #et-boc
  .et-l
  .chosen-container-active.chosen-with-drop
  .chosen-single
  div
  b {
  background-position: -18px 2px;
}
#the-email-signature .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.et-db
  #et-boc
  .et-l
  .chosen-container-active
  .chosen-choices
  li.search-field
  input[type="text"] {
  color: #222 !important;
}
/* ColorPIcker Css */

/* COLOR PICKER CSS */
.cp-color-picker {
  border: 1px solid #999;
  padding: 8px;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.4);
  background: #eee;
  overflow: visible;
  border-radius: 3px;
  margin: 5px 0 0;
}
.cp-color-picker {
  z-index: 9;
}
.cp-color-picker:after,
.cp-color-picker:before {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 8px;
  border: 8px solid #eee;
  border-width: 0px 8px 8px;
  border-color: transparent transparent #eee;
}
.cp-color-picker:before {
  top: -9px;
  border-color: transparent transparent #999;
}
.cp-xy-slider {
  border: 1px solid #aaa;
  margin-bottom: 10px;
  width: 150px;
  height: 150px;
}
.cp-xy-slider:active {
  cursor: none;
}
.cp-xy-cursor {
  width: 12px;
  height: 12px;
  margin: -6px;
}
.cp-z-slider {
  margin-left: 8px;
  border: 1px solid #aaa;
  height: 150px;
  width: 24px;
}
.cp-z-cursor {
  border-width: 5px;
  margin-top: -5px;
}
.cp-color-picker .cp-alpha,
.cp-color-picker .cp-rgb-r,
.cp-color-picker .cp-rgb-g,
.cp-color-picker .cp-rgb-b {
  clear: both;
  overflow: visible;
  width: 152px;
  margin: 12px 0 0;
  height: 6px;
  border-radius: 6px;
  overflow: visible;
  border: 1px solid #aaa;
  box-sizing: border-box;
  background-image: linear-gradient(
    to right,
    rgba(238, 238, 238, 1) 0%,
    rgba(238, 238, 238, 0) 100%
  );
}
.cp-alpha-cursor,
.cp-rgb-r-cursor,
.cp-rgb-g-cursor,
.cp-rgb-b-cursor {
  box-sizing: border-box;
  position: absolute;
  background: #eee;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  margin: -5px -7px;
  border: 1px solid #999 !important;
  box-shadow: inset -2px -4px 3px #ccc;
}
.cp-alpha:after,
.cp-rgb-r:after,
.cp-rgb-g:after,
.cp-rgb-b:after {
  position: relative;
  content: "α";
  color: #666;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  position: absolute;
  right: -26px;
  top: -8px;
}
.cp-rgb-r:after {
  content: "R";
}
.cp-rgb-g:after {
  content: "G";
}
.cp-rgb-b:after {
  content: "B";
}
div.cp-rgb-r {
  background-color: red;
}
div.cp-rgb-g {
  background-color: green;
}
div.cp-rgb-b {
  background-color: blue;
}
.cp-patch {
  float: left;
  margin: 9px 0 0;
  height: 24px;
  width: 24px;
  border: 1px solid #aaa;
  background-image: url("data:image/gif;base64,R0lGODlhDAAMAIABAMzMzP///yH5BAEAAAEALAAAAAAMAAwAAAIWhB+ph5ps3IMyQFBvzVRq3zmfGC5QAQA7");
}
.cp-patch div {
  height: 24px;
  width: 24px;
}
.cp-disp {
  padding: 4px 0 4px 4px;
  margin-top: 10px;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  color: #333;
}
.cp-color-picker {
  position: absolute;
  overflow: hidden;
  padding: 6px 6px 0;
  background-color: #444;
  color: #bbb;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  font-weight: 400;
  cursor: default;
  border-radius: 5px;
}
#the-email-signature .SignaturePreviewBox .divi-button-primary {
  padding: 13px 22px !important;
  line-height: 20px !important;
  font-size: 16px;
  font-weight: 500 !important;
  margin-left: 15px;
  border-radius: 32px;
}
#the-email-signature .mt60 {
  margin-top: 60px;
}
#the-email-signature .GenerateFormSection .TitleBox h3 {
  margin-bottom: 24px;
  color: #000814;
  font-weight: 700;
  padding-bottom: 0;
}
#the-email-signature .mt20 {
  margin-top: 20px;
}
#the-email-signature .mb30 {
  margin-bottom: 30px !important;
}
#the-email-signature .GenerateFormSection p {
  color: #344563 !important;
}
#the-email-signature .GenerateFormSection .divi-button-primary {
  padding: 13px 24px !important;
  border-radius: 32px;
}
#the-email-signature .SignaturePreviewBox .divi-button-secondary {
  background: #ffffff;
  color: #324061;
  border: 1px solid #d6d9e1;
  padding: 15px 24px !important;
  line-height: 20px !important;
  font-size: 16px;
  font-weight: 500 !important;
  border-radius: 32px !important;
}
#the-email-signature .SignaturePreviewBox .divi-button-secondary:hover {
  color: #1f62ff;
  border-color: #1f62ff;
  box-shadow: none;
}

#the-email-signature .GeneratorSteps_para_contain p {
  font-size: 16px;
  line-height: 24px;
  color: #344563 !important;
}
#the-email-signature .GeneratorSteps_para_contain p a {
  padding: 0 !important;
}
#the-email-signature .GeneratorSteps_para_contain p i a {
  font-style: italic !important;
  font-weight: 400 !important;
  position: relative;
  color: #344563 !important;
}
#the-email-signature .GeneratorSteps_para_contain p a:after {
  content: "";
  position: absolute;
  bottom: -6px !important;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #344563;
}
#the-email-signature .GeneratorSteps_para_contain p a:hover {
  color: #1f62ff !important;
}
#the-email-signature .GeneratorSteps_para_contain p a:hover:after {
  border-bottom-color: #1f62ff !important;
}
.tabContent:not(.resp-tab-content-active),
.resp-accordion {
  display: none;
}
/* ===========================END Email Signature Generator========================= */

#the-email-signature .GenerateFormSection .resp-tabs-container .resp-accordion {
  border: 1px solid #e6eaf2 !important;
  line-height: 38px;
  padding: 10px 35px 10px 15px !important;
  font-weight: 700;
  position: relative;
}
.et-db
  #et-boc
  .et-l
  .GenerateFormSection
  .resp-tabs-container
  .resp-accordion:after {
  content: "";
  margin-top: 15px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #c1c1c1;
  right: 10px;
  position: absolute;
}
.et-db
  #et-boc
  .et-l
  .GenerateFormSection
  .resp-tabs-container
  .resp-accordion.resp-tab-active:after {
  margin-top: 15px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: none;
  border-bottom: 7px solid #c1c1c1;
}
.et-db
  #et-boc
  .et-l
  .GenerateFormSection
  .resp-tabs-container
  .resp-accordion.resp-tab-active {
  background: #e0e6f0 !important;
}
#the-email-signature .GenerateFormSection .resp-tabs-container .innerContent {
  padding: 30px 20px 10px 20px;
}

/* ===========================SELECT 2========================= */
.actionButton .select2-selection__rendered,
#the-email-signature .GenerateFormSection .form .select2-selection__rendered {
  width: 100%;
  background: #fff !important;
  border: 1px solid #d5dee5 !important;
  color: #324061 !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 24px !important;
}
.actionButton .select2-selection__rendered {
  padding: 10px 15px !important;
}
#the-email-signature .GenerateFormSection .form .select2-selection__rendered {
  padding: 8px 15px !important;
  height: 43px;
}
.actionButton
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.et-db
  #et-boc
  .et-l
  .actionButton
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #17274d !important;
}
#the-email-signature .GenerateFormSection .form ul li .select2 {
  width: 100% !important;
  display: block;
}
.select2-container.select2-container--open span.select2-selection__arrow {
  top: 0;
}
.et-db
  #et-boc
  .et-l
  .GenerateFormSection
  .form
  ul
  li
  .select2
  span.select2-selection__arrow {
  height: 100%;
}
#the-email-signature .GenerateFormSection .form ul li .select2 {
  display: block;
}
#the-email-signature .select2-container .select2-selection--single {
  height: 100%;
}
/* ===========================END SELECT 2========================= */

.error-generator-field {
  margin: 14px 0 !important;
  display: flex;
  font-size: 14px;
  color: #ff0000 !important;
  padding-left: 65px !important;
  padding-right: 9px !important;
}
.error-generator-field:not(.active) {
  display: none;
}
@media screen and (max-width: 1340px) {
  /* ===========================Email Signature Generator========================= */
  #the-email-signature .GenerateFormSection .resp-tabs-list li {
    margin-right: 8px;
  }
  #the-email-signature .GeneratorStepsSection .stepsBar .Steps {
    padding: 22px 35px 22px 65px;
    line-height: 24px;
  }
  #the-email-signature #GenerateFormSection-code {
    width: 50%;
  }
  #the-email-signature .SignaturePreviewBox .actionButton {
    flex-wrap: wrap;
  }
  #the-email-signature .actionButton .chosen-container {
    margin-bottom: 20px;
  }
  #the-email-signature .SignaturePreviewBox .divi-button-primary,
  #the-email-signature .SignaturePreviewBox .divi-button-secondary {
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
  }
  #the-email-signature .SignaturePreviewBox .actionButton .theme-2,
  #the-email-signature .actionButton .chosen-container {
    width: 100% !important;
  }
  #the-email-signature .GeneratorStepsSection .stepsBar .StepsText {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
  #the-email-signature .GeneratorStepsSection .stepsBar {
    flex-wrap: wrap;
    justify-content: center;
  }
  #the-email-signature .GeneratorStepsSection .stepsBar .Steps.active:before {
    border-width: 34px 0 34px 33px;
  }
  #the-email-signature .SignaturePreviewBox .actionButton .button {
    width: 100%;
    margin-left: 0 !important;
    text-align: center;
  }
  #the-email-signature .SignaturePreviewBox .actionButton .select2 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  /* ===========================END Email Signature Generator========================= */
  #the-email-signature .SignaturePreviewBox .actionButton .theme-2 {
    margin-bottom: 20px;
}

}

@media screen and (max-width: 980px) {
  /* ===========================Email Signature Generator========================= */
  #the-email-signature .EmailGeneratorSection {
    margin-top: 30px;
  }
  #the-email-signature .GenerateFormSection {
    margin-right: 15px !important;
  }
  #the-email-signature .GenerateFormSection .form ul li {
    margin-bottom: 5px;
  }
  #the-email-signature .GenerateFormSection .form ul li.halfwidth {
    width: 100%;
  }
  #the-email-signature .GenerateFormSection .form input,
  #the-email-signature .GenerateFormSection .form textarea {
    padding: 8px 12px;
  }
  #the-email-signature .GenerateFormSection .resp-tab-content .innerContent {
    padding: 15px;
  }
  #the-email-signature .SignaturePreviewBox .actionButton .button {
    padding: 15px;
  }
  #the-email-signature .EmailGeneratorSection {
    margin-top: 30px;
  }
  #the-email-signature .GenerateFormSection {
    margin-right: 15px !important;
  }
  #the-email-signature .GenerateFormSection .form ul li {
    margin-bottom: 5px;
  }
  #the-email-signature .GenerateFormSection .form ul li.halfwidth {
    width: 100%;
  }
  #the-email-signature .GenerateFormSection .form input,
  .GenerateFormSection .form textarea {
    padding: 8px 12px;
  }
  #the-email-signature .GenerateFormSection .resp-tab-content .innerContent,
  #the-email-signature .SignaturePreviewBox .actionButton .button,
  #the-email-signature .GenerateFormSection .resp-tabs-container .innerContent {
    padding: 15px;
  }
  /* ===========================END Email Signature Generator========================= */
}

@media screen and (max-width: 768px) {
    #the-email-signature 
    .GenerateFormSection
    .resp-tabs-container
    .resp-accordion {
    display: block;
  }
  #the-email-signature .GenerateFormSection ul.resp-tabs-list {
    display: none;
  }
  #the-email-signature .SignaturePreviewBox,
  #the-email-signature .GenerateFormSection,
  #the-email-signature #GenerateFormSection-code {
    width: 100%;
  }
  #the-email-signature .EmailGeneratorSection {
    display: block;
  }
  #the-email-signature .GeneratorStepsSection .stepsBar .Steps {
    width: calc(100% - 25px);
    margin-bottom: 5px;
    padding: 10px 20px 10px 40px;
    text-align: center;
    margin-right: 0 !important;
  }
  #the-email-signature .GeneratorStepsSection .stepsBar .Steps.active:before {
    border-width: 21px 0 23px 25px;
    right: -25px;
  }
  #the-email-signature .GeneratorStepsSection .stepsBar .Steps.active:after {
    border-width: 21px 0 23px 25px;
  }
  #the-email-signature .GeneratorStepsSection .stepsBar .StepsText h5 {
    line-height: 34px;
  }
  #the-email-signature .GeneratorStepsSection .stepsBar .StepsText {
    text-align: center;
  }
  #the-email-signature .GeneratorStepsSection {
    padding: 10px 20px;
  }
}
