@font-face {
    font-family: "ITC Eras";
    src: url(../fonts/ErasITCbyBT-Bold.otf);
}

@font-face {
    font-family: "Gilroy-Light";
    src: url(../fonts/Gilroy-Light.otf);
}

.Hotline {
    /* line-height: 5rem; */
    text-align: center;
}

.Hotline h2 {
    color: #e61313;
    font-family: "Poppins", Sans-serif;
    font-size: 30px;
}

.feedback {
    color: #150505;
    margin-top: 20px;
}

.feedback .p1 {
    margin-bottom: 16px;
    font-size: 20px;
    /* font-family: "Poppins", Sans-serif; */
}

.form-btn {
    background: #333;
    border: 0;
    color: #f7f7f7;
    transition: all .5s;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 12px;
}

.form-btn:hover {
    background: #c4c4c4;
    color: #787878;
    transition: all .5s;
}

.updates .section1 {
    text-align: center;
}

.updates .section1 p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 20px;
    margin-bottom: 30px;
}

.updates .section2 {
    line-height: 2.7;
    text-align: center;
}

.updates .section2 h3 {
    color: #e61313;
    font-weight: 600;
    font-size: 19px;
}

.updates .section3 {
    padding: 20px;
    margin-bottom: 10px;
}

.feedback-form .form-group label {
    color: #e61313;
    font-size: 20px;
}

.feedback-form .form-control {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    color: #787878;
    transition: all .5s;
    height: 56px;
    font-size: 16px;
    margin: 0;
    padding: 12px;
    width: 100%;
}

.error-alert p {
    margin-top: 5px;
    color: #e61313;
}

.form-group {
    position: relative;
}

.form-group.success input {
    border-color: #09c372;
}

.form-group.error input {
    border-color: #ff3860;
}

.form-group.error textarea {
    border-color: #ff3860;
}
/* .form-group .error {
    color: #ff3860;
    font-size: 9px;
    height: 13px;
} */

.form-group i {
    position: absolute;
    right: 7%;
    visibility: hidden;
}

.form-group.success i.fa-circle-check {
    color: #09c372;
    visibility: visible;
    top: 55%;
    font-size: 25px;
}

.form-group.error i.fa-exclamation {
    /* color: #ff3860; */
    visibility: visible;
    background: #e80000;
    color: #fff;
    font-family: FontAwesome;
    font-size: 24px;
    content: "\f12a";
    top: 35px;
    right: 1px;
    bottom: 1px;
    height: 53px;
    width: 54px;
    line-height: 50px;
    text-align: center;
    transition: all .5s;
}

.error-alert {
    margin-top: 10px;
    color: #ff3860;
}
/* .error-alert.error {
    visibility: visible;
} */

@media only screen and (max-width: 900px) {
    .Hotline img {
        width: 100% !important;
        height: auto !important;
    }
}

.Faq-panel .panel-default>.panel-heading {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none;
    background-color: transparent;
}

.Faq-panel .panel-group {
    margin-top: 10px;
    border: 1px solid #ddd;
}
/* .Faq-panel .panel-default {
    border-color: rgb(14, 13, 13);
} */

.Faq-panel .panel {
    /* margin-bottom: 20px; */
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: none;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.Faq-panel .panel-title {
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.Faq-panel .panel-title > a{
    padding: 0 !important;
}
.Faq-panel .panel-heading:not(:last-child){
    /*border-bottom: 1px solid gainsboro;*/
}
.Faq-panel .panel-heading i {
    position: absolute;
    right: 10%;
    /* top: 7%; */
}
.Faq-panel .panel-heading a[aria-expanded="false"] {
    color: black !important;
}
.Faq-panel .panel-heading a[aria-expanded="true"] {
    color: #1b80f3;
}

.Faq-panel .panel-heading a[aria-expanded="true"] i.fa-plus {
    visibility: hidden;
}

.Faq-panel .panel-heading a:focus,
a:hover {
    text-decoration: none;
}

.Faq .Faq-panel .panel-heading i {
    position: absolute;
    right: 16%;
}

.Faq .Faq-panel h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}