.fill {
    position: absolute;
    /* left: 0.8rem; */
    font-size: 30px;
    transform: scale(0);
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* ion-icon:last-child{

    font-size: 30px;
} */
.text_register_item {
    font-size: calc(8px + 0.2vw);
    position: absolute;
    margin-top: 2.4rem;
    color: #cdac66;
}
.phone_icon {
    margin-top: 13px !important;
    font-size: 22px !important;
}

.w-filter {
    width: 86px;
}
.funnel {
    margin: auto;
    /* margin-top: 6px; */
    margin-bottom: -3px;
    margin-right: 8px;
}
/* .section-title h5:after {
    position: absolute;
    left: 0;
    bottom: -15px;
    top: 46px;
    right: 0;
    height: 3px;
    width: 92%;
    background: #5F9394;
    content: "";
    margin: 0 auto;
} */
.fa-chevron-down:before {
    float: left;
}

.control-label {
    color: black;
}

/* اضافه کردن استایل های مربوط به lightGallery برای RTL */
/* .lg-outer {
    direction: ltr;
}

.lg-thumb-outer {
    direction: rtl;
}

.lg-thumb-item {
    float: right;
} */

@media (max-width: 1000px) {
    h1.responsive-center {
        text-align: center;
    }
}

.btn-nazarat {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #ac8230;
    border: 2px solid #ceab70;
    border-radius: 25px;
    background-color: transparent;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-nazarat:hover {
    color: white;
    background-color: #969696;
    border-color: #969696;
}
