.CTA_1 {
    background: -moz-radial-gradient(at center center, #fc5158 0, #9c2840 100%);
    background: -o-radial-gradient(at center center, #fc5158 0, #9c2840 100%);
    background: radial-gradient(at center center, #fc5158 0, #9c2840 100%);
    border-radius: 20px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, .2);
    color: #fff;
    padding: 30px 10px;
    border-radius: 20px;
    position: relative;
    z-index: 0;
    transition: all .3s ease
}

.CTA_1:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, .4)
}

.CTA_2 {
    background: radial-gradient(at center center, #ffe38f 15%, #c29a54 83%)
}

.CTA_1:before {
    background-image: url(../images/bg/bg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 1;
    transition: background .3s, border-radius .3s, opacity .3s;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-attachment: scroll;
    width: 100%;
    height: 100%;
    z-index: -1
}

.CTA_1 h3 {
    color: #fff;
    font-family: IRANYekan, Sans-serif;
    font-size: 23px;
    font-weight: 900;
    text-shadow: 0 3px 5px rgb(255 255 255 / 30%)
}

.CTA_2 h3 {
    color: #000 !important;
    font-family: IRANYekan, Sans-serif;
    font-size: 23px;
    font-weight: 900;
    text-shadow: 0 3px 5px rgb(0 0 0 / 30%)
}

.CTA_2 p {
    color: #6a5321 !important
}

.CTA_1 .image {
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #fff;
    border-radius: 80px 80px 80px 80px;
    box-shadow: 0 0 16px -3px rgb(255 255 255 / 50%);
    position: relative;
    overflow: hidden;
    width: fit-content;
    padding: 0;
    margin: auto
}

.CTA_2 .image {
    box-shadow: 0 0 16px -3px rgb(0 0 0 / 32%);
    border-color: #6a5321
}

.CTA_1 .image:after {
    content: "";
    background: rgba(255, 255, 255, .4);
    width: 60%;
    height: 100%;
    top: 0;
    left: -125%;
    transform: skew(45deg);
    position: absolute;
    transition: left .5s ease-out
}

.CTA_1:hover .image:after {
    left: 150%
}

.CTA_1 .btn {
    border-radius: 35px
}

@media screen and (max-width:767px) {
    .CTA_1 .lead {
        text-align: center
    }
}

@media screen and (min-width:992px) {
    .CTA_1 .col-md-3.d-flex {
        padding-left: 30px;
        justify-content: left !important
    }
}

.entry-content .call-us-box p {
    padding: 34px;
    font-family: IRANYekan, Sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #7a7a7a;
    background-color: #ededed;
    border-radius: 16px
}

[data-theme=dark] .entry-content .call-us-box p {
    background-color: #27292d;
    color: #fff
}

.fq-card {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);
    border-radius: 4px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-color: transparent
}

.fq-card:not(:last-child) {
    margin: 2em auto
}

[data-theme=dark] .fq-card {
    box-shadow: 0 2px 2px 0 rgb(255 255 255 / 16%), 0 0 0 1px rgb(255 255 255 / 8%);
    border-radius: 4px;
    background: #27292d;
    color: #ccc
}

[data-theme=dark] .fq-card h3 {
    color: #fff
}

.fq-card h3 {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
    font-family: iranyekanwebregular;
    text-align: justify
}

.fq-card div.text-justify {
    font-size: 15px;
    line-height: 1.7
}

.mag-box-title h3 {
    line-height: 22px;
    font-size: 20px
}

.comment-form p {
    margin-bottom: 10px;
    width: 100%
}

.comment-form p:last-of-type {
    margin-bottom: 0
}

.comment-form label {
    line-height: 30px;
    font-weight: 700
}

.comment-form input {
    width: 100%;
    border-radius: 35px
}

.comment-form textarea {
    vertical-align: top;
    resize: none;
    border-radius: 5px;
    width: 100%
}

.comment-form #submit {
    margin-top: 15px;
    width: auto
}

.comment-list {
    padding: 0;
    margin: 0
}

.comment-list .comment {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden
}

[data-theme=dark] .comment-list .comment {
    border-bottom-color: rgba(255, 255, 255, .1)
}

.comment-list .comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.comment-list .comment-body {
    line-height: 1.8;
    margin-top: 10px;
    overflow: hidden;
    display: block
}

.comment-list #reply-title {
    position: relative;
    font-size: 15px;
    margin-bottom: 20px;
    min-height: 0
}

.comment-list .comment-author img {
    border-radius: 50%;
    box-shadow: 0 0 8px #e0e7f1;
    border: 2px solid #fff;
    float: right;
    margin: 6px 6px 6px 20px;
    box-sizing: content-box
}

.comment-list .comment-author .fn {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fc5158
}

.comment-list .comment-content {
    overflow: hidden;
    padding-top: 10px
}

.comment-list .comment-body p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
    text-align: justify
}

.comment-list .reply {
    margin-left: 0;
    margin-right: 90px
}

.comment-list .reply a {
    background: #2c2f34;
    color: #fff;
    padding: 0 10px;
    line-height: 25px;
    display: block;
    border-radius: 2px;
    margin: 10px 0;
    float: right
}

#cancel-comment-reply-link {
    float: left
}

.comment-list ol.children {
    margin-left: 0;
    margin-right: 75px;
    margin-top: 20px
}

.comment-list ol.children li {
    border-bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.comment-list li.comment #respond {
    margin-right: 90px;
    margin-left: 0;
    margin-top: 10px
}

@media (max-width:670px) {
    .comment-list ol.children {
        margin-right: 25px
    }
}

@media (max-width:479px) {
    .comment-list ol.children {
        margin-right: 10px
    }
}

/* ------------ */
/*==================================================
        Final Price Table
==================================================*/

.price-table {
    width: 100% !important;
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    border: 1px solid #ebe7e9;
    border-radius: 14px;
    overflow: hidden;
}

.price-table.w-75 {
    width: 90% !important;
    max-width: 900px;
}

.price-table table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

/*================ Header ================*/

.price-table thead th {

    background: #fff7f8;

    color: #2d2d2d;

    font-size: 16px;

    font-weight: 700;

    padding: 18px 22px;

    text-align: center;

    border: none;

    border-bottom: 2px solid #fc5158;

}

/*================ Body ================*/

.price-table tbody tr {

    transition: background .25s ease;

}

.price-table tbody tr:nth-child(even) {

    background: #fcfcfc;

}

.price-table tbody tr:hover {

    background: #fff8f9;

}

.price-table tbody td {

    padding: 18px 22px;

    border: none;

    border-bottom: 1px solid #f2f2f2;

    color: #4b5563;

    font-size: 15px;

    line-height: 1.9;

    vertical-align: middle;

}

.price-table tbody tr:last-child td {

    border-bottom: none;

}

/* ستون خدمات */

.price-table tbody td:first-child {

    width: 48%;

    color: #1f2937;

    font-weight: 600;

}

/* ستون قیمت */

.price-table tbody td:last-child {

    width: 52%;

    text-align: center;

}

/* قیمت */

.price-table strong.red {

    color: #fc5158 !important;

    font-size: 18px;

    font-weight: 800;

}

/* توضیح */

.price-table small {

    display: block;

    margin-top: 6px;

    color: #8b95a7;

    font-size: 12px;

    line-height: 1.8;

}

/*================ Dark ================*/

[data-theme="dark"] .price-table {

    background: #27292d;

    border-color: #3a3d42;

}

[data-theme="dark"] .price-table thead th {

    background: #31343a;

    color: #fff;

    border-bottom-color: #fc5158;

}

[data-theme="dark"] .price-table tbody tr:nth-child(even) {

    background: #2f3136;

}

[data-theme="dark"] .price-table tbody tr:hover {

    background: #35383d;

}

[data-theme="dark"] .price-table tbody td {

    color: #d6d6d6;

    border-color: #3a3d42;

}

[data-theme="dark"] .price-table tbody td:first-child {

    color: #fff;

}

[data-theme="dark"] .price-table small {

    color: #9aa3ad;

}

/*================ Mobile ================*/

@media (max-width:767px) {

    .price-table {

        border-radius: 10px;

        margin: 24px auto;

    }

    .price-table.w-75 {

        width: 100% !important;

    }

    .price-table table {

        table-layout: fixed;

    }

    .price-table thead th {

        padding: 14px 8px;

        font-size: 14px;

    }

    .price-table tbody td {

        padding: 14px 8px;

        font-size: 13px;

        line-height: 1.8;

        word-break: break-word;

    }

    .price-table strong.red {

        font-size: 15px;

    }

    .price-table small {

        font-size: 11px;

    }

}

/* --------------------------- */



blockquote {
    color: #fff;
    border-radius: 20px;
    padding: 34px;
    margin: 0;
    text-align: justify;
    background: #27292d;
    position: relative;
    z-index: 1;
    font-size: 17px
}

blockquote .red {
    color: #fc5158
}

blockquote svg {
    margin: 0 0 10px 10px;
    width: 40px;
    height: 30px;
    flex-shrink: 0
}

@media only screen and (max-width:767px) {
    blockquote {
        padding: 3rem 2rem 2rem
    }

    blockquote::after {
        content: "";
        top: -30px;
        width: 124px;
        height: 30px;
        right: 50%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        position: absolute;
        z-index: -2;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHwAAAAeCAYAAADuInrvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZGRTk4OEFCQjI1RDExRUVCQjMxRTQ2NzI3QkJEQjlDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZGRTk4OEFDQjI1RDExRUVCQjMxRTQ2NzI3QkJEQjlDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkZFOTg4QTlCMjVEMTFFRUJCMzFFNDY3MjdCQkRCOUMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkZFOTg4QUFCMjVEMTFFRUJCMzFFNDY3MjdCQkRCOUMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz59pKddAAAB80lEQVR42uybzVHDMBCFFeMCfIDhiG4MBwYfueEOoAPcQXzkZnPj5qSChAooIaGCQAWYDlIC2uF5cH6HxHKin30zO5v4kJH1+a0USe5dXl0LRxSpkCpi5Atcq6+Lxvd1qtbkbxUfKuaNbLVCi+HGiLsG5DaSS3nTQ0HgP1VMEVapZ5HDCcSDinsAjgxpF0F/Ra7Y4e2dnAJyYmgbk0bbyP1Dk+GHBnfiIxwdCXtElWeEz2MVz6aBDwwEPUGklsFeFrX/C/cSM/DV8bkGnQi3RPczg/Ol78DJwTk6xDXQmxyf+wo8BujC8tK9qwqAlz4B76N8S+GnJKBnPgAvVQw8c/W2vihdBR7B1RlzXlCGoS1yCXjk6Axc53xmcgjowQFhx8z1+NAPAZxh7wb9zWbgJcPeWUmXE7mT07Pzrn6bFhiemN9eukV+twV4jgUGVjuna4feBXBaVHlhXtqgV+L3wIWRYzhtaQ6Yk1aN0a/GAe+jcaxuoGvZdNFV0nMu43aM6TqAlzwbtwd6m5LOa+PHUSFa7DQGLZ40Hw4tmOz0vVYwgz1cXQq/97JNkYTp8q6A167mEm5eiafDFKku4HX5YFeb7faR+McWdLCldGfC3ZOkro/tMzh+xaCh+HvBjiYAN2LxTQqWnWq+EDHF3zjK8x8BBgApnGD00cBlcQAAAABJRU5ErkJggg==)
    }

    blockquote svg {
        position: absolute;
        margin: 0;
        top: -10px;
        right: 50%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        width: 40px
    }
}

.CTA_1 a.disabled {
    display: none !important
}

.phoneNumber-table {
    margin: 0 auto 0;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    color: #373737
}

[data-theme=dark] .phoneNumber-table {
    border-color: rgba(255, 255, 255, .1)
}

.phoneNumber-table table {
    border-collapse: collapse
}

.phoneNumber-table .cell-title {
    font-weight: 700;
    padding: 20px;
    font-size: 16px
}

[data-theme=dark] .phoneNumber-table .table-light {
    --bs-table-border-color: rgba(255, 255, 255, .1) !important
}

.phoneNumber-table table.table-hover>tbody>tr:hover * {
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075) !important;
    --bs-table-hover-color: #373737 !important
}

[data-theme=dark] .phoneNumber-table table {
    --bs-table-color: #ccc !important;
    --bs-table-striped-color: #ccc !important;
    --bs-table-border-color: #ccc !important
}

.phoneNumber-table table thead th {
    padding: 15px;
    background: #fc5158;
    color: #fff;
    font-size: 1rem;
    vertical-align: middle;
    white-space: nowrap
}

.phoneNumber-table.description-table-wrapper table tbody td,
.phoneNumber-table.description-table-wrapper table tbody th {
    padding: 15px;
    font-size: .9rem;
    border: 1px solid rgba(0, 0, 0, .1)
}

.phoneNumber-table table tbody td,
.phoneNumber-table table tbody th {
    padding: 20px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.phoneNumber-table td {
    color: #373737
}

[data-theme=dark] .phoneNumber-table td {
    color: #ccc
}

.phoneNumber-table table>tbody>tr:nth-of-type(odd)>* {
    background-color: #f8f8f8
}

[data-theme=dark] .phoneNumber-table table>tbody>tr:nth-of-type(odd)>* {
    background-color: #27292d
}

[data-theme=dark] .phoneNumber-table table tbody td,
[data-theme=dark] .phoneNumber-table table tbody th {
    border-color: rgba(255, 255, 255, .1);
    color: #ccc
}

.phoneNumber-table .cell-title {
    font-weight: 700;
    padding: 15px 20px;
    font-size: 16px
}

@media only screen and (max-width:767px) {
    .phoneNumber-table {
        width: 100% !important
    }

    .phoneNumber-table table tbody td,
    .phoneNumber-table table tbody th {
        font-size: 15px;
        padding: 10px
    }

    .phoneNumber-table table thead th {
        padding: 15px 10px;
        font-size: 15px
    }
}

.custom-data-table {
    margin: 0 auto;
    border: 0;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    color: #373737;
    padding: 0;
    overflow-x: hidden
}

[data-theme=dark] .custom-data-table {
    border-color: rgba(255, 255, 255, .1)
}

.custom-data-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    margin: 0;
    vertical-align: middle;
    text-align: center
}

[data-theme=dark] .custom-data-table table {
    --bs-table-color: #ccc !important;
    --bs-table-striped-color: #ccc !important;
    --bs-table-border-color: #ccc !important
}

.custom-data-table tbody td,
.custom-data-table tbody th {
    border: 1px solid rgba(0, 0, 0, .1)
}

[data-theme=dark] .custom-data-table tbody td,
[data-theme=dark] .custom-data-table tbody th {
    border-color: rgba(255, 255, 255, .1) !important;
    color: #ccc !important
}

.custom-data-table thead th {
    background: #fc5158;
    color: #fff;
    vertical-align: middle;
    text-align: center
}

.custom-data-table tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2
}

[data-theme=dark] .custom-data-table tbody tr:nth-of-type(odd) {
    background-color: #27292d
}

@media (min-width:768px) {

    .custom-data-table td,
    .custom-data-table th {
        padding: 15px 15px;
        font-size: .9rem
    }

    .custom-data-table thead th {
        font-size: 1rem;
        font-weight: 600;
        text-align: center
    }
}

@media (min-width:1200px) {
    .custom-data-table {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}