.-references-post {
    box-shadow:0 0 5px #00000024
}

.-Yc-single-main {
    display:flex;
    align-items:flex-start;
    align-content:flex-start;
    flex-wrap:wrap;
    justify-content:center;
    --sidebar-width:380px
}

.-Yc-single-main.-without-sidebar {
    justify-content:flex-start;
}

.-Yc-single-main.-without-sidebar .single-content-context-elements {
    flex:1 1 100%;
    width:100%;
    max-width:100%;
    min-width:0;
}

.single-content-context-elements {
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    flex:1;
    position:relative
}

.single-content-context-elements.-YC-single-page {
    margin-inline-end:0;margin-bottom:40px
}

.-single-cover-layout {
    display:flex;
    align-items: center;
    justify-content:space-between;
    gap: 35px;
    margin-bottom: 25px;
    padding:28px;
    border-radius:32px;
    border:1px solid rgba(13,23,40,.08);
}

.-single-cover-thumb {
    width:min(38%, 435px);
    min-width:min(38%, 435px);
    margin:0;
}

.-single-cover-layout .-single-parent-flexes--content-inner-thumb.-single-cover-thumb {
    width:min(38%, 435px);
    min-width:min(38%, 435px);
}

.-single-cover-thumb .-single-parent-flexes--content-inner-thumb--inner {
    width:100%;
}

.-single-cover-thumb .-single-parent-flexes--content-inner-thumb--inner {
    overflow:hidden;
    border-radius:28px;
    background:#f6f6f6;
}

.-single-cover-thumb .-single-parent-flexes--content-inner-thumb--inner img {
    /* display:block; */
    /* aspect-ratio:1 / .78; */
    object-fit:cover;
}

.-single-cover-content {
    flex:1;
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.-single-cover-content .YC-BreadCrumb {
    margin-bottom:18px;
    text-align:start;
}

.-single-cover-content .YC-BreadCrumb ol {
    justify-content:flex-start;
}

.-single-cover-content .single-post-title {
    margin-bottom:18px;
}

.-single-cover-content .single-post-title h1 {
    margin:0;
    font-size: 35px;
    line-height:1.55;
    color:var(--uicolor3);
}

.-single-contact-hero {
    width:100%;
    display:flex;
    flex-direction:column;
}

.-single-contact-hero.-without-description {
    gap:0;
}

.-single-contact-hero-description {
    margin:0;
    color:var(--secondarytext);
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.-single-contact-hero-actions {
    display:flex;
    align-items:stretch;
    gap:18px;
    flex-wrap:wrap;
}

.-single-contact-hero-button {
    display:flex;
    align-items:center;
    gap: 12px;
    padding: 7px 9px;
    border-radius: var(--largeradius);
    padding-inline-end: 30px;
    color:#fff;
    position:relative;
    overflow:hidden;
}

.-single-contact-hero-button:hover {
    color:#fff;
    transform:translateY(-1px);
}

.-single-contact-hero-button.-call {
    background: linear-gradient(326deg, var(--uicolor2) 0%, var(--uicolor) 237%);
}

.-single-contact-hero-button.-whatsapp {
    background: linear-gradient(135deg, #4cb771 0%, #14853d 100%);
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.-single-contact-hero-button-copy {
    display:flex;
    flex-direction:column;
    gap:4px;
    min-width:0;
}

.-single-contact-hero-button-copy strong {
    color:#fff;
    font-size: 18px;
    line-height:1.2;
    font-weight: 600;
}

.-single-contact-hero-button-copy small {
    color:rgba(255, 255, 255, .96);
    font-size:15px;
    line-height:1.2;
    font-weight:700;
}

.-single-contact-hero-button-icon {
    width: 38px;
    min-width: 40px;
    height: 40px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255, 255, 255, .18);
    border:1px solid rgba(255, 255, 255, .14);
    font-size: 19px;
}

.-single-cover-meta {
    width:100%;
    margin-bottom: 25px;
}

.-single-cover-meta>ul {
    display:flex;
    gap: 10px;
    margin:0;
    padding:0;
}

.-single-cover-meta-item {
    display:flex;
    gap: 10px;
    color:var(--secondarytext);
    font-size: 15px;
    flex: 1;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    background: white;
    border-radius: 30px;
    padding: 7px;
    padding-inline-end: 20px;
    border: 1px solid var(--diver);
    --ew: 44px;
    min-width: 220px;
}
.-single-cover-meta-item:last-child:before {
    display: none;
}

.-single-cover-meta-item>i {
    width: var(--ew);
    min-width: var(--ew);
    height: var(--ew);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 50%;
    color: var(--uicolor);
    font-size: 18px;
    font-weight: 800;
    background: #f3f6f9;
}

.-single-cover-meta-item>strong {
    font-weight:600;
    color:var(--secondarytext);
    font-size: 14px;
}

.-single-cover-meta-item>span,
.-single-cover-meta-item>a,
.-single-cover-category-links>a {
    color:var(--primary-text);
    font-weight:600;
    text-transform: capitalize;
}

.-single-cover-meta-item>a:hover,
.-single-cover-category-links>a:hover {
    color:var(--uicolor);
}

.-single-cover-category-links {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - var(--ew) - 10px);
}

.-single-cover-category-links em {
    font-style:normal;
    color:var(--secondarytext);
    margin-inline: 2px;
}

.-single-cover-noimage {
    padding:30px 34px;
}

@media (max-width:1100px) {
    .-single-cover-layout {
        gap:24px;
        padding:24px;
    }

    .-single-cover-thumb {
        width:min(42%, 390px);
        min-width:min(42%, 390px);
    }

    .-single-cover-layout .-single-parent-flexes--content-inner-thumb.-single-cover-thumb {
        width:min(42%, 390px);
        min-width:min(42%, 390px);
    }

    .-single-cover-content .single-post-title h1 {
        font-size:32px;
    }
 

    .-single-contact-hero-description {
        font-size:18px;
    }

    .-single-cover-meta-item {
        font-size:16px;
    }
}

@media (max-width:820px) {
    .-single-cover-layout {
        flex-direction: column-reverse !important;
        align-items:stretch;
        gap:20px;
        padding:20px;
        border-radius:26px;
    }

    .-single-cover-thumb {
        width:100%;
        min-width:100%;
    }

    .-single-cover-layout .-single-parent-flexes--content-inner-thumb.-single-cover-thumb {
        width: 100% !important;
    }

    .-single-cover-content .single-post-title h1 {
        font-size:27px;
        line-height:1.7;
    }
 
 
 
}

@media (max-width:580px) {
    .-single-cover-layout {
        padding:16px;
        margin-bottom:20px;
        border-radius:22px;
    }

    .-single-cover-content .single-post-title h1 {
        font-size:22px;
    }
 

    .-single-contact-hero-description {
        font-size:16px;
        line-height:1.9;
    }
 

    .-single-contact-hero-button-copy strong {
        font-size: 13px;
    }

    .-single-contact-hero-button-copy small {
        font-size:14px;
    }

    .-single-contact-hero-button-icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .-single-cover-meta-item {
        flex-wrap:wrap;
        gap:8px;
        padding: 10px 0;
        font-size:15px;
    }

    .-single-cover-meta-item>i {
        width:36px;
        min-width:36px;
        height:36px;
        border-radius:14px;
        font-size:14px;
    }
}

.-first-single-post-bar {
    display:block;
    min-width:var(--sidebar-width);
    max-width:var(--sidebar-width);
    position:sticky;
    top:110px;
    transition:180ms
}

.-single-bottom-title-list>ul {
    display:flex;
    list-style:none;
    align-content:center;
    align-items:center;
    flex-wrap:wrap;
    margin:0 -8px;
    justify-content:space-around;
    background:var(--background);
    padding:5px 20px;
    border-radius:10px
}

.-single-bottom-title-list>ul>li {
    margin:0 25px;
    color:var(--secondarytext);
    position:relative;
    display:flex;
    align-content:center;
    font-weight:700;
    align-items:center;
    flex-wrap:wrap
}

.-single-bottom-title-list>ul>li:last-child::after {
    display:none
}

li.-single-bottom-list-date i {
    }

.-single-bottom-title-list>ul>li:before {
    --w-h:8px;
    position:absolute;
    left:-24px;
    top:50%;
    transform:translateY(-50%) rotate(45deg);
    background:var(--secondarytext);
    width:var(--w-h);
    height:var(--w-h);
    border-radius:38%
}

.-single-bottom-title-list>ul>li>a {
    color:var(--secondarytext);
    font-weight:700;
    font-size:17px;
    line-height:1.5
}

.-single-bottom-title-list>ul>li.-single-bottom-list-Rate>a>i {
    color:#ffa700;
    font-weight:500
}

.-single-bottom-title-list>ul>li.-single-bottom-list-Rate>a {
    display:flex;
    color:var(--primary-text);
    font-size:20px;
    font-weight:500;
    flex-wrap:wrap;
    align-content:center;
    align-items:center
}

.-single-bottom-title-list>ul>li.-single-bottom-list-user-area>a {
    text-transform:capitalize
}

.-single-bottom-title-list>ul>li>a>i {
    margin-inline-end:10px;font-weight:600
}

.-secodary-single-post-bar {
    display:flex;
    flex-wrap:wrap;
    flex:1;
    padding:30px;
    border:var(--border-defult);
    position:relative;
    border-radius:var(--largeradius);
    max-width:100%;
    width: 100%;
    flex-direction:column;
}

.sigel-raing .-secodary-single-post-bar.for-content-single {
    background:var(--background);
}

.-third-single-post-bar:before {
    content:'';
    position:absolute;
    right:-40px;
    height:100%;
    top:0;
    background:var(--diver);
    width:1px
}

.-third-single-post-bar {
    position:sticky;
    top:140px;
    min-width:240px;
    min-height:400px;
    transition:180ms;
    max-width:240px;
    max-height:calc(100vh - 40px);
    overflow:hidden;
    overflow-y:scroll;
    padding-inline-end:10px}

.-single-post-content {
    max-width:100%;
    font-size:18px;
    line-height:1.7;
    font-weight:400;
    margin-bottom:30px
}

.-single-post-content img {
}

.-single-post-content table {
    max-width:100%;
    margin-bottom: 0;
    background-color:rgba(0,0,0,0);
    border-collapse:collapse;
    width:100%!important;
    border-right: 1px solid #e5eaef00;
}

.-single-post-content table>tbody>tr>td:first-child {
    background:#f9faff!important;
    max-width:250px
}

.yc--post--models--post-card {
    padding:30px;
    border-radius:var(--largeradius);
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    flex-direction:column;
    border: 2px solid var(--uicolor);
    box-shadow: 0 4px 10px #00000012;
    text-align: center;
    transition: .35s ease;
    background: rgb(var(--uicolor2-code) / 5%);
}

.yc--post--models--post-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 20px #00000016;
    background: rgb(var(--uicolor2-code) / 10%);
}

.-single-parent-flexes--content-bar {
    display:block;
    margin-bottom: 30px;
}

.-single-parent-flexes--content-bar>span {
    font-size: 28px;
    margin-bottom: 10px;
    display:block;
    text-align:center;
    font-weight: 600;
    line-height:1.5;
    color: var(--uicolor);
}

.-chevron-scroller-single>i,.-single-post-content table tr:first-child,.NoComments {
    font-weight:400
}

.-single-parent-flexes--content-bar>p {
    font-size: 18px;
    line-height:1.7;
    text-align:center;
    color: #000000c7;
}

.-post-card--burrons--area {
    display:flex;
    justify-content:center;
    align-items:center;
}

.-post-card--burrons--area>a {
    padding: 13px 15px;
    border:2px solid var(--primary-text);
    color:var(--primary-text);
    margin-inline-end:15px;
    border-radius:var(--xxlargeradius);
    display:flex;
    align-items:center;
    font-size: 16px;
    position:relative;
    overflow:hidden;
    padding-inline-end: 20px;
    transition: 180ms all ease;
}

.-post-card--burrons--area>a:before {
    content:'';
    position:absolute;
    top:0;
    right:-203%;
    width:200%;
    height:100%;
    transform:skewX(-20deg);
    z-index:0;
    background-image:linear-gradient(to right,transparent,rgba(255,255,255,.4),transparent)
}

.-post-card--burrons--area>a:hover:before {
    animation:1.2s .1s btn_shine
}

.-post-card--burrons--area>a>strong {
    font-weight:600
}

.-post-card--burrons--area>a.whatsapp--callbutton--post-card {
    background:var(--whatsapp);
    border-color:var(--whatsapp);
    color:#fff
}

.-post-card--burrons--area>a.whatsapp--callbutton--post-card:hover {
    background:var(--whatsapp);
    color:#fff
}

.-post-card--burrons--area>a>i {
    margin-inline-end:10px;font-weight:500;
    font-size:17px
}

.-post-card--burrons--area>a:hover {
    background:var(--primary-text);
    color:#fff
}

.-single-post-content table>tbody>tr>:first-child {
    background:#f9faff
}

.-single-post-content table td,.-single-post-content table th {
    vertical-align:top;
    font-size:14px;
    padding: 12px 18px !important;
    border-left: 1px solid var(--diver);
}

.-single-post-content table tr {
}

.-single-post-content table tbody tr td,.-single-post-content table thead tr th {
    border-left: 1px solid #e5eaef;
}

.-single-post-content table tbody tr td:last-child,.-single-post-content table thead tr th:last-child {
    border-left: 0 !important;
}

.-single-post-content table tr:last-child {
    border-bottom: 0px solid var(--diver);
}

.-single-post-content>h1,.-single-post-content>h2,.-single-post-content>h3,.-single-post-content>h4,.-single-post-content>h5,.-single-post-content>h6 {
    line-height:1.4
}

.-single-post-content>h2 {
    color:var(--primary-text);
    font-size:24px;
}

.-single-post-content>h3 {
    font-size: 17px;
}

.-single-post-content * {
    margin:revert;
    padding:revert;
    max-width:100%;
    list-style:revert
}

.-single-post-content table * {
    border: 0px solid #e5eaef00;
}

.iframe_video {
    display:flex;
    align-items:center;
    position:relative;
    justify-content:center;
    cursor: pointer;
    max-width: max-content;
    margin: 30px auto;
    border-radius: var(--largeradius);
    overflow: hidden;
}

.iframe_video:before {
    content:'';
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: #00000047;
    transition: 180ms all ease;
}

.iframe_video:hover:before {
    background: #00000036;
}

.iframe_video iframe {
    border-radius:var(--largeradius);
    z-index:2;
}

.iframe_video span {
    width: 84px;
    height: 84px;
    position:absolute;
    background: rgb(var(--uicolor-code)/85%);
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:29px;
    border-radius:50%;
    transition: 180ms all ease;
}

.iframe_video:hover span {
    transform: scale(1.15);
    background: var(--uicolor);
}

.iframe_video span:hover {
    background: white;
    color: var(--uicolor);
    transform: scale(1.1);
}

.yc-shortcode--steps--items {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.aligncenter {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin:auto
}

.-single-post-content img {
}

.-single-post-content>p>img.aligncenter {
    margin:0 auto;
    display:block
}

.-Chevrons--NextPrev>a,.-single-more-read-btn>a {
    align-content:center
}

.-next-prev-singular-posts {
    display:flex;
    margin:40px -10px 0;
    flex-wrap:wrap
}

.-Chevrons--NextPrev {
    display:block;
    margin-inline:10px;flex:1
}

.-Chevrons--NextPrev>a {
    display:flex;
    padding:25px;
    position:relative;
    align-items:center;
    flex-wrap:wrap;
    border-radius:var(--largeradius);
    transition:.3s;
    background: rgb(var(--uicolor-code)/5%);
}

.-Chevrons--NextPrev:hover>a {
    transform:translateY(-1px);
    background: rgb(var(--uicolor-code)/8%);
    transition:ll 180ms
}

.-Chevrons--NextPrev>a>i {
    --sh-color:#0000000d;
    font-size:45px;
    font-weight:300;
    color:var(--secondarytext);
    background:#fdfdfd;
    border-radius:50%;
    width:80px;
    height:80px;
    display:flex;
    text-align:center;
    justify-content:center;
    align-content:center;
    align-items:center;
    flex-wrap:wrap;
    transition:180ms;
    margin-inline-start:30px}

.-Chevrons--NextPrev:hover>a>i {
    color:var(--uicolor);
    transform:scale(1.1)
}

.-Chevrons--NextPrev.-chevron--prevPost>a>i {
    margin-inline-end:30px;margin-inline-start:0}

.-Chevrons--NextPrev>a>.inbox-pos {
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    flex:1
}

.-Chevrons--NextPrev>a>.inbox-pos>span {
    font-size:15px;
    color:var(--secondarytext);
    display:block;
    margin-bottom: 5px;
    transition:180ms
}

.-Chevrons--NextPrev>a>.inbox-pos>h3 {
    font-size: 19px;
    font-weight:500;
    line-height:1.5;
    transition:180ms;
    color: var(--primary-text);
}

.-Chevrons--NextPrev:hover>a>.inbox-pos>h3 {
    color:var(--uicolor)
}

.-Chevrons--NextPrev:hover>a>.inbox-pos>span,.Bottom-comment-bar>.replay-comment-button:hover,.Bottom-comment-bar>ul>li:not(.active):hover {
    color:var(--primary-text)
}

.single-post-parent-container-comments {
    display:block;
    border-radius:var(--largeradius);
    position:relative
}

.single-post-parent-container-comments>form>input {
    max-width:300px
}

.single-post-parent-container-comments>form {
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px 15px
}

.Bottom-comment-bar>ul>li>i,.NoComments>i {
    margin-inline-end:5px}

.single-post-parent-container-comments>form>.alerts {
    min-width:100%;
    flex:1;
    margin:0 0 30px
}

.single-post-parent-container-comments>form>.alerts>.alert {
    font-weight:300;
    font-size:15px
}

.single-post-parent-container-comments>form>.alerts>.alert.alert-danger {
    color:#b50221;
    background:#f0284a08;
    margin:0 15px;
    width:auto
}

.single-post-parent-container-comments>h4 {
    display:block;
    font-size:21px;
    margin-bottom:20px
}

.-comments-form-inputs-area {
    flex:1;
    display:flex;
    margin:0 15px 30px;
    min-width:280px
}

.-comments-form-inputs-area.necessary>input,.-comments-form-inputs-area.necessary>textarea {
    border-color:var(--negative)
}

.-comments-form-inputs-area.-comments--textarea>textarea {
    min-height:160px;
    padding:25px!important;
    background:#fff
}

.-comments-form-inputs-area.-comments--textarea {
    min-width:350px;
    margin:0 15px
}

.-comments-form-Button-area {
    display:flex;
    justify-content:flex-end;
    flex:1;
    margin:30px 15px 0
}

.-comments-form-Button-area>button {
    display:flex;
    justify-content:space-between;
    padding: 10px 23px;
    background: var(--uicolor);
    border: 2px solid var(--uicolor);
    color:#fff;
    font-size: 18px;
    align-items:center;
    border-radius:var(--largeradius)
}

.-singular-comments-post,.ReplyCommentPreview>h2 {
    display:flex;
    align-items:center;
    align-content:center
}

.-comments-form-Button-area>button>i {
    margin-inline-start:10px}

.-comments-form-Button-area>button:hover {
    background:#fff;
    color: var(--uicolor);
}

.-comments-form-Button-area>button>btn-icon {
    --inset-uicolor:white
}

.-singular-comments-post {
    flex-wrap:wrap;
    margin-bottom:0
}

.-comment-user-area,.-comments-titlecontext-inner {
    display:block;
    flex:1
}

.-comment-user-area {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
}

.-comments-titlecontext-inner>p {
    font-weight:300;
    color:var(--secondarytext);
    font-size:18px;
    line-height:1.6
}

.CommentsListInner .ChildComments {
    display:flex;
    flex-direction:column;
    list-style:none
}

.CommentsListInner>.ChildComments {
    margin:30px 30px 30px 0
}

.ChildComments>.-comment--single-item,.CommentsListInner>.-comment--single-item {
    display:flex;
    flex-wrap:wrap;
    margin-bottom: 15px;
    flex-direction:column
}

.NoComments {
    display:block;
    font-size:15px
}

.NoComments>i {
    font-size:20px
}

.-TitleContent-section>a,.-references-post {
    border-radius:var(--largeradius);
    position:relative
}

.--widget--sidebar--title.-TitleContent-section {
    margin-bottom:40px;
    font-size:23px
}

.-TitleContent-section>p {
    color:var(--primary-text);
    font-size:28px;
    font-weight:600
}

.-TitleContent-section>i {
    margin-inline-end:15px}

.-TitleContent-section>a {
    margin-inline-start:auto;
    display:flex;
    font-size:17px;
    font-weight:400;
    align-content:center;
    align-items:center;
    background:0 0;
    color:var(--uicolor);
    flex-wrap:wrap;
    padding:11px 15px;
    overflow:hidden;
    border:2px solid var(--uicolor);
    transition: 280ms ease all;
}

.-TitleContent-section>a>i {
    font-weight:600;
    position:absolute;
    left:-30px
}

.-TitleContent-section>a:hover>i {
    left:20px
}

.-TitleContent-section>a:hover {
    color:#fff;
    padding-inline-end:50px;background:var(--uicolor);
    border-color:var(--uicolor)
}

.-TitleContent-section>a>.-YC-Icon-Buttons {
    --inset-uicolor:var(--primary-text)
}

h2.-TitleContent-section>.seccontent {
    display:flex;
    align-content:center;
    align-items:center;
    flex-wrap:wrap;
    color:var(--uicolor);
    font-size:21px;
    flex:1
}

h2.-TitleContent-section>.seccontent>span {
    font-weight:300;
    margin-inline-end:10px;color:var(--primary-text);
    font-size:20px
}

h2.-TitleContent-section>.seccontent>i {
    font-size:30px;
    margin-inline-end:15px;font-weight:300;
    color:var(--secondarytext)
}

.-Posts-RelatedBoxes {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    GAP:20PX
}

.-Posts-RelatedBoxes>.-YC-Post-box {
    min-width:420px;
    max-width:440px
}

.-post-tag-items>a,.-references-post ul>li a {
    align-items:center;
    font-size:15px;
    align-content:center
}

.-post-tag-items>a:hover, .-post-tag-items>a:hover:before, .-references-post>ul, ul.ez-toc-list li:hover>a:before {
    color:var(--uicolor)
}

.-post-tag-items {
    display:flex;
    margin-bottom:30px;
    flex-wrap:wrap;
    margin-inline:-6px}

.-post-tag-items>a {
    display:flex;
    padding:15px 20px;
    position:relative;
    flex-wrap:wrap;
    color:var(--secondarytext);
    font-weight:400;
    margin:6px;
    border-radius:20px;
    border:var(--border-defult);
    background:#fff
}

.-post-tag-items>a:before {
    content:'\23';
    position:relative;
    display:block;
    margin-inline-end:7px;font-weight:400;
    font-size:17px;
    color:var(--secondarytext);
    transition:180ms
}

.-YC-FaqsSimple-vsingle-Item-v2 {
    background:#fff;
    transition:180ms;
    border-bottom:1px solid var(--diver)
}

.-YC-FaqsSimple-vsingle-Item-v2:last-child {
    margin-bottom:0;
    border-bottom:0
}

.-YC-FaqsSimple-vsingle-Title {
    display:flex;
    padding:20px 0;
    align-content:center;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    flex-wrap:wrap
}

.-YC-FaqsSimple-vsingle-Title>.--fq-count {
    font-family:var(--f-number);
    font-size:23px;
    margin-inline-end:15px;font-weight:800;
    color:var(--secondarytext)
}

.-YC-FaqsSimple-vsingle-Title>i {
    font-size:22px;
    color:var(--secondarytext);
    transition:180ms
}

.-YC-FaqsSimple-vsingle-Item-v2.active .-YC-FaqsSimple-vsingle-Title>i {
    color:var(--uicolor);
    transform:rotate(45deg)
}

.-YC-FaqsSimple-vsingle-Title>h2 {
    display:block;
    font-size:20px;
    font-weight:500;
    color:var(--secondarytext);
    flex:1
}

.-YC-FaqsSimple-vsingle-Title>h2>em {
    margin-inline-end:10px;font-style:normal;
    font-family:var(--f-number);
    font-weight:400;
    font-size:30px
}

.-YC-FaqsSimple-vsingle-Item-v2.active .-FaqsSimple-vsingle-Content-Row-v1 {
    display:block;
    height:var(--pin-height)
}

.-FaqsSimple-vsingle-Content-Row-v1 {
    display:block;
    height:0;
    --pin-height:auto;
    overflow:hidden;
    transition:180ms
}

.-p-FaqsSimple-vsingle-ContentValue-v1 {
    padding:0 0 30px;
    display:block;
    line-height:1.6;
    font-size:17px;
    color:var(--secondarytext);
    font-weight:400
}

.-YC-FaqsSimple-vsingle {
    margin-bottom:40px;
    display:block
}

.-YC-FaqsSimple-vsingle .--widget--sidebar--title {
    margin-bottom:10px
}

.-post-reviews-area {
    display:flex;
    align-content:flex-start;
    align-items:stretch;
    flex-wrap:wrap;
    position:relative;
    justify-content:space-between;
    flex:1
}

.-post-reviews-area>h2 {
    font-size:26px;
    color:var(--primary-text);
    font-weight:400
}

.-itemslist-share-icons-list .owl-stage,.-post-reviews-buttons,.-single-share-posts-area .-YC-owl-navs-items {
    display:flex
}

.-FeedBack-Rating>.RatingReview {
    direction:ltr;
    font-size:35px;
    color:#e1e1e1;
    cursor:pointer;
    display:flex;
    letter-spacing:5px
}

.-FeedBack-Rating>.RatingReview>i {
    font-weight:300;
    transition:180ms
}

.-FeedBack-Rating>.RatingReview>i.active,.-FeedBack-Rating>.RatingReview>i.fixedactive,.-PostFeedBack-Rateing-Box .RatingReview>i.fixedactive,.RateComment>.RatingReview>i.fixedactive {
    color:#ffa700;
    font-weight:600
}

.-PostFeedBack-Rateing-Box {
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    align-items:center;
    align-content:center;
    padding-inline-start:40px;margin-inline-start:40px;min-width:400px
}

.-PostFeedBack-Rateing-Box.Rate-New-Mixers {
    margin:0;
    padding:0;
    width:100%
}

.-YC-post-reviews-info {
    display:flex;
    flex-wrap:wrap;
    align-content:flex-start;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
}

.-YC-post-reviews-info .product-item-info-stats-ratings {
    flex:1;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    position:relative;
    justify-content:flex-start
}

.product-item-info-stats-ratings>.-icon-info-stats-ratings>i {
    display:block;
    font-size:145px;
    font-weight:100;
    color:#ffa700;
    text-shadow:-4px 2px 0 #00000005,-6px 3px 0 #00000005
}

.-YC-post-reviews-info .product-item-info-stats-ratings>p {
    display:flex;
    flex-wrap:wrap;
    align-content:center;
    align-items:flex-start;
    flex-direction:column
}

.-YC-post-reviews-info .product-item-info-stats-ratings>p>.-rating-suptitle {
    display:flex;
    min-width:100%;
    color:var(--secondarytext);
    font-size:13px;
    font-weight:400;
    align-items:center
}

.product-item-info-stats-ratings>p>.-rating-suptitle>em {
    font-weight:800;
    font-style:normal;
    font-size:14px;
    font-family:var(--f-number);
    margin-inline-end:5px}

.-YC-post-reviews-info .product-item-info-stats-ratings>p>span.-rating-label {
    display:block;
    color:var(--primary-text);
    font-size:18px;
    font-weight:500;
    line-height:1.5;
    margin-bottom:5px
}

.-icon-info-stats-ratings>span.-rating-value {
    font-size:30px;
    font-weight:700;
    font-family:var(--f-number);
    position:relative;
    line-height:1
}

.-PostFeedBack-Rateing-Box .RatingReview {
    direction:ltr;
    font-size:48px;
    color:#e1e1e1;
    cursor:pointer
}

.-PostFeedBack-Rateing-Box .RatingReview>i {
    font-weight:200
}

.-Rate-Average-Items {
    display:block;
    flex:1;
    position:relative
}

.-Rate-Average-Items:before {
    content:'';
    height:100%;
    right:0;
    width:1px;
    position:absolute
}

.-Rate-Average-element {
    display:flex;
    align-content:center;
    align-items:center;
    margin-bottom:15px;
    flex-wrap:wrap;
    color:var(--secondarytext);
    position:relative;
    justify-content:space-between;
    padding-bottom:10px;
    font-family:cursive;
    font-size:14px
}

.-Rate-Average-element:last-child {
    margin-bottom:0
}

.--Single--page--widget-item.-ycwt-page_url .--widget--sidebar--title,.--Single--page--widget-item.-ycwt-single__blog .--widget--sidebar--title,.-FeedBack-Rating-MasterArea .--widget--sidebar--title {
    margin-bottom:20px
}

.-Rate-Average-element>span {
    display:block;
    text-align:center;
    min-width:40px;
    font-weight:900;
}

.-BackToClean,.-post-reviews-area>form .-fix-inputs-area[data-field-id=feedback__content] {
    min-width:100%
}

.-Rate-Average-element>em {
    font-style:normal;
    font-weight:900;
    font-family:cursive;
    font-size:15px;
    width:10px;
    text-align:center
}

.-Rate-Average-Label {
    flex:1;
    background: #f1f1f1;
    border-radius:var(--largeradius);
    height:10px;
    margin:0 30px;
    position:relative;
    max-width:calc(100% - 110px);
    bottom:0
}

.-Average--progress {
    background:#ffcf00;
    height:100%;
    width:0;
    border-radius:var(--largeradius);
    transition:.7s
}

.-post-reviews-area>form {
    flex:1;
    min-width:100%;
    display:flex;
    flex-wrap:wrap;
    padding-top:10px
}

.-YC-Forms-FeedBack {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    align-content:center;
    flex-wrap:wrap;
    flex:1
}

.-post-reviews-area>form textarea {
    min-height:140px
}

.-post-reviews-area>form .-fix-inputs-area {
    margin-bottom:30px;
    max-width:320px;
    flex:1
}

.-post-reviews-area>form .-fix-inputs-area:first-of-type {
    margin-inline-end:30px}

.-post-reviews-area>form .-fix-forms-field-title {
    margin-bottom:30px;
    position:relative;
    padding-inline:20px}

.-post-reviews-area>form .-fix-forms-field-title:before {
    content:'';
    position:absolute;
    width:9px;
    background:var(--secondarytext);
    top:50%;
    transform:translateY(-50%);
    height:16px;
    right:0;
    border-radius:50px;
    opacity:.4
}

.-FeedBack-Rating-MasterArea {
    display:flex;
    justify-content:space-between;
    align-content:flex-start;
    flex-wrap:wrap;
    align-items:flex-start;
    flex-direction:column
}

.-FeedBack-Rating.-Rating-Master-Area {
    display:flex;
    align-content:flex-start;
    align-items:flex-start;
    flex-wrap:wrap
}

.-ThankYou-SendFeedBack {
    margin:0 auto;
    display:block
}

.-icon-info-stats-ratings {
    position:relative;
    margin-inline-end:15px;
    text-align:center;
    border-radius:30px;
    background: var(--uicolor2);
    color: var(--uicolor2);
    border: 3px solid var(--uicolor2);
    --el-w:57px;
    min-width:var(--el-w);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
    color: white;
} 

.-itemslist-share-icons-list .owl-next,.-itemslist-share-icons-list .owl-next.disabled,.-itemslist-share-icons-list .owl-prev,.-itemslist-share-icons-list .owl-prev.disabled,h2.--widget--sidebar--title.-sidebar-related-title-section svg {
    display:none
}

.-itemslist-share-icons-list .--sp-social-item:hover>a {
    color:var(--sociaColor)
} 
.-single-share-posts-area {
    display:block;
    max-width:100%;
    margin-bottom:40px;
    border:1px solid var(--diver);
    background:var(--background-color);
    padding:20px 40px;
    position:relative;
    border-radius:var(--largeradius)
}

.-share-popover-boxed-copy {
    display:flex;
    padding:15px;
    overflow:hidden;
    background:#fff;
    box-shadow:var(--box-shadow-hover);
    border-radius:10px;
    border:1px solid var(--border-defult-hover)
}

.-share-popover-boxed-copy>input[type=text] {
    flex:1;
    min-height:auto;
    direction:ltr;
    text-overflow:ellipsis;
    background:#fff;
    border-color:#f2f2f2;
    overflow:hidden;
    padding:0 15px;
    white-space:nowrap;
    text-transform:lowercase
}

.-share-popover-boxed-copy>button {
    background:var(--primary-text);
    cursor:pointer;
    font-size:14px;
    border-radius:10px;
    padding:10px 15px;
    margin-inline-start:15px;color:#fff;
    font-weight:400;
    text-align:center;
    display:flex;
    align-content:center;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    border:2px solid var(--primary-text);
    transition:180ms;
    overflow:hidden;
    position:relative
}

.-share-popover-boxed-copy>button>em {
    position:relative;
    display:block;
    visibility:visible;
    transition:180ms;
    opacity:1;
    font-style:normal;
    transform:translateX(0)
}

.-share-popover-boxed-copy.active>button>em {
    visibility:hidden;
    opacity:0;
    transform:translateX(100px)
}

.-share-popover-boxed-copy.active>button {
    background:var(--success-color);
    border-color:var(--success-color)
}

.-share-popover-boxed-copy>button>span {
    position:absolute;
    padding:5px 10px;
    visibility:hidden;
    opacity:0;
    transition:180ms;
    color:#fff;
    transform:translateX(-100px)
}

.-share-popover-boxed-copy.active>button>span {
    opacity:1;
    visibility:visible;
    transform:translateX(0)
}

.-share-popover-boxed-copy:not(.active)>button:hover {
    color:var(--primary-text);
    background:#fff;
    border-color:var(--primary-text)
}

.-single-share-header {
    display:flex;
    justify-content:space-between;
    align-content:center;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:30px
}

.-sidebar-related-title-section>i {
    margin-inline-end:15px;font-weight:900;
    color:var(--secondarytext);
    font-size:22px;
    width:44px;
    height:44px;
    border:2px solid var(--diver);
    border-radius:50%;
    display:flex;
    flex-wrap:wrap;
    align-content:center;
    align-items:center;
    justify-content:center
}

.-Chevrons--NextPrev-poster {
    border-radius:var(--largeradius);
    position:relative;
    display:flex;
    overflow:hidden
}

.-sidebar-related-title-posts-items .Post--item {
    margin:0 0 20px
} 

.-Chevrons--NextPrev-poster {
    margin-inline-end:25px;
    font-size:30px;
    --el-w:55px;
    width:var(--el-w);
    height:var(--el-w);
    justify-content:center;
    align-items:center;
    border: 2px solid var(--uicolor2);
    color: var(--uicolor2);
    background: white;
}

.-Chevrons--NextPrev:hover>a .-Chevrons--NextPrev-poster {
    background: var(--uicolor2);
    color: #fff;
}

.-Chevrons--NextPrev-poster>i {
    font-weight:300
}

.-Chevrons--NextPrev.-chevron--nextPost .-Chevrons--NextPrev-poster {
    margin-inline-start:25px;margin-inline-end:0}

.-Chevrons--NextPrev-poster>img {
    position:absolute;
    max-width:100%;
    top:50%;
    transform:translate(-50%,-50%);
    left:50%;
    min-height:100%
}

.--Single--page--widget-item:last-child,.-secodary-single-products-bar:last-child,.links--sitemap-items--box:last-child {
    margin-bottom:0
}

.-sidebar-related-title-posts-items .-Product-Post-Box {
    margin:0 0 20px;
    --box-width:100%
}

.-comment-contentarea {
    position:relative;
    min-width:100%;
    margin-bottom:30px
}

.RateComment {
    position:absolute;
    bottom:15px;
    left:30px;
    padding:10px;
    display:flex;
    align-items:center
}

.RateComment>.RatingReview {
    direction:ltr;
    font-size:21px;
    color:#e1e1e1;
    cursor:pointer;
    margin-inline-start:10px;margin-top:-4px
}

.RateComment>.RatingReview>i.active {
    color:#ffa700
}

.RateComment .product-item-info-stats-ratings>p {
    margin:0
}

.RateComment .product-item-info-stats-ratings>p>span.-rating-value {
    font-weight:700;
    font-family:var(--f-number);
    font-size:22px;
    margin-inline-start:5px}

.--widget--sidebar--title {
    display:flex;
    align-items:center;
    font-size:23px;
    margin-bottom:20px;
    color:var(--uicolor3);
    font-weight:600;
    position:relative;
    flex-wrap:wrap;
    line-height:1.5
}

.--rating--widgets--result--box {
    display:flex;
    font-size:35px;
    color:#ffc83d;
    justify-content:space-between;
    margin-bottom:40px;
    align-items:center
}

.--widget--sidebar--title:after,.--widget--sidebar--title:before {
    content:"";
    position:absolute;
    right:0;
    bottom: 5px;
    width:50px;
    height:2px;
    background-color:var(--primary-text)
}

.--widget--sidebar--title:after {
    right:55px;
    width:10px;
    background-color:var(--uicolor)
}
 

.--Single--page--widget-item.-ycwt-rating__widget {
    padding:25px;
    background:#f8faff;
    border-radius:var(--largeradius)
}

.--Single--page--widget-item:last-child {
    margin-bottom:0
}

.-post-reviews-feedback--area {
    display:flex;
    justify-content:space-between;
    padding:30px;
    border:1px solid var(--diver);
    margin-bottom:10px;
    background: white;
    flex-wrap:wrap;
    border-radius:var(--largeradius);
    flex:1;
    gap: 50px;
    width:100%;
    margin-top: 20px;
}

h2.-TitleContent-section {
    display:flex;
    font-size:28px;
    font-weight:600;
    align-items:center;
    flex-wrap:wrap;
    MARGIN-BOTTOM:35px;
    justify-content:center
}

h2.-TitleContent-section>DIV {
    color:var(--uicolor);
    margin-inline-start:7px
    }

.-single-post-content+.--map--items--list {
    margin-top:-20px
}

.-Related-Single .shape-divider,.-secodary-single-products-bar:empty,.-share-icons-list .owl-dots,span.ez-toc-title-toggle {
    display:none
}

.--map--items--list,.-Related-Single.--related--singular-insert .shape-divider,.-Related-Single.--related--singular-insert svg,.links--sitemap-items-lists,toggle-toc>i {
    display:block
}

.-Related-Single.-Box-SingleItem {
    display:block;
    position:relative;
    padding-top: 30px;
    padding-bottom: 50px;
}

.-Related-Single {
    padding:0 0 60px
}

.-Related-Single.-Box-SingleItem.--related--singular-insert>.shape-divider {
    --top-fill:#ffffff
}

.-Related-Single>.shape-divider {
    --top-fill:var(--background)
}

.-Related-Single>.shape-divider svg {
    width:100%
}

.-Related-Single.--related--singular-insert .shape-divider .shape-fill {
    fill:white
}

.-Related-Single .shape-divider .shape-fill {
    fill:#f3f4fb
}

.-YC-related-posts {
    --bgcolor:#fff;
    overflow:hidden
}

img.emoji {
    width:27px;
    height:27px;
    margin:0
}

.-single-top-head-container .shape3.float-bob-y {
    width:270px;
    right:auto;
    bottom:45px;
    top:auto;
    left:0;
    height:292px
}

.--widget--sidebar--title span {
    padding-inline-start:7px
}

.--widget--sidebar--title span::before {
    width:100px;
    height:1px
}

.--contact--post-call--buttons {
    margin-top:17px
}

.CommentsList__Title {
    display:block;
    margin-bottom:20px;
    font-size:16px
}

.Context-Comments>p>a {
    font-weight:300;
    position:relative;
    display:inline;
    font-size:15px
}

.Context-Comments>p>a>.showbox {
    position:relative;
    width:20px;
    height:20px;
    display:inline-block;
    margin-top:-4px;
    margin-inline-start:5px}

.Context-Comments>p>a>.showbox svg path {
    fill:var(--uicolor2)
}

.ReplyCommentPreview {
    display:block;
    min-width:500px;
    margin:0 15px 20px;
    flex:1;
    position:relative;
    padding:20px;
    padding-inline-start:75px;border:1px solid var(--diver);
    border-radius:var(--largeradius);
    background:#fff;
    overflow:hidden;
    max-width:100%
}

.ReplyCommentPreview>h2 {
    flex-wrap:wrap;
    font-weight:400;
    margin-bottom:5px
}

.ReplyCommentPreview>p {
    font-size:15px;
    font-weight:200;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.--inners--page--items,.-YourColor-sticky-TocList,.-categoet-top-info,.-chevron-scroller-single.stop-reading>i.fa-play,.-chevron-scroller-single>i.fa-pause,.-single-post-user-area>.-user-social-links,.-single-post-user-area>a,.CommentsList,.CommentsListInner {
    display:block
}

.Context-Comments,.popup_imge img {
    position:relative
}

.CommentContent {
    display:block;
    padding:30px;
    border:1px solid var(--background);
    background:white;
    border-radius:var(--largeradius)
}

.-comments-head-area {
    display:flex;
    align-content:center;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:20px
}

.-comments-head-area>.UserAvatar {
    border-radius:50%;
    --ww: 35px;
    width: var(--ww);
    height: var(--ww);
    overflow:hidden;
    position:relative;
    margin-inline-end:15px;
    display:flex;
    align-content:center;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    font-size: 17px;
    border:1px var(--border-defult-hover);
    color:var(--secondarytext);
    box-shadow:var(--box-shadow-hover);
    background: #f8f8f8;
}

.-comments-head-area>.UserAvatar>img {
    position:absolute;
    top:50%;
    transform:translate(-50%,-50%);
    left:50%
}

.-comment-user-area>.NameArea {
    display:flex;
    font-size:19px;
    line-height:1.4;
    margin-bottom:1px;
    font-weight:400;
    flex-wrap:wrap;
    align-content:center;
    align-items:center;
    text-transform:capitalize;
    flex:1
}

.-comment-user-area>.NameArea>verified {
    line-height:14px
}

.comment-status {
    display:block;
    font-weight:200;
    font-size:13px
}

.-comments-head-area .stars-avg {
    font-size: 18px;
    position:relative;
    line-height: normal;
}

.stars-avg-back {
    color:#e1e1e1;
    display:flex;
    /* background: red; */
    justify-content: flex-start;
}

.stars-avg-front {
    position:absolute;
    width:var(--percent);
    right: 0px;
    color:#ffa11b;
    overflow:hidden;
    display:flex;
    gap: 3px;
    height:25px;
    align-items:center;
    top: 0;
    /* background: #41e9ff; */
    height: 100%;
    justify-content: flex-start;
}

.--inners--page--items>a {
    display:block;
    font-weight:500;
    font-size:18px;
    margin-bottom:20px;
    background:var(--background);
    padding:14px;
    transition:.4s;
    display:flex;
    flex-direction:row-reverse;
    border-radius:var(--largeradius);
    justify-content:space-between;
    align-items:center
}

.--inners--page--items>a:last-child {
    margin-bottom:0
}

.--inners--page--items>a:hover {
    color:var(--uicolor);
    padding-right:24px;
    color:var(--uicolor)
}

.--inners--page--items>a>i {
    font-weight:400;
    background:#fff;
    transition:.4s;
    padding:11px;
    border-radius:var(--largeradius)
}

.--inners--page--items>a:hover>i {
    color:var(--uicolor)
}

.--inners--page--items>a:hover i {
    background:var(--uicolor);
    color:#fff
}

.popup_imge {
    margin-top:-186px;
    margin-bottom:60px
}

.popup_imge::before {
    content:'';
    position:absolute;
    width:100%;
    height:200px;
    background:#8ca0e4;
    z-index:0;
    top:0;
    right:0;
    border-radius:31px
}

.order-services--body {
    position:absolute;
    max-width:452px;
    min-width:350px;
    padding:27px;
    border-radius:35px;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    animation:1s flipInY
}

@keyframes flipInY {
    0% {
        -webkit-transform:perspective(400px) rotateY(90deg);
        transform:perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in;
        opacity:0
    }

    40% {
        -webkit-transform:perspective(400px) rotateY(-20deg);
        transform:perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function:ease-in;
        animation-timing-function:ease-in
    }

    60% {
        -webkit-transform:perspective(400px) rotateY(10deg);
        transform:perspective(400px) rotateY(10deg);
        opacity:1
    }

    80% {
        -webkit-transform:perspective(400px) rotateY(-5deg);
        transform:perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform:perspective(400px);
        transform:perspective(400px)
    }
}

.order-services--closse {
    position:absolute;
    left:28px;
    top:28px;
    font-size:27px;
    /* color:#fff; */
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    cursor:pointer;
    transition:180ms;
    z-index:22
}

.order-services--info-context {
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%
}

.order-services--info-context>p {
    color:var(--secondarytext);
    font-size:18px;
    text-align:center;
    line-height:1.5
}

.order-services--info-context>h2 {
    font-size:30px;
    color:var(--primary-text);
    text-align:center;
    line-height:1.6;
    margin-bottom:5px
}

.popup-boxnumber {
    display:flex;
    align-items:center;
    margin-top:35px;
    width:100%;
    justify-content:center;
    flex-wrap:wrap
}

.popup-boxnumber>a {
    font-size:16px;
    display:flex;
    align-items:center;
    color:#fff;
    padding:15px 18px;
    border:2px solid var(--uicolor);
    border-radius:42px;
    background:var(--uicolor);
    margin-inline-end:15px;font-weight:500;
    flex:1;
    justify-content:center;
    flex-wrap:wrap
}

.popup-boxnumber>a:hover {
    color:var(--uicolor);
    background:#fff
}

.popup-boxnumber>a.order-services-whatsapp {
    color:#fff;
    background:var(--whatsapp);
    border-color:var(--whatsapp);
    margin-inline-end:0}

.popup-boxnumber>a>i {
    margin-inline-end:10px;font-weight:500;
    font-size:18px
}

.-order-services--single--popoover {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    right:0;
    background:#0000008a;
    left:0;
    z-index:9999999999;
    display:flex;
    justify-content:center;
    align-items:center;
}

.order-services--body,.order-services--icon {
    background:#fff;
    box-shadow:var(--PopoverShadow);
    display:flex
}

.order-services--overlay {
    position:absolute;
    width:100%;
    height:115%;
    top:0;
    right:0
}

.order-services--closse:hover {
    color:var(--negative)
}

.order-services--icon {
    font-size:65px;
    margin-bottom:40px;
    --el-w:120px;
    width:var(--el-w);
    height:var(--el-w);
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    color:#fff;
    background:var(--uicolor);
    padding:15px;
    position:relative;
    margin-top:20px
}

.order-services--icon:after {
    --el-w:147px;
    width:var(--el-w);
    height:var(--el-w);
    content:'';
    position:absolute;
    border:1px solid var(--uicolor);
    border-radius:50%
}

.order-services--icon>i {
    font-weight:300
}

.ratingServise--stars-value.-rating-value {
    color:var(--secondarytext)
}

.links--sitemap-items--box {
    display:block;
    margin-bottom:30px
}

.links--sitemap-items-lists>a {
    display:flex;
    font-size:16px;
    transition:.3s;
    position:relative;
    align-items:center;
    color:var(--secondarytext);
    padding:11px 20px;
    border-radius:var(--xxlargeradius);
    border:1px solid #dddd
}

.links--sitemap-items-lists>a:before {
    margin-inline-end:5px;
    content:var(--chevron);
    font-family:'Font Awesome 7 Pro';
    font-weight:600;
    color:var(--secondarytext);
    font-size:13px;
    margin-top:2px
}

.links--sitemap-items-title {
    margin-bottom:20px
}

.links--sitemap-items-lists {
    display:flex;
    flex-wrap:wrap;
    gap: 10px;
}

.pswp {
    z-index:99999999999
}

.sigel-raing {
    display:flex;
    align-items:flex-start;
    gap:20px;
    flex-wrap:wrap;
    flex-direction:column;
}
.-single-parent-flexes .single-post-title h1 {
    text-align:start
}


.-single-bottom-title-list {
    margin-bottom:31px;
}

.-Rate-Aent {
    display:flex;
    flex-wrap:wrap;
    margin-bottom:20px;
}

.-Rate-Aent:last-child {
    margin-bottom: 0;
}

.-Rate-Aent em {
    font-style: normal;
}

.YC-intro-page-primary-body.Yc-pages-steup.error_page {
    padding-top:120px;
    min-height:90vh;
    display:flex;
    align-items:center;
}span.single-404 {
    border-radius:var(--largeradius);
    width:max-content;
    font-size:20px;
    font-weight:500;
    display:flex;
}

span.single-404 {
    margin-bottom:23px;
    padding:8px 16px;
    background-color: var(--uicolor2);
    margin-inline:auto;
    color:white;
}.container-pages-boxed {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}.container-pages-head h1 {
    line-height:1.5;
    margin-bottom:20px;
    font-size:40px;
    font-weight:700;
    transition:.3s;
    color:var(--primary-text);
    position:relative;
}.bottun {
    position:relative;
    transition:.2s ease-in-out;
}.--container--category--info p {
    font-size:18px;
}.-Yc-single_page_404 {
    padding:0;
    display:flex;
    flex-direction:column;
    align-items:center;
}.btn-search.search_single {
    right:0 !important;
    left:0 !important;
    opacity:1;
    visibility:visible;
    display:flex;
    margin:20px 0;
    position:relative;
    padding:16px;
    border:1px solid var(--uicolor);
    border-radius:var(--largeradius);
    max-width:808px;
    width:-webkit-fill-available;
}.btn-search.search_single form {
    width:100%;
}.btn-search.search_single input[type=seach] {
    width:100%;
    border:0;
    border-radius:6px;
    font-size:20px;
    opacity:.7;
}.btn-search.search_single button {
    position:absolute;
    left:16px;
    border:none;
    background:0 0;
    font-size:21px;
    color:var(--uicolor);
}.YC-intro-page-primary-body.Yc-pages-steup.error_page .--Parent-URL-BTN {
    margin-inline-end:0;
    margin-top:10px;
    display:flex;
    justify-content:center;
} 

.YC-intro-container-pages-left .--BTN {
    display:flex;
    align-items:center;
    justify-content:center;
} input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
    display:block;
    min-height:60px;
    border:1px solid var(--background);
    outline:0;
    background:white;
    padding:10px 15px;
    width:100%;
    border-radius:var(--largeradius);
    flex:1 1 0%;
    font-size:14px;
    text-transform:capitalize;
    box-shadow:0 0 0 !important;
    font-weight:400;
    max-width:100%;
}textarea {
    display:block;
    width:100%;
    outline:0;
    padding:15px !important;
    border-radius:var(--largeradius);
    border:1px solid #f8faff;
    flex:1 1 0%;
    min-height:100px;
    line-height:1.5;
    font-size:16px;
    font-weight:300;
    background:#fff;
}


.single .-singular-pages-container {
    padding-top: 60px;
}
