.text__align__center.bg__light__gray.collapse.navbar-collapse{
    display: flex !important;
    justify-content: center;
}
.panel .card-head:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f00d";
    float: right;
    height: 11px;
    color: #00bdff;
    font-size: 20px;
}
.panel .card-head:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\f00d";
    float: right;
    height: 11px;
    color: #00bdff;
    font-size: 20px;
}
.panel-heading .card-head.collapsed:after {
    height: 0px;
    content: "\f105";
}
div.panel.panel-default.card-custom[aria-expanded="false"]>.panel-heading.padding-for-card-head-align>h4.panel-title>a.card-head:after {
    font-family: 'Font Awesome 6 Pro';
    float: right;
    color: #00bdff;
    font-size: 20px;
    height: 0px;
    content: "\f105";
}

/* Forms */
.input__form [type="text"],
        input[type="password"],
        input[type="email"],
        input[type="url"],
        input[type="tel"],
        input[type="number"],
        input[type="date"],
        input[type="search"],
        select,
        textarea {
        position: relative;
        height: 47px;
        line-height: 47px;
        border: 2px solid #e3e3e3;
        background-color: transparent;
        width: 100%;
        padding: 0 16px;
        color: #7a7a7a;
        -webkit-transition: border-color 0.3s ease-in-out;
        -moz-transition: border-color 0.3s ease-in-out;
        -ms-transition: border-color 0.3s ease-in-out;
        -o-transition: border-color 0.3s ease-in-out;
        transition: border-color 0.3s ease-in-out;
 }
 .basic_form input[type="text"],
        input[type="password"],
        input[type="email"],
        input[type="url"],
        input[type="tel"],
        input[type="number"],
        input[type="date"],
        input[type="search"],
        select,
        textarea {
        background-color: #ffffff;
        height: 48px;
 }
 .label-form .form-control{
    margin-bottom: 3%;
    height: 47px !important;
 }
 .basic_form input::-webkit-input-placeholder,
        textarea::-webkit-input-placeholder {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        text-align: left;
        color: #7c989f;
}
.label-form{
    font-weight: normal;
    color: #111;
    font-size: 12px;
    font-family: 'Titillium Web', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    vertical-align: middle;
    text-align: left;
    font-weight: 700;
    white-space: initial;
    line-height: 15px;
    width: auto;
    display: block;
}


@media only screen and (max-width: 768px) {
    .text__align__center.bg__light__gray.collapse.navbar-collapse{
        display: none !important;
    }
} 