.list-data-parent .inner-form h4 {
    color: black;
}

.list-data-parent .inner-form h5 {
    color: #484848;
    font-weight: 400;
    font-size: 18px;
}


.inner-form .inner-form-sec {
    display: flex;
    flex-direction: column;
}

.list-data-parent .inner-form {
    margin: auto;
    padding: 0 15px 18px 15px;
    display: none;
}

.custom-slide-content input[type="submit"],
.inner-form input[type="submit"] {
    background-color: #73a550;
    border: 0;
    margin-top: 8px;
    font-family: 'Roboto' !important;
    font-size: 18px !important;
}

.inner-form input[type="submit"] {
    margin: 15px 0 0 0;
    text-align: left;
    display: block;
    width: fit-content;
}

.custom-slide-content .form-field label,
.inner-form label {
    display: block;
    text-align: left;
    font-size: 20px;
    margin-bottom: 8px;
}


.custom-slide-content .form-field input {
    width: 100%;
}

.custom-slide-content .form-field textarea,
.inner-form textarea {
    width: 100%;
    height: 100px;
    resize: none;
}

.inner-form textarea {
    font-size: 20px;
    color: gray;
    height: 42px;
    margin-bottom: 0;
    margin-right: 10px;
}


.custom-slide-content .form-field {
    margin-top: 10px;
}

.massageqafrom p {
    margin-bottom: 0;
    font-weight: 500;
    color: black;
    text-align: center;
    margin: 20px auto;
    border: 2px solid #8080806e;
    padding: 10px 0 10px 0;
    max-width: 500px;
}

.custom-title {
    margin-top: 50px;
    margin-bottom: 50px;
}

.custom-title h2 {
    text-align: center;
}

.title-btn {
    display: block;
    text-align: center;
    margin-top: 40px;
}

.title-btn a {
    display: inline-block;
    color: white;
    background-color: #DB0C16;
    border: 1px solid #DB0C16;
    font-weight: 700;
    padding: 8px 30px;
    transition: all 0.3s;
}

.title-btn a:hover {
    color: white;
    background-color: black;
}

.custom-title input[type="submit"] {
    border: 0;
    border-radius: 0 !important;
    margin-top: 5px;
    background-color: black !important;
    font-family: 'Roboto' !important;
    font-size: 18px !important;
}
.custom-title input[type="submit"]:hover {
    background-color: #999999 !important;
}

.custom-slide-content {
    display: none;
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    padding: 35px 50px 50px 50px;
}

.list-section .list-title {
    display: flex;
}

.list-section .list-title div {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #059;
    margin: 5px 8px 10px 15px;
}

.list-section .list-title div:first-child {
    margin-right: auto;
}

.list-data-parent .list-data {
    padding: 15px;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(115, 72, 150, 1) 0%, rgba(176, 30, 70, 1) 50%, rgba(166, 86, 162, 1) 100%);
    box-shadow: 0 0 3px 0 rgb(79 79 221);
    margin-bottom: 20px;
    transition: all 500ms linear;
    cursor: pointer;
}

.list-data-parent .list-data .list-info {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.list-data-parent .list-data:hover {
    background: linear-gradient(90deg, rgba(166, 86, 162, 1) 0%, rgba(176, 30, 70, 1) 50%, rgba(115, 72, 150, 1) 100%);
    transition: 500ms linear;
}

.list-info .common-list {
    margin-left: 0;
    margin-right: 12px;
    text-align: center;
    background-color: white;
    width: 65px;
    border: 0;
    padding: 5px;
    border-radius: 5px;
}

.list-info .common-list p {
    font-size: 11px;
    line-height: 20px;
    color: #8bbd94;
    margin-bottom: 0;
}

.list-info .common-list h4 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 2px;
    margin-bottom: 1px;
    color: #8bbd94;
}



.list-info .common-list.answer {
    background-color: #73a550;
}

.list-data .list-heading h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}


.list-info .common-list.answer h4 {
    color: white;
}



.list-info .common-list.answer p {
    color: white;
}

.cma-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cma-pagination a.page-numbers,
.cma-pagination span.page-numbers {
    padding: 5px 15px;
    margin: 5px;
    border: 2px solid #c0462e;
    border-radius: 4px;
    color: black;
    background-color: #fff;
}

.cma-pagination a.page-numbers:hover,
.cma-pagination span.page-numbers:hover {
    background-color: rgba(192, 70, 46, 55%);
}

.cma-pagination span.current {
    color: white;
    background-color: #c0462e;
}

.list-section {
    margin-bottom: 50px;
}

.list-info .common-list:last-child {
    margin-right: 0;
}


@media (max-width:575px) {
    .list-section .list-title div {
        font-size: 16px;
        margin: 5px 12px 10px 12px;
    }

    .custom-slide-content {
        padding: 20px 20px 30px 20px;
    }
}