    /* our servcies rate css */
    #our-service-rate .modal-dialog {
        transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        margin: 0;
    }
    #our-service-rate .modal-body {
        background-color: #fff;
        padding: 0 !important;
        border-radius: 10px;
    }
    #our-service-rate .modal-content {
        border-radius: 10px;
    }
    #our-services-container > h3 {
        margin: 10px auto;
        width: 87%;
    }
    #our-services-container .close-service-modal {
        top: 9px;
        background: #000;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff !important;
        border-radius: 25px;
        z-index: 999;
        right: 30px;
        cursor: pointer;
        position: absolute;
    }
    #our-services-container .close-service-modal:hover {
        opacity: 0.6;
    }
    .our-services-container {
        margin: 0 auto;
        width: 87%;
        padding: 10px 0;
        overflow: auto;
       max-height: 380px;
    }
    .our-services-message {
        background: #eef9be;
        padding: 5px;
        border-radius: 10px;
        border-left: 5px solid #86b010;
        margin: 0 0 30px 0;
    }
    .our-services-message p {
        margin: 0;
    }
    .our-services-message p a {
        color: #86b010;
    }
    .our-services-table {
        border: 1px solid #ccc;
        border-radius: 10px;
    }
    .our-services-heading {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        padding: 15px;
        background: #f1f1f1;
        border-radius: 10px 10px 0 0;
    }
    .our-services-row {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        padding: 15px;
        border-bottom: 1px solid #ccc;
    }
    .last-our-servcies{border:none;}
    .our-services-row p{
        margin:0px;
    }

    #service-rates-modal{
        cursor: pointer;
    }