/*-------------------------------------
CSS INDEX
===================================
#. Normalize and Defaults
#. Buttons
#. Topbar
#. Header
#. Footer
#. Footer Widgets
#. Sidebar Widgets
#. Custom Widgets
#. Banner
#. Pagination
#. Widget
#. Post
#. Comments
#. Error 404
#. Ads
#. Contact Form 7
#. WooCommerce
---------------------------------------*/
body {
    font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    line-height: 1.5;
}

h2 {
    font-size: 30px;
    line-height: 1.5;
}

h3 {
    font-size: 24px;
    line-height: 1.5;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

/*-------------------------------------
#. Normalize and Defaults
---------------------------------------*/
body {
    margin: 0 auto;
    color: #797f89;
    background-color: #f6f6f6;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.clear {
    clear: both;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    margin-bottom: 20px;
    clear: both;
}

p {
    margin-bottom: 20px;
    line-height: 1.6;
}

a {
    background-color: transparent;
    outline: none;
}

a:active,
a:hover,
a:focus,
a:link {
    outline: none;
}

a:link,
a:visited {
    color: var(--rtcl-primary-color);
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: var(--rtcl-secondary-color);
    text-decoration: none;
}

button {
    border: none;
}

ul,
ol,
ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0 0 1em 1em;
    padding-left: 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
    margin-bottom: 10px;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
    border: 0;
}

dfn,
cite,
em {
    font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    color: #000000;
    border-radius: 4px;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: rgba(var(--rtcl-primary-color), 0.3);
    text-decoration: none;
}

big {
    font-size: 125%;
}

blockquote,
q {
    quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote {
    color: #212529;
    position: relative;
    margin: 30px 30px 30px 40px;
    padding: 0 0 0 30px;
    border: none;
    background-color: var(--rtcl-lite-primary-color);
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    margin: 0 0 1.5em;
    max-width: 100%;
}

.wp-caption.alignleft {
    margin-right: 1.5em;
}

.wp-caption.alignright {
    margin-left: 1.5em;
}

.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text,
.wp-caption-dd {
    text-align: center;
    margin: 0.8075em 0 !important;
    padding: 0 !important;
}

.wp-caption-text a,
.wp-caption-dd a {
    display: inline !important;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 0 5px 5px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

hr,
.wp-block-separator {
    background-color: #646464;
    border: 0;
    height: 2px;
    margin: 24px auto;
}

hr.is-style-dots,
.wp-block-separator.is-style-dots {
    height: 0;
    text-align: center;
}

table,
.wp-block-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
    width: 100%;
}

table th,
table td,
.wp-block-table th,
.wp-block-table td {
    border: 1px solid #ddd;
    padding: 10px;
}

table .wp-block-table__cell-content,
.wp-block-table .wp-block-table__cell-content {
    padding: 0;
}

.wp-block-latest-posts.is-grid {
    list-style: disc;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    padding: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 7px;
}

.wp-block-audio {
    margin: 15px 0;
}

.wp-block-audio figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center;
}

.wp-block-categories,
.wp-block-archives {
    margin: 0 0 20px;
    list-style-position: inside;
}

.wp-block-categories ul,
.wp-block-archives ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter {
    padding: 0;
}

.wp-block-spacer {
    clear: both;
}

.wp-block-image.alignleft {
    margin-right: 20px;
}

.wp-block-image.alignright {
    margin-left: 20px;
}

.wp-block-gallery {
    display: flex;
    margin: 0 0 20px 0;
    padding: 0;
}

.wp-block-gallery figure {
    margin: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.wp-block-gallery.alignleft {
    margin-right: 20px;
}

.wp-block-button__link {
    cursor: pointer;
    transition: inherit !important;
}

.wp-block-button__link:hover {
    opacity: 0.8;
}

.wp-block-button__link:not(.has-text-color) {
    color: #fff;
}

.is-style-outline .wp-block-button__link {
    color: #32373c;
}

.wp-block-cover p {
    color: #fff;
}

.wp-block-quote {
    color: #212529;
    position: relative;
    margin: 30px 30px 30px 40px;
    padding: 15px 20px 15px 20px;
    border: none;
    border-left: 5px solid var(--rtcl-primary-color);
    border-radius: 10px;
}

.wp-block-quote p {
    font-style: italic;
    font-weight: 600;
}

.wp-block-quote p:last-of-type {
    margin-bottom: 0;
}

.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    font-size: 16px;
    line-height: 1.3;
    font-style: italic;
    margin: 10px 0 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 30px 30px 30px 40px;
    padding: 10px 0 10px 30px;
    font-size: 22px;
    line-height: 1.5;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 22px;
    line-height: 1.5;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation {
    font-size: 16px;
    line-height: 1.3;
}

.wp-block-pullquote {
    border: 2px solid var(--rtcl-primary-color);
    border-width: 2px 0;
    padding: 40px 0;
    background: none;
    font-size: 28px;
    line-height: 1.5;
    color: #333;
    font-style: italic;
    quotes: none;
    font-weight: 600;
    margin: 0 0 20px;
}

.wp-block-pullquote blockquote {
    background-color: inherit;
    border: none;
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
    color: inherit;
    quotes: none;
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote blockquote:after {
    content: none;
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.5;
    font-style: italic;
    font-weight: 600;
}

.wp-block-pullquote p:last-of-type {
    margin-bottom: 0;
}

.wp-block-pullquote p:before,
.wp-block-pullquote p:after {
    content: none;
}

.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    font-style: italic;
    margin: 10px 0 0;
    color: #333;
    text-transform: inherit;
    display: block;
}

.wp-block-pullquote:before {
    content: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    text-align: inherit;
    max-width: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
    color: inherit;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    position: relative;
    z-index: 1;
    padding: 20px 0;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px;
}

.wp-block-pullquote.alignleft {
    margin: 15px 20px 15px 0;
    display: block;
}

.wp-block-pullquote.alignright {
    margin: 15px 0 15px 20px;
    display: block;
}

:root {
    --rtcl-primary-color: #00c194;
    --rtcl-secondary-color: #07c196;
    --rtcl-top-bg-color: #dff0f3;
    --rtcl-link-hover-color: #07c196;
    --rtcl-lite-primary-color: #eaf7f2;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.py-50 {
    padding: 50px 0;
}

.pb-70 {
    padding-bottom: 70px;
}

.py-40 {
    padding: 40px 0;
}

.py-80 {
    padding: 80px 0;
}

.py-90 {
    padding: 90px 0;
}

@media screen and (max-width: 767px) {
    .py-80 {
        padding: 40px 0;
    }

    .py-40 {
        padding: 25px 0;
    }
}

.section-title h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #000000;
}

.section-link a {
    color: var(--rtcl-secondary-color);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}

.section-link a:hover {
    color: var(--rtcl-primary-color);
    border-bottom: 1px solid var(--rtcl-primary-color);
}

.section-link i {
    font-size: 14px;
}

.rtin-button,
.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content #rtcl-store-content-wrap .rtcl-store-settings .btn,
.rtcl-checkout .main-content .rtcl-checkout-content #rtcl-checkout-form .rtcl-submit-btn-wrap .btn,
.rtcl .rtcl-payment-receipt .action-btn .btn,
.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-email #store-email-form .sc-submit {
    color: #ffffff !important;
    padding: 10px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid var(--rtcl-primary-color);
    background-color: var(--rtcl-primary-color);
    display: inline-block;
    transition: all 0.3s;
}

.rtin-button:hover,
.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content #rtcl-store-content-wrap .rtcl-store-settings .btn:hover,
.rtcl-checkout .main-content .rtcl-checkout-content #rtcl-checkout-form .rtcl-submit-btn-wrap .btn:hover,
.rtcl .rtcl-payment-receipt .action-btn .btn:hover,
.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-email #store-email-form .sc-submit:hover {
    color: var(--rtcl-primary-color) !important;
    background-color: transparent;
    border: 1px solid var(--rtcl-primary-color);
}

.rtin-button .rtin-button-icon,
.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content #rtcl-store-content-wrap .rtcl-store-settings .btn .rtin-button-icon,
.rtcl-checkout .main-content .rtcl-checkout-content #rtcl-checkout-form .rtcl-submit-btn-wrap .btn .rtin-button-icon,
.rtcl .rtcl-payment-receipt .action-btn .btn .rtin-button-icon,
.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-email #store-email-form .sc-submit .rtin-button-icon {
    margin-left: 5px;
    vertical-align: middle;
}

.rtcl .form-control,
.form-control {
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    height: 45px;
    line-height: 1.2;
    padding: 5px 12px;
    border-color: #e7e7e7;
}

.rtcl .form-control:focus,
.form-control:focus {
    border-color: var(--rtcl-primary-color);
}

.content-block-gap {
    margin-top: 30px;
}

.site-content-block .main-content {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 20px #f0f0f0;
}

.rtcl-widget-title2 {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.rtcl-widget-title2 h3 {
    font-size: 22px;
    font-weight: 600 !important;
    color: #000000;
    margin-bottom: 0;
}

.rtcl-widget-title2:after {
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    width: 40px;
    bottom: -2px;
    background-color: var(--rtcl-primary-color);
}

/*-------------------------------------
#. Topbar
---------------------------------------*/
.top-header {
    background-color: #1c1d20;
    padding: 8px 0;
    line-height: 1.3;
}

.top-header li {
    line-height: 1.5;
}

.top-header .top-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .top-header .top-header-inner {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .top-header .top-header-inner .tophead-right {
        margin-top: 5px;
    }
}

.top-header .top-header-inner .tophead-info {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 767px) {
    .top-header .top-header-inner .tophead-info {
        text-align: center;
    }
}

.top-header .top-header-inner .tophead-info li {
    display: inline-block;
    margin-right: 20px;
}

.top-header .top-header-inner .tophead-info li .fa {
    color: var(--rtcl-primary-color);
    padding-right: 10px;
}

.top-header .top-header-inner .tophead-info li a,
.top-header .top-header-inner .tophead-info li span {
    color: #91939d;
}

.top-header .top-header-inner .tophead-info li span {
    margin-left: 4px;
}

.top-header .top-header-inner .tophead-info li a:hover {
    text-decoration: underline;
}

.top-header .top-header-inner .tophead-right .tophead-social {
    font-size: 0;
}

.top-header .top-header-inner .tophead-right .tophead-social li {
    display: inline;
    vertical-align: middle;
    margin-left: 20px;
}

.top-header .top-header-inner .tophead-right .tophead-social li a {
    color: #91939d;
    font-size: 15px;
    line-height: 1.5;
}

.top-header .top-header-inner .tophead-right .tophead-social li a:hover {
    color: var(--rtcl-primary-color);
}

.top-header .top-header-inner .tophead-right .tophead-social li:first-child {
    margin-left: 0;
}

/* Transparent */
.trheader .top-header {
    background-color: rgba(0, 0, 0, 0.7);
}

/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
.main-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}

.main-header-inner .site-branding {
    min-width: 150px;
    max-width: 200px;
}

.main-header-inner .header-icon-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Logo */
.main-header {
    background-color: #fff;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.main-header .site-branding {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media screen and (max-width: 480px) {
    .main-header .site-branding {
        text-align: center;
        margin-top: 10px;
    }
}

.main-header a img {
    width: auto;
    padding: 5px 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.main-header a.light-logo {
    display: none;
}

/* Main Navigation */
.main-header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.main-header .main-navigation-area {
    min-height: 90px;
    display: flex;
    flex-grow: 1;
    justify-content: center;
}

.main-header .main-navigation-area.menu-left {
    justify-content: flex-start;
}

.main-header .main-navigation-area.menu-right {
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .main-header .main-navigation-area {
        display: block;
        text-align: center;
    }
}

.main-header .main-navigation-area .main-navigation {
    font-family: "Nunito", sans-serif;
}

.main-header .main-navigation-area .main-navigation ul {
    text-align: right;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    /* 3rd Level Menu */
}

@media screen and (max-width: 767px) {
    .main-header .main-navigation-area .main-navigation ul {
        text-align: center;
    }
}

.main-header .main-navigation-area .main-navigation ul li {
    display: inline-block;
    position: relative;
    /* Submenu */
}

.main-header .main-navigation-area .main-navigation ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    color: #180605;
    padding: 35px 24px;
}

@media screen and (max-width: 1199.98px) {
    .main-header .main-navigation-area .main-navigation ul li a {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.main-header .main-navigation-area .main-navigation ul li ul {
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    position: absolute;
    top: 100%;
    background-color: #fff;
    padding: 15px 0;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999 !important;
    width: 230px;
    text-align: left;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    border-top: 2px solid var(--rtcl-primary-color);
}

.main-header .main-navigation-area .main-navigation ul li ul.sub-menu li.menu-item-has-children:after {
    color: #797f89;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: 20px;
    top: 7px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.main-header .main-navigation-area .main-navigation ul li ul li {
    display: block;
    padding: 6px 20px;
}

.main-header .main-navigation-area .main-navigation ul li ul li a {
    display: block;
    color: #797f89;
    font-weight: 500;
    padding: 0;
}

.main-header .main-navigation-area .main-navigation ul li ul li:last-child {
    border-bottom: none;
}

.main-header .main-navigation-area .main-navigation ul li ul li:hover>a {
    color: var(--rtcl-primary-color);
}

.main-header .main-navigation-area .main-navigation ul.menu>li.menu-item-has-children:after {
    color: #797f89;
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-size: 13px;
    position: absolute;
    right: 5px;
    bottom: 40px;
    line-height: 1;
    font-weight: 600;
}

@media screen and (max-width: 1199.98px) {
    .main-header .main-navigation-area .main-navigation ul.menu>li.menu-item-has-children:after {
        right: 0;
        bottom: 42px;
    }
}

.main-header .main-navigation-area .main-navigation ul.menu>li.current-menu-item a:after {
    content: '';
    background-color: var(--rtcl-primary-color);
    height: 5px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
}

.main-header .main-navigation-area .main-navigation ul.menu>li>a:hover {
    color: var(--rtcl-primary-color);
}

.main-header .main-navigation-area .main-navigation ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.main-header .main-navigation-area .main-navigation ul li ul li ul {
    left: 231px;
    top: 0;
    width: 230px;
}

.main-header .main-navigation-area .main-navigation ul>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

/* Header Button */
.header-icon-area .header-chat-icon,
.header-icon-area .header-login-icon {
    justify-content: center;
    align-items: center;
    border: 1px solid var(--rtcl-primary-color);
    margin-right: 15px;
    width: 45px;
    border-radius: 50%;
    height: 45px;
    display: flex;
    background-color: var(--rtcl-lite-primary-color);
    color: var(--rtcl-primary-color);
    transition: all 0.4s;
}

.header-icon-area .header-chat-icon:hover,
.header-icon-area .header-login-icon:hover {
    border: 1px solid transparent;
    color: #ffffff;
    background-color: var(--rtcl-primary-color);
}

.header-icon-area .header-chat-icon:hover i,
.header-icon-area .header-login-icon:hover i {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@media screen and (max-width: 480px) {
    .header-icon-area .header-btn-area {
        margin-top: 15px;
        margin-left: 0;
    }
}

.header-icon-area .header-btn-area .header-btn {
    display: inline-block;
    color: var(--rtcl-primary-color);
    background: var(--rtcl-lite-primary-color);
    border: 1px solid var(--rtcl-primary-color);
    padding: 8px 16px 8px 10px;
    border-radius: 50px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header-icon-area .header-btn-area .header-btn i {
    width: 28px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 5px;
    background-color: var(--rtcl-primary-color);
    transition: all 0.4s;
}

.header-icon-area .header-btn-area .header-btn:hover {
    background: var(--rtcl-primary-color);
    color: #ffffff;
    border: 1px solid transparent;
}

.header-icon-area .header-btn-area .header-btn:hover i {
    background-color: #ffffff;
    color: var(--rtcl-primary-color);
    transform: rotate(90deg);
}

.main-header-sticky-wrapper {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    margin-top: -120px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-color: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.admin-bar .main-header-sticky-wrapper {
    top: 32px;
}

.rdthemeSticky .main-header-sticky-wrapper {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 0 !important;
}

.trheader .main-header {
    background-color: transparent;
}

@media (max-width: 991.98px) {

    .main-header-sticky-wrapper,
    .site-header .main-header {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .rt-mobile-menu {
        display: none;
    }
}

.rt-mobile-menu .mobile-menu-bar {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    position: relative;
    background: #ffffff;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999;
    border-bottom: 2px solid var(--rtcl-primary-color);
}

.rt-mobile-menu .mobile-menu-bar img {
    padding: 4px 15px;
}

.rt-mobile-menu .mobile-menu-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.rt-mobile-menu .mobile-menu-bar .mobile-logo-area .custom-logo {
    display: inline-block;
    height: 32px;
    max-width: 120px;
    padding: 5px 0;
}

.rt-mobile-menu .mobile-menu-bar .mobile-logo-area .custom-logo img {
    height: 100%;
    width: auto;
    max-width: 100%;
    padding: 0 10px;
}

.rt-mobile-menu .mobile-menu-bar .mobile-logo-area.has-mobile-logo .site-main-logo {
    display: none;
}

.rt-mobile-menu .mobile-menu-bar .header-mobile-icons {
    position: absolute;
    top: 12px;
    right: 57px;
}

.rt-mobile-menu .mobile-menu-bar .header-mobile-icons a.header-login-icon {
    font-size: 16px;
}

.rt-mobile-menu .mobile-menu-bar .header-mobile-icons a.header-chat-icon {
    font-size: 16px;
    position: relative;
}

@media (max-width: 991.98px) {
    .rt-mobile-menu .mobile-menu-bar .header-mobile-icons a.header-chat-icon {
        margin-right: 15px;
    }
}

.rt-mobile-menu .mobile-menu-bar .header-mobile-icons a.header-chat-icon .rtcl-unread-badge {
    position: absolute;
    right: -3px;
    top: -3px;
    padding: 2px 2px;
    width: 12px;
    height: 12px;
}

.rt-mobile-menu .mobile-menu-bar .header-mobile-icons a.header-btn {
    display: inline-block;
    height: inherit;
    font-size: 16px;
    line-height: 1;
    padding: 5px 10px;
    margin-right: 15px;
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
    border-radius: 20px;
}

.rt-mobile-menu .mobile-menu-bar .header-mobile-icons a.header-btn i {
    font-size: 14px;
}

.rt-mobile-menu .mobile-menu-bar .header-mobile-icons a.header-btn span {
    padding-left: 6px;
    padding-right: 3px;
}

.rt-mobile-menu .mobile-menu-bar span.sidebarBtn {
    width: 22px;
    height: 22px;
    padding: 15px 20px 15px 5px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: var(--rtcl-primary-color);
    text-decoration: none;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700;
    transition: none;
}

.rt-mobile-menu .mobile-menu-bar span.sidebarBtn span {
    display: block;
    background-color: var(--rtcl-primary-color);
    height: 3px;
    margin-top: 3px;
    position: relative;
}

.rt-mobile-menu .mobile-menu-bar span.sidebarBtn span:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 6px;
    width: 100%;
    background: var(--rtcl-primary-color);
    height: 3px;
}

.rt-mobile-menu .mobile-menu-bar span.sidebarBtn span:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 12px;
    width: 100%;
    background: var(--rtcl-primary-color);
    height: 3px;
}

.rt-mobile-menu .offscreen-navigation li {
    border-top: 1px solid #e7e7e7;
}

.rt-mobile-menu .offscreen-navigation li a {
    line-height: 24px;
    width: 90%;
    padding: 0.5em 0;
    margin: 0 auto;
    text-align: left;
}

.rt-mobile-menu .offscreen-navigation li>a {
    display: block;
    position: relative;
    color: #333333;
    font-size: 16px;
}

.rt-mobile-menu .offscreen-navigation li.menu-item-has-children>a:after {
    content: '\f067';
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    color: var(--rtcl-primary-color);
    transition: .1s;
    right: 0;
    position: absolute;
    font-size: 13px;
}

.rt-mobile-menu .offscreen-navigation li.menu-item-has-children>a.opened:after {
    content: '\f068';
}

.rt-mobile-menu .offscreen-navigation .sub-menu {
    display: none;
}

.rt-mobile-menu .offscreen-navigation .sub-menu li a {
    width: 80%;
}

.rt-mobile-menu .offscreen-navigation .sub-menu li>a {
    font-size: 14px;
}

.rt-mobile-menu .offscreen-navigation .sub-menu .sub-menu li a {
    width: 70%;
}

.rt-mobile-menu .offscreen-navigation .sub-menu .sub-menu .sub-menu li a {
    width: 60%;
}

.rt-mobile-menu .rt-slide-nav {
    position: absolute;
    background: #ffffff;
    z-index: 99;
    width: 100%;
    left: 0;
    display: none;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.rt-mobile-menu .rt-slide-nav ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

body.slidemenuon {
    overflow: hidden;
}

body.slidemenuon .mobile-menu-bar span.sidebarBtn span {
    height: 0;
}

body.slidemenuon .mobile-menu-bar span.sidebarBtn span:before {
    transform: rotate(45deg);
    height: 2px;
}

body.slidemenuon .mobile-menu-bar span.sidebarBtn span:after {
    transform: translate(0, -6px) rotate(-45deg);
    height: 2px;
}

.rdthemeSticky .rt-mobile-menu {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.rdthemeSticky.admin-bar .rt-mobile-menu {
    top: 46px;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-webkit-keyframes upsdown {
    0% {
        transform: translateY(-100px);
        visibility: hidden;
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
}

@keyframes upsdown {
    0% {
        transform: translateY(-100px);
        visibility: hidden;
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }
}

/*-------------------------------------
#. Breadcrumbs
---------------------------------------*/
.breadcrumbs-area {
    margin-top: 80px;
}

.breadcrumbs-area .rtcl-breadcrumb {
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 0;
}

.breadcrumbs-area .rtcl-breadcrumb a {
    color: #797f89;
}

.breadcrumbs-area .rtcl-breadcrumb a:hover {
    color: var(--rtcl-primary-color);
}

.breadcrumbs-area .rtcl-breadcrumb span {
    color: var(--rtcl-primary-color);
}

.breadcrumbs-area .rtcl-breadcrumb .delimiter {
    display: inline-block;
    padding: 0 8px;
    font-style: normal;
}

/*---------------------------------------------------------
#. Footer Area
-----------------------------------------------------------*/
.main-footer {
    padding: 80px 0 50px;
    background-color: #1c1d20;
    color: #91939d;
}

@media screen and (max-width: 480px) {
    .main-footer {
        padding: 50px 0 0;
    }
}

.main-footer .widget {
    margin-bottom: 30px;
}

.main-footer .widget>h3 {
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .main-footer .widget>h3 {
        margin-bottom: 20px;
    }
}

.main-footer .widget>h3:after {
    content: none;
}

.main-footer .search-form .custom-search-input input.search-query {
    color: #cccccc;
}

.main-footer .search-form .custom-search-input input.search-query,
.main-footer .search-form .custom-search-input button.btn {
    border-color: fade(#ffffff, 10%);
}

.main-footer,
.main-footer ul li {
    font-size: 15px;
}

/*---------------------------------------------
#. Footer Widgets
-----------------------------------------------*/
.widget {
    color: #91939d;
}

.widget a {
    color: #91939d;
}

.widget a:hover {
    color: var(--rtcl-primary-color);
}

.widget h3 {
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative;
}

.widget h3:after {
    background-color: var(--rtcl-primary-color);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 40px;
}

.widget select {
    padding: 8px 10px;
    width: 100%;
    background-color: transparent;
    outline: none;
    border: 1px solid #dcdcdc;
}

.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget li {
    margin-bottom: 8px;
}

.widget li:last-child {
    margin-bottom: 0;
}

.widget li ul.children,
.widget li ul.sub-menu {
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 15px;
    margin-top: 15px;
}

.widget li ul.children li:last-child,
.widget li ul.sub-menu li:last-child {
    margin-bottom: 0;
}

.widget.widget_calendar table {
    margin-top: 0;
}

.widget.widget_calendar table caption {
    padding-top: 0;
}

.widget.widget_calendar table th,
.widget.widget_calendar table td {
    padding: 7px;
}

.widget.widget_tag_cloud {
    font-size: 0;
}

.widget.widget_tag_cloud a {
    color: #b7c3c8;
    padding: 10px 12px;
    display: inline-block;
    font-size: 13px !important;
    margin-bottom: 5px;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
    border: 1px solid #373737;
    border-radius: 5px;
    line-height: 1.5;
}

.widget.widget_tag_cloud a:hover {
    background-color: var(--rtcl-primary-color);
    border-color: var(--rtcl-primary-color);
}

.main-footer .widget.widget_tag_cloud a:hover {
    color: #ffffff;
}

/*---------------------------------------------
#. Sidebar Widgets
-----------------------------------------------*/
.sidebar-widget-area .widget {
    border: none;
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 8px;
    background-color: #ffffff;
    color: #797f89;
}

.sidebar-widget-area .widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget-area .widget h3 {
    color: #212529;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.sidebar-widget-area .widget h3::after {
    width: 50px;
    height: 5px;
    background-color: var(--rtcl-primary-color);
    content: "";
    position: absolute;
    left: 0;
    bottom: -2.5px;
}

.sidebar-widget-area .widget a {
    color: #797f89;
}

.sidebar-widget-area .widget a:hover {
    color: var(--rtcl-primary-color);
}

.sidebar-widget-area .widget select,
.sidebar-widget-area .widget option {
    color: #797f89;
}

.sidebar-widget-area .widget ul li {
    position: relative;
    padding-left: 20px;
}

.sidebar-widget-area .widget ul li:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: var(--rtcl-primary-color);
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 18px;
}

.sidebar-widget-area .widget ul li ul.sub-menu {
    padding-left: 0;
}

.sidebar-widget-area .widget.widget_nav_menu ul li {
    padding-left: 14px;
}

.sidebar-widget-area .widget.widget_calendar .calendar_wrap {
    font-size: 13px;
    line-height: 1.3;
}

.sidebar-widget-area .widget.widget_archive select {
    margin: 20px;
    width: 190px;
    max-width: calc(100% - 40px);
}

.sidebar-widget-area .widget.widget_tag_cloud a {
    border: none;
    background-color: #e7e7e7;
    font-size: 15px !important;
    line-height: 1.2;
}

.sidebar-widget-area .widget.widget_tag_cloud a:hover {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
}

.sidebar-widget-area .widget.widget_search .input-group {
    flex-wrap: nowrap;
}

.sidebar-widget-area .widget.widget_search .input-group input.form-control {
    height: 45px;
    width: 100%;
    padding-right: 40px;
    border-radius: 5px;
}

.sidebar-widget-area .widget.widget_search .input-group input.form-control:focus {
    border-color: var(--rtcl-primary-color);
    box-shadow: none;
    outline: none;
}

.sidebar-widget-area .widget.widget_search .input-group button {
    background: transparent;
    border: none;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
    line-height: 1;
    padding: 0;
}

.sidebar-widget-area .widget.widget_search .input-group button .search-btn {
    border: 0;
    background: 0;
    color: var(--rtcl-primary-color);
}

.sidebar-widget-area .widget.rtcl-widget-filter-class .panel-block {
    padding: 0;
}

.sidebar-widget-area .widget.rtcl-widget-filter-class .panel-block .ui-accordion-item .ui-accordion-title {
    font-weight: 700;
    color: #212529;
    border-color: #e7e7e7;
}

.sidebar-widget-area .widget.rtcl-widget-filter-class .panel-block .ui-accordion-item .ui-accordion-title .ui-accordion-icon {
    background-color: var(--rtcl-lite-primary-color);
    border: 1px solid var(--rtcl-primary-color);
    color: var(--rtcl-primary-color);
    border-radius: 50%;
}

.sidebar-widget-area .widget.rtcl-widget-filter-class .panel-block .ui-accordion-item .ui-accordion-title .ui-accordion-icon:before {
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    transform: translateY(3px);
}

.sidebar-widget-area .widget.rtcl-widget-filter-class .panel-block .ui-accordion-item .ui-accordion-title:hover {
    text-decoration: none;
}

.sidebar-widget-area .widget.rtcl-widget-filter-class .panel-block ul li.has-sub .arrow .rtcl-icon {
    color: #b0b0b0;
    font-size: 10px;
}

.sidebar-widget-area .widget.rtcl-widget-filter-class .panel-block ul li:before {
    content: none;
}

.sidebar-widget-area .widget.rtcl-widget-filter-class .panel-block ul li.is-opener span i {
    color: var(--rtcl-primary-color);
}

.sidebar-widget-area .widget.rtcl-widget-filter-class .ui-buttons .rtcl-filter-btn {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid var(--rtcl-primary-color);
    display: inline-block;
    transition: all 0.3s;
}

.sidebar-widget-area .widget.rtcl-widget-filter-class .ui-buttons .rtcl-filter-btn:hover {
    background-color: transparent;
    color: #000000;
}

/*---------------------------------------------
#. Custom Widgets
-----------------------------------------------*/
.widget.widget_radius_directory_about .rtin-img {
    margin-bottom: 20px;
}

.widget.widget_radius_directory_about .rtin-des {
    margin-bottom: 20px;
    padding-right: 10px;
}

.widget.widget_radius_directory_about ul {
    font-size: 0;
}

.widget.widget_radius_directory_about ul li {
    display: inline-block;
    margin: 0 7px 5px 0;
    padding: 0;
}

.widget.widget_radius_directory_about ul li a {
    background-color: #2d2e33;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    transition: all 0.3s ease-out;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.widget.widget_radius_directory_about ul li a:hover {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
}

.site-content .content-area {
    padding: 80px 0;
}

.post-each {
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.post-each .rtin-content-area {
    padding: 25px 30px 5px;
}

.post-each .entry-title {
    margin-bottom: 10px;
    word-break: break-all;
}

.post-each .entry-title a {
    color: #000000;
    transition: all .4s ease-out;
}

.post-each .entry-title a:hover {
    color: var(--rtcl-primary-color);
}

.post-each .post-meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
}

.post-each .post-meta li {
    color: #797f89;
    margin-right: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.post-each .post-meta li:last-child {
    margin-right: 0;
}

.post-each .post-meta li a {
    color: #797f89;
}

.post-each .post-meta li a:hover {
    text-decoration: underline;
}

.post-each .post-meta li i {
    color: var(--rtcl-primary-color);
    margin-right: 10px;
}

.post-each.post-each-main {
    margin-bottom: 45px;
}

.post-each .post-thumbnail {
    margin-bottom: 25px;
}

.post-each .post-thumbnail .wp-post-image {
    border-radius: 5px;
}

.post-each.post-each-alt {
    padding: 0;
}

.post-each.post-each-alt .post-thumbnail {
    margin-bottom: 0;
}

.post-each.post-each-alt .post-thumbnail .wp-post-image {
    border-radius: 0;
}

.post-each.post-each-alt .entry-title {
    font-size: 22px;
    line-height: 1.4;
}

.post-each.post-each-alt .post-content-area {
    padding: 20px 25px 25px;
}

.post-each.post-each-single {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 5px;
}

.post-each.post-each-single .post-thumbnail {
    margin-bottom: 15px;
}

.post-each.post-each-single .post-title-wrap .post-title {
    margin-bottom: 10px;
}

.post-each.post-each-single .post-meta {
    margin-bottom: 20px;
}

.post-each.post-each-single .post-footer {
    margin-top: 10px;
}

.post-each.post-each-single .post-footer .post-tags {
    margin-top: 10px;
}

.post-each.post-each-single .post-footer .post-tags a {
    color: #797f89;
    background-color: #e7e7e7;
    padding: 10px 12px;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 5px;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
    border: none;
    border-radius: 5px;
    line-height: 1.2;
}

.post-each.post-each-single .post-footer .post-tags a:hover {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
}

.post-each.post-each-single .post-footer .post-social {
    text-align: right;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .post-each.post-each-single .post-footer .post-social {
        text-align: left;
    }
}

.post-each.post-each-single .post-footer .post-social .rtin-title {
    color: #444;
    padding-right: 5px;
    font-size: 16px;
    line-height: 1;
}

.post-each.post-each-single .post-footer .post-social .rtin-icon {
    color: #b1b1b1;
    font-size: 18px;
    padding-right: 10px;
    line-height: 1;
}

.post-each.post-each-single .post-footer .post-social .post-social-sharing {
    display: inline;
}

.post-each.post-each-single .post-footer .col-md-12 .post-social {
    text-align: left;
}

.post-each.sticky {
    border: 1px solid #ffd274;
    border-radius: 8px;
}

.post-each.post-each-search {
    padding: 30px;
}

.post-social-sharing {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.post-social-sharing li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.post-social-sharing li a {
    background-color: #666;
    color: #ffffff;
    font-size: 15px;
    line-height: 36px;
    width: 35px;
    height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}

.post-social-sharing li a:hover {
    color: #ffffff;
    opacity: .8;
}

.post-social-sharing .social-facebook a {
    background-color: #3b5999;
}

.post-social-sharing .social-twitter a {
    background-color: #55acee;
}

.post-social-sharing .social-gplus a {
    background-color: #dd4b39;
}

.post-social-sharing .social-linkedin a {
    background-color: #0077B5;
}

.post-social-sharing .social-pinterest a {
    background-color: #bd081c;
}

.post-social-sharing .social-tumblr a {
    background-color: #34465d;
}

.post-social-sharing .social-reddit a {
    background-color: #ff5700;
}

.post-social-sharing .social-vk a {
    background-color: #4c75a3;
}

.post-author-block {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .post-author-block {
        display: block;
    }
}

.post-author-block .rtin-left {
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .post-author-block .rtin-left {
        margin: 0 0 20px;
    }
}

.post-author-block .rtin-left img {
    border-radius: 50%;
}

.post-author-block .rtin-right {
    flex: 1;
}

.post-author-block .rtin-right .author-name {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.post-author-block .rtin-right .author-name a {
    color: #111111;
}

.post-author-block .rtin-right .author-name a:hover {
    color: var(--rtcl-primary-color);
}

.post-author-block .rtin-right .author-bio {
    font-size: 14px;
}

.post-password-form input[type="password"] {
    height: 33px;
}

.site-search .post-each .post-content p {
    margin-bottom: 10px;
}

.pagination-number {
    margin-top: 20px;
}

.pagination-number ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pagination-number ul li {
    margin-right: 10px;
}

.pagination-number ul li a {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    text-decoration: none;
    color: var(--rtcl-primary-color);
    background-color: #ffffff;
    transition: all 0.3s;
}

.pagination-number ul li a:hover {
    color: #ffffff;
    border: 1px solid transparent;
    background-color: var(--rtcl-primary-color);
}

.pagination-number ul li.active a {
    color: #ffffff;
    border: 1px solid transparent;
    background-color: var(--rtcl-primary-color);
}

.pagination-number ul li.pagi-previous a {
    color: var(--rtcl-primary-color);
}

.pagination-number ul li.pagi-previous a:hover {
    color: #ffffff;
    background-color: var(--rtcl-primary-color);
}

.pagination-number ul li.pagi-next a {
    color: var(--rtcl-primary-color);
}

.pagination-number ul li.pagi-next a:hover {
    color: #ffffff;
    background-color: var(--rtcl-primary-color);
}

/*-------------------------------------
#. Comments
---------------------------------------*/
.post-title-block,
.comment-reply-title {
    font-size: 20px;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 30px;
}

.comments-area ul.comment-list,
.comments-area ul.children {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.comments-area ul.children {
    margin-left: 50px;
}

@media (max-width: 991.98px) {
    .comments-area ul.children {
        margin-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .comments-area ul.children {
        margin-left: 10px;
    }
}

.comments-area .avatar-disabled .main-comments ul.children {
    margin-left: 30px;
}

@media (max-width: 991.98px) {
    .comments-area .avatar-disabled .main-comments ul.children {
        margin-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .comments-area .avatar-disabled .main-comments ul.children {
        margin-left: 10px;
    }
}

.comments-area .comment-title span {
    color: #797f89;
}

.comments-area .main-comments {
    padding-top: 12px;
}

.comments-area .main-comments:first-child {
    padding-top: 0px;
}

.comments-area .main-comments .children li {
    padding-top: 12px;
}

.comments-area .main-comments .each-comment {
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}

@media screen and (max-width: 480px) {
    .comments-area .main-comments .each-comment {
        padding: 5px 0;
    }
}

.comments-area .main-comments .imgholder {
    margin-right: 20px;
    margin-bottom: 10px;
}

@media (max-width: 991.98px) {
    .comments-area .main-comments .imgholder {
        max-width: 90px;
    }
}

@media screen and (max-width: 480px) {
    .comments-area .main-comments .imgholder {
        max-width: 50px;
        margin-right: 10px;
    }
}

.comments-area .main-comments .imgholder img {
    border-radius: 50%;
}

.comments-area .main-comments.pingback .imgholder,
.comments-area .main-comments.trackback .imgholder {
    margin: 0;
}

.comments-area .main-comments .comment-meta .comment-meta-left {
    float: left;
}

@media (max-width: 991.98px) {
    .comments-area .main-comments .comment-meta .comment-meta-left {
        float: none;
    }
}

.comments-area .main-comments .comment-meta .comment-meta-left .comment-author {
    color: #111;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.comments-area .main-comments .comment-meta .comment-meta-left .comment-time {
    font-size: 14px;
    line-height: 1.5;
}

.comments-area .main-comments .comment-meta .comment-meta-left a {
    color: #111;
}

.comments-area .main-comments .comment-meta .comment-meta-left a:hover {
    text-decoration: underline;
}

.comments-area .main-comments .comment-meta .reply-area {
    float: right;
    margin-top: 10px;
}

@media (max-width: 991.98px) {
    .comments-area .main-comments .comment-meta .reply-area {
        float: none;
    }
}

.comments-area .main-comments .comment-meta .reply-area a {
    color: #fff;
    border-radius: 2px;
    padding: 8px 15px;
    display: block;
    background-color: var(--rtcl-primary-color);
    font-size: 12px;
    line-height: 1;
    transition: all .5s ease-out;
}

.comments-area .main-comments .comment-meta .reply-area a:hover {
    background-color: var(--rtcl-secondary-color);
}

@media (max-width: 991.98px) {
    .comments-area .main-comments .comment-meta .reply-area a {
        display: inline-block;
    }
}

.comments-area .main-comments .comments-body .comment-text {
    margin-top: 10px;
    color: #797f89;
    font-size: 15px;
}

.comments-area .main-comments .comments-body .comment-text p {
    margin-bottom: 10px;
}

.comments-area .main-comments .comments-body .comment-text .comment-awaiting-moderation {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
}

.comments-area .main-comments #respond {
    margin-top: 35px;
}

.comments-area .comments-closed {
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    padding-top: 20px;
    line-height: 1.3;
    color: #111;
}

.comments-area .comment-navigation {
    margin-top: 30px;
    text-align: center;
}

.comments-area .comment-navigation div[class^="nav"] {
    display: inline-block;
    margin: 0 3px;
}

.comments-area .comment-navigation div[class^="nav"] a {
    background-color: #797f89;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 5px;
}

.comments-area .comment-navigation div[class^="nav"] a:hover {
    opacity: 0.8;
}

#respond .comment-reply-title {
    margin-bottom: 5px;
}

#respond .comment-notes,
#respond .logged-in-as,
#respond .form-group {
    margin-bottom: 20px;
}

#respond .logged-in-as a {
    color: #212529;
}

#respond form input,
#respond form textarea {
    border: none;
    background-color: #f9f9f9;
    border-radius: 0;
    box-shadow: none;
    color: #212529;
}

#respond form input:focus,
#respond form textarea:focus {
    box-shadow: none;
}

#respond form input::placeholder,
#respond form textarea::placeholder {
    color: #868e96;
}

#respond form input {
    height: 45px;
}

#respond form textarea {
    height: auto;
}

#respond form input[type="checkbox"] {
    height: inherit;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

#respond form label {
    margin: 0;
    vertical-align: middle;
}

#respond form .submit-button {
    margin-bottom: 0;
}

#respond form .btn-send {
    height: inherit;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid var(--rtcl-primary-color);
    background-color: var(--rtcl-primary-color);
    display: inline-block;
    transition: all 0.3s;
}

#respond form .btn-send:hover {
    color: var(--rtcl-primary-color);
    background-color: transparent;
    border: 1px solid var(--rtcl-primary-color);
}

#respond #cancel-comment-reply-link {
    font-size: 12px;
    line-height: 1.2;
    margin-left: 8px;
}

.site-content .content-area .comment-reply-block .comment-reply-title {
    display: none;
}

.site-content .content-area .comment-reply-block .alert {
    margin-bottom: 0;
    margin-top: 20px;
}

/*-------------------------------------
#. Error 404
---------------------------------------*/
.error-page {
    text-align: center;
}

.error-page h2 {
    margin-top: 30px;
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .error-page h2 {
        font-size: 64px;
    }
}

.error-page .error-subtitle {
    font-family: "Nunito", sans-serif;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
    .error-page .error-subtitle {
        font-size: 36px;
    }
}

.error-page .error-btn {
    color: #ffffff;
    background-color: var(--rtcl-primary-color);
    padding: 20px 35px;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
}

.error-page .error-btn:hover {
    background-color: var(--rtcl-secondary-color);
}

a.scrollToTop {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    text-align: center;
    transition: all 1s ease-out;
    border: none;
    border-radius: 50%;
    display: none;
}

a.scrollToTop:hover,
a.scrollToTop:focus {
    background-color: var(--rtcl-primary-color);
    color: #fff;
}

.footer-bottom {
    background-color: #1c1d20;
    color: #91939d;
    padding: 40px 0;
    border-top: 1px solid #2e2e2e;
}

.footer-bottom .row {
    flex-wrap: initial;
}

@media screen and (max-width: 767px) {
    .footer-bottom .row {
        flex-direction: column;
        gap: 15px;
    }
}

@media screen and (max-width: 767px) {
    .footer-bottom .footer-copyright-area {
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom .footer-copyright {
    margin-bottom: 0;
}

.footer-bottom .cl-app-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rtcl .rtcl-wrapper {
    padding: 80px 12px;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (min-width: 576px) {
    .rtcl .rtcl-wrapper {
        max-width: 540px;
    }
}

@media screen and (min-width: 768px) {
    .rtcl .rtcl-wrapper {
        max-width: 720px;
    }
}

@media screen and (min-width: 992px) {
    .rtcl .rtcl-wrapper {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    .rtcl .rtcl-wrapper {
        max-width: 1140px;
    }
}

@media screen and (min-width: 1400px) {
    .rtcl .rtcl-wrapper {
        max-width: 1320px;
    }
}

.rtcl.post-type-archive-rtcl_listing .rtcl-wrapper>#primary {
    order: initial;
}

.rtcl.post-type-archive-rtcl_listing.sidebar-in-left .rtcl-wrapper>#primary {
    order: 2;
}

.banner-search {
    padding: 50px 0;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 15% 80%;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-end;
    gap: 20px;
}

@media (max-width: 991.98px) {
    .banner-search .cl-classified-listing-search .rtcl-widget-search-form {
        flex-wrap: wrap;
    }
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form>div {
    flex: 1 1 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    margin: 0;
}

@media (max-width: 991.98px) {
    .banner-search .cl-classified-listing-search .rtcl-widget-search-form>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
}

@media screen and (max-width: 575px) {
    .banner-search .cl-classified-listing-search .rtcl-widget-search-form>div {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-btn-holder {
    max-width: 135px;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-input-item label {
    color: #797f89;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-input-item .rtcl-search-input-button .rtcl-icon-spinner {
    position: absolute;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-input-item .rtcl-search-input-button.rtcl-search-input-type .cl-classified-listing-search-dropdown .dropdown-toggle {
    background-color: #ffffff;
    color: #797f89;
    border-radius: 5px;
    box-shadow: 0 2px 8px #e4e4e4;
    border: none;
    padding: 14px 20px;
    width: 100%;
    text-align: left;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-input-item .rtcl-search-input-button.rtcl-search-input-type .cl-classified-listing-search-dropdown .dropdown-toggle:after {
    content: none;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-input-item .rtcl-search-input-button.rtcl-search-input-type .cl-classified-listing-search-dropdown .dropdown-menu {
    width: 100%;
    border-color: #e7e7e7;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-input-item .rtcl-search-input-button.rtcl-search-input-type .cl-classified-listing-search-dropdown .dropdown-menu .dropdown-item {
    color: #797f89;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-input-item .rtcl-search-input-button.rtcl-search-input-type .cl-classified-listing-search-dropdown .dropdown-menu .dropdown-item:hover,
.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-input-item .rtcl-search-input-button.rtcl-search-input-type .cl-classified-listing-search-dropdown .dropdown-menu .dropdown-item:active,
.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-input-item .rtcl-search-input-button.rtcl-search-input-type .cl-classified-listing-search-dropdown .dropdown-menu .dropdown-item:focus {
    background: var(--rtcl-primary-color);
    color: #ffffff;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-input-item .rtcl-search-input-button select,
.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-input-item .rtcl-search-input-button input {
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 8px #e4e4e4;
    width: 100%;
    height: auto;
    outline: none;
    border: none;
    margin: 0;
    line-height: 24px;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-input-item .rtcl-search-input-button .cl-input-icon {
    margin-right: 8px;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-search-btn {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
    border: 0;
    padding: 15px 28px;
    border-radius: 5px;
    font-weight: 600;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-search-btn:hover {
    background-color: var(--rtcl-secondary-color);
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form .rtin-search-btn i {
    margin-left: 8px;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form.rtin-style-standard .rtcl-location-search,
.banner-search .cl-classified-listing-search .rtcl-widget-search-form.rtin-style-standard .rtcl-category-search {
    cursor: pointer;
}

.banner-search .cl-classified-listing-search .rtcl-widget-search-form.rtin-style-popup .rtcl-search-input-location,
.banner-search .cl-classified-listing-search .rtcl-widget-search-form.rtin-style-popup .rtcl-search-input-category {
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 8px #e4e4e4;
}

.banner-search+.breadcrumbs-area {
    margin-top: 20px;
}

.rtcl-sidebar-wrapper>div {
    margin-bottom: 30px;
    border-radius: 8px;
    border: none;
    padding: 0;
    background-color: #ffffff;
    color: #797f89;
}

.rtcl-sidebar-wrapper>div:last-child {
    margin-bottom: 0;
}

.rtcl-sidebar-wrapper .rtcl-widget-heading h3 {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 8px 8px 0 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.rtcl-sidebar-wrapper .rtcl-widget-heading h3:after {
    content: none;
}

.rtcl-sidebar-wrapper .rtcl-widget-heading+div,
.rtcl-sidebar-wrapper .rtcl-widget-heading+ul {
    padding: 22px 25px;
}

.rtcl-sidebar-wrapper .rtcl-widget-filter-class .panel-block {
    padding: 25px;
}

.rtcl-sidebar-wrapper .rtcl-widget-filter-class .panel-block .ui-accordion-item .ui-accordion-title {
    font-weight: 700;
    color: #212529;
    border-color: #e7e7e7;
}

.rtcl-sidebar-wrapper .rtcl-widget-filter-class .panel-block .ui-accordion-item .ui-accordion-title .ui-accordion-icon {
    background-color: var(--rtcl-lite-primary-color);
    border: 1px solid var(--rtcl-primary-color);
    color: var(--rtcl-primary-color);
    border-radius: 50%;
}

.rtcl-sidebar-wrapper .rtcl-widget-filter-class .panel-block .ui-accordion-item .ui-accordion-title .ui-accordion-icon:before {
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    transform: translateY(3px);
}

.rtcl-sidebar-wrapper .rtcl-widget-filter-class .panel-block .ui-accordion-item .ui-accordion-title:hover {
    text-decoration: none;
}

.rtcl-sidebar-wrapper .rtcl-widget-filter-class .panel-block ul li.has-sub .arrow .rtcl-icon {
    color: #b0b0b0;
    font-size: 10px;
}

.rtcl-sidebar-wrapper .rtcl-widget-filter-class .panel-block ul li:before {
    content: none;
}

.rtcl-sidebar-wrapper .rtcl-widget-filter-class .panel-block ul li.is-opener span i {
    color: var(--rtcl-primary-color);
}

.rtcl-sidebar-wrapper .rtcl-widget-filter-class .ui-buttons .rtcl-filter-btn {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid var(--rtcl-primary-color);
    display: inline-block;
    transition: all 0.3s;
}

.rtcl-sidebar-wrapper .rtcl-widget-filter-class .ui-buttons .rtcl-filter-btn:hover {
    background-color: transparent;
    color: #000000;
}

.rtcl-sidebar-wrapper .rtcl-category-list li img {
    max-width: 15px;
    max-height: 15px;
    margin-right: 10px;
}

.rtcl-sidebar-wrapper .rtcl-category-list li .rtcl-category-list {
    margin-left: 10px;
}

.rtcl .rtcl-wrapper .listing-sidebar {
    margin-bottom: 25px;
}

.rtcl .rtcl-wrapper .listing-sidebar .rtcl-price-wrap {
    margin-bottom: 25px;
}

.rtcl .rtcl-wrapper .listing-sidebar .rtcl-price-wrap .rtcl-price {
    position: relative;
    align-items: center;
    background-color: var(--rtcl-primary-color);
    font-size: 26px;
    color: #ffffff;
    margin-left: 27px;
    font-weight: 700;
    height: 58px;
    padding: 14px 24px 14px 24px;
    border-radius: 0 8px 8px 0;
    transition: all 0.2s ease-in;
}

.rtcl .rtcl-wrapper .listing-sidebar .rtcl-price-wrap .rtcl-price .rtcl-price-meta {
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
    margin-top: 0;
}

.rtcl .rtcl-wrapper .listing-sidebar .rtcl-price-wrap .rtcl-price:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: -21px;
    transform: translateY(-50%) rotate(-45deg);
    height: 41px;
    width: 41px;
    border-radius: 8px 0 0 0;
    background-color: var(--rtcl-primary-color);
    transition: all 0.2s ease-in;
    z-index: -1;
}

.rtcl .rtcl-wrapper .listing-sidebar .rtcl-listing-user-info {
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 8px;
    padding: 20px 25px;
}

.rtcl .rtcl-wrapper .listing-sidebar .rtcl-listing-user-info .rtcl-listing-side-title {
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

.rtcl .rtcl-wrapper .listing-sidebar .rtcl-listing-user-info .rtcl-listing-side-title h3 {
    font-weight: 700;
}

.rtcl .rtcl-wrapper .listing-sidebar .rtcl-listing-user-info .list-group {
    padding: 0;
}

.rtcl .rtcl-wrapper .listing-sidebar .rtcl-listing-user-info.contact-form {
    padding: 0;
    border: none;
    box-shadow: none;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item {
    color: #797f89;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 10px;
    font-size: 16px;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item .media {
    display: inline-flex;
    width: 100%;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item .media .rtcl-icon {
    display: none;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item .media-body {
    flex: 1;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item .media-body>span {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item .numbers {
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 4px;
    display: block;
    padding: 10px 16px;
    background-color: #ffffff;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item .numbers a {
    color: inherit;
    display: block;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item .numbers:hover {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtin-author {
    margin-bottom: 15px;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtin-author>img {
    margin-right: 12px;
    border-radius: 50%;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtin-author .rtin-name {
    flex: 1;
    color: #797f89;
    font-size: 16px;
    margin-bottom: 0;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.reveal-phone .media .rtcl-icon {
    display: none;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-do-email .media-body {
    display: inline-block;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-do-email .media-body .rtcl-do-email-link {
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 4px;
    display: block;
    padding: 10px 16px;
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-do-email .media-body .rtcl-do-email-link:before {
    content: '\f0e0';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: #ffffff;
    margin-right: 5px;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-do-email .media-body .rtcl-do-email-link span {
    font-weight: 400;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-do-email .media-body .rtcl-do-email-link:hover {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-do-email .media-body .rtcl-do-email-link:hover:before {
    color: #ffffff;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-do-email #rtcl-contact-form {
    padding: 25px;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-do-email #rtcl-contact-form .form-group {
    margin-bottom: 10px;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-do-email #rtcl-contact-form .form-group #rtcl-contact-message {
    height: auto;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-do-email #rtcl-contact-form .btn {
    background-color: var(--rtcl-primary-color);
    border: none;
    padding: 12px 15px;
    line-height: 1;
    border-radius: 5px;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-do-email #rtcl-contact-form .btn:hover {
    background-color: var(--rtcl-secondary-color);
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-contact-seller .rtcl-chat-link,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-contact-seller .rtcl-website-link,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-website .rtcl-chat-link,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-website .rtcl-website-link {
    color: #797f89;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 4px;
    display: block;
    padding: 10px 16px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-contact-seller .rtcl-chat-link .rtcl-icon,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-contact-seller .rtcl-website-link .rtcl-icon,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-website .rtcl-chat-link .rtcl-icon,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-website .rtcl-website-link .rtcl-icon {
    color: var(--rtcl-primary-color);
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-contact-seller .rtcl-chat-link:hover,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-contact-seller .rtcl-website-link:hover,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-website .rtcl-chat-link:hover,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-website .rtcl-website-link:hover {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
    border-color: var(--rtcl-primary-color);
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-contact-seller .rtcl-chat-link:hover .rtcl-icon,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-contact-seller .rtcl-website-link:hover .rtcl-icon,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-website .rtcl-chat-link:hover .rtcl-icon,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-website .rtcl-website-link:hover .rtcl-icon {
    color: #ffffff;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-contact-seller .rtcl-website-link:before,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-website .rtcl-website-link:before {
    content: '\f0c1';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: var(--rtcl-primary-color);
    margin-right: 5px;
}

.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-contact-seller .rtcl-website-link:hover:before,
.rtcl .rtcl-wrapper .listing-sidebar .list-group-item.rtcl-website .rtcl-website-link:hover:before {
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .rtcl .rtcl-wrapper .listing-sidebar+.rtcl-sidebar-wrapper {
        display: block;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.rtcl .rtcl-notices-wrapper {
    margin: 0;
}

.rtcl .rtcl-listings-actions .rtcl-result-count {
    font-family: "Nunito", sans-serif;
    color: #212529;
}

.rtcl .rtcl-listings-actions .rtcl-ordering {
    margin-right: 0;
}

.rtcl .rtcl-listings-actions .rtcl-ordering .orderby {
    color: #afb3b8;
    background-color: #ffffff;
    box-shadow: none;
    border: 1px solid #D0D0D0;
    height: 40px;
    border-radius: 5px;
}

.rtcl .rtcl-listings-actions .rtcl-view-switcher {
    margin-left: 15px;
}

.rtcl .rtcl-listings-actions .rtcl-view-switcher .rtcl-view-trigger {
    border: 1px solid #d0d0d0;
    color: #797f89;
    border-radius: 4px;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 36px;
    text-align: center;
}

.rtcl .rtcl-listings-actions .rtcl-view-switcher .rtcl-view-trigger.active {
    background-color: var(--rtcl-primary-color);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(var(--rtcl-primary-color), 0.5);
}

.rtcl .rtcl-listings-actions .rtcl-view-switcher .rtcl-view-trigger:last-child {
    margin-left: 5px;
}

.rtcl .rtcl-listings .rtcl-listing-item {
    margin-bottom: 20px;
}

.rtcl .rtcl-listings .rtcl-listing-item .listing-thumb .listing-thumb-inner {
    overflow: hidden;
}

.rtcl .rtcl-listings .rtcl-listing-item .listing-thumb .listing-thumb-inner .rtcl-thumbnail {
    transition: all 0.3s ease-in-out;
}

.rtcl .rtcl-listings .rtcl-listing-item .listing-thumb .listing-thumb-inner .listing-category {
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height: 1;
    padding: 0;
}

.rtcl .rtcl-listings .rtcl-listing-item .listing-thumb .listing-thumb-inner .listing-category .listing-categories {
    font-size: 14px;
    line-height: 1;
    color: #222222;
    padding: 7px 10px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 2px 0 0 rgba(212, 222, 217, 0);
}

.rtcl .rtcl-listings .rtcl-listing-item .listing-thumb .listing-thumb-inner .listing-category .listing-categories:hover {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
}

.rtcl .rtcl-listings .rtcl-listing-item .listing-thumb .listing-thumb-inner .rtcl-meta-buttons {
    display: flex;
    gap: 6px;
}

.rtcl .rtcl-listings .rtcl-listing-item .listing-thumb .listing-thumb-inner .rtcl-meta-buttons .rtcl-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #797f89;
    background-color: #ffffff;
}

.rtcl .rtcl-listings .rtcl-listing-item .listing-thumb .listing-thumb-inner .rtcl-meta-buttons .rtcl-btn:hover {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
}

.rtcl .rtcl-listings .rtcl-listing-item .listing-thumb .listing-thumb-inner .rtcl-meta-buttons .rtcl-btn a {
    color: inherit;
}

.rtcl .rtcl-listings .rtcl-listing-item .item-content .listing-categories {
    display: inline-block;
    border-radius: 30px;
    border: 1px solid var(--rtcl-lite-primary-color);
    padding: 2px 9px;
    color: var(--rtcl-primary-color);
    font-size: 13px;
    line-height: 1.3;
}

.rtcl .rtcl-listings .rtcl-listing-item .item-content .listing-categories:hover {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
}

.rtcl .rtcl-listings .rtcl-listing-item .item-content .rtcl-listing-badge-wrap .badge {
    border-radius: 4px;
}

.rtcl .rtcl-listings .rtcl-listing-item .item-content .rtcl-listing-title {
    line-height: 1.5;
}

.rtcl .rtcl-listings .rtcl-listing-item .item-content .rtcl-listing-title a {
    color: #000000;
}

.rtcl .rtcl-listings .rtcl-listing-item .item-content .rtcl-listing-title a:hover {
    color: var(--rtcl-primary-color);
}

.rtcl .rtcl-listings .rtcl-listing-item .item-content .rtcl-listable .rtcl-listable-item {
    color: #797f89;
}

.rtcl .rtcl-listings .rtcl-listing-item .item-content .rtcl-listing-meta-data {
    color: #797f89;
}

.rtcl .rtcl-listings .rtcl-listing-item .item-content .rtcl-listing-meta-data li {
    margin-bottom: 8px;
}

.rtcl .rtcl-listings .rtcl-listing-item .item-content .rtcl-listing-meta-data li i,
.rtcl .rtcl-listings .rtcl-listing-item .item-content .rtcl-listing-meta-data li svg {
    margin-right: 5px;
}

.rtcl .rtcl-listings .rtcl-listing-item .item-content .rtcl-price-wrap .price-type-on_call .rtcl-price-meta {
    font-weight: 600;
}

.rtcl .rtcl-listings .rtcl-listing-item.is-featured {
    background-color: #ffffff;
    margin-bottom: 20px;
}

.rtcl .rtcl-listings .rtcl-listing-item.as-top {
    background-color: var(--rtcl-top-bg-color);
    border: none;
}

.rtcl .rtcl-grid-view {
    grid-row-gap: 0;
}

@media screen and (max-width: 1199.98px) {
    .rtcl .rtcl-grid-view.columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .rtcl .rtcl-grid-view.columns-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.rtcl .rtcl-grid-view .rtcl-listing-item {
    border: none;
    border-radius: 8px;
}

.rtcl .rtcl-grid-view .rtcl-listing-item .listing-thumb .listing-thumb-inner {
    overflow: hidden;
}

.rtcl .rtcl-grid-view .rtcl-listing-item .listing-thumb .listing-thumb-inner .rtcl-thumbnail {
    transition: all 0.3s ease-in-out;
    border-radius: 8px 8px 0 0;
}

.rtcl .rtcl-grid-view .rtcl-listing-item .listing-thumb .listing-thumb-inner .rtcl-meta-buttons {
    left: auto;
    bottom: auto;
    top: 20px;
    right: 15px;
    justify-content: right;
}

.rtcl .rtcl-grid-view .rtcl-listing-item .listing-thumb .listing-thumb-inner .listing-category {
    left: 25px;
}

.rtcl .rtcl-grid-view .rtcl-listing-item .item-content {
    padding: 15px 25px 20px;
}

.rtcl .rtcl-grid-view .rtcl-listing-item .item-content .rtcl-price-wrap {
    margin-top: 5px;
}

.rtcl .rtcl-grid-view .rtcl-listing-item .item-content .rtcl-price-wrap .rtcl-price {
    font-size: 20px;
    color: var(--rtcl-primary-color);
}

.rtcl .rtcl-grid-view .rtcl-listing-item .item-content .rtcl-price-wrap .rtcl-price .rtcl-price-meta {
    font-size: 14px;
    color: #797f89;
    margin-top: 0;
    align-items: center;
}

.rtcl .rtcl-grid-view .rtcl-listing-item .item-content .rtcl-price-wrap .rtcl-price .rtcl-price-meta .rtcl-on_call {
    font-size: 20px !important;
    color: var(--rtcl-primary-color);
    font-weight: 600;
}

.rtcl .rtcl-grid-view .rtcl-listing-item:hover .listing-thumb .listing-thumb-inner .rtcl-thumbnail {
    transform: scale(1.1);
}

.rtcl .rtcl-list-view .rtcl-listing-item {
    gap: 20px;
    padding: 15px 20px 15px 15px;
    border-radius: 8px;
}

@media screen and (min-width: 992px) {
    .rtcl .rtcl-list-view .rtcl-listing-item {
        align-items: center;
    }
}

.rtcl .rtcl-list-view .rtcl-listing-item .listing-thumb .listing-thumb-inner .rtcl-thumbnail {
    border-radius: 8px;
}

@media screen and (min-width: 768px) {
    .rtcl .rtcl-list-view .rtcl-listing-item .listing-thumb {
        flex: 0 0 33%;
        max-width: 33%;
    }
}

.rtcl .rtcl-list-view .rtcl-listing-item .item-content {
    padding: 0;
}

.rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price {
        flex-wrap: wrap;
    }
}

.rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price .rtcl-price-wrap {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price .rtcl-price-wrap {
        margin-left: initial;
    }
}

.rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price .rtcl-price-wrap .rtcl-price {
    font-size: 22px;
    color: var(--rtcl-primary-color);
}

.rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price .listing-meta-action {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price .listing-meta-action .rtcl-btn a,
.rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price .listing-meta-action .rtcl-btn i {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: var(--rtcl-lite-primary-color);
    color: var(--rtcl-primary-color);
}

.rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price .listing-meta-action .rtcl-btn a .rtcl-icon,
.rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price .listing-meta-action .rtcl-btn i .rtcl-icon {
    color: inherit;
}

.rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price .listing-meta-action .rtcl-btn a:hover,
.rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price .listing-meta-action .rtcl-btn i:hover {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
}

.rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price .listing-meta-action .rtcl-require-login .favourite-label,
.rtcl .rtcl-list-view .rtcl-listing-item .item-content .listing-action-price .listing-meta-action .rtcl-favourites .favourite-label {
    display: none;
}

.rtcl .rtcl-list-view .rtcl-listing-item .item-content .rtcl-listing-meta-data li {
    margin-right: 15px;
}

.rtcl .rtcl-list-view .rtcl-listing-item.as-top .item-content .listing-action-price {
    border-color: #d3d6d7;
}

.rtcl .rtcl-related-listing {
    background: transparent;
    box-shadow: none;
    margin: 30px 0 0 !important;
    border: none;
}

.rtcl .rtcl-related-listing .rtcl-related-title {
    border: none;
    padding: 0;
    margin-bottom: 25px;
}

.rtcl .rtcl-related-listing .rtcl-related-title h2 {
    font-size: 24px;
    margin-bottom: 0;
}

.rtcl .rtcl-related-listing .rtcl-related-listings {
    padding: 0;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .rtcl-listing-item {
    padding: 0;
    border-radius: 8px;
    margin-bottom: 0;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .rtcl-listing-item .related-item-inner {
    border: none;
    border-radius: 8px;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .rtcl-listing-item .related-item-inner .listing-thumb {
    overflow: hidden;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .rtcl-listing-item .related-item-inner .listing-thumb .rtcl-thumbnail {
    border-radius: 8px 8px 0 0;
    transition: all 0.3s ease-in-out;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .rtcl-listing-item .related-item-inner .item-content {
    padding: 20px 25px 20px;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .rtcl-listing-item .related-item-inner .item-content .listing-title {
    margin-bottom: 10px;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .rtcl-listing-item .related-item-inner .item-content .listing-title a {
    color: #000000;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .rtcl-listing-item .related-item-inner .item-content .listing-title a:hover {
    color: var(--rtcl-primary-color);
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .rtcl-listing-item .related-item-inner .item-content .listing-price {
    margin-top: 10px;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .rtcl-listing-item .related-item-inner .item-content .listing-price .rtcl-price {
    font-size: 20px;
    color: var(--rtcl-primary-color);
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .rtcl-listing-item .related-item-inner .item-content .listing-price .rtcl-price .rtcl-price-meta {
    font-size: 14px;
    color: #797f89;
    margin-top: 0;
    align-items: center;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .rtcl-listing-item .related-item-inner .item-content .listing-price .rtcl-price .rtcl-price-meta .rtcl-on_call {
    font-size: 20px !important;
    color: var(--rtcl-primary-color);
    font-weight: 600;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .rtcl-listing-item:hover .listing-thumb .rtcl-thumbnail {
    transform: scale(1.1);
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .swiper-button-next,
.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .swiper-button-prev {
    background: var(--rtcl-primary-color);
    color: #ffffff;
    width: 36px;
    height: 36px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .swiper-button-next:after,
.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .swiper-button-prev {
    left: 0;
}

.rtcl .rtcl-related-listing .rtcl-related-listings .rtcl-related-slider .swiper-button-next {
    right: 0;
}

.rtcl .rtcl-related-listing:hover .rtcl-related-listings .rtcl-related-slider .swiper-button-next,
.rtcl .rtcl-related-listing:hover .rtcl-related-listings .rtcl-related-slider .swiper-button-prev {
    visibility: visible;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-row .rtcl-qv-gallery .rtcl-slider-wrapper {
    padding: 10px;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-row .rtcl-qv-summary {
    padding: 0 15px 15px;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-row .rtcl-qv-summary .rtcl-qv-title {
    font-size: 20px;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-row .rtcl-qv-summary .rtcl-qv-title a {
    color: #000000;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-row .rtcl-qv-summary .rtcl-qv-title a:hover {
    color: var(--rtcl-primary-color);
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-row .rtcl-qv-summary .custom-field-properties {
    margin-top: 10px;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-row .rtcl-qv-summary .custom-field-properties .cfp-label {
    font-size: 90%;
    font-weight: 700;
}

#rtcl-compare-wrap #rtcl-compare-panel-btn {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    width: 40px;
    left: -20px;
}

#rtcl-compare-wrap #rtcl-compare-panel-btn .rtcl-compare-listing-count {
    background: var(--rtcl-secondary-color);
}

#rtcl-compare-wrap h5.rtcl-compare-wrap-title {
    font-size: 18px;
    font-weight: 700;
}

#rtcl-compare-wrap .rtcl-compare-item h4.rtcl-compare-item-title {
    font-size: 18px;
    font-weight: 400;
}

#rtcl-compare-wrap .rtcl-compare-item h4.rtcl-compare-item-title a {
    color: #000000;
}

#rtcl-compare-wrap .rtcl-compare-item h4.rtcl-compare-item-title a:hover {
    color: var(--rtcl-primary-color);
}

#rtcl-compare-wrap #rtcl-compare-btn-wrap a.rtcl-compare-btn {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
    border: 1px solid var(--rtcl-primary-color);
}

#rtcl-compare-wrap #rtcl-compare-btn-wrap a.rtcl-compare-btn:hover {
    background-color: var(--rtcl-secondary-color);
    border-color: var(--rtcl-secondary-color);
}

.rtcl-compare-table {
    table-layout: fixed;
}

.rtcl-compare-table thead th {
    border-bottom: none;
}

.rtcl nav.rtcl-pagination {
    margin-top: 40px;
}

.rtcl nav.rtcl-pagination ul li {
    margin-right: 10px;
    border: none;
    border-radius: 0;
}

.rtcl nav.rtcl-pagination ul li .page-numbers {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    text-decoration: none;
    color: var(--rtcl-primary-color);
    background-color: #ffffff;
    transition: all 0.3s;
}

.rtcl nav.rtcl-pagination ul li .page-numbers:hover {
    color: #ffffff;
    border: 1px solid transparent;
    background-color: var(--rtcl-primary-color);
}

.rtcl nav.rtcl-pagination ul li .page-numbers.current {
    color: #ffffff;
    border: 1px solid transparent;
    background-color: var(--rtcl-primary-color);
}

/*-------------------------------------
#. Gallery
---------------------------------------*/
.rtcl-slider-wrapper {
    margin-bottom: 30px !important;
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 20px #f0f0f0;
}

.rtcl-slider-wrapper .swiper-button-next,
.rtcl-slider-wrapper .swiper-button-prev {
    background: var(--rtcl-primary-color);
    color: #ffffff;
    width: 36px;
    height: 36px;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.rtcl-slider-wrapper .swiper-button-next:after,
.rtcl-slider-wrapper .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.rtcl-slider-wrapper .swiper-button-prev {
    left: 0;
}

.rtcl-slider-wrapper .swiper-button-next {
    right: 0;
}

.rtcl-slider-wrapper .rtcl-slider.swiper-horizontal:hover .swiper-button-next,
.rtcl-slider-wrapper .rtcl-slider.swiper-horizontal:hover .swiper-button-prev {
    visibility: visible;
}

/*-------------------------------------
#. Content
---------------------------------------*/
.rtcl-single-listing-details {
    border: none;
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 20px #f0f0f0;
}

.rtcl-single-listing-details .rtcl-listing-title {
    padding: 0;
    margin: 0;
    border: none;
}

.rtcl-single-listing-details .rtcl-listing-title .entry-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.rtcl-single-listing-details .rtcl-listing-meta {
    padding: 0;
    margin: 0;
}

.rtcl-single-listing-details .rtcl-listing-meta .rtcl-listing-meta-data {
    font-size: 16px;
}

.rtcl-single-listing-details .rtcl-listing-meta .rtcl-listing-meta-data li {
    color: #797f89;
    margin-right: 15px;
}

.rtcl-single-listing-details .rtcl-listing-meta .rtcl-listing-meta-data li svg,
.rtcl-single-listing-details .rtcl-listing-meta .rtcl-listing-meta-data li i {
    margin-right: 6px;
}

.rtcl-single-listing-details .rtcl-main-content-wrapper {
    position: relative;
    margin: 15px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #e7e7e7;
}

.rtcl-single-listing-details .rtcl-main-content-wrapper:before {
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    width: 40px;
    top: -3px;
    background-color: var(--rtcl-primary-color);
}

.rtcl-single-listing-details .rtcl-single-custom-fields {
    margin-top: 25px;
}

.rtcl-single-listing-details .rtcl-single-custom-fields .custom-field-properties {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.rtcl-single-listing-details .rtcl-single-custom-fields .custom-field-properties .list-group-item {
    color: #797f89;
    border: none;
    padding: 6px 0;
}

.rtcl-single-listing-details .rtcl-single-custom-fields .custom-field-properties .list-group-item .cfp-label {
    color: #000000;
    font-weight: 700;
}

/*-------------------------------------
#. Social Share Modal
---------------------------------------*/
.rtcl-single-actions {
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 20px;
}

.rtcl-single-actions .rtcl-single-listing-action {
    flex-direction: row;
    margin: 0;
}

.rtcl-single-actions .rtcl-single-listing-action .list-group-item {
    padding: 0;
    border: none;
    margin-right: 15px;
}

.rtcl-single-actions .rtcl-single-listing-action .list-group-item a {
    display: inline-block;
    background: none;
    border: 1px solid #e7e7e7;
    color: #797f89;
    text-align: center;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 50%;
    padding: 0;
    line-height: 36px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.rtcl-single-actions .rtcl-single-listing-action .list-group-item a:hover {
    background-color: var(--rtcl-primary-color);
    border-color: var(--rtcl-primary-color);
    color: #ffffff;
}

.rtcl-single-actions .rtcl-single-listing-action .list-group-item a .rtcl-icon {
    color: inherit;
}

.rtcl-single-actions .rtcl-single-listing-action .list-group-item .favourite-label {
    display: none;
}

.rtcl-single-actions .rtcl-single-listing-action .list-group-item.social-share-list button {
    background: none;
    border: 1px solid #e7e7e7;
    color: #797f89;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 50%;
    padding: 0;
    line-height: 1;
    width: 40px;
    height: 40px;
}

.rtcl-single-actions .rtcl-single-listing-action .list-group-item.social-share-list button svg {
    color: inherit;
}

.rtcl-social-share-modal .modal-header button.close {
    width: 20px;
    height: 20px;
    background: var(--rtcl-primary-color);
    color: #ffffff;
    line-height: 1;
    border-radius: 2px;
    font-size: 16px;
}

.rtcl-social-share-modal .modal-body .modal-title {
    text-align: center;
}

.rtcl-social-share-modal .modal-body .share-icon {
    display: flex;
}

.rtcl-social-share-modal .modal-body .share-icon a {
    color: #ffffff;
    margin: 0 10px 0 0;
    padding: 0;
    border: none;
    font-size: 18px;
    border-radius: 4px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
}

.rtcl-social-share-modal .modal-body .share-icon a .rtcl-icon {
    color: inherit;
}

.rtcl-social-share-modal .modal-body .share-icon a.facebook {
    background-color: #1877F2;
}

.rtcl-social-share-modal .modal-body .share-icon a.facebook:hover {
    background-color: #035ACC;
}

.rtcl-social-share-modal .modal-body .share-icon a.twitter {
    background-color: #1DA1F2;
}

.rtcl-social-share-modal .modal-body .share-icon a.twitter:hover {
    background-color: #0075BC;
}

.rtcl-social-share-modal .modal-body .share-icon a.linkedin {
    background-color: #0077b5;
}

.rtcl-social-share-modal .modal-body .share-icon a.linkedin:hover {
    background-color: #00527C;
}

.rtcl-social-share-modal .modal-body .share-icon a.whatsapp {
    background-color: #1CB39B;
}

.rtcl-social-share-modal .modal-body .share-icon a.whatsapp:hover {
    background-color: #19a08b;
}

.rtcl-social-share-modal .modal-body .share-icon a.telegram {
    background-color: #0088cc;
}

.rtcl-social-share-modal .modal-body .share-icon a.telegram:hover {
    background-color: #076a9d;
}

.rtcl-social-share-modal .modal-body .share-icon a.pinterest {
    background-color: #e60023;
}

.rtcl-social-share-modal .modal-body .share-icon a.pinterest:hover {
    background-color: #C90523;
}

/*-------------------------------------
#. Map
---------------------------------------*/
.classified-single-map .main-content .main-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 25px;
}

.classified-single-map .main-content .rtcl-map {
    margin: 0;
}

/*-------------------------------------
#. Business Hour
---------------------------------------*/
.classified-single-business-hour .main-content .main-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}

.classified-single-business-hour .main-content .rtclbh-block {
    padding: 0;
    margin: 0;
    border: none;
}

.classified-single-business-hour .main-content .rtclbh-block .rtclbh {
    border-color: #e7e7e7;
}

.classified-single-business-hour .main-content .rtclbh-block .rtclbh th,
.classified-single-business-hour .main-content .rtclbh-block .rtclbh td {
    border-color: #e7e7e7;
}

/*-------------------------------------
#. Social Profile
---------------------------------------*/
.rtcl-social-profile-wrap {
    margin: 10px 0 0;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
    border-radius: 4px;
}

.rtcl-social-profile-wrap .rtcl-social-profile-label {
    font-size: 15px;
    font-weight: 600;
}

.rtcl-social-profile-wrap .rtcl-social-profiles a {
    color: #797f89;
}

.rtcl-social-profile-wrap .rtcl-social-profiles a i {
    color: inherit;
}

.rtcl-social-profile-wrap .rtcl-social-profiles a:hover {
    color: var(--rtcl-primary-color);
}

.rtcl .rtcl-Reviews.rtcl {
    margin-top: 30px;
    background: transparent;
    border: none;
    padding: 0;
}

.rtcl .rtcl-Reviews.rtcl #comments {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 20px #f0f0f0;
}

.rtcl .rtcl-Reviews.rtcl #comments .rtcl-reviews-meta {
    margin-bottom: 25px;
}

.rtcl .rtcl-Reviews.rtcl #comments .rtcl-reviews-meta .rtcl-single-listing-section-title {
    margin-bottom: 0;
}

.rtcl .rtcl-Reviews.rtcl #comments .rtcl-reviews-meta .reviews-rating .star-rating {
    margin-left: 0 !important;
}

.rtcl .rtcl-Reviews.rtcl #comments .rtcl-reviews-meta .listing-meta {
    align-items: center;
    margin-left: auto;
}

.rtcl .rtcl-Reviews.rtcl #comments .rtcl-reviews-meta .listing-meta .listing-meta-rating {
    border: none;
    border-right: 1px solid var(--rtcl-primary-color);
    color: #797f89;
    padding: 0 10px 0 0;
    border-radius: 0;
    margin-right: 10px;
}

.rtcl .rtcl-Reviews.rtcl #comments .rtcl-reviews-meta .rtcl-reviews-meta-action {
    display: none;
}

.rtcl .rtcl-Reviews.rtcl #comments .comment-list .comment {
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    border-bottom: 1px solid #e7e7e7;
}

.rtcl .rtcl-Reviews.rtcl #comments .comment-list .comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.rtcl .rtcl-Reviews.rtcl #comments .comment-list .comment .comment-wrap .imgholder {
    margin-right: 15px;
    margin-bottom: 10px;
}

.rtcl .rtcl-Reviews.rtcl #comments .comment-list .comment .comment-wrap .comments-body {
    display: flex;
}

.rtcl .rtcl-Reviews.rtcl #comments .comment-list .comment .comment-wrap .comments-body .rtcl-review-content {
    display: flex;
    flex-direction: column;
}

.rtcl .rtcl-Reviews.rtcl #comments .comment-list .comment .comment-wrap .comments-body .rtcl-review-content .media-author {
    font-size: 14px;
}

.rtcl .rtcl-Reviews.rtcl #comments .comment-list .comment .comment-wrap .comments-body .rtcl-review-content .media-author .rtcl-review-author {
    position: relative;
    padding-right: 8px;
    margin-right: 6px;
}

.rtcl .rtcl-Reviews.rtcl #comments .comment-list .comment .comment-wrap .comments-body .rtcl-review-content .media-author .rtcl-review-author:before {
    content: '/';
    position: absolute;
    right: 0;
}

.rtcl .rtcl-Reviews.rtcl #comments .comment-list .comment .comment-wrap .comments-body .rtcl-review-content .rtcl-review__title {
    order: -1;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.rtcl .rtcl-Reviews.rtcl #comments .comment-list .comment .comment-wrap .comments-body .rtcl-review-content .description {
    margin-top: 5px;
}

.rtcl .rtcl-Reviews.rtcl #comments .comment-list .comment .comment-wrap .comments-body .rtcl-review-content .description p {
    margin-bottom: 0;
}

.rtcl .rtcl-Reviews.rtcl #comments .comment-list .comment .comment-wrap .comments-body .rtcl-review-rating {
    margin-left: auto;
}

.rtcl .rtcl-Reviews.rtcl #review-form-wrapper {
    margin-top: 30px;
}

.rtcl .rtcl-Reviews.rtcl #review-form-wrapper #review-form {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 0 20px #f0f0f0;
}

.rtcl .rtcl-Reviews.rtcl #review-form-wrapper #review-form #respond .comment-reply-title {
    line-height: 1;
    margin-bottom: 25px;
}

.rtcl .rtcl-Reviews.rtcl #review-form-wrapper #review-form #respond .comment-form .form-submit {
    margin-bottom: 0;
}

.rtcl .rtcl-Reviews.rtcl #review-form-wrapper #review-form #respond .comment-form .comment-form-cookies-consent label {
    display: inline-block;
    margin-bottom: 0;
}

.rtcl .rtcl-Reviews.rtcl #review-form-wrapper #review-form #respond .comment-form .btn {
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid var(--rtcl-primary-color);
    background-color: var(--rtcl-primary-color);
    display: inline-block;
    transition: all 0.3s;
}

.rtcl .rtcl-Reviews.rtcl #review-form-wrapper #review-form #respond .comment-form .btn:hover {
    color: var(--rtcl-primary-color);
    background-color: transparent;
    border: 1px solid var(--rtcl-primary-color);
}

.rtcl .rtcl-Reviews.rtcl #review-form-wrapper #review-form #respond .comment-form+.alert {
    margin-bottom: 0;
    margin-top: 10px;
}

/*-------------------------------------
#. My Account
---------------------------------------*/
/*-------- Login/Registration --------*/
.rtcl #rtcl-user-login-wrapper {
    background: transparent;
    padding: 0;
}

.rtcl #rtcl-user-login-wrapper a {
    color: var(--rtcl-primary-color);
}

.rtcl #rtcl-user-login-wrapper a:hover {
    color: var(--rtcl-secondary-color);
}

.rtcl #rtcl-lost-password-form .form-group,
.rtcl .rtcl-registration-form-wrap .form-group,
.rtcl .rtcl-login-form-wrap .form-group {
    margin-bottom: 15px;
}

.rtcl #rtcl-lost-password-form .form-group .control-label,
.rtcl .rtcl-registration-form-wrap .form-group .control-label,
.rtcl .rtcl-login-form-wrap .form-group .control-label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.rtcl #rtcl-lost-password-form .form-group .btn,
.rtcl .rtcl-registration-form-wrap .form-group .btn,
.rtcl .rtcl-login-form-wrap .form-group .btn {
    color: #ffffff !important;
    padding: 10px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3;
    border: 1px solid var(--rtcl-primary-color);
    background-color: var(--rtcl-primary-color);
    display: inline-block;
    transition: all 0.3s;
}

.rtcl #rtcl-lost-password-form .form-group .btn:hover,
.rtcl .rtcl-registration-form-wrap .form-group .btn:hover,
.rtcl .rtcl-login-form-wrap .form-group .btn:hover {
    background-color: var(--rtcl-secondary-color);
    border: 1px solid var(--rtcl-secondary-color);
}

.rtcl-page-registration .site-content-block .main-content,
.rtcl-page-login .site-content-block .main-content {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.rtcl-page-registration .site-content-block .main-content .rtcl-registration-form-wrap,
.rtcl-page-registration .site-content-block .main-content .rtcl-login-form-wrap,
.rtcl-page-login .site-content-block .main-content .rtcl-registration-form-wrap,
.rtcl-page-login .site-content-block .main-content .rtcl-login-form-wrap {
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 0 20px #f0f0f0;
}

.rtcl-page-registration .site-content-block .main-content .rtcl-registration-form-wrap>h2,
.rtcl-page-registration .site-content-block .main-content .rtcl-login-form-wrap>h2,
.rtcl-page-login .site-content-block .main-content .rtcl-registration-form-wrap>h2,
.rtcl-page-login .site-content-block .main-content .rtcl-login-form-wrap>h2 {
    font-size: 24px;
}

.rtcl-page-login #rtcl-lost-password-form {
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 0 20px #f0f0f0;
}

/*-------- Dashboard --------*/
.logged-in.rtcl-account .main-content {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.rtcl-account .site-content {
    background-color: transparent;
}

.rtcl-account .rtcl-MyAccount-wrap {
    background-color: transparent;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation {
    background: transparent;
    max-width: 240px;
    flex: 240px 0 0;
}

@media screen and (max-width: 767px) {
    .rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation {
        max-width: 100%;
        flex: 100% 0 0;
    }
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul {
    border-radius: 4px;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li {
    display: block;
    border: none;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li a {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li a:hover {
    background-color: var(--rtcl-secondary-color);
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active a {
    background-color: #ffffff;
    color: var(--rtcl-primary-color);
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content {
    background-color: #ffffff;
    flex: 1;
    border-radius: 8px;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content a {
    color: var(--rtcl-primary-color);
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content a:hover {
    color: var(--rtcl-secondary-color);
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-user-info {
    display: flex;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-user-info .rtcl-user-avatar {
    max-width: 100px;
    margin-right: 15px;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-EditAccountForm .form-group {
    margin-bottom: 20px;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-EditAccountForm .form-group label {
    color: #111111;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-EditAccountForm .form-group .form-control {
    color: #797f89;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-EditAccountForm .form-group .form-group label {
    margin-bottom: 6px;
    font-weight: 400;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-EditAccountForm .form-group .form-control-static {
    margin-bottom: 0;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-EditAccountForm .form-group .col-sm-offset-3 {
    margin-left: 25%;
}

@media screen and (max-width: 767px) {
    .rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-EditAccountForm .form-group .col-sm-offset-3 {
        margin-left: 0;
    }
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-EditAccountForm .form-group .btn {
    color: #ffffff !important;
    padding: 10px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3;
    border: 1px solid var(--rtcl-primary-color);
    background-color: var(--rtcl-primary-color);
    display: inline-block;
    transition: all 0.3s;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-EditAccountForm .form-group .btn:hover {
    background-color: var(--rtcl-secondary-color);
    border: 1px solid var(--rtcl-secondary-color);
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-EditAccountForm .rtcl-social-wrap-row .form-control:last-child {
    margin-bottom: 0;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .action-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px !important;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .action-wrap .btn {
    line-height: 1.2;
    padding: 10px 16px;
    margin-bottom: 0 !important;
    border-radius: 4px;
    box-shadow: none;
    outline: none;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .action-wrap .float-sm-left .form-control {
    display: inline-block;
    width: auto;
    margin-bottom: 0 !important;
    margin-right: 10px;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .action-wrap .float-sm-left .btn {
    color: #000000;
    border-color: var(--rtcl-primary-color);
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .action-wrap .float-sm-left .btn:hover {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .action-wrap .float-sm-right {
    margin-left: auto;
}

@media (max-width: 991.98px) {
    .rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .action-wrap .float-sm-right {
        margin: 20px 0 0;
    }
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .action-wrap .float-sm-right .btn {
    background-color: var(--rtcl-primary-color);
    border: 1px solid var(--rtcl-primary-color);
    color: #ffffff;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .action-wrap .float-sm-right .btn:hover {
    background-color: transparent;
    color: var(--rtcl-primary-color);
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .rtcl-listing-item {
    border-color: #e7e7e7;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .rtcl-listing-item .listing-thumb {
    max-width: 25%;
}

@media screen and (max-width: 767px) {
    .rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .rtcl-listing-item .listing-thumb {
        max-width: 100%;
    }
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .rtcl-listing-item .listing-details {
    padding: 0;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .rtcl-listing-item .item-content .listing-title a {
    color: #000000;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .rtcl-listing-item .item-content .listing-title a:hover {
    color: var(--rtcl-primary-color);
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .rtcl-listing-item .rtcl-actions .btn {
    color: #ffffff;
    border: none;
    line-height: 1;
    padding: 9px 13px;
    border-radius: 3px;
    background-color: var(--rtcl-primary-color);
    margin-right: 4px;
}

@media (max-width: 991.98px) {
    .rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .rtcl-listing-item .rtcl-actions .btn {
        margin-bottom: 8px;
    }
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .rtcl-listing-item .rtcl-actions .btn.rtcl-edit-listing {
    background-color: #ffc107;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .rtcl-listing-item .rtcl-actions .btn.rtcl-delete-listing {
    background-color: #ef6f68;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .rtcl-listing-item .rtcl-actions .btn.mark-as-sold {
    background-color: #90ccd5;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .rtcl-listing-item .rtcl-actions .btn:hover {
    background-color: var(--rtcl-secondary-color);
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content #rtcl-store-content-wrap .rtcl-store-settings .form-group {
    margin-bottom: 20px;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content #rtcl-store-content-wrap .rtcl-store-settings .form-group .form-control {
    color: #797f89;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content #rtcl-store-content-wrap .rtcl-store-settings .form-group textarea {
    height: auto;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content #rtcl-store-content-wrap .rtcl-store-settings .form-group label {
    color: #111111;
    margin-bottom: 6px;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content #rtcl-store-content-wrap .rtcl-store-settings .form-group .col-sm-offset-3 {
    margin-left: 25%;
}

@media screen and (max-width: 767px) {
    .rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content #rtcl-store-content-wrap .rtcl-store-settings .form-group .col-sm-offset-3 {
        margin-left: 0;
    }
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content #rtcl-store-content-wrap .rtcl-store-settings .oh-time-hour .form-control {
    height: 40px;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .pagination {
    margin-top: 40px;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .pagination li {
    margin-right: 10px;
    border: none;
    border-radius: 0;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .pagination li .page-link {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    text-decoration: none;
    color: var(--rtcl-primary-color);
    background-color: #ffffff;
    transition: all 0.3s;
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .pagination li .page-link:hover {
    color: #ffffff;
    border: 1px solid transparent;
    background-color: var(--rtcl-primary-color);
}

.rtcl-account .rtcl-MyAccount-wrap .rtcl-MyAccount-content .pagination li.active .page-link {
    color: #ffffff;
    border: 1px solid transparent;
    background-color: var(--rtcl-primary-color);
}

.rtcl-checkout .content-area {
    background-color: transparent;
}

.rtcl-checkout .main-content .rtcl-checkout-content {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.rtcl-form-page .content-area {
    background-color: transparent;
}

.rtcl-form-page .main-content .rtcl-post-form-wrap,
.rtcl-form-page .main-content .rtcl-listing-info-selecting {
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

.rtcl-form-page .main-content .rtcl-post-form-wrap a:hover,
.rtcl-form-page .main-content .rtcl-listing-info-selecting a:hover {
    color: var(--rtcl-secondary-color);
}

.rtcl-form-page .main-content .rtcl-post-form-wrap .rtcl-post-section-title h3,
.rtcl-form-page .main-content .rtcl-listing-info-selecting .rtcl-post-section-title h3 {
    font-weight: 700;
    color: #000000;
}

.rtcl-form-page .main-content .rtcl-post-form-wrap .rtcl-post-section-title h3 .rtcl-icon,
.rtcl-form-page .main-content .rtcl-listing-info-selecting .rtcl-post-section-title h3 .rtcl-icon {
    color: var(--rtcl-primary-color);
}

.rtcl-form-page .main-content .rtcl-post-form-wrap .rtcl-post-section-title h3:before,
.rtcl-form-page .main-content .rtcl-listing-info-selecting .rtcl-post-section-title h3:before {
    background-color: #e7e7e7;
}

.rtcl-form-page .main-content .rtcl-post-form-wrap .form-group,
.rtcl-form-page .main-content .rtcl-listing-info-selecting .form-group {
    margin-bottom: 20px;
}

.rtcl-form-page .main-content .rtcl-post-form-wrap .form-group label,
.rtcl-form-page .main-content .rtcl-listing-info-selecting .form-group label {
    color: #000000;
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.rtcl-form-page .main-content .rtcl-post-form-wrap .rtcl-post-section,
.rtcl-form-page .main-content .rtcl-listing-info-selecting .rtcl-post-section {
    margin-bottom: 30px;
}

.rtcl-form-page .main-content .rtcl-post-form-wrap .rtcl-submit-btn,
.rtcl-form-page .main-content .rtcl-listing-info-selecting .rtcl-submit-btn {
    color: #ffffff !important;
    padding: 10px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.3;
    border: 1px solid var(--rtcl-primary-color);
    background-color: var(--rtcl-primary-color);
    display: inline-block;
    transition: all 0.3s;
}

.rtcl-form-page .main-content .rtcl-post-form-wrap .rtcl-submit-btn:hover,
.rtcl-form-page .main-content .rtcl-listing-info-selecting .rtcl-submit-btn:hover {
    background-color: var(--rtcl-secondary-color);
    border: 1px solid var(--rtcl-secondary-color);
}

#content .rtcl-listings-sc-wrapper {
    padding: 60px 0 60px 60px;
    background-color: #f4f6f5;
}

#content .rtcl-listings-sc-wrapper .rtcl-listings-wrapper {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
}

#content .rtcl-listings-sc-wrapper .rtcl-listings-wrapper .rtcl-notices-wrapper {
    margin: 0;
}

#content .rtcl-listings-sc-wrapper .rtcl-listings-wrapper .rtcl-grid-view {
    grid-column-gap: 20px;
    grid-row-gap: 0;
}

#content .rtcl-listings-sc-wrapper .rtcl-listings-wrapper .rtcl-listings-actions .rtcl-result-count {
    font-size: 16px;
    font-weight: 400;
}

#content .rtcl-listings-sc-wrapper .rtcl-listings-wrapper .rtcl-listings-actions .rtcl-view-switcher .rtcl-view-trigger:last-child {
    margin-left: 3px;
}

#content .rtcl-listings-sc-wrapper .rtcl-listings-wrapper .rtcl-listings-actions .rtcl-view-switcher>a {
    color: #989898;
    border-color: #989898;
}

#content .rtcl-listings-sc-wrapper .rtcl-listings-wrapper .rtcl-listings-actions .rtcl-view-switcher>.rtcl-view-trigger.active {
    color: var(--rtcl-primary-color);
    border-color: var(--rtcl-primary-color);
    color: #ffffff;
}

#content .rtcl-listings-sc-wrapper .rtcl-listings-wrapper .rtcl-listings-actions .rtcl-view-switcher>a i {
    color: inherit;
}

#content .rtcl-listings-sc-wrapper .rtcl-listings-wrapper .rtcl-pagination {
    margin-top: 30px;
}

@media screen and (max-width: 1199px) {
    #content .rtcl-listings-sc-wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 60px;
    }

    #content .rtcl-listings-sc-wrapper .rtcl-listings-wrapper {
        flex-basis: 100%;
        max-width: initial;
        order: 2;
    }

    #content .rtcl-listings-sc-wrapper .rtcl-listings-wrapper .rtcl-listings-actions {
        flex-wrap: wrap;
        gap: 10px;
    }

    #content .rtcl-listings-sc-wrapper .rtcl-listings-wrapper .rtcl-listings-actions .rtcl-result-count {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    #content .rtcl-listings-sc-wrapper.has-map .rtcl-search-map {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    #content .rtcl-listings-sc-wrapper.has-map .rtcl-search-map .rtcl-map-view {
        height: 300px;
    }
}

@media screen and (max-width: 991px) {
    #content .rtcl-listings-sc-wrapper {
        padding: 30px;
    }
}

#content .rtcl-listings-sc-wrapper .rtcl-grid-view .rtcl-listing-item {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.rtcl .rtcl-stores .rtcl-store-item .rtcl-store-link {
    display: block;
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
}

.rtcl .rtcl-stores .rtcl-store-item .rtcl-store-link div.item-content {
    padding: 0;
    background-color: transparent;
}

.rtcl .rtcl-stores .rtcl-store-item .rtcl-store-link .store-thumb .rtcl-store-thumbnail {
    border-radius: 4px;
    margin-bottom: 10px;
}

.rtcl .rtcl-stores .rtcl-store-item .rtcl-store-link .rtcl-store-title {
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.rtcl .rtcl-stores .rtcl-store-item .rtcl-store-link:hover .rtcl-store-title {
    color: #00c194;
}

.rtcl .rtcl-stores .rtcl-store-item:hover div.item-content {
    background-color: transparent;
    box-shadow: none;
    color: #000000;
}

.store-info-item-block,
.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-hour,
.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-address,
.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-phone .text .numbers,
.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-email .store-email-label {
    border: 1px solid #e7e7e7;
    color: #797f89;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 4px;
    padding: 10px 16px;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.rtcl.store-content-wrap {
    border: none;
    background-color: transparent;
    padding: 0;
}

.rtcl.store-content-wrap .store-details-content-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 8px;
    padding: 25px;
}

.rtcl.store-content-wrap .store-banner {
    margin: 0 0 30px;
}

.rtcl.store-content-wrap .store-banner .banner {
    border-radius: 8px;
}

.rtcl.store-content-wrap .store-banner .store-name-logo {
    gap: 20px;
}

.rtcl.store-content-wrap .store-banner .store-name-logo .store-logo {
    max-width: 220px;
    background: none;
    border-radius: 4px;
}

.rtcl.store-content-wrap .store-banner .store-name-logo .store-logo img {
    border-radius: 4px;
}

.rtcl.store-content-wrap .store-banner .store-name-logo .store-info {
    padding: 0;
    flex: 1;
}

.rtcl.store-content-wrap .store-banner .store-name-logo .store-info .store-name h2 {
    margin-bottom: 10px;
}

.rtcl.store-content-wrap .store-information .store-info {
    background-color: #ffffff;
    box-shadow: 0 0 20px #f0f0f0;
    border-radius: 8px;
    padding: 25px;
}

@media screen and (max-width: 767px) {
    .rtcl.store-content-wrap .store-information .store-info {
        margin-top: 30px;
    }
}

.rtcl.store-content-wrap .store-information .store-info .store-info-item {
    border: none;
    margin-top: 15px;
    padding: 0;
}

.rtcl.store-content-wrap .store-information .store-info .store-info-item .icon {
    padding-right: 5px;
}

.rtcl.store-content-wrap .store-information .store-info .store-info-item .icon span {
    color: var(--rtcl-primary-color);
}

.rtcl.store-content-wrap .store-information .store-info .store-info-item:first-child {
    margin-top: 0;
}

.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-phone .icon {
    display: none;
}

.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-phone .text {
    flex: 1;
}

.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-phone .text .numbers a {
    color: inherit;
}

.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-email #store-email-form .form-group {
    margin-bottom: 20px;
}

.rtcl.store-content-wrap .store-information .store-info .store-info-item.store-email #store-email-form .form-group textarea {
    height: auto;
}

.rtcl.store-content-wrap .store-information .store-details .is-slogan {
    font-size: 20px;
}

.rtcl.store-content-wrap .store-information .store-listing-list>h3 {
    font-size: 20px;
}

.rtcl #store-details-modal .store-more-details .more-item h3 {
    font-size: 20px;
    border-color: #e7e7e7;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper .rtcl-grid-view.rtcl-style-1-view .rtcl-listing-item {
    margin-bottom: 0;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper .rtcl-grid-view.rtcl-style-1-view .rtcl-listing-item .rtcl-meta-buttons-wrap {
    gap: 6px;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper .rtcl-grid-view.rtcl-style-1-view .rtcl-listing-item .rtcl-meta-buttons-wrap.horizontal-layout {
    left: auto;
    bottom: auto;
    top: 20px;
    right: 15px;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper .rtcl-grid-view.rtcl-style-1-view .rtcl-listing-item .rtcl-meta-buttons-wrap .rtcl-el-button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper .rtcl-grid-view.rtcl-style-1-view .rtcl-listing-item .rtcl-meta-buttons-wrap .rtcl-el-button a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #797f89;
    background-color: #ffffff;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper .rtcl-grid-view.rtcl-style-1-view .rtcl-listing-item .rtcl-meta-buttons-wrap .rtcl-el-button a:hover {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper .rtcl-grid-view.rtcl-style-1-view .rtcl-listing-item .rtin-right {
    margin-top: 10px;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper .rtcl-grid-view.rtcl-style-1-view .rtcl-listing-item .rtcl-price {
    font-size: 20px;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper.rtcl-elementor-widget {
    padding: 0 !important;
    background-color: transparent !important;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper.rtcl-elementor-widget .rtcl-listings-wrapper {
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper.rtcl-elementor-widget .rtcl-listings-wrapper .rtcl-style-1-view .rtcl-listing-item {
    margin-bottom: 20px;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper.rtcl-elementor-widget .rtcl-listings-wrapper .rtcl-style-2-view .rtcl-meta-buttons-wrap {
    gap: 6px;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper.rtcl-elementor-widget .rtcl-listings-wrapper .rtcl-style-2-view .rtcl-meta-buttons-wrap .rtcl-el-button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper.rtcl-elementor-widget .rtcl-listings-wrapper .rtcl-style-2-view .rtcl-meta-buttons-wrap .rtcl-el-button a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #797f89;
    background-color: #ffffff;
}

.elementor-widget-rtcl-listing-items .rtcl-listings-sc-wrapper.rtcl-elementor-widget .rtcl-listings-wrapper .rtcl-style-2-view .rtcl-meta-buttons-wrap .rtcl-el-button a:hover {
    background-color: var(--rtcl-primary-color);
    color: #ffffff;
}

.rtcl.rtcl-elementor-widget .rtcl-grid-view.rtcl-style-3-view .rtin-bottom {
    margin: 0;
}

.rtcl.rtcl-elementor-widget .rtcl-grid-view.rtcl-style-3-view .rtcl-listing-meta-data {
    margin-bottom: 10px;
}

.rtcl.rtcl-elementor-widget .rtcl-grid-view .rtin-el-button a.rtcl-phone-reveal,
.rtcl.rtcl-elementor-widget .rtcl-grid-view .rtin-el-button a.rtcl-phone-reveal:focus,
.rtcl.rtcl-elementor-widget .rtcl-grid-view .rtin-el-button a.rtcl-phone-reveal:hover {
    background-color: var(--rtcl-lite-primary-color);
}

.rt-el-post .rtin-each {
    background-color: #ffffff;
    margin-bottom: 30px;
}

.rt-el-post .rtin-each .rtin-content-area {
    padding: 25px;
}

.rt-el-post .rtin-each .rtin-content-area .post-meta {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.rt-el-post .rtin-each .rtin-content-area .post-meta li {
    display: inline-block;
    color: #797f89;
}

.rt-el-post .rtin-each .rtin-content-area .post-meta li a {
    color: inherit;
}

.rt-el-post .rtin-each .rtin-content-area .post-meta li.date {
    background-color: var(--rtcl-lite-primary-color);
    border-radius: 30px;
    font-size: 14px;
    border: 1px solid var(--rtcl-primary-color);
    color: var(--rtcl-primary-color);
    padding: 3px 8px;
    margin-right: 5px;
}

.rt-el-post .rtin-each .rtin-content-area .post-title {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.2;
}

.rt-el-post .rtin-each .rtin-content-area .post-title a {
    color: #000000;
    transition: all 0.3s ease-in-out;
}

.rt-el-post .rtin-each .rtin-content-area .post-title a:hover {
    color: var(--rtcl-primary-color);
}
