
    .ak-agents-box a {
        background: #fff !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .agent-card-new {
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
        border-radius: 0.6rem;
    }

    .agent-card-image {
        flex: 0 0 35%;
        width: 35%;
        position: relative;
        align-items: stretch;
        justify-content: center;
        overflow: hidden;
        border-radius: 0;
        line-height: 0;
    }

    .agent-card-info {
        padding: 0.6rem;
        overflow: hidden;
    }

    .agent-card-name {
        font-size: 1rem;
        font-weight: 600;
        display: block;
        font-size: 1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .agent-card-details li i {
        margin-right: 0.3rem;
    }

    @media (max-width: 768px) {

        .agent-card-name {
            width: 200px;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .agent-card-image {
            flex: 0 0 35%;
            max-width: 35%;
        }

        .agent-card-info {
            flex: 0 0 65%;
            max-width: 65%;
            padding: 0.5rem 1rem;
        }

        .agent-selector a {
            font-size: 0.875rem;
            height: 38px;
            line-height: 1.4rem;
            padding: 0 0.8rem;
        }

        .agent-card-sale-rent span {
            padding: 0;
        }
    }

    .panels {
        box-shadow: 0 .2rem .2rem #0000001a;
        border-radius: 25px;
    }

    .panels.ak-inner-pannels {
        min-height: 110px !important;
    }

    .ak-inner-pannels.ak-new-pannels {
        padding: 0.3rem !important;
        background: linear-gradient(180deg, #c9b6b61a, #9b969680 100%) !important;
        border-radius: 25px;
    }

    /* .agent-selector-wrapper {
        margin-bottom: 1.5rem;
    } */

    @media (min-width: 992px) {
        .agent-card-new {
            height: 180px;
            max-height: 200px;
        }

        .agent-card-info {
            overflow: hidden;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {                
        .agent-card-new {
            height: 180px;
            max-height: 200px;
            margin: 0 auto;
        }

        .agent-card-info {
            overflow: hidden;
        }

        .agent-card-new {
            max-width: 100%;
        }

        .agent-card-image {
            flex: 0 0 35%;
            max-width: 35%;
        }

        .agent-card-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 0;
            line-height: 0;
            display: block;
        }

        .agent-card-info {
            flex: 0 0 65%;
            max-width: 65%;
            padding: 0.5rem 1rem;
        }

        .ak-agent-wrapper {
            display: block;
        }

        .ak-agent-company-title {
            width: 100% !important;
            padding: 0 12px;
            text-align: center;
        }

        .ak-agent-company-title h4 {
            font-size: 1rem;
            line-height: 1.4;
            white-space: normal !important;
            word-break: break-word;
        }

        .agent-selector a {
            font-size: 0.875rem;
            height: 38px;
            line-height: 1.4rem;
            padding: 0 0.8rem;
        }

        .agent-card-sale-rent span {
            padding: 0;
        }
    }

    .agent-card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
        line-height: 0;
        display: block;

    }

    .ak-form-h .form-control,
    .ak-form-h .filter-field {
        border-radius: 0 0 12px 12px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: 0;
    }
    .ak-ads {
        position: sticky;
        top: 1rem;
        z-index: 10;
    }
    .ak-agent-company-title {
        text-align: center;
        color: white !important;
    }

    .ak-agent-company-title h4 {
        color: white !important;
    }

    .ak-agents-box-new {
        margin-top: 0 !important;
    }

    .select2-component {
        padding: 0 !important;
    }

    .ak-agent-company-s input.form-control {
        height: 48.5px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        margin-right: 20px;
    }

    @media (min-width: 991px) and (max-width: 1340px) {
        .select2-container--default .select2-dropdown.select2-dropdown--below {
            width: 300px !important;
        }
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 4px 5px !important;
        text-align: center !important;
    }

    .select2-container .select2-selection--single {
        height: 48.5px !important;
        border-radius: 15px !important;
    }

    @media screen and (max-width: 767px) {
        .ak-inner .form-group {
            margin-bottom: 5px !important;
        }
    }

    .select2-container--default .select2-results__option {
        text-align: center;
    }