.whatsAppIconMove {
    bottom: 50px !important;
}

.head_padding_page {
    position: relative;
    top: 20px
}

.head_padding_page h2 {
    color: #037b76;
    font-weight: normal;
}

.containerPosition {
    position: relative;
    padding: 0 0 200px 0
}

.card {
    border: 0px;
    box-shadow: 0px 6px 30px 5px rgb(89 91 181 / 10%);
    padding: 10px 0;
    background: #fafafa;
}

.card .card-header {
    background: #fafafa;
    border: 0;
    color: #00a099;
}

.card .card-header i {

    font-size: 24px;
    position: relative;
    top: 4px;
    margin: 0 3px;

}

.card .card-body {
    border-top: 1px solid #eee;
    font-family: 'SST Arabic';
    font-weight: normal;
    font-style: normal;
}
    .card .card-body a {
        text-decoration: none;
        color: #00a099;
    }



.checkbox-wrap {
    display: block;
    position: relative;
    margin-bottom: 8px;
    cursor: pointer;
}

    .checkbox-wrap input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .checkbox-wrap span {
        position: relative;
        display: inline-block;
        padding-right: 28px;
    }

        .checkbox-wrap span::before {
            content: "";
            position: absolute;
            right: 0;
            top: 2px;
            width: 17px;
            height: 17px;
            border: 1px solid #ccc;
            border-radius: 3px;
            background: #fff;
        }

        .checkbox-wrap span::after {
            content: "";
            position: absolute;
            right: 0;
            top: 2px;
            width: 16px;
            height: 16px;
            padding-right: 3px;
            padding-top: 1px;
            font-size: 11px;
        }

    .checkbox-wrap input[type="checkbox"]:checked + span::before {
        background-color: #289f06;
        border-color: #289f06;
    }

    .checkbox-wrap input[type="checkbox"]:checked + span::after {
        font-family: "sallaicons";
        content: "\ea9d";
        color: #fff;
    }