.contact2 {
  padding: 10px;
}
.contact2 input:not(.btn) {
  width: 234px;
}

.contact-us tr {
	height: 30px;
}
.contact-us {
width: 80%;
margin: 50px auto;
}
.contactInfo {
width: 350px;
margin: 15px auto;
}
.content-container {
	padding: 1px 0px;
}
.contactError {
  width: 92%;
  text-align: center;
  font-size: 15px;
  padding: 15px;
  border: 1px solid var(--error-border-color);
  color: var(--error-color);
  background-color:var(--error-bg-color);
  border-radius: 5px;
}
.content-container {
  max-width: 1430px;
  margin: auto;
  padding-top:10px;
}
.container {
  margin: 20px auto;
}

.contact2 {
  overflow: hidden;
}
.select {
  position: relative;
  clear: both;
}
.select:after {
  top: 46px;
}

.new--content {
  color: #101010;
  background-color: #fff ;
  font-size: 16px;
  padding-bottom: 60px;
}

.new--content section {
  padding-bottom: 60px;
}

.new--content .brand-color {
  color: #4d2775;
}

.new--content .container {
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 12px;
}

.new--headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 15px 20px;
}

.new--headline h2 {
  color: #4d2775;
  font-weight: 800;
  margin-bottom: 10px;
}

.new--headline .lead {
}

.new--content h3 {
  color: #4d2775;
  font-weight: 800;
  margin-bottom: 10px;
}

.new--content .cards-row,
.new--content .cards-row-form {
  display: flex;
  gap: 30px;
}

.new--content .cards-row-form .card-item {
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: start;
  justify-content: space-between;
  align-items: start;
}

.new--content .cards-row-form .card-item .new--headline,
.new--content .cards-row-form .card-item .new--headline h2 {
  text-align: start;
  align-items: start;
  line-height: 2;
}

.new--content .cards-row-form .card-item .new--headline p a {
  color: #c95434;
}

.new--content .cards-row-form .card-item .new--headline {
  padding-top: 0;
}

.new--content .cards-row .card-item {
  display: flex;
  flex-direction: column;
  background-color: #ebebff;
  border-radius: 60px;
  padding: 80px 0;
  width: 33.333%;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.new--content .cards-row .card-item .btn {
  margin-top: 20px;
}

.new--content .cards-row .card-item p {
  margin-top: 0;
}

.new--content .new-btn {
  text-transform: none;
  border-radius: 24px;
  height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    white-space: nowrap;
}

.new--content * {
  box-sizing: border-box;
}

.new--content .col-md {
  display: flex;
  gap: 10px;
    margin-top: 10px;
    justify-content: center;
}

/*.new--content .form--wrapper {
  padding-top: 80px;
}*/

.new--content .form--wrapper form {
  width: 100%;
  text-align: center;
}

.new--content .form--wrapper label {
  display: block;
    font-weight: 700;
    text-align: center;
    padding-bottom: 12px;
    padding-top:18px;
    color: #4d2775;
}

.new--content .form--wrapper input, .new--content .form--wrapper textarea, .new--content .form--wrapper select {
  border-radius: 24px;
  height: 60px;
  border: 1px solid #c9c9c9;
  width: 100%;
  box-sizing: border-box;
}

.new--content .form--wrapper textarea {
  height: 140px;
}

.new--content .form--wrapper .emailSubmit {
  margin: 24px auto 0;
  font-size: 18px;
  
}

@media (max-width: 1200px) { 
  .new--content .cards-row .card-item {
    padding: 80px 20px;
  }
  .new--content .cards-row .card-item p br {
    display: none;
  }
  .new--headline .lead br {
    display: none;
  }
}

@media (max-width: 1000px) {
  .new--content .col-md {
    flex-direction: column;
  }
}

.desktop{
  display: inline;
}
td span.desktop{
  display: inline;
}
.mobile,td span.mobile{
  display:none;
}

@media (max-width: 993px) {
  .desktop,td span.desktop{
    display: none;
  }
  .mobile{
    display:inline;
  }
  td span.mobile{
    display: inline;
  }
}

@media (max-width: 768px) {
  .new--content .cards-row, .new--content .cards-row-form {
    flex-direction: column;
  }
  .new--content .cards-row .card-item, .new--content .cards-row-form .card-item {
    width: 100%;
  }
  .new--content .form--wrapper {
    padding-top: 0;
  }

  .new--headline {
    padding: 20px 0px 0px;
  }
  .new--content h3 br {
      display: none;
  }

  
  .new--content section {
    padding-bottom: 30px;
}
}