.dropdown-menu {
    min-width: 100% !important;
}

#sub_services_select {
    display: block !important;
}

.header_provider_img {
    width: 29px !important;
    height: 29px !important;
}

.customer_evaluation_icon_wrapper form {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.pagination_wrapper {
    min-width: 100%;
}

.pagination_wrapper nav {
    width: 100%;
    min-width: 100%;
}

.page_title__ .icon__ {
    max-width: 50px;
}

.file_register_input {
    display: none;
}

.file_register {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #aaaaaa;
    cursor: pointer;
}
.image_register {
    word-break: break-all;
}

.contact_btns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact_btns a,
.contact_btns b{
  color: #555;
  padding-top: 20px;
}
.invoice_block_wrapper__ {
    position: relative;
}
.invoice_block_wrapper__:not(:last-of-type) {
    margin-bottom: 25px;
}
.invoice_block_wrapper__ .invoice_details_blocks_wrapper__ {
    box-shadow: 0 0 60px rgba(133, 133, 133, 0.12);
    border-radius: 20px;
    padding: 33px 15px;
    background-color: #fff;
    width: 100%;
    margin-top: -40px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    column-gap: 5px;
    row-gap: 10px;
}
.invoice_block_wrapper__ .links_wrapper__ {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.invoice_block_wrapper__ .invoices_status__ {
    background-color: #E40000;
    height: 100px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 28px;
    display: flex;
    width: fit-content;
    transition: 0.5s;
    gap: 10px;
    cursor: default;
}
@media only screen and (max-width: 991px) {
    .invoice_block_wrapper__ .invoices_status__ {
        padding: 15px 10px;
        font-size: 14px;
    }
}
.invoice_block_wrapper__ .invoices_status__.active {
    background-color: #3BAF00;
}
.invoice_block_wrapper__ .invoices_status__.active:hover {
    background-color: rgba(59, 175, 0, 0.9);
}
.invoice_block_wrapper__ .invoices_status__:hover {
    transform: translateY(-8px);
    background-color: rgba(228, 0, 0, 0.9);
}
.invoice_block_wrapper__ .invoice_details_wrapper__ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    background-color: #F7F7F7;
    padding: 14px 24px;
    border-radius: 28px;
}
.invoice_block_wrapper__ .invoice_details_wrapper__ .title__ {
    font-size: 14px;
    font-weight: 400;
    color: #646363;
}
@media only screen and (max-width: 500px) {
    .invoice_block_wrapper__ .invoice_details_wrapper__ .title__ {
        font-size: 12px;
    }
}
.invoice_block_wrapper__ .invoice_details_wrapper__ .info__ {
    font-size: 12px;
    font-weight: 700;
    color: #2D2525;
}
.about_us_section .parag_head__:before{
    display: none;
}