.domainfaq button {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #000 !important;
    padding: 8px 15px;
    border: 0px;
    border-bottom: 1px dashed #CCC;
    border-radius: 0px !important;
}

.domainfaq .card-header h5 .btn.btn-link::after {
    font-size: 19px;
    content: "\f107";
    color: #000;
    top: 5px;
    right: 20px;
    position: absolute;
    font-family: "FontAwesome";
}


.domainfaq button:hover {
    color: #00afef !important;
    border-bottom: 1px solid #00afef;
    text-decoration: none;
}

.domainfaq button:focus {
    color: #00afef !important;
    border-bottom: 1px solid #00afef;
    text-decoration: none;
}

.domainfaq button:active {
    color: #00afef;
    border-bottom: 1px solid #00afef;
    text-decoration: none;
}

.domainfaq .card,
.card-header {
    border: 0px;
    border-bottom: 0px dashed #CCC;
}

.domainfaq .card-body {
    padding: 5px 15px 15px 15px;
    text-align: justify;
    color: #444;
    font-size: 16px;
}