h2, .h2 {
    font-size: 38px;
    margin-top: 10%;
    margin-bottom: 5%;
    font-weight: 500;
}

#support-subject {
  height: 55px;
  font-family: seravek;
  font-size: 18px;
  /* color: #47235D; */
  color: #000000;
  background-color: white;
  /* border: 1px #47235D solid; */
  border-radius: 5px  5px 5px 5px;
}

#support-message {
  min-height: 150px;
  font-family: seravek;
  font-size: 18px;
  /* color: #47235D; */
  color: #000000;
  background-color: white;
  /* border: 1px #47235D solid; */
  border-radius: 5px  5px 5px 5px;
}
  
.form-group > input, .input-group > input, .input-text {
  padding-left: 40px;
  font-family: seravek;
  font-size: 18px;
  color: #47235D;
  height: 55px;
  background-color: rgb(71, 35, 93, .05);
  border: none;
  border-radius: 5px  5px 5px 5px;
}

div.form-group > label {
  font-family: seravekbold;
  font-size: 20px;
  /* color: #47235D; */
  color: #000000;
}

.support-input-error {
  font-family: seravek;
  font-size: 12px;
  color: #FD397A;
}

.fa-user, .fa-envelope {
  margin-top: 9px;
}

.faq-container, .support-form-container {
    margin: 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(255, 255, 255);
    border-bottom: 0px solid rgba(0, 0, 0, .125);
}

.hidden {
    display: none;
}

/* Bootstrap 4 text input with search icon */

.has-user .form-control, .has-email .form-control {
    padding-left: 2.375rem;
}

.has-user .form-control-feedback, .has-email .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.btn-send-message {
    font-size: 20px;
    font-family: seravekbold;
    min-width: 100px;
    background: #54397d;
    color: #fff;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

.support-form-error {
    border: 1px solid #FD397A;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: center;
}

.support-input-error {
    color: #FD397A;
}

.support-form-success {
    border: 1px solid #01c509;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    text-align: center;
}

.card .card-header .collapsed {
    width: 90%;
    text-align: left;
    /* color: #47235D; */
    color: #000000;
}

.support-form-container .fa-exclamation-triangle {
    color: #fd3979;
    margin-right: 10px;
    font-size: 15px;
}

.support-form-container label {
    font-weight: 600;
    color: #47235D;
}

.faq-container .faq-card {
    /* border: 1px solid #47235D; */
}

.faq-container .faq-card .card-body {
    /* color: #47235D; */
    color: #000000;
}

.btn-send-message {
    background-color: #00b5ae!important;
    /* background: #46235d; */
    width: 200px;
    border-radius: 1rem!important;
    color: #ffffff!important;
    cursor: pointer;
    min-height: 50px;
    line-height: 2rem!important;
}

.btn-send-message:hover {
    background-color: #2f173e;
}

.btn-send {
margin-top: 5%;
}

h5.mb-0 > button {
text-align: left;
font-family: seravekbold;
color: #47235D;
font-size: 18px;
}

div.card-body, div.card-body > a {
font-family: seravek;
color: #47235D;
font-size: 18px;
text-align: justify;
}

div.card-body {
padding-top: 0px;
}

.faq-icon {
font-size: 20px;
color: #47235D;
}

/* PHONE */
@media screen and (max-width: 768px) {
    #col-1, #col-2 {
    padding: 5% 5% 0% 5%;
    }
    .btn-send {
    text-align: center;
    margin-bottom: 10%;
    }
    #col-2 > h2, #col-1 > h2 {
    /* margin-top: 15%; */
    text-align: center;
    font-family: seravekbold;
    color: #47235D;
    font-size: 22px;
    }
}


/* PC */
@media screen and (min-width: 768px) {
    #col-1 {
        padding-right: 5%;
        margin-bottom: 10%;
    }
    #col-2 {
        padding-left: 5%;
    }

    a {
        text-decoration: none;
        line-height: 2rem!important;
      }
      
    .btn-send {
        text-align: center;
    }
    #col-2 > h2, #col-1 > h2 {
        text-align: left;
        /* margin-top: 15%; */
        font-family: seravekbold;
        /* color: #47235D; */
        color: #000000;
        font-size: 30px;
    }
    .faq-container {
        margin-left: 0% !important;
        margin-right: 0% !important;
    }
}