img {
    vertical-align: middle !important;
}

.introduction-box {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: 12px;
    padding: 1em;
    direction: rtl;
}

.introduction-introduce {
    box-shadow: 0px 12px 10px -2px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 0em 8rem 0rem 8rem;
    direction: rtl;
}

.shoar_messange {
    font-size: 1.4rem;
    color: #000;
    padding: 1rem;
    border-radius: 12px;
    width: fit-content;
}

.agent-website {
    font-size: 1.4rem;
    color: #000;
    padding: 1rem;
    border-radius: 12px;
    width: fit-content;
}

.introduction-col1 {
    display: flex;
    border-left: 1px solid #95b1b2;
}

.introduction-img {
    width: 48%;
    background: #e4ebec;
    border: 5px solid #be473f;
    box-shadow: 0px 12px 10px -2px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

.introduction-img img {
    width: 100%;
}

.introduction-col1-txt {
    display: flex;
    flex-direction: column;
    margin-right: 1em;
    line-height: 21px;
}

.introduction-name {
    /*old style*/
    /*font-weight: 800;*/
    /*font-size: 1.5 rem;*/

    /*//new style*/
    font-weight: var(--font-weight);
    font-size: var(--font-size-medium);
    color: #3D4F50;
}

.introduction-post {
    /*// outline-style: double;style*/
    /*font-weight: 600;*/
    /*font-size: .8 rem;*/
    /*color: #3D4F50;*/

    font-weight: var(--font-weight);
    font-size: var(--font-size-medium);
    color: var(--head-color);
}

.introduction-office {
    /*new style*/
    /*font-weight: 800;*/
    /*font-size: 21px;*/
    /*color: #3D4F50;*/

    /*new style*/
    font-weight: var(--font-weight);
    font-size: var(--font-size-medium);
    color: var(--head-color);
}

.introduction-expertise {
    /*font-weight: 800;*/
    /*font-size: 1.5 rem;*/

    /*new style*/
    font-weight: var(--font-weight);
    font-size: var(--font-size-medium);
    color: var(--head-color);
    /* padding-top: 1em; */
    display: flex;
    align-items: center;
}

.introduction-contact {
    /*old style*/
    /*font-weight: 600;*/
    /*margin-top: 0.5em;*/
    /*font-size: 1.2 rem;*/
    /*color: #3D4F50;*/

    /*new style */
    font-weight: var(--font-weight);
    font-size: var(--font-size-medium);
    color: var(--head-color);
    padding-top: 10px;
}

.introduction-post {
    font-weight: 600;
    font-size: 0.8rem;
    color: #3d4f50;
}

.introduction-office {
    font-weight: 800;
    font-size: 19px;
    color: #3d4f50;
}

.introduction-expertise {
    font-weight: 800;
    font-size: 1.5rem;
    color: #3d4f50;

}

.introduction-contact {
    font-weight: 600;
    margin-top: 0.5em;
    color: #3d4f50;

}

.introduction-col2 {
    border-left: 1px solid #95b1b2;
}

.btn-sidebar,
.btn-sidebar:hover {
    background: #f2f6f6;
    border: 1px solid #febfbb;
    box-shadow: 0px 21px 17px -9px rgba(56, 56, 56, 0.25);
    border-radius: 8px;
    color: #fd5f54;
    font-weight: 600;
    font-size: 24.5px;
    width: 100%;
}



.btn2-sidebar,
.btn2-sidebar:hover {
    background: #fd5f54;
    box-shadow: none !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 24.5px;
    color: #ffffff;
    width: 100%;
}

.introduction-map {
    border: 4px solid #fd5f54;
    filter: drop-shadow(0px 7px 7px rgba(190, 71, 63, 0.35));
    border-radius: 16px;
    height: 20em;
    margin-top: 1em;
}

.introduction-title {
    font-weight: 800;
    font-size: 24px;
}

.introduction-txt {
    margin-top: 1em;
    font-weight: 800;
    font-size: 18px;
    color: #3d4f50;
    text-align: justify;
}

/*  */
.comments {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-radius: 12px;
    padding: 1em 2em;
    margin-bottom: 1em;
    margin-top: 1rem;
}

.comments-title {
    font-weight: 700;
    font-size: 27px;
    color: #3d4f50;
}

.comments-item {
    display: flex;
    border-bottom: 1px solid #95b1b2;
    padding-bottom: 1em;
}

.comments-name {
    font-weight: 600;
    font-size: 18px;
    color: #3d4f50;
}

.comments-date {
    font-weight: 400;
    font-size: 12px;
    color: #3d4f50;
}

.comments-body {
    font-weight: 500;
    font-size: 18px;
    color: #3d4f50;
    text-align: justify;
    padding-right: 1em;
    margin-top: 0.5rem;
}

.send-comment-title {
    margin-top: 1em;
    font-weight: 700;
    font-size: 27px;
    color: #3d4f50;
}

.send-comment-comment {
    font-weight: 400;
    font-size: 21px;
    color: #3d4f50;
}

.comments input,
.comments textarea {
    background: #f5f5f5;
    border: 1px solid #fd7f76;
    border-radius: 12px;
}

.comments label {
    font-weight: 800;
    font-size: 18px;
    color: #1f2728;
}

.btn-send-comment,
.btn-send-comment:hover {
    background: #FD5F54;
    border: 1px solid #FEBFBB;
    border-radius: 12px;
    font-weight: 600;
    font-size: .9rem;
    color: #fff;
}

.btn-more-comment,
.btn-more-comment:hover {
    background: #FD5F54 !important;
    border: 1px solid #FEBFBB !important;
    border-radius: 16px ;
    font-weight: 600!important;
    font-size: .9rem!important;
    color: #fff !important;
}
.img-loading-comment {
     width: 5.5rem;
    height: 5.5rem;
}
.score svg {
    stroke: #fd5f54;
}

.score.star-fill svg {
    fill: #fd5f54;
    stroke: #fd5f54;
}

@media (max-width: 768px) {
    .date-star {
        display: flex;
        flex-direction: column;
    }
}

img.leaflet-marker-shadow.leaflet-zoom-animated {
    display: none !important;
}
.parent_section_header_profile_agent {
    position: relative;
    height: 27rem;
}
.container_header_profile_agent {
    height: -webkit-fill-available;
}
.row_header_profile_agent {
    height: -webkit-fill-available;
    padding-top: 6rem;
}
.section_agent_brand_name {
    display: flex;
    justify-content: end;
    align-items: start;
}
.parent_section_header_profile_agent::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/person-holding-keys-model-house.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    opacity: .3;
    background-attachment: fixed;
    pointer-events: none!important;
}

.agent_name_title{
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    width: fit-content;
    padding: 1rem;
    border-radius: 12px;
}

.takhasos {
    font-size: 1.1rem;
    font-weight: 700;
}

.amarha {
    font-size: 1.1rem;
    font-weight: 700;
}

.active_parvande {
    font-size: 1.1rem;
    font-weight: 700;
}

.parvande-sabtshode {
    font-size: 1.1rem;
    font-weight: 700;
}

.intro_agency_container {
    border-radius: 12px;
    margin: 2rem auto;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    padding: 1rem;
}

.takhasos_amar_section {
    border-radius: 12px;
    margin: 2rem auto;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    padding: 1rem;
}

.agent_brand_name{
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    width: fit-content;
    padding: 1rem;
    border-radius: 12px;
}

.communication_ways {
    border-radius: 12px;
    margin: 3rem 0;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    padding: 1rem;
}

.svg_communication_ways{
    width: 30px;
    height: 30px;
}

.location_map {
    border-radius: 12px;
    margin: 3rem 0;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    padding: 1rem;
}

.location_map h3{
    font-size: 1rem;
    font-weight: 500;
    color: #0000007b;
}


.agent-search-list-body{
    display: block;
}

.section_star_comment{
    display: flex;
    justify-content: flex-end;
}
.inner_section_star_comment{
    justify-content: flex-end;
}



.btn_send_comment, .btn_send_comment:hover {
    background: #fd5f54;
    box-shadow: none !important;
    border-radius: 8px;
    font-weight: var(--font-weight);
    font-size: var(--font-size-medium);
    color: #ffffff;
    width: fit-content;
}

.section_agent_brand_name_star{
    display: none;
}
.img-icon-com-ways {
    width: 1.5rem;
    height: 1.5rem;
}
@media screen and (max-width:500px) {
    .parent_section_header_profile_agent{
        height: 28rem;
    }
    .agent_name_title{
        font-size: 1.4rem;
        padding: .7rem;
    }
    .agent_brand_name{
        font-size: 1rem;
        padding: .7rem;
    }
    .section_agent_brand_name{
        justify-content: start;
    }

    .parent_section_header_profile_agent::after{
        left: 0;
        right: 0;
    }

    .section_star_comment{
        justify-content: start;
        margin-bottom: .25rem;
        margin-top: 1rem;
        padding-right: 1.9rem;
    }
    .comments {
        padding: 1rem;
    }
    .check_box_anonymous {
        padding: 0 .5rem 0 0  !important;
    }

    .row_header_profile_agent{
        padding-top: 1rem;
        align-content: flex-start;
    }

    .agent_name_title_star{
        display: block;
    }

    .section_agent_brand_name_star {
        display: block;
    }

    .section_agent_brand_name{
        align-items: start;
        justify-content: space-between;
    }

    .parent_section_agent {
        justify-content: center;
        gap: 0 !important;
    }
    .splide__track{
        padding: 0 !important;
    }
    .amarha_section {
        margin-top: 1.5rem;
    }
    .amarha {
        font-size: .9rem;
    }
    .active_parvande {
        font-size: .9rem;
    }
    .parvande-sabtshode {
        font-size: .9rem;
    }
    .takhasos {
        font-size: .9rem;
    }
}
