[class^=icon-],
[class*=" icon-"] {
    font-family: "AzpezeshkIcomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cat:before {
    content: "\e901";
}

.icon-sort:before {
    content: "\e905";
}

.icon-sortby:before {
    content: "\e907";
}

.icon-clear:before {
    content: "\e900";
}

.icon-close:before {
    content: "\e900";
}

.icon-search:before {
    content: "\e909";
}

.icon-arrow-left:before {
    content: "\e908";
}

.icon-message-square:before {
    content: "\e906";
}

.icon-video:before {
    content: "\e902";
}

.icon-phone:before {
    content: "\e903";
}

.icon-star:before {
    content: "\e904";
}

:root {
    --d-global-color-primary: #6EC1E4;
    --d-global-color-accent: #2000AD;
    --d-cl-text-color: #777777;
    --d-cl-border-color: #d9d9d9;
    --d-cl-orange-color: #FFB806;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 16px;
}

html,
body {
    /*height: 100%;*/
}

body.disable {
    overflow-y: hidden;
}

input,
button {
    border: none;
    outline: none;
    font-family: inherit;
}

button,
a,
.pointer {
    cursor: pointer;
}

a {
    text-decoration: none;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "AzpezeshkIRANSans", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: rtl;
    line-height: 2.5;
    max-width: 100vw;
    overflow-x: hidden;
    background: #fff;
    color: var(--d-cl-text-color);
}

.azpezeshk_holder {
    width: 1220px;
    margin: auto;
    padding-bottom: 40px;
}

.azpezeshk_result_info_star {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 4px;
    background-color: var(--d-cl-orange-color);
    color: white;
    height: 32px;
    min-width: 64px;
    border-radius: 100px;
}

.azpezeshk_result_contact {
    margin-top: 16px;
    --min-cols: 1;
    --max-cols: 4;
    --cols-min-width: 64px;
    --grid-row-gap: 5px;
    --grid-column-gap: 5px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100% / var(--min-cols) - var(--grid-column-gap) * (var(--min-cols) - 1) / var(--min-cols), max(var(--cols-min-width), 100% / var(--max-cols) - var(--grid-column-gap) * (var(--max-cols) - 1) / var(--max-cols))), 1fr));
    gap: 5px 5px;
    gap: 16px;
}

.azpezeshk_result_contact .azpezeshk_result_contact_items {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr;
    gap: 12px;
    cursor: pointer;
}

.azpezeshk_result_contact .azpezeshk_result_contact_items .azpezeshk_result_contact_info {
    border: 2px solid var(--d-global-color-primary);
    color: var(--d-global-color-primary);
    border-radius: 8px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 12px;
}

.azpezeshk_result_contact .azpezeshk_result_contact_items .azpezeshk_result_contact_price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.azpezeshk_result_contact .azpezeshk_result_contact_vidoe .azpezeshk_result_contact_info {
    background-color: var(--d-global-color-primary);
    color: #fff;
}

.azpezeshk_hd_search {
    width: 100vw;
}

.azpezeshk_hd_search > div:first-of-type {
    width: inherit;
    height: 56px;
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid var(--d-cl-border-color);
    border-left: none;
    border-right: none;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--d-global-color-accent);
}

.azpezeshk_hd_search > div:first-of-type > h1 {
    text-align: center;
    font-size: 1.2rem;
}

.azpezeshk_hd_search > div:first-of-type > i {
    display: block;
    position: absolute;
    right: 10%;
    font-size: 1.7rem;
    transform: rotate(180deg);
}

.azpezeshk_hd_search > div:last-of-type {
    display: grid;
    grid-template-columns: 1fr 40px;
    width: 600px !important;
    border: 2px solid var(--d-cl-border-color);
    border-left: none;
    border-radius: 6px;
    margin: 16px auto;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 37px;
}

.azpezeshk_hd_search > div:last-of-type > input {
    padding: 6px;
    height: 100%;
    border-radius: 6px;
}

.azpezeshk_hd_search > div:last-of-type > button {
    height: 38px;
    width: 38px;
    background: var(--d-global-color-primary);
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -3px;
    left: 0;
}

.azpezeshk_sch_filter {
    margin-top: 40px;
    width: 100%;
    list-style: none;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

.azpezeshk_sch_filter li:first-of-type i {
    font-size: 1.4rem;
}

.azpezeshk_sch_filter li {
    min-width: 140px;
    width: auto;
    height: 40px;
    border-radius: 16px;
    border: 1px solid var(--d-cl-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    transition: filter 0.2s ease;
}

.azpezeshk_sch_filter li i {
    color: var(--d-global-color-accent);
}

.azpezeshk_sch_filter li.active {
    color: var(--d-global-color-accent);
    border: 1px solid var(--d-global-color-accent);
}

.azpezeshk_result_holder {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
}

.azpezeshk_result_holder {


}

.azpezeshk_result_item {
    min-height: 280;
    border-radius: 8px;
    border: 1px solid var(--d-cl-border-color);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.azpezeshk_result_holder .azpezeshk_result_item .azpezeshk_result_item_info {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.azpezeshk_result_holder .azpezeshk_result_item .azpezeshk_result_item_info > img {
    object-fit: cover;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    border: 2px solid var(--d-cl-orange-color);
}

.azpezeshk_result_holder .azpezeshk_result_item .azpezeshk_result_item_info .azpezeshk_result_info_detail {
    display: block;
    color: var(--d-cl-text-color);
}

.azpezeshk_result_holder .azpezeshk_result_item .azpezeshk_result_item_info .azpezeshk_result_info_detail > h2 {
    color: var(--d-global-color-accent);
    font-size: 1.3rem;
}

.azpezeshk_result_holder .azpezeshk_result_item .azpezeshk_result_item_info .azpezeshk_result_info_detail h3 {
    font-size: 1rem;
}

.azpezeshk_result_holder .azpezeshk_result_item .azpezeshk_result_item_info .azpezeshk_result_info_detail .azpezeshk_result_info_count {
    display: flex;
    flex-direction: row;
    font-size: 0.9rem;
    gap: 12px;
}

.azpezeshk_popup {
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.16);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
}

.azpezeshk_popup .azpezeshk_popup_holder {
    height: max-content;
    position: absolute;
    background-color: white;
    box-shadow: 0 7px 13px rgba(0, 0, 0, 0.13);
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    padding: 12px 16px;
    border-radius: 12px;
    width: 500px;
    max-height: max-content;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 0.9rem;
}

.azpezeshk_popup .azpezeshk_filter_header {
    display: grid;
    grid-template-columns: 95% 5%;
    border-bottom: 1px solid #adadad;
}

.azpezeshk_popup .azpezeshk_filter_header > h3 {
    color: var(--d-global-color-accent);
    text-align: center;
}

.azpezeshk_popup .azpezeshk_filter_header > span {
    display: flex;
    padding: 4px;
    border-radius: 50%;
    background-color: #e7ecf4;
    color: #888c9c;
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1000;
    opacity: 1;
    transition: filter 0.5s ease;
    max-height: 24px;
    font-size: 1rem;
    font-weight: bold;
}

#azpezeshk_filter_popup .azpezeshk_popup_holder .azpezeshk_filter_items {
    display: flex;
    padding: 6px;
    padding-left: 20px;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #adadad;
}

#azpezeshk_filter_popup .azpezeshk_popup_holder .azpezeshk_filter_check {
    display: flex;
    gap: 8px;
    flex-direction: row;
}

#azpezeshk_filter_popup .azpezeshk_popup_holder .azpezeshk_filter_gender,
#azpezeshk_filter_popup .azpezeshk_popup_holder .azpezeshk_filter_visit,
#azpezeshk_filter_popup .azpezeshk_popup_holder .azpezeshk_filter_status {
    border-bottom: 1px solid #adadad;
    padding-bottom: 12px;
}

#azpezeshk_filter_popup .azpezeshk_popup_holder .azpezeshk_filter_footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

#azpezeshk_filter_popup .azpezeshk_popup_holder .azpezeshk_filter_footer button {
    border-radius: 6px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.07);
    height: 40px;
    color: var(--d-global-color-primary);
    border: 1px solid var(--d-global-color-primary);
    background: none;
}

#azpezeshk_filter_popup .azpezeshk_popup_holder .azpezeshk_filter_footer button:first-of-type {
    background-color: var(--d-global-color-primary);
    color: white;
}

.azpezeshk_items .azpezeshk_popup_holder {
    max-height: 450px;
    color: var(--d-global-color-accent) !important;
}

.azpezeshk_items .azpezeshk_popup_holder > ul {
    list-style: none;
    padding: 8px;
    overflow-y: scroll;
}

.azpezeshk_items .azpezeshk_popup_holder > ul > li {
    margin: 4px 0;
    cursor: pointer;
}

.azpezeshk_popup.active {
    display: block;
}

.azpezeshk_hd_profile {
    width: 100vw;
    background-color: var(--d-global-color-primary);
    box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.08);
    color: white;
}

.azpezeshk_hd_profile > div {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    height: 56px;
    font-size: 1.5rem;
    width: inherit !important;
}

.azpezeshk_hd_profile > div > h1 {
    text-align: center;
    font-size: inherit;
}

.azpezeshk_hd_profile > div i {
    display: block;
    position: absolute;
    right: 10%;
    font-size: 1.7rem;
    transform: rotate(180deg);
    text-align: end;
}

.azpezeshk_profile_info {
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.azpezeshk_profile_info .azpezeshk_profile_img {
    position: relative;
}


.azpezeshk_profile_info .azpezeshk_profile_img > img {
    object-fit: cover;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    border: 2px solid var(--d-cl-orange-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

.azpezeshk_profile_info .azpezeshk_profile_img > span {
    position: absolute;
    bottom: 8px;
    right: 70%;
    transform: translateX(-50%);
    background-color: #21EC51;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 15px;
    min-width: 15px;
    border-radius: 100%;
    font-size: 0.8rem;
}

.azpezeshk_profile_info > h3 {
    color: var(--d-global-color-accent);
}

.azpezeshk_profile_info .azpezeshk_profile_detail {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.azpezeshk_profile_info .azpezeshk_profile_detail > span:first-of-type {
    padding-left: 8px;
    border-left: 2px solid #adadad;
}

.azpezeshk_result_contact_profile {
    padding: 16px 0;
}

.azpezeshk_result_contact_profile .azpezeshk_result_contact_items:not(.azpezeshk_result_contact_items:last-of-type) {
    border-left: 1px solid #c5c5c5;
    padding-left: 12px;
}

.azpezeshk_result_contact_profile p {
    text-align: justify;
    font-size: 0.9rem;
}

.azpezeshk_result_about > p {
    font-size: 0.9rem;
    overflow: hidden;
    height: 3em;
    text-align: justify;
}

.azpezeshk_result_about.active > p {
    height: max-content;
}

.azpezeshk_result_time .azpezeshk_result_time_items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 2px;
}

.azpezeshk_result_time .azpezeshk_result_time_items:not(.azpezeshk_result_time_items:first-of-type) {
    display: none;
}

.azpezeshk_result_time.active .azpezeshk_result_time_items {
    display: flex !important;
}

.info_read_more {
    color: var(--d-global-color-accent);
    font-weight: bold;
    margin: 6px 0;
    display: block;
}

.azpezeshk_result_comment {
    padding-bottom: 32px;
    margin-top: 32px;
}

.azpezeshk_result_comment ul {
    list-style: none;
}

.azpezeshk_result_comment ul li {
    font-size: 0.9rem;
    border-bottom: 1px solid #888c9c;
    padding: 4px 0;
    margin-bottom: 12px;
    border-bottom: 1px dashed #d9d9d9;
}

.azpezeshk_result_comment ul li > div {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
}

.azpezeshk_result_comment ul li > div span:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 8px;
    background-color: #F1F8E9;
    color: #8BC34A;
    min-width: 40px;
    height: 28px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    html,
    body {
        font-size: 13px !important;
    }

    .azpezeshk_holder {
        width: 96%;
        padding: 0 12px;
    }

    .azpezeshk_result_holder {
        grid-template-columns: 1fr !important;
    }

    .azpezeshk_profile_info > img {
        width: 100px;
        height: 100px;
    }

    .azpezeshk_hd_search > div:last-of-type {
        width: 90% !important;
    }

    .azpezeshk_result_contact {
        grid-template-columns: 1fr !important;
    }

    .azpezeshk_result_contact_profile .azpezeshk_result_contact_items:not(.azpezeshk_result_contact_items:last-of-type) {
        border-left: unset;
        padding-left: unset;
        border-bottom: 1px solid #c5c5c5;
        padding-bottom: 12px;
    }

    .azpezeshk_sch_filter {
        justify-content: space-around;
        gap: 16px;
        flex-wrap: wrap;
    }

    .azpezeshk_sch_filter li {
        width: 45%;
    }

    .azpezeshk_result_item .azpezeshk_result_item_info {
        flex-direction: column !important;
        align-items: center;
        gap: 4px !important;
    }

    .azpezeshk_result_item .azpezeshk_result_item_info img {
        width: 90px !important;
        height: 90px !important;
    }

    .azpezeshk_popup_holder {
        width: 95% !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    html,
    body {
        font-size: 14px;
    }

    .azpezeshk_holder {
        width: 95% !important;
        padding: 0 16px;
    }
}

@media (min-width: 992px) and (max-width: 1228px) {
    .azpezeshk_holder {
        width: 95% !important;
        padding: 0 16px;
    }
}

/*me*/
.container {
    max-width: max-content !important;
}

li:last-child {
    margin-bottom: auto !important;
}

.website-wrapper {
    /*position: absolute !important;*/
    overflow: unset !important;
}

.azpezeshk_result_contact_info a {
    color: var(--d-global-color-primary);
}

.azpezeshk_result_more {
    width: 50%;
    justify-content: center;
    margin: 0 auto;
    box-shadow: none;
    display: contents;
}

@media (min-width: 768px) {
    .azpezeshk_download_app {
        width: 45%;
        justify-content: center;
        margin: auto;
    }
}

.azpezeshk_custom_bn {
    border-radius: 30px !important;
    background-color: #f1f1f1 !important;
    color: #484848 !important;
    border-color: #fff !important;
}

#azpezeshk_loading {
    display: inline-block !important;
    width: 50px !important;
    height: 50px !important;
    border: 3px solid rgba(255, 255, 255, .3) !important;
    border-radius: 50% !important;
    border-top-color: rgb(110, 193, 228) !important;
    animation: spin 1s ease-in-out infinite !important;
    -webkit-animation: spin 1s ease-in-out infinit !important;
    margin-top: -19px;
}


.azpezeshk_holder .azpezeshk_description_holder_text {
    height: 7em !important;
    overflow: hidden !important;
}

/*

.azpezeshk_description_holder_ful_text {
    height: auto !important;
    overflow: auto !important;
}*/


.a22_desc_tags {
    display: inline-block;
    margin: 0 10px;
}

.a22_hide {
    display: none !important;
}

.a22_show {
    display: block !important;
}


.azpezeshk_pagination a {
    color: #484848 !important;
    height: 50px;
    width: 299px;
    display: block;
    text-align: center;
    line-height: 3.5;
}