.faq-home .e-n-accordion-item-title{
  justify-content: space-between !important;
}

.contactform-con .form-group{
  margin-bottom: 20px;
  position: relative;
}
.contactform-con input,
.contactform-con textarea{
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-white);
  border: 1px solid var(--e-global-color-white);
  border-radius: 30px;
  padding: 21px 20px;
  width: 100%;
  overflow: visible;
  outline: none;
  box-shadow: none;
  transition: all 0.8s ease-in-out;
}
.contactform-con textarea {
  height: 220px;
  border-radius: 20px;
  resize: none;
  overflow: auto;
  transition: all 0.8s ease-in-out;
}
.contactform-con input:focus,
.contactform-con textarea:focus{
  border: 1px solid var(--e-global-color-accent);
}
.contactform-con .submit_now {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 21px;
  width: 100%;
  text-align: center;
  display: block;
  position: relative;
  border-radius: 30px;
  color: var(--e-global-color-white);
  background: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  transition: all 0.8s ease-in-out;
  cursor: pointer;
  outline: none;
}
.contactform-con .submit_now:hover {
  color: var(--e-global-color-white);
  background: transparent;
  border: 1px solid var(--e-global-color-white);
}

.hosting-feature-table tr td:first-child i{
  margin-right: 8px !important;
  color: var(--e-global-color-accent) !important;
}
.Comprison_pricingplan #button-table-top table tbody tr:first-child td:first-child,.Comprison_pricingplan #button-table-top table tbody tr:last-child td:first-child{
  border: 0px !important;
}