/*---------------------------------------------
===================
CSS INDEX
===================
1. Typography
2. Bootstrap Overwrite
    2.1 Grid
3. Vendor Custom Style
    3.1 Owl Carousel Nav
4. Template Layout Style
    4.2 Footer
    4.3 Global
    4.4 Header Menu
    4.5 Pagination
    4.6 Section
5. Template Page Style
6. Elementor Block

--------------------------------------------*/

/*=======================================================================
1. Typography
=========================================================================*/

body {
    font-family: var(--rt-body-font);
    font-size: 16px;
    line-height: 30px;
    color: #788593;
    font-weight: 400;
    height: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #fff;
    overflow-x: hidden;
}

.site-content {
    min-height: calc(100vh - 600px);
}

p {
    margin: 0 0 15px 0;
}

p:last-child {
    margin-bottom: 0;
}

.is-full-width .post-details p:last-child,
.is-full-width .page-content-block p:last-child {
    clear: both;
}

h1,
.rtcl h1,
h2,
.rtcl h2,
h3,
.rtcl h3,
h4,
.rtcl h4,
h5,
.rtcl h5,
h6,
.rtcl h6 {
    font-family: var(--rt-heading-font);
    margin: 0 0 10px 0;
    font-weight: 500;
    color: #212121;
}

h1,
.rtcl h1 {
    font-size: 32px;
    line-height: 42px;
}

h2,
.rtcl h2 {
    font-size: 28px;
    line-height: 38px;
}

h3,
.rtcl h3 {
    font-size: 22px;
    line-height: 32px;
}

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

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

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

.pnlm-load-button {
    font-family: var(--rt-body-font)
}

/*==============
## Common Style
================*/

#wpadminbar {
    z-index: 999999;
}

@media (min-width: 1200px) {
    .max-width-inherit img {
        max-width: inherit !important;
    }
}

.rt-animation-btn,
.header-btn .cart-icon-area .widget_shopping_cart_content .buttons a,
.rtcl-listing-user-info .widget-contact-form.list-group .rtcl-chat-website-link .btn,
.product-grid .product-box .product-content .product-bottom-content .action-btn a,
.elementor-button-animation-enable .elementor-button {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.header-btn .cart-icon-area .widget_shopping_cart_content .buttons a::after,
.rtcl-listing-user-info .widget-contact-form.list-group .rtcl-chat-website-link .btn::after,
.product-grid .product-box .product-content .product-bottom-content .action-btn a:after,
.rt-animation-btn::after,
.rt-agents-wrapper .item-content .item-details .item-button .item-btn::after,
.elementor-button-animation-enable .elementor-button::after {
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .15);
    border: none;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.header-btn .cart-icon-area .widget_shopping_cart_content .buttons a:hover::after,
.rtcl-listing-user-info .widget-contact-form.list-group .rtcl-chat-website-link .btn:hover::after,
.product-grid .product-box .product-content .product-bottom-content .action-btn a:hover::after,
.rt-animation-btn:hover::after,
.rt-agents-wrapper .item-content .item-details .item-button:hover .item-btn:after,
.elementor-button-animation-enable .elementor-button:hover::after {
    width: 100%;
    left: 0;
}

.rtcl-listing-user-info .widget-contact-form.list-group .rtcl-chat-website-link .btn::after {
    background-color: var(--rt-primary-color);
}

.elementor-button {
    font-size: 15px;
    padding: 17px 27px;
    border-radius: 2px;
}

@media (min-width: 768px) {
    .rt-custom-carousel {
        margin: 0 -110px;
        width: calc(100% + 220px) !important;
    }
}

@media (min-width: 1200px) {
    .elementor-section .elementor-column-wrap {
        padding: 0;
    }
}

/* Custom Arrow Button */
i.arrow-btn {
    color: var(--rt-primary-color);
    margin-left: 7px;
    position: relative;
    width: 20px;
    display: inline-block;
    height: 12px;
    transform: translateY(3px);
    transition: 0.4s ease-in-out;
}

i.arrow-btn:before,
i.arrow-btn:after {
    content: "";
    position: absolute;
}

i.arrow-btn:before {
    width: 9px;
    height: 9px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: var(--rt-primary-color);
    display: inline-block;
    transform: rotate(45deg);
    top: .9px;
    right: 5px;
}

i.arrow-btn:after {
    width: 15px;
    height: 1px;
    background-color: var(--rt-primary-color);
    top: 5px;
}


/*=======================================================================
2. Bootstrap Overwrite
=========================================================================*/

/*------------------- 2.1 Form -------------------*/
.form-group {
    position: relative;
    margin-bottom: 10px;
}

.form-group .form-control {
    color: #111;
    background-color: #fff;
    border-radius: 4px;
}

.form-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-group input:not([type=checkbox]):not([type=radio]) {
    height: 50px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.form-group .submit-btn {
    border: none;
    border-radius: 4px;
    font-weight: 500;
    color: #fff;
    padding: 0 30px;
    background-color: var(--rt-primary-color);
    transition: all 0.3s ease-in-out;
    height: 50px;
    line-height: 50px;
    box-shadow: 4px 4px 24px 3px #e9ebee;
}

.form-group .submit-btn:hover {
    background-color: var(--rt-primary-dark);
    color: #fff;
}

.form-group input.form-control::-webkit-input-placeholder,
.form-group textarea.form-control::-webkit-input-placeholder {
    color: #878c9f;
}

.input-group {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid var(--rt-primary-light2);
    transition: 0.4s;
}

.input-group.active,
.input-group:hover {
    border-color: var(--rt-primary-dark);
}

.input-group .form-control {
    height: 50px;
    color: #111;
}

.input-group .input-group-append {
    margin-right: 5px;
}

.input-group .input-group-append .item-btn {
    border: none;
    background-color: transparent;
    color: var(--rt-primary-color);
    padding: 5px 10px;
    transition: all 0.3s ease-in-out;
}

.input-group .input-group-append .item-btn:focus {
    outline: none;
}

.input-group .input-group-append .item-btn:hover {
    color: var(--rt-primary-dark);
}

.input-group input.form-control::-webkit-input-placeholder,
.input-group textarea.form-control::-webkit-input-placeholder {
    color: #878c9f;
    font-size: 14px;
}

.form-check {
    position: relative;
    padding-left: 0;
}

.advance-search-form .form-check {
    line-height: 2;
}

.advance-search-form .form-check .check-inner {
    display: inline-block;
    position: relative;
}

.advance-search-form .form-check .check-inner .form-check-input {
    width: 100%;
}

.form-check label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #878c9f;
    cursor: pointer;
}

.form-check label i {
    color: #ffbc09;
    margin-right: 4px;
}

.form-check label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 5px;
    background-color: transparent;
    border-radius: 4px;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check label:hover:before {
    border-color: var(--rt-primary-color);
    animation: checkHover .3s ease-in-out forwards;
}


@-webkit-keyframes checkHover {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(0.7)
    }
}

@keyframes checkHover {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(0.7)
    }
}

.form-check label:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 3px;
    font-size: 10px;
    line-height: 22px;
}

.form-check input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 20px;
    z-index: 1;
    opacity: 0;
    margin-top: 0;
}

.form-check input[type="checkbox"]:checked + label {
    color: #000;
}

.form-check input[type="checkbox"]:checked + label:after {
    font-family: 'Font Awesome 6 Free';
    content: "\f00c";
    font-weight: 600;
}

.form-check input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.form-check input[type="checkbox"]:disabled + label:before {
    background-color: #eee;
    cursor: not-allowed;
}

.form-check label::before {
    border-radius: 4px;
}

.form-check input[type="checkbox"]:checked + label:before {
    background-color: var(--rt-primary-color);
    border-color: var(--rt-primary-color);
}

.form-check input[type="checkbox"] + label:after {
    background: #fff;
    font-size: 13px;
    color: #fff;
    width: 20px;
    text-align: center;
    left: 0;
    height: 20px;
    font-family: 'Font Awesome 6 Free';
    content: "\f00c";
    font-weight: 900;
    border: 1px solid #999;
    line-height: 18px;
    border-radius: 3px;
}

.form-check input[type="checkbox"]:checked + label:after {
    color: rgba(255, 255, 255, 1);
    background: var(--rt-primary-dark);
    border: none;
}

.form-check input[type="radio"] {
    height: auto;
}

.form-check input[type="radio"] + label {
    padding-left: 10px;
    position: relative;
    top: -1px;
}

.form-check input[type="radio"] + label:before {
    display: none;
}

.justify-content-center .elementor-row {
    justify-content: center !important;
}

/*------------------- 2.1 Grid -------------------*/
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1240px !important;
    }
}

@media only screen and (min-width: 650px) and (max-width: 767px) {
    .container,
    .container-sm {
        max-width: 620px;
    }
}

.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid.full-width > .row {
    margin-left: 0;
    margin-right: 0;
}

[class*='homlisti-icon'] svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.container-fluid.full-width > .row > [class^="col-"],
.container-fluid.full-width > .row > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row.gutters-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.row.gutters-10 > [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.gutters-15 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row.gutters-15 > [class^="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.row.gutters-20 {
    padding-left: 5px;
    padding-right: 5px;
}

.row.gutters-20 > [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.row.gutters-20 {
    padding-left: 5px;
    padding-right: 5px;
}

.row.gutters-20 > [class^="col"] {
    padding-left: 10px;
    padding-right: 10px;
}

/*=======================================================================
3. Vendor Custom Style
=========================================================================*/
/*------------------- 2.1 Margin -------------------*/
.countdown-box {
    margin-bottom: 20px;
}

.countdown-box .countdown {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
}

.countdown-box .countdown .countdown-section {
    padding: 5px 15px;
    line-height: 1.3;
    border: 1px solid #efefef;
    border-radius: 4px;
    text-align: center;
    margin-right: 12px;
}

.countdown-box .countdown .countdown-section:last-child {
    margin-right: 0;
}

.countdown-box .countdown .countdown-section .countdown-number {
    font-size: 18px;
    font-weight: 600;
    color: #0e0e0e;
}

.countdown-box .countdown .countdown-section .countdown-unit {
    font-size: 15px;
    color: #c0c0c0;
}

/*------------------- 2.1 Slick -------------------*/
.slick-slide:focus {
    outline: none;
}

.slick-prev:focus,
.slick-next:focus {
    background: #fff;
}

.listing-archive-carousel .slick-arrow {
    border-radius: 50%;
}

.slick-arrow {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 11px 29px 0 rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    z-index: 15;
    transition: all 0.3s;
}

.slick-arrow:before {
    font-family: flaticon !important;
    content: "\f104";
    font-size: 16px;
    font-weight: 600;
    right: 50%;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    color: var(--rt-primary-color);
    transition: all 0.3s;
}

.slick-arrow:hover {
    background-color: var(--rtcl-primary-color);
    color: #fff;
}

.slick-arrow:hover::before {
    color: #fff;
}

.slick-prev {
    transform: rotate(-180deg) translate(0, 50%);
    right: 20px;
}

.slick-next {
    left: 20px;
}

.slick-dots {
    right: 0;
    bottom: -35px;
    width: auto;
}

.slick-dots li {
    margin: 0 0 0 8px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}

.rt-el-listing-wrapper .main-swiper-wrapper {
    padding-bottom: 30px;
}

.rt-el-testimonial-carousel .swiper-pagination span,
.rt-el-listing-wrapper .swiper-pagination span,
.slick-dots li button {
    background-color: #ccc;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.rt-el-testimonial-carousel .swiper-pagination span:hover,
.rt-el-testimonial-carousel .swiper-pagination span.swiper-pagination-bullet-active,
.rt-el-listing-wrapper .swiper-pagination span:hover,
.rt-el-listing-wrapper .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--rt-primary-color);
}


.elementor-swiper-button.homlisti-style i,
.rt-el-testimonial-carousel .elementor-swiper-button i,
.rt-el-listing-wrapper .elementor-swiper-button i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    color: var(--rt-primary-color);
    display: inline-block;
    text-align: center;
    box-shadow: 0 11px 29px 0 rgb(0 0 0 / 15%);
    transition: 0.4s;
}

.elementor-swiper-button.homlisti-style i:hover,
.rt-el-testimonial-carousel .elementor-swiper-button i:hover,
.rt-el-listing-wrapper .elementor-swiper-button i:hover {
    color: #fff;
    background-color: var(--rt-primary-color);
}

.slick-dots li button:before {
    display: none;
}

.carousel-dots-creative .swiper-pagination span {
    margin: 0 6px;
}

.carousel-dots-creative .swiper-pagination span {
    width: 20px;
    height: 20px;
}

.carousel-dots-creative .swiper-pagination span {
    box-sizing: border-box;
    background-color: var(--rt-primary-light2);
    border: 5px solid #fff;
}

.carousel-dots-creative .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--rt-primary-color);
    position: relative;
    border: 5px solid #fff;
}

.carousel-dots-creative .swiper-pagination span.swiper-pagination-bullet-active,
.slick-dots li.slick-active button {
    background-color: var(--rt-primary-color);
}

.list-slick-carousel {
    padding: 0 15px;
    display: none;
}

.listing-arrow-visibility-on-hover .rt-el-listing-wrapper .elementor-swiper-button {
    opacity: 0;
}

.listing-arrow-visibility-on-hover .rt-el-listing-wrapper:hover .elementor-swiper-button {
    opacity: 1;
}

.rt-el-listing-wrapper .elementor-swiper-button-prev {
    left: 30px;
    right: auto;
}

.rt-el-listing-wrapper .elementor-swiper-button-next {
    right: 30px;
    left: auto;
}

.listing-archive-pagination .listing-navigation {
    background: none;
}

.listing-archive-pagination .listing-navigation::before,
.listing-archive-pagination .listing-navigation::after {
    content: none;
    display: none;
}

.product-grid .product-box .listing-archive-pagination .listing-navigation {
    height: 40px;
    width: 40px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
    border-radius: 50%;
    background-color: #fff;
    color: var(--rt-primary-color);
    transform: scale(.8);
    z-index: 999;
}

#content .rtcl-compare-content {
    border: none;
}

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

.product-grid .product-box .listing-archive-pagination .listing-navigation:hover {
    background: var(--rt-primary-color);
    color: #fff;
}

#rtcl-compare-btn-wrap a.rtcl-compare-btn-clear:hover {
    background-color: #bc0000 !important;
    color: #fff !important;
}

.rtcl-compare-table .rtcl-compare-table-image {
    margin: 15px;
}

.product-grid .product-box:hover .listing-archive-pagination .listing-navigation {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/*------------------- 3.3 Select 2 -------------------*/
.select2-container--classic .select2-selection--single {
    background: #fff;
    border: 1px solid #ccc;
    height: 50px;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #878c9f;
    padding-left: 15px;
    font-size: 15px;
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #ccc;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background: none;
    border-left: none;
    height: 50px;
    top: 0;
    right: 4px;
    width: 40px;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: var(--rt-primary-color) transparent transparent transparent;
    border-width: 6px 5px 0 5px;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #646464 transparent;
    border-width: 0 5px 6px 5px;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background: #fff;
    border-color: #ccc;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-color: #ccc;
    background: #fff;
    border-top: 1px solid #ccc;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #ccc;
    position: inherit !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: var(--rt-primary-color);
}

.select2-results__option {
    padding: 10px 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}

.select2-container--classic .select2-selection--single {
    border-radius: 4px;
}

/*------------------- 3.3 Ion Slider -------------------*/
.price-range {
    margin-top: -8px;
    text-align: left;
}

.price-range label {
    margin-bottom: 0;
    font-size: 14px;
    margin-left: 5px;
}

.advanced-search-box .advanced-box .irs--flat {
    margin-top: -18px;
}

.irs--flat .irs-min, .irs--flat .irs-max {
    display: none;
}

.irs--flat .irs-single {
    visibility: visible !important;
}

.irs-from, .irs-to, .irs-single {
    top: -15px;
}

.irs--flat .irs-from, .irs--flat .irs-to {
    visibility: visible !important;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    font-size: 14px;
    color: var(--rt-primary-color);
    background-color: transparent;
    left: auto !important;
    right: 0;
    font-weight: 600;
    top: -4px;
}

.rtcl .store-more-details .store-hours-list-wrap .store-hours-list .store-hour .oh-hours-wrap .oh-hours .close-hour:before {
    content: "-";
}

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    display: none;
}

.irs--flat .irs-to {
    left: inherit !important;
    right: 0;
    display: none;
}

.irs--flat .irs-from {
    left: 0 !important;
    display: none;
}

.irs--flat .irs-line {
    height: 6px;
    background-color: #e9ecf2;
    border-radius: 4px;
}

.irs--flat .irs-bar {
    height: 6px;
    background-color: var(--rt-primary-color);
}

.irs--flat .irs-handle {
    cursor: pointer;
}

.irs--flat .irs-handle {
    top: 19px;
}

.irs--flat .irs-handle > i:first-child {
    width: 14px;
    height: 14px;
    background-color: var(--rt-primary-color);
    margin-left: -7px;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 50%;
    box-shadow: 1px 3px 7px 0 rgb(87 101 128 / 40%);
    box-sizing: content-box;
    top: -2px;
}

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
    background-color: var(--rt-primary-dark);
}


/*=======================================================================
4. Template Layout Style
=========================================================================*/
/*------------------- 4.1 Back To Top -------------------*/
a.scrollToTop {
    background-color: var(--rt-primary-color);
    bottom: 5px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: all 1s ease-out;
    z-index: 99;
    border-radius: 4px;
}

a.scrollToTop i {
    display: block;
    line-height: 40px;
}

a.scrollToTop:hover, a.scrollToTop:focus {
    background-color: var(--rt-primary-dark);
    color: #fff !important;
}

/*------------------- 4.5 Inner Banner -------------------*/
.breadcrumbs-banner {
    padding: 30px 0;
    background-color: var(--rt-primary-light3);
    overflow: hidden;
    border-bottom: 1px solid var(--rt-primary-light2, #deede9);
}

.post-type-archive-rtcl_listing .rtStickySidebar .main-sidebar-wrapper {
    padding-bottom: 100px !important;
}

@media (max-width: 991px) {
    #sticky_sidebar {
        position: relative !important;
    }

    #sticky_sidebar .rtStickySidebar {
        position: relative !important;
        transform: none !important;
        left: 0 !important;
        width: 100% !important;
    }
}

.breadcrumbs-banner .rtcl-breadcrumb {
    position: relative;
    z-index: 1;
    color: #878c9f;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.breadcrumbs-banner .rtcl-breadcrumb a {
    color: inherit;
    margin: 0 7px;
    transition: all 0.3s ease-in-out;
}

.breadcrumbs-banner .rtcl-breadcrumb a:first-child {
    margin-left: 0;
}

.breadcrumbs-banner .rtcl-breadcrumb span {
    color: var(--rt-primary-color);
    margin-left: 7px;
}

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

/* Breadcrumb Style-2  */
.breadcrumbs-banner.style-2 {
    background-color: var(--rt-primary-color);
    padding: 50px 0;
    background-position: bottom;
    background-repeat: repeat-x;
}

.breadcrumbs-banner.style-2 .rtcl-breadcrumb {
    color: #fff;
}

.breadcrumbs-banner.style-2 .rtcl-breadcrumb span {
    color: #fff;
}

.breadcrumbs-banner.style-2 .rtcl-breadcrumb a:hover {
    color: #efefef;
}


/*------------------- 4.2 Footer -------------------*/
.footer-wrap {
    background-color: #fff;
    font-size: 15px;
}

.footer-wrap.is-border {
    border-top: 1px solid #d9d9d9;
}

.main-footer {
    padding: 80px 0 20px;
}

@media only screen and (max-width: 991px) {
    .main-footer {
        padding: 70px 0 20px;
    }
}

.footer-menu {
    padding-left: 30px;
}

@media only screen and (max-width: 991px) {
    .footer-menu {
        padding-left: 0;
    }
}

.footer-box {
    margin-bottom: 50px;
}

.footer-box.widget_mc4wp_form_widget + .widget_text {
    margin-top: -42px;
    margin-bottom: 40px;
}

.footer-box .footer-logo {
    margin-bottom: 22px;
    max-width: 228px;
}

.footer-box .footer-logo img {
    max-height: 130px;
    width: auto;
    margin-right: 0;
}

.footer-box p {
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 27px;
}

.footer-box .footer-title {
    color: #212121;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 22px;
    margin-bottom: 21px;
    position: relative;
}

.footer-box .footer-title a {
    color: var(--rt-secondary-color);
}

.footer-box .footer-title:after {
    content: "";
    height: 4px;
    width: 30px;
    background-color: var(--rt-primary-color);
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer-box.widget_recent_comments ul li {
    transition: 0.4s;
}

.footer-box.widget_recent_comments ul li,
.footer-box.widget_meta ul li a,
.footer-box.widget_pages ul li a,
.footer-box.widget_categories ul li a,
.footer-box.widget_archive ul li a,
.footer-box.widget_nav_menu ul li a {
    color: #788593;
}

.footer-box.widget_recent_comments ul li:hover,
.footer-box.widget_meta ul li a:hover,
.footer-box.widget_pages ul li a:hover,
.footer-box.widget_categories ul li a:hover,
.footer-box.widget_archive ul li a:hover,
.footer-box.widget_nav_menu ul li a:hover {
    color: var(--rt-primary-color);
    margin-left: 5px;
}


.footer-box.widget_recent_comments ul li,
.footer-box.widget_meta ul li a,
.footer-box.widget_pages ul li a,
.footer-box.widget_categories ul li a,
.footer-box.widget_archive ul li a,
.footer-box.widget_nav_menu ul li a {
    position: relative;
    padding-left: 15px;
}

.footer-box.widget_recent_comments ul li::before,
.footer-box.widget_meta ul li a::before,
.footer-box.widget_pages ul li a::before,
.footer-box.widget_categories ul li a::before,
.footer-box.widget_archive ul li a::before,
.footer-box.widget_nav_menu ul li a::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--rt-primary-color);
    transition: 0.3s;
}

.footer-box .footer-social li {
    display: inline-block;
    margin-right: 4px;
}

@media only screen and (max-width: 1199px) {
    .footer-box .footer-social li {
        margin-bottom: 10px;
    }
}

.footer-box .footer-social li:last-child {
    margin-bottom: 0;
}

.footer-box .footer-social li a {
    height: 41px;
    width: 41px;
    line-height: 41px;
    background-color: var(--rt-primary-color);
    border-radius: 4px;
    text-align: center;
    display: block;
    color: #fff !important;
    font-size: 17px;
    padding: 0 !important;
    overflow: hidden;
}

.footer-box .footer-social li a:hover {
    background-color: var(--rt-primary-dark);
}

.footer-box .footer-social li a i {
    display: block;
    line-height: 41px;
}

.footer-box .footer-social li a img {
    max-width: 21px;
    height: auto;
}

.footer-box .footer-social li a:hover i,
.footer-box .footer-social li a:hover img {
    animation: bottomtotop .4s linear forwards;
}

.footer-bottom {
    background-color: #f2f4f7;
    padding: 28px 0;
}


.footer-bottom .footer-bottom-menu ul li {
    position: relative;
}

.footer-bottom .footer-bottom-menu ul.footer-link {
    display: inline-block;
    text-align: left;
}

.footer-bottom .footer-bottom-menu ul.footer-link > li {
    margin-right: 13px;
    padding-right: 18px;
    display: inline-block;
}


@media only screen and (max-width: 991px) {
    .footer-bottom .footer-bottom-menu {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-bottom .footer-bottom-menu {
        display: none;
    }
}

.footer-bottom .footer-bottom-menu ul ul {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #fff;
    min-width: 170px;
    box-shadow: 0 0 15px rgb(0 0 0 / 5%);
    padding: 8px 0 6px;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.footer-bottom .footer-bottom-menu ul ul li {
    padding: 0 17px;
    transition: 0.4s;
}

.footer-bottom .footer-bottom-menu ul ul li:hover {
    background-color: #f2f4f7;
}

.footer-bottom .footer-bottom-menu ul ul ul {
    bottom: -6px;
    left: 100%;
}

.footer-bottom .footer-bottom-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.footer-bottom .footer-bottom-menu ul.footer-link > li::after {
    content: ".";
    right: 0;
    position: absolute;
    bottom: 0;
}

.footer-bottom .footer-bottom-menu ul li.menu-item-has-children::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: -2px;
    font-size: 12px;
}

.footer-bottom .footer-bottom-menu ul.footer-link > li.menu-item-has-children::after {
    right: 6px;
    transform: rotate(90deg);
    font-size: 10px;
    top: 1px;
}

.footer-bottom .footer-bottom-menu ul li.menu-item-has-children::after
.footer-bottom .footer-bottom-menu ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.footer-bottom .footer-bottom-menu ul li:last-child::after {
    content: none;
}

.footer-bottom .footer-bottom-menu ul li a {
    color: #727272;
    font-size: 14px;
    white-space: nowrap;
    display: block;
}

.footer-bottom .footer-bottom-menu ul ul li a {
    font-size: 13px;
}

.footer-bottom .footer-bottom-menu ul li a:hover {
    color: var(--rt-primary-color);
}

/* Footer Copyright Text  */
.footer-bottom .footer-copyright {
    color: #51667c;
    font-weight: 300;
    margin-bottom: 0;
}

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

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


/* Footer-2 style
======================== */

.site-footer.footer-style-2.footer-wrap .main-footer {
    background-color: #0e2e50;
    background-image: url("../img/footer-2-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.site-footer.footer-style-2.footer-wrap .main-footer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.site-footer.footer-style-2 .footer-bottom {
    background-color: #082039;
}

.site-footer.footer-style-2 .footer-box .footer-title a,
.site-footer.footer-style-2 .footer-box .footer-title {
    color: #fff;
}

.site-footer.footer-style-2 .footer-box p,
.site-footer.footer-style-2 .rt-contact-wrapper ul li i,
.site-footer.footer-style-2 .main-footer .rt-contact-wrapper ul li p,
.site-footer.footer-style-2 .main-footer .rt-contact-wrapper ul li a,
.site-footer.footer-style-2 .footer-box.widget_nav_menu ul.menu li a {
    color: #c8d3de;
}

.site-footer.footer-style-2 .footer-box.widget_nav_menu ul li a::before {
    background-color: #c8d3de;
}

.site-footer.footer-style-2 .footer-box.widget_nav_menu ul.menu li a:hover,
.site-footer.footer-style-2 .main-footer .rt-contact-wrapper ul li a:hover,
.site-footer.footer-style-2 a:hover {
    color: #fff;
}

.site-footer.footer-style-2 .footer-bottom,
.site-footer.footer-style-2 .footer-bottom .footer-copyright,
.site-footer.footer-style-2 .footer-bottom .footer-link li a {
    color: #c8d3de;
}

.site-footer.footer-style-2 .footer-bottom .footer-link li ul a:hover,
.site-footer .footer-bottom .footer-link li ul a:hover {
    color: var(--rt-primary-color);
}

.site-footer.footer-style-2 .footer-bottom .footer-link li a:hover {
    color: #fff;
}

.site-footer.footer-style-2 .footer-box .footer-social li a {
    background-color: rgba(255, 255, 255, 0.12);
}

.site-footer.footer-style-2 .footer-box .footer-social li a:hover {
    background-color: var(--rt-primary-dark);
}

/*End Footer style*/

/*------------------- Instagram Feed  -------------------*/
.footer-box #sb_instagram {
    margin-left: -10px;
}

@media (min-width: 1200px) {
    #sb_instagram .sbi_photo {
        height: 70px !important;
    }
}

@media (max-width: 640px) {
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
        width: 33.33%;
    }
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before,
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    pointer-events: none;
    transform: translate(-50%,
    -50%);
    transition: all 0.3s ease-out;
    z-index: 1;
    opacity: 0;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
    background: rgba(var(--rt-primary-rgb), 0.6);
    height: 0;
    width: 0;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
    content: "\f16d";
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 6 Brands";
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    top: 100%;
}

#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::after {
    opacity: 1;
    transition-delay: 0.1s;
    top: 50%;
}


/*------------------- 4.3 Global -------------------*/
a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: var(--rt-primary-color);
}

a:active,
.rtcl a:hover,
a:hover,
a:focus {
    text-decoration: none;
    color: var(--rt-primary-color);
    outline: 0 none;
}

button:active,
button:hover,
button:focus {
    outline: 0 none;
}

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

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

hr {
    margin: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}

.alert {
    border-radius: 0;
}

.item-icon {
    line-height: 1;
}

.item-icon i {
    display: inline-block;
}

.mr--1 {
    margin-right: -1px;
}

.bg-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-fb {
    background-color: #365493;
}

.bg-twitter {
    background-color: #38b8ff;
}

.bg-instagram {
    background-color: #ff3b6e;
}

.bg-pinterest {
    background-color: #cd0f40;
}

.bg-pomegranate {
    background-color: var(--rt-primary-color);
}

.bg-primary-gradient {
    background-image: linear-gradient(to right, var(--rt-primary-color), var(--rt-primary-color));
}

.listing-type-badge {
    background-color: var(--rt-primary-color);
}

.bg-primary {
    background-color: var(--rt-primary-color) !important;
}

.bg-secondary {
    background-color: var(--rt-primary-color) !important;
}

.bg-aash {
    background-color: #f8f8f8;
}

.primary-color {
    color: var(--rt-primary-color);
}

.secondary-color {
    color: var(--rt-primary-color);
}

.text-royalblue {
    color: #2f51e6;
}

.text-sunsetorange {
    color: #ff5252;
}

.text-java {
    color: #17d3a4;
}

.rt-btn {
    font-size: 14px;
    color: #fff;
    background-color: var(--rt-primary-color);
    padding: 10px 25px;
    font-weight: 500;
}

.rtcl-item-visible-btn {
    background: #fff;
    border: 1px solid #e1e5ee;
    color: var(--rt-primary-color);
    width: 53px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
    padding: 0;
    transition: 0.4s;
}

.rtcl-item-visible-btn:hover {
    background-color: var(--rt-primary-dark);
    color: #fff;
    border-color: var(--rt-primary-dark);
}

.rt-btn:hover {
    background-color: var(--rt-primary-dark);
}

@-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;
    }
}

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

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

    51% {
        opacity: 1;
    }
}

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

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

    51% {
        opacity: 1;
    }
}

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

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

    51% {
        opacity: 1;
    }
}

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

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

    51% {
        opacity: 1;
    }
}

.tooltip {
    z-index: 99999;
}

.tooltip.show {
    opacity: 1;
}

.rtcl .btn {
    background-color: var(--rt-primary-color);
    border-color: var(--rt-primary-color);
    box-shadow: none;
    color: #fff;
}

.rtcl .btn:hover {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
    box-shadow: none;
}

.site-main {
    background-color: #fff;
}

.site-main:not(.homlisti-myaccount) .main-content {
    background-color: #fff;
    padding: 30px;
}

@media (min-width: 992px) {
    .page-post-an-ad .main-content {
        padding: 80px !important;
        border-radius: 10px;
    }
}

/*------------------- 4.4 Header Menu -------------------*/
header.header {
    position: relative;
    z-index: 15;
}

.header-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgb(87 101 128 / 12%);
}

.page-home-4 .header-menu {
    box-shadow: none;
    border-bottom: none;
}

.page-home-1.header-style-4 .header-menu,
.page-home-2.header-style-4 .header-menu,
.page-home-3.header-style-4 .header-menu,
.page-home-4.header-style-4 .header-menu,
.page-home-5.header-style-4 .header-menu,
.page-home-6.header-style-4 .header-menu,
.page-home-7.header-style-4 .header-menu,
.page-home-8.header-style-4 .header-menu,
.page-home-9.header-style-4 .header-menu {
    border-bottom: none;
}

.header-style-4 .header-menu {
    box-shadow: none;
    border-bottom: 1px solid #deede9;
}

.header-style-4 .header-menu.rt-sticky {
    box-shadow: 0 5px 10px 0 rgb(87 101 128 / 12%);
    border-bottom: none;
}

.trheader.header-style-4 .header-menu.rt-sticky {
    box-shadow: none;
}

.header-menu:after {
    clear: both;
    content: "";
    display: block;
}

.header-menu,
.header-menu .navigation-area nav {
    font-family: var(--rt-menu-font);
}

.header-menu .navigation-area nav > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-menu .navigation-area.menu-center nav > ul {
    justify-content: center;
}

.header-menu .navigation-area.menu-right nav > ul {
    justify-content: flex-end;
}

.header-menu .navigation-area nav > ul > li > a {
    transition: all 0.3s ease-out;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
}

.header-menu .navigation-area nav > ul > li > a:hover,
.header-menu .navigation-area nav > ul > li.current_page_ancestor > a,
.header-menu .navigation-area nav > ul > li.current_page_item > a,
.header-menu .navigation-area nav > ul > li.current-menu-ancestor > a,
.header-menu .navigation-area nav > ul > li.current-menu-item > a {
    border-bottom: 3px solid var(--rt-primary-color);
    color: var(--rt-primary-color)
}

.navigation-area nav > ul li.page_item_has_children > a:hover::after,
.navigation-area nav > ul li.menu-item-has-children > a:hover::after,
.navigation-area nav > ul li.page_item_has_children.current-menu-ancestor > a:after,
.navigation-area nav > ul li.menu-item-has-children.current-menu-ancestor > a:after {
    border-color: var(--rt-primary-color);
}

.header-menu .navigation-area nav > ul li.current_page_ancestor > a {
    color: var(--rt-primary-color)
}

.trheader:not(.trheader-dark-menu) .header-menu .navigation-area nav > ul > li.current_page_item > a,
.trheader:not(.trheader-dark-menu) .header-menu .navigation-area nav > ul > li.current-menu-ancestor > a,
.trheader:not(.trheader-dark-menu) .header-menu .navigation-area nav > ul > li.current-menu-item > a {
    border-bottom-color: var(--rt-primary-light);
}

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

.header-menu .header-content {
    display: flex;
    align-items: center;
}

.header-menu .header-content .logo-area {
    max-width: 228px;
}

@media (min-width: 1642px) {
    .header-width-fullwidth .header-menu .header-content .logo-area {
        max-width: 100%;
        width: calc((100% - 1306px) / 2);
    }
}

.header-menu .header-content .logo-area img {
    max-width: 196px;
    max-height: 60px;
    width: auto;
    height: auto;
}

@media (max-width: 1199px) {
    .mobile-offscreen-menu .mean-bar .mobile-logo img {
        max-width: 157px;
        max-height: 50px;
        width: auto;
        height: auto;
    }
}

.header-menu .header-content .navigation-area {
    flex: auto;
    margin-left: 30px;
}

.header-menu .header-content .navigation-area.menu-right {
    margin-right: 25px;
}

@media (max-width: 1082px) {
    .header-menu .header-content .navigation-area.menu-right {
        margin-right: 15px;
        margin-left: 10px;
    }
}

.header-menu .header-content .navigation-area.menu-center {
    margin-left: 20px;
    margin-right: 20px;
}

@media (min-width: 1070px) and (max-width: 1650px) {
    .homlisti-core-installed .header-menu .header-content .navigation-area.menu-left {
        margin-left: 60px;
    }
}

.navigation-area nav > ul li {
    position: relative;
}

.navigation-area nav > ul li > a {
    font-weight: 500;
    line-height: 1;
    display: block;
    padding: 30px 10px;
    font-size: 16px
}

@media (max-width: 1230px) {
    .navigation-area nav > ul li > a {
        font-size: 14px
    }
}

@media only screen and (max-width: 1199px) {
    .navigation-area nav > ul li > a {
        padding: 24px 7px;
    }
}

.navigation-area nav.template-main-menu > ul > li > a {
    padding: 30px 15px;
    white-space: nowrap;
}

.header-icon-round .header-action ul li.button a,
.navigation-area nav > ul li > a {
    color: var(--rt-secondary-color);
}

.header-icon-round .header-action ul li.offcanvar_bar {
    border-left: none;
    padding-right: 25px;
}

@media (min-width: 600px) and (max-width: 1023px) {
    .header-icon-round .header-action ul li.offcanvar_bar {
        padding-right: 24px !important;
    }
}

@media (max-width: 599px) {
    .header-icon-round .header-action ul li.offcanvar_bar {
        padding-right: 18px !important;
    }
}

@media (max-width: 1023px) {
    .trheader .header-icon-round .header-action ul li.offcanvar_bar {
        padding-right: 0 !important;
        padding-left: 7px !important;
    }
}

@media (max-width: 360px) {
    .header-icon-round .header-action ul li.compare-btn,
    .header-icon-round .header-action ul li.favourite {
        display: none;
    }
}

.navigation-area nav > ul li.page_item_has_children > a,
.navigation-area nav > ul li.menu-item-has-children > a {
    position: relative;
}

.navigation-area nav > ul li.page_item_has_children > a:after,
.navigation-area nav > ul li.menu-item-has-children > a:after {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid var(--rt-primary-color);
    display: inline-block;
    transform: rotate(45deg) translate(1px, -4px);
    border-left: none;
    border-top: none;
    margin-left: 8px;
    transition: 0.4s;
}

@media (max-width: 1199px) {
    .navigation-area nav > ul li.page_item_has_children > a:after,
    .navigation-area nav > ul li.menu-item-has-children > a:after {
        position: absolute;
        top: 35px;
        right: 3px;
    }
}

.navigation-area nav > ul > li ul.children li a:after,
.navigation-area nav > ul > li ul.sub-menu li a:after {
    right: 10px;
    position: absolute;
    top: 17px;
    transform: rotate(-45deg);
}

.navigation-area nav > ul li ul.children,
.navigation-area nav > ul li ul.sub-menu {
    background-color: #fff;
    padding: 15px 20px;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 5;
    top: 120%;
    left: 0;
    /* transform: scaleY(0); */
    transform-origin: 0 0 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

.navigation-area nav > ul li ul.children ul.children,
.navigation-area nav > ul li ul.children ul.sub-menu,
.navigation-area nav > ul li ul.sub-menu ul.children,
.navigation-area nav > ul li ul.sub-menu ul.sub-menu {
    top: -2px;
    left: 100%;
}

.navigation-area nav > ul li ul.children li,
.navigation-area nav > ul li ul.sub-menu li {
    position: static;
}

.navigation-area nav > ul li ul.children li a,
.navigation-area nav > ul li ul.sub-menu li a {
    overflow: hidden;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    color: #3a3a3a;
    padding: 10px 0;
    display: block;
    border-radius: 4px;
    line-height: 1.8;
    transition: padding .2s;
    white-space: nowrap;
    font-weight: normal;
}

.navigation-area nav > ul li ul.children li a:before,
.navigation-area nav > ul li ul.sub-menu li a:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: left 0.2s cubic-bezier(0.46, 0.51, 0.62, 0.92);
}

.navigation-area nav > ul li ul.children li a {
    position: relative;
}

.navigation-area nav > ul li ul.children li.page_item_has_children a {
    padding-right: 25px !important;
}

.navigation-area nav > ul li ul.children li a:after {
    position: absolute;
    top: calc(50% - 4px);
    right: 8px;
    transform: rotate(-45deg) scale(.9);
}

.navigation-area nav > ul li ul.children li a:hover,
.navigation-area nav > ul li ul.sub-menu li a:hover {
    color: var(--rt-primary-color);
    padding: 10px 0 10px 11px;
}

.navigation-area nav > ul li ul.children li a:hover:before,
.navigation-area nav > ul li ul.sub-menu li a:hover:before {
    left: 0;
}

.navigation-area nav > ul li.mega-menu ul.sub-menu ul.sub-menu {
    top: 120%;
    right: auto;
}

.navigation-area nav > ul li:hover > ul.children,
.navigation-area nav > ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.navigation-area nav > ul li.mega-menu:hover > ul.sub-menu {
    top: 100%;
}

.navigation-area nav > ul li:hover li.mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.rt-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -webkit-animation: upsdown 1000ms;
    animation: upsdown 1000ms;
}

.rt-sticky .navigation-area nav > ul > li > a {
    padding: 30px 15px;
}

@media only screen and (max-width: 1199px) {
    .rt-sticky .navigation-area nav > ul > li > a {
        padding: 30px 10px;
    }
}

body.admin-bar .rt-sticky {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .rt-sticky {
        top: 46px;
    }
}

@media (max-width: 600px) {
    body.admin-bar .rt-sticky {
        top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .hide-on-mobile-menu {
        display: none;
    }
}

.header-action ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-action ul li {
    margin-right: 20px;
}

.header-action ul li,
.header-action ul li a {
    font-weight: 500;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .header-action ul li {
        margin-right: 12px;
    }
}

.header-action ul li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .header-add-property-btn {
        display: none;
    }
}

.header-add-property-btn .item-btn {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    background-color: var(--rt-primary-color);
    border-radius: 4px;
    display: inline-block;
    align-items: center;
    z-index: 2;
    height: 44px;
    line-height: 42px;
    padding: 0 22px 0 64px;
}

.header-add-property-btn .item-btn:hover {
    color: #fff;
}

.header-add-property-btn .item-btn::after {
    background-color: var(--rt-secondary-color);
}

@media only screen and (max-width: 767px) {
    .header-add-property-btn .item-btn {
        height: 40px;
        font-size: 14px;
    }
}

.header-add-property-btn .item-btn span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 42px;
    background: rgba(0, 0, 0, .15);
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.header-add-property-btn .item-btn .btn-text {
    white-space: nowrap;
}

.header-add-property-btn .item-btn:hover span {
    background: var(--rt-primary-dark);
}


@media (max-width: 1023px) {
    .header-add-property-btn .item-btn span {
        width: 40px;
    }
}

.header-add-property-btn .item-btn span i {
    color: #fff;
}

.header-add-property-btn .item-btn i {
    transition: 0.4s;
}

.header-add-property-btn .item-btn:hover i {
    transform: rotate(180deg);
}

.header-action ul .has-count-number a {
    position: relative;
}

.header-action ul .has-count-number .count {
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 12px;
    background-color: var(--rt-primary-color);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: 0.3s ease-in-out;
}

.trheader .header-action ul .has-count-number a:hover .count {
    background-color: #fff;
    color: var(--rt-primary-color);
}

@media (max-width: 767px) {
    .header-action ul .has-count-number .count {
        top: -8px;
        right: -7px;
        font-size: 11px;
        width: 20px;
        height: 20px;
    }
}

.header-topbar {
    padding: 9px 0;
    background-color: #161616;
}

@media (max-width: 1199px) {
    .header-topbar {
        padding: 9px 30px 9px 0;
    }
}

@media only screen and (max-width: 1023px) {
    .header-topbar .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .header-topbar {
        display: none;
    }
}

.header-topbar .topbar-left {
    line-height: 1.2;
}

.header-topbar .topbar-left li {
    display: inline-flex;
    align-items: center;
    color: #bfc7d7;
    font-size: 14px;
    margin-right: 30px;
    line-height: 1.2;
}

@media only screen and (max-width: 479px) {
    .header-topbar .topbar-left li {
        font-size: 12px;
    }
}

.header-topbar .topbar-left li i {
    margin-right: 12px;
    font-size: 16px;
}

@media only screen and (max-width: 479px) {
    .header-topbar .topbar-left li i {
        font-size: 16px;
    }
}

.header-topbar .topbar-left li a {
    color: #fff;
}

.header-topbar .topbar-left li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 1199px) {
    .header-topbar .topbar-left li {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .header-topbar ul.topbar-right {
        display: none;
    }
}

@media (max-width: 600px) {
    .header-topbar .header-add-property-btn .item-btn {
        min-width: 50px;
    }
}

.header-topbar .topbar-right {
    margin-left: 10px;
}

.header-topbar .topbar-right li {
    display: inline-flex;
    margin-right: 45px;
    align-items: center;
}

@media only screen and (max-width: 479px) {
    .header-topbar .topbar-right li {
        margin-right: 4px;
    }
}

.header-topbar .topbar-right li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .header-topbar .topbar-right .live-chat {
        margin-right: 0;
    }
}

.header-topbar .topbar-right .live-chat a {
    color: #deede9;
    font-size: 15px;
}

@media only screen and (max-width: 479px) {
    .header-topbar .topbar-right .live-chat a {
        font-size: 14px;
    }
}

.header-topbar .topbar-right .live-chat a i {
    color: #858585;
    margin-right: 12px;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 479px) {
    .header-topbar .topbar-right .live-chat a i {
        font-size: 16px;
    }
}

.header-topbar .topbar-right .live-chat a:hover {
    color: #fff;
}

.header-topbar .topbar-right .live-chat a:hover i {
    color: #fff;
}

.header-topbar .topbar-right .social-icon label {
    font-size: 14px;
    color: #bfc7d7;
    margin-bottom: 0;
}

.header-topbar .topbar-right .social-icon a {
    color: #bfc7d7;
    margin-left: 16px;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.3;
}

.header-topbar .topbar-right .social-icon a:last-child {
    margin-right: 0;
}

.header-topbar .topbar-right .social-icon a:hover {
    color: #50c0ff;
}

.header-topbar .topbar-right .social-icon a:hover i {
    animation: bottomtotop .3s ease-in-out forwards;
}

.navigation-area nav li.mega-menu > ul.sub-menu {
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    left: -300px;
    visibility: hidden;
    opacity: 0;
    /* transform: scaleY(0); */
    transform-origin: 0 0 0;
    transition: all 0.3s ease-in-out;
}

.navigation-area nav li.mega-menu > ul.sub-menu > li {
    width: 230px;
    display: inline-block;
    margin: 0 5px;
    float: left;
}

.navigation-area nav li.mega-menu > ul.sub-menu > li > a {
    display: none;
}

.navigation-area nav li.mega-menu > ul.sub-menu > li > ul.children,
.navigation-area nav li.mega-menu > ul.sub-menu > li > ul.sub-menu {
    position: relative;
    width: 100%;
    left: auto;
    border: none;
    box-shadow: none;
}

.navigation-area nav li.mega-menu:hover > ul.sub-menu > li > ul.children,
.navigation-area nav li.mega-menu:hover > ul.sub-menu > li > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    background: none;
}

.navigation-area nav li.mega-menu-col-2 > ul.sub-menu {
    width: 495px;
    left: -190px;
    padding: 0;
}

/*Header icon Round Style */
@media (max-width: 1199px) {
    .header-topbar .container,
    .header-menu .container {
        max-width: 100%;
    }
}

.header-btn .search-icon-wrapper .cart-icon-products {
    padding: 20px;
    border: 1px solid var(--rt-primary-light2);
}

.header-btn .search-icon-wrapper .input-group {
    border-radius: 0;
}

.header-btn .search-icon-wrapper .input-group .form-control {
    border: none;
}

.header-icon-round .header-action ul {
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .trheader .header-icon-round .header-action ul {
        margin-right: 15px;
    }
}

.header-icon-round .header-action ul li {
    border-left: 1px solid var(--rt-primary-light2, #d1e5e0);
    padding: 0 20px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 83px;
}

.rt-sticky.header-icon-round .header-action ul li {
    height: 69px;
}

@media (min-width: 992px) {
    .rt-sticky.header-icon-round .header-action ul li {
        height: 84px;
    }
}

.header-icon-round .header-action ul li a {
    display: flex;
    align-items: center;
}

.header-menu .header-action ul li.button a:hover {
    color: var(--rt-secondary-color);
}

.header-menu .header-action ul li.button a:hover i::before {
    animation: bottomtotop .3s ease-in-out forwards;
}

.header-icon-round .header-action ul li.button .icon-round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--rt-primary-light2, #d1e5e0);;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    overflow: hidden;
}

.header-style-3 .header-icon-round .header-action ul li.button .icon-round {
    border: none;
    width: auto;
    background: none !important;
}

.header-style-3 .header-icon-round .header-action ul li.button .icon-round:hover svg path {
    background: none !important;
}

.header-icon-round .header-action ul li.button a:hover .icon-round {
    color: #fff;
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
}

@media (max-width: 1024px) {
    .header-icon-round .header-action ul li .icon-round {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .header-add-property-btn .item-btn .btn-text,
    .header-icon-round .header-action ul li.login-btn a span {
        display: none;
    }
}

.header-icon-round .header-action ul li i {
    margin: 0;
}

@media (max-width: 1350px) {
    .navigation-area nav.template-main-menu > ul > li > a {
        padding: 26px 12px;
    }

    .header-icon-round .header-action ul li {
        padding: 0 10px;
        height: 70px;
    }


    .header-icon-round .header-action ul li.button .icon-round {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .header-icon-round .header-action ul li {
        padding: 0 5px;
        height: 65px;
        border: none !important;
    }
}

@media (max-width: 500px) {
    .header-icon-round .header-action ul li.compare-btn {
        display: none;
    }
}

/*Header Width Default*/
.header-width-box-width .header-icon-round .header-action ul li {
    padding: 0 10px;
}

@media (min-width: 768px) {
    .header-style-1.header-width-box-width:not(.trheader) .header-icon-round .header-action ul li {
        padding: 0 15px;
    }
}

.header-width-box-width .header-add-property-btn .item-btn {
    padding: 0 14px 0 46px;
}

@media (min-width: 1200px) {
    .header-style-1 .header-width-box-width .header-icon-round .header-action ul li:nth-last-child(2),
    .header-style-2 .header-width-box-width .header-icon-round .header-action ul li:nth-last-child(2) {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .header-width-box-width .header-icon-round .header-action ul li {
        padding: 0 6px;
    }
}

@media (max-width: 1023px) {
    .header-add-property-btn .item-btn {
        padding: 0 14px 0 26px !important;
    }
}

@media (max-width: 550px) {
    .header-icon-round .header-action ul li.button .icon-round {
        width: 24px;
        height: 24px;
        border: none;
    }

    .header-width-box-width .header-icon-round .header-action ul li {
        padding: 0 4px;
        margin-left: 5px;
    }
}

@media (max-width: 550px) {
    .header-width-box-width .header-icon-round .header-action ul li.compare-btn {
        display: none;
    }
}

/*End Common Menu Style*/

/*******************************
Start Header Style - 2
********************************/

.header-style-2 .header-topbar {
    padding: 0;
    height: 50px;
    align-items: center;
    display: flex;
}

@media (max-width: 767px) {
    .header-style-2 .header-topbar {
        height: 40px;
    }

    .header-style-2 .header-topbar [class*=col-] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .header-style-2 .header-topbar .col-5 {
        display: none;
    }
}

.header-style-2 .header-add-property-btn {
    display: inline-flex;
    margin-left: 25px;
}

.header-style-2 .header-add-property-btn .item-btn {
    border-radius: 0;
    height: 50px;
    align-items: center;
    display: flex;
    padding: 0 14px 0 64px;
}

.header-style-2 .header-add-property-btn .item-btn span {
    width: 52px;
}

@media (max-width: 599px) {
    .header-style-2 .header-add-property-btn .item-btn span {
        width: 52px;
        position: relative;
    }

    .header-style-2 .header-add-property-btn .item-btn {
        padding: 0 !important;
    }
}

.header-style-2 .header-icon-round .header-action ul li {
    border: none !important;
    padding: 0 8px;
}

@media (min-width: 1200px) {
    .header-style-2 .header-icon-round .header-action ul:not(.cart_list) {
        margin-right: -8px;
    }
}

/*End Header-2 Style*/

/*******************************
Start Header Style - 3
********************************/

.header-style-3 .header-icon-round .header-action ul li {
    border-right: none !important;
    border-left: none !important;
}

.header-style-3.trheader .header-icon-round .header-action ul li {
    border-right-color: rgba(255, 255, 255, .1);
}

/*End Header Style - 3*/

/*******************************
Start Header Style - 4
********************************/

.header-style-4 .header-icon-round .header-action ul li {
    border: none !important;
    padding: 0 10px;
}

@media (max-width: 1140px) {
    .header-style-4 .header-icon-round .header-action ul li {
        padding: 0 6px;
    }
}

.header-style-4 .header-icon-round .header-action {
    margin-right: -10px;
}

.header-style-4 .header-add-property-btn .item-btn {
    color: #fff !important;
    border-radius: 30px;
    background-color: var(--rt-primary-color);
    border: none;
}

.header-style-4 .header-add-property-btn .item-btn:hover:after {
    background-color: rgba(0, 0, 0, .1);
}

.header-style-4 .header-add-property-btn .item-btn span i {
    color: #fff;
}

.header-style-4 .header-add-property-btn .item-btn:hover span {
    background-color: rgba(255, 255, 255, .25);
}

.header-style-4 .header-add-property-btn .item-btn,
.header-style-4 .header-width-box-width .header-add-property-btn .item-btn {
    padding: 0 22px 0 54px;
}

.header-style-4 .header-add-property-btn .item-btn:hover i,
.header-style-4 .header-add-property-btn .item-btn:hover {
    color: #fff;
}

.header-style-4 .header-add-property-btn .item-btn::after {
    background-color: var(--rt-primary-color);
}

/*End Header Style - 4*/


/*******************************
Start Header Style - 5
********************************/
.header-style-5 .header-menu:not(.rt-sticky) {
    background: none;
}

.header-style-5:not(.archive, .single) .site-header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.header-style-5 .header-icon-round .header-action ul li.compare-btn,
.header-style-5 .header-icon-round .header-action ul li.favourite,
.header-style-5 .header-icon-round .header-action ul li.cart-icon {
    display: none;
    opacity: 0;
    visibility: hidden;
}


.header-style-5 .header-icon-round .header-action ul li.search-icon,
.header-style-5 .header-icon-round .header-action ul li.login-btn {
    order: 10;
}

.header-style-5 .header-icon-round .header-action ul li.button .icon-round {
    background-color: var(--rt-primary-color);
    color: #fff;
    border: none;
}

/*End Header Style - 5*/


/*******************************
Start Header Style - 6
********************************/
.header-style-6 .header-menu .navigation-area.menu-center nav > ul {
    justify-content: left;
}
.header-style-6 .header-menu .header-content > div {
    flex: 1;
}
.header-style-6 .header-action ul {
    justify-content: flex-end;
}
.header-style-6 .header-icon-round .header-action ul li {
    border: none;
}
.header-style-6 .header-icon-round .header-action ul li.login-btn {
    order: -1;
}
.header-style-6 .header-icon-round .header-action ul li:is(.compare-btn, .favourite, .cart-icon) {
    display: none;
}

.header-style-6 .header-menu .header-content .logo-area {
    flex: 0 0 200px;
    max-width: 200px;
    text-align: center;
}
.header-style-6 .header-menu .header-content .navigation-area.menu-center {
    margin-left: 0;
}
.header-style-6 .header-add-property-btn .item-btn span {
    background: none;
    padding-right: 0;
    width: 37px;
    font-size: .9em;
}

.header-style-6 .header-icon-round .header-action ul li.button .icon-round {
    width: 32px;
    border: none;
}
.header-style-6 .header-action ul li a {
    font-size: 14px;
    @media (min-width: 1200px) {
        padding-left: 38px;
        padding-right: 26px;
    }
}

@media (min-width: 1024px) {
    .trheader.trheader-dark-menu.header-style-6 .header-add-property-btn .item-btn i {
        color: #fff !important;
    }
}

@media (max-width: 1023px) {
    .header-style-6 .header-action ul .header-add-property-btn i {
        color: var(--rt-primary-color)
    }
    .header-style-6 .header-action ul li a {
        font-size: 14px;
        background: var(--rt-primary-light3) !important;
        width: 35px;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
        border-radius: 4px;
    }
}

.header-style-6 .header-menu {
    box-shadow: none;
}
.header-style-6 .navigation-area nav.template-main-menu > ul > li > a,
.header-style-6 .navigation-area nav.template-main-menu > ul > li > a {
    border-bottom: none !important;
}

/*Header layout 7*/
.header-style-7 .header-menu .header-content .logo-area {
    text-align: left;
}
.header-style-7 .header-add-property-btn .item-btn {
    background: #fff;
    color: #212121
}
.header-style-7 .header-add-property-btn .item-btn:hover,
.header-style-7 .header-add-property-btn .item-btn:hover span {
    color: #fff
}
.header-style-7 .header-add-property-btn .item-btn span {
    transition: none;
}
@media (min-width: 1024px) {
    .header-style-7.trheader .site-header {
        margin-top: 30px;
    }
}
.header-style-7 .header-add-property-btn .item-btn span {
    width: 37px;
    font-size: .9em;
    color: var(--rt-primary-color);
}

.header-style-7 .header-add-property-btn .item-btn span i {
    color: inherit;
}
.header-style-7 .header-add-property-btn .item-btn {
    padding-left: 32px;
}
.header-style-7 .rt-sticky .header-action ul li.submit-btn a {
    background: var(--rt-primary-light3);
}
.header-style-7 .header-action ul li {
    padding-right: 0;
    padding-left: 10px;
}

/*End Header Style - 6*/

/*******************************
Start Transparent Header Style
********************************/

/*Transparent Topbar */
.trheader .header-topbar {
    background: transparent;
    z-index: 10;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.trheader .site-header {
    position: absolute;
    width: 100%;
    z-index: 99999;
    color: #fff;
}

@media (max-width: 1023px) {
    .trheader .site-header {
        position: relative;
        background-color: rgba(14, 37, 62, 0.95);
    }
}

.trheader .site-header::before {
    content: "";
    background: rgba(0, 0, 0, .5);
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 56%) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 56%) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    position: absolute;
    width: 100%;
    height: 220px;
    z-index: 9;
    pointer-events: none;
}

.trheader .header-menu {
    box-shadow: none;
    background-color: transparent;
    margin-top: -1px;
}

.trheader .rt-sticky.header-menu {
    padding-top: 0;
    z-index: 150;
    background-color: #0e2e50;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.trheader.trheader-dark-menu .rt-sticky.header-menu {
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.trheader.trheader-dark-menu .mean-bar .sidebarBtn,
.trheader.trheader-dark-menu .header-action ul li a i {
    color: #000 !important;
}
.trheader.trheader-dark-menu .header-action ul li a svg path {
    fill: #000
}
.trheader .rt-sticky.header-menu .header-content {
    margin-bottom: -1px;
}

.trheader .header-icon-round .header-action ul li {
    border: none !important;
    transition: 0.4s;
}

@media (max-width: 1023px) {
    .trheader .header-icon-round .header-action ul li {
        padding: 0 5px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .header-icon-round .header-action ul li.compare-btn,
    .header-icon-round .header-action ul li.favourite {
        display: none;
    }
}

.trheader .header-icon-round .header-action ul li {
    border-left: 1px solid rgba(255, 255, 255, .1);
}

.trheader:not(.trheader-dark-menu) .header-menu .navigation-area nav > ul > li > a {
    color: #fff;
}

.trheader.header-style-4:not(.trheader-dark-menu) .header-add-property-btn .item-btn span i,
.trheader:not(.trheader-dark-menu) .header-icon-round .header-action ul li a:hover,
.trheader:not(.trheader-dark-menu) .header-icon-round .header-action ul li a {
    color: #fff !important;
}

.trheader:not(.trheader-dark-menu) .header-menu .navigation-area nav > ul > li > a:hover {
    color: var(--rt-primary-light);
    border-bottom-color: var(--rt-primary-light);
}

.trheader:not(.trheader-dark-menu) .header-menu .navigation-area nav > ul > li > a:hover::after {
    border-color: var(--rt-primary-light);
}

.trheader:not(.trheader-dark-menu) .navigation-area nav > ul li.page_item_has_children > a:after,
.trheader:not(.trheader-dark-menu) .navigation-area nav > ul li.menu-item-has-children > a:after {
    border-color: #fff;
}

.trheader:not(.trheader-dark-menu) .mobile-offscreen-menu .mean-bar {
    background: rgba(0, 0, 0, .8);
}

.trheader .breadcrumbs-banner {
    padding: 163px 0 0;
    min-height: 250px;
}

@media (min-width: 1024px) {
    .trheader:not(.trheader-dark-menu) .header-icon-round .header-action ul li .icon-round {
        color: #fff;
    }
}

/*End Transparent Header Style*/

/*------------------- 4.5 Pagination -------------------*/
.pagination-number {
    text-align: center;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.pagination-number ul {
    display: flex;
    justify-content: center;
}

.pagination-number ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}

.pagination-number ul li i {
    font-size: 14px;
}

.pagination-number ul li:last-child {
    margin-right: 0;
}

.pagination-number ul li span,
.pagination-number ul li a {
    font-size: 18px;
    color: #717171;
    font-weight: 700;
    padding: 6px 16px;
    border: 1px solid #cbdbd7;
    border-radius: 4px;
    background-color: #fff;
    display: block;
}

.pagination-number ul li span.current,
.pagination-number ul li a:hover {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
    color: #fff;
}

.pagination-number ul li.pagi-next a,
.pagination-number ul li.pagi-previous a {
    font-size: 12px;
}

.pagination-number ul li.active a {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
    color: #fff;
}

.rtcl nav.rtcl-pagination {
    text-align: center;
    clear: both;
    padding-top: 20px;
}

.rtcl nav.rtcl-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    border: none;
    margin: 0;
}

.rtcl nav.rtcl-pagination ul.page-numbers li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    border: none;
}

.rtcl nav.rtcl-pagination ul.page-numbers li:last-child {
    margin-right: 0;
}

.rtcl nav.rtcl-pagination ul.page-numbers li .page-numbers {
    font-size: 20px;
    color: var(--rt-primary-color);
    font-weight: 500;
    padding: 11px 15px;
    border: 1px solid #e1e5ee;
    border-radius: 4px;
    background-color: #fff;
    font-family: var(--rt-body-font);
    line-height: 1;
    height: inherit;
}

.rtcl nav.rtcl-pagination ul.page-numbers li .page-numbers.current,
.rtcl nav.rtcl-pagination ul.page-numbers li .page-numbers:hover {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
    color: #fff;
}

@media screen and (max-width: 991px) {
    .rtcl nav.rtcl-pagination {
        margin-bottom: 30px;
    }
}

/*------------------- 4.7 Preloader -------------------*/
#preloader {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

/*------------------- 4.6 Section -------------------*/
section.section, .section {
    padding: 118px 0 90px;
}

@media only screen and (max-width: 991px) {
    section.section, .section {
        padding: 78px 0 50px;
    }
}

.ptb-100 {
    padding: 100px 0;
}

/*------------------- 4.9 Widget -------------------*/
.sidebar-widget .widget {
    margin-bottom: 30px;
}

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

.sidebar-widget .widget > div {
    box-shadow: none !important;
    padding: 0 !important;
}

.rtcl-agents-single-main .agent-email-area > h3,
.wp-block-search .wp-block-search__label,
.sidebar-widget .widget_block h2,
.sidebar-widget .widget-heading {
    font-family: var(--rt-heading-font);
    color: #212121;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 500;
}

.post-details .wp-block-search .wp-block-search__label,
.post-details .sidebar-widget .widget_block h2,
.post-details .sidebar-widget .widget-heading .post-details {
    margin-bottom: 15px;
}

.post-details .wp-block-search,
.post-details .block-editor-block-list__block {
    margin-bottom: 20px;
}

.sidebar-widget .widget .wp-block-image {
    margin-bottom: 0;
}

.widget {
    border-radius: 4px;
    padding: 25px 30px 30px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.single-product .widget.list-group {
    padding: 25px 30px 30px;
}

@media only screen and (max-width: 991px) {
    .sidebar-break-lg {
        margin-top: 50px;
    }
}

.widget-heading {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}

.widget_search {
    padding-top: 30px;
}

.widget_search .custom-search-form .search-box .form-control {
    border: none;
}

.widget-property-status .collapse-btn {
    margin-bottom: 4px;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 100%;
    text-align: left;
    position: relative;
}

.widget-property-status .collapse-btn:after {
    content: "\f106";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    color: var(--rt-primary-color);
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.widget-property-status .collapse-btn .widget-heading {
    margin-bottom: 0;
}

.widget-property-status .collapse-btn.collapsed:after {
    content: "\f107";
}

.widget-property-status .status-list li {
    border-bottom: 1px solid #e1e1e1;
}

.widget-property-status .status-list li:last-child {
    border-bottom: none;
}

.widget-property-status .status-list li:last-child a {
    padding-bottom: 0;
}

.widget-property-status .status-list li a {
    color: #646464;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.widget-property-status .status-list li a:hover {
    color: var(--rt-primary-color);
}

.rtcl .widget-title,
.rtcl .listing-sidebar h3 {
    font-size: 22px;
}

.rtcl-widget-listing-class .widget-heading,
.rtcl-widget-listing-class .widgettitle {
    margin-bottom: 20px;
    font-size: 22px;
}

.rtcl-widget-listing-class .rtcl-grid-view .rtcl-widget-listing-item {
    align-items: center;
    margin-bottom: 3px;
}

.rtcl-widget-listing-class .rtcl-grid-view .rtcl-widget-listing-item:last-child {
    margin-bottom: 0;
}

.rtcl-widget-listing-class .rtcl-grid-view .rtcl-widget-listing-item:hover .listing-thumb img {
    transform: scale(1.1);
}

.rtcl-widget-listing-item ul.listing-meta li span {
    margin-right: 15px;
    display: inline-block;
}

.rtcl-widget-listing-class .rtcl-grid-view .listing-thumb {
    flex: 0 0 31% !important;
    margin-right: 18px;
}

.rtcl-widget-border-enable .rtcl-widget-listing-class .rtcl-grid-view .listing-thumb {
    flex: 0 0 107px !important;
}

.rtcl-widget-listing-class .rtcl-grid-view .listing-thumb a {
    overflow: hidden;
    border-radius: 4px;
    display: block;
}

.rtcl-widget-listing-class .rtcl-grid-view .listing-thumb img {
    border-radius: 4px;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    min-height: 100px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 350px;
}

.rtcl-widget-listing-class .rtcl-grid-view .item-content {
    padding: 0 !important;
    line-height: initial;
}

.rtcl-widget-listing-class .rtcl-grid-view .item-content .property-type a {
    color: #acafbb;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}

.rtcl-widget-listing-class .rtcl-grid-view .item-content .listing-title {
    line-height: 24px;
    font-size: 16px !important;
    font-weight: 600;
    margin: 5px 0 8px;
    margin-top: -5px;
}

.rtcl-widget-border-enable .rtcl-widget-listing-class .rtcl-grid-view .item-content .listing-title {
    margin: 0;
    line-height: 20px;
}

.single-store .product-grid .product-box .product-content .item-title a,
.rtcl-widget-listing-class .rtcl-grid-view .item-content .listing-title a {
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rtcl-widget-border-enable .rtcl-widget-listing-class .rtcl-grid-view .item-content .listing-title a {
    display: block;
    text-overflow: unset;
}

.rtcl-widget-listing-class ul.listing-meta,
.rtcl-widget-listing-class .rtcl-widget-listing-item ul.listing-meta {
    color: #878c9f;
    font-size: 14px;
    margin-left: -5px;
}

.rtcl-widget-border-enable .rtcl-widget-listing-class ul.listing-meta,
.rtcl-widget-border-enable .rtcl-widget-listing-class .rtcl-widget-listing-item ul.listing-meta {
    margin-top: 0;
    margin-bottom: 5px;
}

.rtcl-widget-border-enable .rtcl-widget-listing-class ul.listing-meta {
    margin-bottom: 8px;
}

.rtcl-widget-listing-class ul.listing-meta i {
    color: #878c9f !important;
    font-size: 14px;
}

.widget.rtcl-widget-listing-class ul.listing-meta a {
    display: inline-block !important;
    margin-left: 5px;
    border-bottom: none !important;
    padding: 0;
}

.rtcl-widget-listing-class .rtcl-grid-view .item-content .listing-title a:hover {
    color: var(--rt-primary-color);
}

.rtcl-widget-listing-class .rtcl-grid-view .item-content .listing-price {
    font-weight: 500;
    padding: 0;
    color: #000;
}

.rtcl-widget-listing-class .rtcl-grid-view .item-content .listing-price .rtcl-price-range {
    display: inline-block;
}

.rtcl-widget-listing-class .rtcl-grid-view .item-content .listing-price .rtcl-price-amount {
    font-size: 18px;
    color: var(--rt-primary-color);
    font-weight: 600;
    font-family: var(--rt-heading-font);
}

.rtcl-widget-listing-class .item-content .listing-price .rtcl-price-range .dash,
.rtcl-widget-listing-class .item-content .listing-price .rtcl-price-range .price-to {
    display: none !important;
}

.rtcl-widget-listing-class .rtcl-grid-view .item-content .listing-price .rtcl-price-range + .rtcl-price-meta .rtcl-price-type-fixed {
    display: none;
}

.rtcl span.rtcl-price-meta {
    font-size: 14px;
}

.rtcl span.rtcl-price-meta i {
    font-style: normal;
    margin-right: 2px;
    font-size: 18px;
}

.widget_recent_comments ul li a {
    color: #111;
}

.widget_recent_comments ul li a:hover {
    color: var(--rt-primary-color);
}

.sidebar-widget .widget_block .wp-block-latest-comments {
    margin-top: -11px;
}

.sidebar-widget .widget_recent_comments ul li,
.sidebar-widget .widget_block .wp-block-latest-comments li {
    transition: 0.4s;
    margin-bottom: 0;
}

.sidebar-widget .widget_categories ul li a,
.sidebar-widget .widget_archive ul li a {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sidebar-widget .widget_block .wp-block-latest-comments li,
.sidebar-widget .widget_block .wp-block-latest-posts li a,
.sidebar-widget .widget_recent_comments ul li,
.sidebar-widget .widget_meta ul li a,
.sidebar-widget .widget_recent_entries ul li a,
.sidebar-widget .widget_nav_menu ul li a,
.sidebar-widget .widget_pages ul li a,
.sidebar-widget .widget_categories ul li a,
.sidebar-widget .widget_archive ul li a {
    color: #878c9f;
    padding: 11px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 14px;
    font-size: 15px;
}


.sidebar-widget .widget_block .wp-block-latest-comments li::before,
.sidebar-widget .widget_block .wp-block-latest-posts li a::before,
.sidebar-widget .widget_recent_comments ul li::before,
.sidebar-widget .widget_meta ul li a::before,
.sidebar-widget .widget_recent_entries ul li a::before,
.sidebar-widget .widget_nav_menu ul li a::before,
.sidebar-widget .widget_pages ul li a::before,
.sidebar-widget .widget_categories ul li a::before,
.sidebar-widget .widget_archive ul li a::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d4d7de;
    transition: all 0.3s ease-in-out;
}

.sidebar-widget .widget_block .wp-block-latest-posts li a:hover::before,
.sidebar-widget .widget_meta ul li a:hover::before,
.sidebar-widget .widget_recent_entries ul li a:hover::before,
.sidebar-widget .widget_nav_menu ul li a:hover::before,
.sidebar-widget .widget_pages ul li a:hover::before,
.sidebar-widget .widget_categories ul li a:hover::before,
.sidebar-widget .widget_archive ul li a:hover::before {
    background-color: var(--rt-primary-dark);
    left: 10px;
}


.sidebar-widget .widget_recent_comments ul li:hover::before,
.sidebar-widget .widget_block .wp-block-latest-comments li:hover::before {
    background-color: var(--rt-primary-dark);
}


.sidebar-widget .widget_block .wp-block-latest-posts li a:hover,
.sidebar-widget .widget_meta ul li a:hover,
.sidebar-widget .widget_recent_entries ul li a:hover,
.sidebar-widget .widget_nav_menu ul li a:hover,
.sidebar-widget .widget_pages ul li a:hover,
.sidebar-widget .widget_categories ul li a:hover,
.sidebar-widget .widget_archive ul li a:hover {
    color: var(--rt-primary-color);
    padding-left: 25px;
}

.sidebar-widget .widget_recent_comments ul li a:hover,
.sidebar-widget .widget_block .wp-block-latest-comments li a:hover {
    color: var(--rt-primary-color);
}

.sidebar-widget .widget_block .wp-block-latest-comments li::before {
    top: 23px;
}

.sidebar-widget .widget_block .wp-block-latest-comments li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.need-homlisti-core .sidebar-widget .widget ul li a:hover:before {
    left: 0 !important;
}

.need-homlisti-core .sidebar-widget .widget_block .wp-block-latest-posts li a:hover,
.need-homlisti-core .sidebar-widget .widget_meta ul li a:hover,
.need-homlisti-core .sidebar-widget .widget_recent_entries ul li a:hover,
.need-homlisti-core .sidebar-widget .widget_nav_menu ul li a:hover,
.need-homlisti-core .sidebar-widget .widget_pages ul li a:hover,
.need-homlisti-core .sidebar-widget .widget_categories ul li a:hover,
.need-homlisti-core .sidebar-widget .widget_archive ul li a:hover {
    padding-left: 14px !important;
}

.sidebar-widget .widget {
    font-size: 15px;
}

.widget-banner {
    padding: 0;
    border: none;
}

@media only screen and (max-width: 991px) {
    .widget-banner {
        background-color: transparent;
        text-align: center;
    }
}

.widget-banner a {
    border-radius: 4px;
}

.widget-banner a img {
    border-radius: 4px;
}

.rtcl-listing-user-info .widget-contact-form.list-group .widget-heading {
    font-size: 22px;
    margin-bottom: 20px;
    color: #212121;
}

.rtcl-listing-user-info .widget-contact-form.list-group a {
    transition: all 0.3s ease-in-out;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media {
    margin-bottom: 20px;
    margin-top: 0 !important;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .item-img {
    margin-right: 10px;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .item-img img {
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 5px;
    box-sizing: content-box;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-title {
    font-size: 18px;
    margin-bottom: 0;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-title a {
    color: var(--rt-primary-color);
    font-weight: 500;
    text-transform: capitalize;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-title a:hover {
    color: var(--rt-primary-color);
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-number {
    line-height: 25px;
    display: block;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-number.reveal-phone {
    display: flex;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-number.reveal-phone.whatsapp div.numbers a {
    pointer-events: none;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-number i {
    margin-right: 5px;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-number a i {
    display: none;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-number.whatsapp i {
    color: #25d366;
    font-size: 18px;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-number,
.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-email {
    color: #212121;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-email {
    font-size: 15px;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-number .text-muted {
    color: var(--rt-primary-color) !important;
    font-size: 15px;
    margin-left: 8px;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-number .rtcl-icon-whatsapp {
    display: none;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-email a,
.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-number a {
    color: #212121;
}

.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-email a:hover,
.rtcl-listing-user-info .widget-contact-form.list-group .media .media-body .item-number a:hover {
    color: var(--rt-primary-color);
}

.rtcl-listing-user-info .widget-contact-form.list-group .form-group .form-control {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.advance-search-form .search-keyword .input-group .form-control,
.select2-container--classic .select2-selection--single .select2-selection__rendered,
.advance-search-form .search-keyword .input-group .form-control::placeholder,
.advanced-search-banner .banner-box .search-keyword .input-group .form-control::placeholder,
.rtcl-listing-user-info .widget-contact-form.list-group .form-group .form-control::placeholder {
    color: #878c9f;
    font-size: 15px;
    font-weight: 400;
}

.rtcl-agents-single-main .agent-email-area form .form-group .form-control:hover,
.rtcl-agents-single-main .agent-email-area form .form-group .form-control:focus,
.rtcl-listing-user-info .widget-contact-form.list-group .form-group .form-control:hover,
.rtcl-listing-user-info .widget-contact-form.list-group .form-group .form-control:focus {
    border-color: #979bac;
}

.rtcl-listing-user-info .widget-contact-form.list-group .rtcl-chat-website-link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.rtcl-listing-user-info .widget-contact-form.list-group .rtcl-chat-website-link .btn {
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    border: none;
    height: 41px;
    padding: 0 23px;
    line-height: 41px;
    border-radius: 30px;
    font-size: 13px;
}

.rtcl-listing-user-info .widget-contact-form.list-group .rtcl-chat-website-link .btn:hover {
    color: #fff;
    box-shadow: 0 7px 18px 0 rgba(var(--rt-primary-rgb), 0.32) !important;
}

.rtcl-listing-user-info .widget-contact-form.list-group .rtcl-website-link {
    background-color: var(--rt-primary-light3, #eaf7f4);
    margin-right: 10px;
    color: var(--rt-primary-color);
}

.rtcl-listing-user-info .widget-contact-form.list-group .rtcl-chat-link {
    background-color: var(--rt-primary-light3, #eaf7f4);
    margin-right: 10px;
    color: var(--rt-primary-color);
}

.rtcl-listing-user-info .widget-contact-form.list-group .rtcl-chat-link i {
    margin-right: 5px;
}

.rtcl-listing-user-info .widget-contact-form.list-group .rtcl-do-email #rtcl-contact-form {
    display: block !important;
    margin-top: 20px;
    padding: 0;
}

#rtcl-contact-form input[type=checkbox] {
    width: 20px;
    height: 20px;
}

#rtcl-contact-form .terms-and-condition {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 5px;
}

.rtcl-listing-user-info .widget-contact-form.list-group .rtcl-do-email #rtcl-contact-form .submit-btn {
    border-radius: 3px;
    background-color: var(--rt-primary-color);
    box-shadow: 0 7px 18px 0 rgba(var(--rt-primary-rgb), 0.32);
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.2px;
}

.rtcl-listing-user-info .widget-contact-form.list-group .rtcl-do-email #rtcl-contact-form .submit-btn:hover {
    background-color: var(--rt-primary-dark);
}


@media (min-width: 992px) {
    .single-rtcl_listing .row.rtcl-listing-content-area .col-lg-8 {
        -ms-flex: 0 0 65.3%;
        flex: 0 0 65.3%;
        max-width: 65.3%;
    }

    .single-rtcl_listing .row.rtcl-listing-content-area .col-lg-4 {
        -ms-flex: 0 0 34.7%;
        flex: 0 0 34.7%;
        max-width: 34.7%;
    }
}

.rtcl-listing-user-info .rtcl-member-store-info {
    margin-bottom: 20px;
    padding: 0;
}

.rtcl-listing-user-info .rtcl-member-store-info span.title {
    display: none;
}

.rtcl-listing-user-info .rtcl-member-store-info .media {
    display: block;
    margin-bottom: 0 !important;
}

.rtcl-listing-user-info .rtcl-member-store-info .media .media-body {
    font-size: 15px;
    line-height: 25px;
}

.rtcl-listing-user-info .rtcl-member-store-info .media .media-body .agency-email a {
    color: #212121;
    font-weight: 400;
    display: none;
}

.rtcl-listing-user-info .rtcl-member-store-info .media .media-body .agency-email a:hover {
    color: var(--rt-primary-color);
}

.rtcl-listing-user-info .rtcl-member-store-info .media .media-body .store-rating {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
}

.rtcl-listing-user-info .rtcl-member-store-info .media .media-body .store-rating .reviews-rating-count {
    font-size: 14px;
    color: #878c9f;
}

.rtcl-listing-user-info .rtcl-member-store-info .media .media-body .store-rating .star-rating {
    margin-right: 5px;
}

.rtcl-listing-user-info .rtcl-member-store-info .media > a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #dadada;
    float: left;
    padding: 5px;
    margin-right: 10px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .rtcl-listing-user-info .rtcl-member-store-info .media > a {
        width: 200px;
        height: 200px;
        float: none;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }

    .rtcl-listing-user-info .rtcl-member-store-info {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .rtcl-listing-user-info .rtcl-member-store-info .media > a {
        width: 150px;
        height: 150px;
        float: none;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }

    .rtcl-listing-user-info .rtcl-member-store-info {
        text-align: center;
    }
}

.rtcl-listing-user-info .rtcl-member-store-info .media > a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
}

.rtcl-listing-user-info .rtcl-member-store-info .media .media-body a:hover {
    color: var(--rt-primary-color);
}

.rtcl-listing-user-info .rtcl-member-store-info .media .media-body h5 {
    font-size: 20px;
    margin-bottom: 5px;
}

.rtcl-listing-user-info .rtcl-member-store-info .media .media-body h5 a {
    color: #212121;
}

.rtcl-listing-user-info p:empty::before {
    content: none;
}

.store-form-wrapper .widget-heading {
    font-size: 20px !important;
}

.store-form-wrapper .form-group .form-control {
    border: 1px solid #e7e7e7;
}

.store-form-wrapper .btn {
    width: 100%;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    color: #fff;
    padding: 18px 35px;
    background-color: var(--rt-primary-color);
    transition: all 0.3s ease-in-out;
    line-height: 100%;
}

.store-form-wrapper .btn.sc-submit {
    border-radius: 4px !important;
}

.store-form-wrapper .btn:hover {
    background-color: var(--rt-primary-dark);
    color: #fff;
}

.mortgage-calculator .form-group .form-control {
    border: 1px solid #e1e5ee;
    padding: 0 20px;
    border-radius: 4px;
}

.mortgage-calculator .subtitle {
    color: #878c9f;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}

.mortgage-calculator .form-group label {
    margin-bottom: 0;
    font-size: 15px;
    color: #212121;
    font-weight: 600;
}

.mortgage-calculator .form-btn {
    border: none;
    padding: 0;
    padding-top: 5px;
}

.mortgage-calculator .emi-text {
    display: none;
    margin-top: 15px;
}

.mortgage-calculator .emi-text span {
    background: #f8f8f8;
    padding: 5px 10px;
    text-align: center;
    display: block;
    width: 100%;
}

.mortgage-calculator .form-group .submit-btn {
    box-shadow: 0 7px 18px 0 rgba(var(--rt-primary-rgb), 0.32);
    height: 52px;
    font-size: 12px;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .mortgage-calculator .form-group .submit-btn {
        width: 145px;
    }
}

.mortgage-calculator .form-group .reset-btn {
    background: transparent;
    border: none;
    color: #878c9f;
    font-size: 15px;
    float: right;
    min-height: 53px;
    line-height: 53px;
}

.mortgage-calculator .form-group .reset-btn:hover {
    color: var(--rt-primary-dark);
}

.mortgage-calculator .form-group .reset-btn i {
    margin-right: 10px;
}

.mortgage-calculator .form-group .reset-btn:hover i::before {
    display: inline-block;
    transition: 0.4s;
    transform: rotate(180deg);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mortgage-calculator .form-group .reset-btn i {
        display: none;
    }
}

.rtcl-widget-filter-class .widget-title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #212121;
}

.sidebar-widget .rtcl .widget-title {
    color: #212121;
    font-size: 20px;
}

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

.rtcl-widget-filter-class .panel-block .rtcl-filter-form .ui-accordion-item .ui-accordion-title {
    color: #000;
    font-size: 16px;
}

.rtcl-widget-filter-class .panel-block .rtcl-filter-form .ui-buttons.has-expanded .btn {
    padding: 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    border: none;
}

.rtcl-widget-filter-class .panel-block .rtcl-filter-form .ui-buttons.has-expanded .btn:hover {
    background-color: var(--rt-primary-dark);
}

.rtcl-widget-filter-class .panel-block ul.filter-list li,
.rtcl-widget-filter-class .panel-block ul.ui-link-tree li {
    margin: 0;
}

.rtcl-widget-filter-class .panel-block ul.filter-list li a,
.rtcl-widget-filter-class .panel-block ul.ui-link-tree li a {
    padding: 0;
    border-bottom: none;
    color: #646464;
}

.rtcl-widget-filter-class .panel-block ul.filter-list li a:hover,
.rtcl-widget-filter-class .panel-block ul.ui-link-tree li a:hover {
    color: var(--rt-primary-color);
}

.rtcl-widget-filter-class .panel-block ul.filter-list li .rtcl-icon,
.rtcl-widget-filter-class .panel-block ul.ui-link-tree li .rtcl-icon {
    color: #646464;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.rtcl-widget-filter-class .panel-block ul.filter-list li.active > a,
.rtcl-widget-filter-class .panel-block ul.ui-link-tree li.active > a {
    color: var(--rt-primary-color);
}

.rtcl-widget-filter-class .panel-block ul.filter-list li.has-sub .arrow,
.rtcl-widget-filter-class .panel-block ul.ui-link-tree li.has-sub .arrow {
    top: 0;
}

.listing-sidebar .sidebar-widget .widget-heading {
    margin-bottom: 20px;
}

.listing-sidebar .rtcl-social-profile-wrap {
    padding: 20px 30px;
    background-color: #fff;
}

.listing-sidebar .rtcl-social-profile-wrap .rtcl-social-profile-label {
    font-weight: 600;
    margin-right: 0;
    color: #000;
}

.listing-sidebar .rtcl-social-profile-wrap .rtcl-social-profiles a {
    transition: all 0.3s ease-in-out;
}

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

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

.listing-sidebar .rtcl-social-profile-wrap .rtcl-social-profiles a i:before {
    margin: 0;
}

.rtcl-widget-listings .rtcl-grid-view .listing-thumb {
    position: relative;
}

.rtcl-widget-listings .rtcl-grid-view .listing-thumb .listing-type-badge {
    display: none;
    position: absolute !important;
    top: 5px;
    left: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1.9;
    padding: 0 8px;
    text-transform: capitalize;
    font-family: var(--rt-heading-font);
}

.rtcl-widget-is-sticky .rtcl-widget-listings .rtcl-grid-view .rtcl-widget-listing-item:first-child {
    display: block;
}

@media (min-width: 992px) {
    .rtcl-widget-is-sticky .rtcl-widget-listings .rtcl-grid-view .rtcl-widget-listing-item:first-child .listing-thumb {
        max-height: 190px;
    }
}

.rtcl-widget-is-sticky .rtcl-widget-listings .rtcl-grid-view .rtcl-widget-listing-item:first-child .listing-thumb {
    margin-right: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.rtcl-widget-is-sticky .rtcl-widget-listings .rtcl-grid-view .rtcl-widget-listing-item:first-child .listing-thumb .listing-type-badge {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    padding: 0 14px;
    text-align: center;
    border-radius: 2px;
    left: 15px;
    top: 14px;
}

.rtcl span.rtcl-price-meta {
    align-items: center;
}

.rtcl-widget-is-sticky .rtcl-widget-listings .rtcl-grid-view .rtcl-widget-listing-item .property-type {
    display: none;
}

.rtcl-widget-is-sticky .rtcl-widget-listings .rtcl-grid-view .rtcl-widget-listing-item .listing-thumb {
    flex: 0 0 35% !important;
    min-height: 100px;
}

.rtcl-widget-is-sticky .rtcl-widget-listings .rtcl-grid-view .rtcl-widget-listing-item:first-child .property-type {
    display: block;
}

.rtcl-widget-is-sticky .rtcl-widget-listings .rtcl-grid-view .rtcl-widget-listing-item:first-child .listing-title {
    font-size: 18px !important;
    line-height: 25px;
}

.rtcl-widget-is-sticky .rtcl-widget-listings .rtcl-grid-view .rtcl-widget-listing-item:first-child .rtcl-price-amount {
    font-size: 20px !important;
}

.rtcl-widget-is-sticky .rtcl-widget-listings .rtcl-grid-view .rtcl-widget-listing-item .rtcl-price-type-fixed {
    font-size: 14px;
}

.rtcl-widget-is-sticky .rtcl-widget-listings .rtcl-grid-view .rtcl-widget-listing-item ul.listing-meta {
    margin-bottom: 5px;
}

.rtcl-widget-is-sticky .rtcl-widget-listings .rtcl-grid-view .rtcl-widget-listing-item .item-content .listing-title a {
    overflow: hidden;
    text-overflow: none;
    display: block;
}

.rtcl-widget-is-sticky .rtcl-widget-listings .rtcl-grid-view .rtcl-widget-listing-item .item-content .listing-title {
    margin-bottom: 8px;
}

@media (max-width: 991px) {
    .single-product .listing-sidebar {
        margin-top: 50px;
    }
}

.rtcl-geo-address-field {
    margin-bottom: 15px;
}

.rtcl-range-slider-field input[type=range] {
    -webkit-appearance: none;
    margin: 12px 0;
    width: 100%;
    border: none;
    height: auto;
}

.rtcl-range-slider-field input[type=range]:focus {
    outline: none;
}

.rtcl-range-slider-field input[type=range]:focus::-webkit-slider-runnable-track {
    background: #bababa;
}

.rtcl-range-slider-field input[type=range]:focus::-ms-fill-lower {
    background: var(--rt-primary-color);
}

.rtcl-range-slider-field input[type=range]:focus::-ms-fill-upper {
    background: #bababa;
}

.rtcl-range-slider-field input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: none;
    background: #bababa;
    border-radius: 0;
    border: none;
}

.rtcl-range-slider-field input[type=range]::-webkit-slider-thumb {
    box-shadow: none;
    border: none;
    height: 18px;
    width: 12px;
    border-radius: 4px;
    background: var(--rt-primary-color);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -5px;
}

.rtcl-range-slider-field input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: none;
    background: #bababa;
    border-radius: 0;
    border: none;
}

.rtcl-range-slider-field input[type=range]::-moz-range-thumb {
    box-shadow: none;
    border: none;
    height: 18px;
    width: 12px;
    border-radius: 4px;
    background: var(--rt-primary-color);
    cursor: pointer;
}

.rtcl-range-slider-field input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

.rtcl-range-slider-field input[type=range]::-ms-fill-lower {
    background: var(--rt-primary-color);
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.rtcl-range-slider-field input[type=range]::-ms-fill-upper {
    background: #bababa;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.rtcl-range-slider-field input[type=range]::-ms-thumb {
    box-shadow: none;
    border: none;
    height: 18px;
    width: 12px;
    border-radius: 0;
    background: var(--rt-primary-color);
    cursor: pointer;
}

.listing-sidebar-mobile {
    display: none;
}

/*RTCL Live Chat */

body #rtcl-chat-modal {
    border-radius: 0;
}

.rtcl-MyAccount-navigation span.rtcl-unread-badge {
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 18px;
    font-weight: bold;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    font-size: 12px;
}

.rtcl-chat-website-link .rtcl-chat-unread-count {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.rtcl-chat-website-link span.rtcl-unread-badge {
    position: static;
    padding: 4px 6px;
}

/*End RTCL Live Chat */

/*RTCL Single Comment */
.single-rtcl_listing .product-comment {
    font-size: 15px;
}

.single-rtcl_listing .media-info img {
    border-radius: 50%;
    box-shadow: 0 1px #ddd;
}

.single-rtcl_listing .product-comment ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.single-rtcl_listing .product-comment .media-body {
    padding-left: 15px;
}

.single-rtcl_listing .product-comment h5.item-title {
    margin-bottom: 0;
}

.single-rtcl_listing .product-comment p.comment-awaiting-moderation {
    margin: 0;
}

/* End RTCL Single Comment */

@media screen and (max-width: 991px) {
    .listing-sidebar-desktop {
        display: none;
    }

    .listing-sidebar-mobile {
        display: block;
    }

    .listing-sidebar-mobile .rtcl-social-profile-wrap {
        margin-bottom: 50px;
    }
}

/*=======================================================================
5. Template Page Style
=========================================================================*/
/*------------------- 5.1 404 -------------------*/
.erorr-page.content-area {
    padding: 0;
}

.erorr-page .motion-effects-wrap {
    padding: 200px 0;
}

@media only screen and (max-width: 1199px) {
    .erorr-page {
        padding: 130px 0;
    }
}

@media only screen and (max-width: 991px) {
    .erorr-page {
        padding: 110px 0;
    }
}

@media only screen and (max-width: 767px) {
    .erorr-page {
        padding: 100px 0;
    }
}

.erorr-page .erorr-box {
    text-align: center;
    position: relative;
    z-index: 9;
}

.erorr-page .erorr-box .error-img {
    margin-bottom: 60px;
}


.erorr-page .erorr-box .item-title {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 50px;
}

.erorr-page .erorr-box .item-subtitle {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 70px;
}

.erorr-page .motion-effects-wrap {
    position: relative;
}

.erorr-page .animate-image {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 860px) {
    .erorr-page .animate-image {
        width: 50%;
        height: auto;
    }

    .erorr-page .image-404 {
        max-width: 80%;
    }
}

.erorr-page .follow-with-mouse.img1 {
    left: 40px;
    top: -100px;
}

.erorr-page .follow-with-mouse.img2 {
    left: 50%;
    top: 10px;
}

.erorr-page .follow-with-mouse.img3 {
    left: 0;
    top: 300px;
}

.erorr-page .erorr-box .item-btn {
    background-color: var(--rt-primary-color);
    border-radius: 4px;
    padding: 15px 50px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.erorr-page .erorr-box .item-btn:hover {
    background-color: var(--rt-primary-dark);
}

/*------------------- 5.1 Advanced Search -------------------*/
.advance-search-form {
    position: relative;
}

.advance-search-form .search-radio {
    margin-bottom: 30px;
}

.advance-search-form .search-radio ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .advance-search-form .search-radio ul {
        justify-content: flex-start;
        font-size: 14px;
    }

    .advance-search-form .search-radio ul li {
        margin-right: 10px;
    }

    .advance-search-form .search-radio {
        margin-bottom: 10px;
    }
}

.advance-search-form .search-radio li {
    display: inline-block;
    margin-right: 30px;
    color: #fff;
}

.advance-search-form .search-radio li .category-image,
.advance-search-form .search-radio li i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    display: flex;
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 14px;
    transition: 0.4s;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.advance-search-form .search-radio li .category-image {
    border: 2px solid transparent;
    box-sizing: content-box;
}

.advance-search-form .search-radio label:hover .category-image,
.advance-search-form .search-radio label.active .category-image {
    background-color: var(--rt-primary-dark) !important;
    border-color: var(--rt-primary-dark) !important;
}

.advance-search-form .search-radio li .category-image img {
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
    border-radius: 50%;
}

.advance-search-form .search-radio li i::before {
    margin: 0;
}

.advance-search-form .search-radio li i.rtcl-icon-bank {
    font-size: 12px;
}

.advance-search-form .search-radio li i.rtcl-icon-bank::before {
    margin-left: -1px;
}

.advance-search-form .search-radio input[type="radio"] {
    display: none;
}

.advance-search-form label {
    line-height: 1.2;
}

/*.orientation-inline .advance-search-form label {*/
/*    display: none;*/
/*}*/

.orientation-inline .price-range {
    margin-top: 18px;
}

.orientation-inline .search-button {
    display: none;
}

.advance-search-form .search-radio label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.advance-search-form .search-radio label:hover i,
.advance-search-form .search-radio label.active i {
    background-color: var(--rt-primary-dark) !important;
    color: #fff !important;
}

.widget_homlisti_advanced_search.home2 .advance-search-form .search-radio label i,
.widget_homlisti_advanced_search.home2 .advance-search-form .search-radio label i {
    background-color: var(--rt-primary-dark) !important;
}


.advance-search-form .search-box {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    position: relative;
    line-height: 56px;
}

/*Advance Search Style 4 */

.advanced-search-banner .banner-layout-home4 .advance-search-form .rtcl-radius-group,
.advanced-search-banner .banner-layout-home4 .advance-search-form .search-select {
    /*border-right: none;*/
}

.banner-layout-home4 .ad-type-wrapper ul {
    display: flex;
    flex-wrap: wrap;
}

.banner-layout-home4 .ad-type-wrapper ul label {
    padding: 10px 28px 27px;
    background: #fff;
    margin-bottom: -18px;
    margin-right: 4px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    font-size: 15px;
    color: #000;
}

@media (max-width: 991px) {
    .banner-layout-home4 .ad-type-wrapper ul label {
        padding: 10px 28px;
        margin-bottom: 5px;
    }
}

.banner-layout-home4 .ad-type-wrapper ul label:hover,
.banner-layout-home4 .ad-type-wrapper ul label.active {
    background: var(--rt-primary-color) !important;
    color: #fff !important;
}

/*Banner style 5*/
.banner-layout-home5 .advance-search-form .search-radio label {
    background: #fff;
    color: #212121;
    padding: 9px 13px;
    border-radius: 4px;
    font-size: 15px;
    margin: 0;
}

.banner-layout-home5 .advance-search-form .search-radio label:hover,
.banner-layout-home5 .advance-search-form .search-radio label.active {
    background: var(--rt-primary-color);
    color: #fff;
}
.banner-layout-home5 .advance-search-form .search-radio label.active i {
    color: #fff;
}
.banner-layout-home5 .advance-search-form .search-radio label i {
    color: #212121;
    background: none !important;
    width: auto;
    height: auto;
    transition: none;
    opacity: .7;
}
.banner-layout-home5 .advance-search-form .search-radio li {
    margin: 0;
}
.banner-layout-home5 .advance-search-form .search-radio {
    margin-bottom: 6px;
}
@media (min-width: 992px) {
    .banner-layout-home5 .advance-search-form {
        width: 796px;
    }
}
.banner-layout-home5 .advance-search-form .search-radio ul {
    justify-content: flex-start;
    gap: 5px;
}
.advanced-search-banner .banner-layout-home5.banner-box .search-btn .advanced-btn,
.banner-layout-home5 .advance-search-form .search-box .select2-container--classic .select2-selection--single,
.banner-layout-home5 .advance-search-form .search-box .form-control {
    background: var(--rt-primary-light3, #edf9f6);
    @media (max-width: 767px) {
        background: #f3f5f5;
    }
}
.banner-layout-home5 .advance-search-form .search-box {
    line-height: 50px;
    padding: 0;
    border-radius: 6px;
    gap: 7px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .08);

}
@media (max-width: 992px) {
    .banner-layout-home5 .advance-search-form .search-box {
        padding: 30px;
        background: #fff;
    }
}
.advanced-search-banner .banner-layout-home5.banner-box .search-btn .submit-btn,
.advanced-search-banner .banner-layout-home5.banner-box .search-select .select2-container--classic .select2-selection--single,
.advanced-search-banner .banner-layout-home5.banner-box .search-keyword .input-group .form-control {
    height: 50px !important;
    line-height: 50px !important;
    border-radius: 5px;
    padding-left: 14px;
}
.advanced-search-banner .banner-layout-home5.banner-box .search-keyword .input-group .form-control {
    padding-left: 28px !important;
}
.advanced-search-banner .banner-layout-home5.banner-box .search-btn button {
    border-radius: 5px;
    min-width: 50px;
    width: 50px;
    height: 50px !important;
    max-width: 50px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advanced-search-banner .banner-layout-home5 .advance-search-form .search-select {
    border: none !important;
}
.advanced-search-banner .banner-layout-home5 .advance-search-form .search-item {
    position: relative;
}
.advanced-search-banner .banner-layout-home5 .advance-search-form .search-box .search-item:not(.search-btn)::before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.advanced-search-banner .banner-layout-home5 .advance-search-form .search-box .search-item.search-keyword::before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 16.5L12.875 12.875M14.8333 8.16667C14.8333 11.8486 11.8486 14.8333 8.16667 14.8333C4.48477 14.8333 1.5 11.8486 1.5 8.16667C1.5 4.48477 4.48477 1.5 8.16667 1.5C11.8486 1.5 14.8333 4.48477 14.8333 8.16667Z' stroke='%2369918A' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.advanced-search-banner .banner-layout-home5 .advance-search-form .search-box .search-item.rtin-location::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5455 7.54545C14.5455 12.6364 8.00004 17 8.00004 17C8.00004 17 1.45459 12.6364 1.45459 7.54545C1.45459 5.80949 2.1442 4.14463 3.37171 2.91712C4.59922 1.68961 6.26408 1 8.00004 1C9.73601 1 11.4009 1.68961 12.6284 2.91712C13.8559 4.14463 14.5455 5.80949 14.5455 7.54545Z' stroke='%2369918A' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.00004 9.72727C9.20503 9.72727 10.1819 8.75044 10.1819 7.54545C10.1819 6.34047 9.20503 5.36364 8.00004 5.36364C6.79506 5.36364 5.81823 6.34047 5.81823 7.54545C5.81823 8.75044 6.79506 9.72727 8.00004 9.72727Z' stroke='%2369918A' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.advanced-search-banner .banner-layout-home5 .advance-search-form .search-box .search-item.ad-type::before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 12.75L9 16.5L16.5 12.75M1.5 9L9 12.75L16.5 9M9 1.5L1.5 5.25L9 9L16.5 5.25L9 1.5Z' stroke='%2369918A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.advanced-search-banner .banner-layout-home5 .search-box div {
    border-radius: 5px !important;
}
.banner-layout-home5 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    margin-top: -7px;
}

.advanced-search-banner .banner-layout-home5 .search-box .search-btn {
    gap: 5px;
}
.banner-layout-home5 .advance-search-form .search-btn .advanced-btn {
    flex: 0;
}
.banner-layout-home5 .advance-search-form .search-btn .search-btn-label {
    display: none;
}

.advanced-search-banner .banner-layout-home5 .search-box .search-btn {
    max-width: 108px;
}

.banner-layout-home5 .advance-search-form .search-btn .submit-btn i {
    font-size: 18px;
}
.banner-layout-home5 .form-check input[type="checkbox"]:checked + label:before,
.banner-layout-home5 .form-check input[type="checkbox"] + label:after {
    border-radius: 50% !important;
}
.banner-layout-home5 .advance-search-form .advanced-search-box .advanced-box.advanced-banner-box .search-item.search-select .select2-container--classic .select2-selection--single {
    height: 43px !important;
}

/*Banner layout 6*/
.hom-search-banner-label {
    display: none;
}

.advanced-search-banner .banner-layout-home6 .search-box {
    border-top: 1px solid #eaeaea !important;
    padding: 55px 30px 30px !important;
    gap: 11px;
    border-radius: 0 10px 10px 10px;
}
.advanced-search-banner .banner-layout-home6 .search-box::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
    z-index: -1;
    border-radius: 10px;
}

.advanced-search-banner .banner-layout-home6 .search-box .search-item:not(.search-btn) {
    border: none !important;
    outline: 1px solid #ddd;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px !important;
    position: relative;
}
.advanced-search-banner .banner-layout-home6 .search-box .search-item:has(.active, .select2-container--open) {
    outline: 1px solid var(--rt-primary-color) !important;
}
.advanced-search-banner .banner-layout-home6.banner-box .search-btn::before {
    content: none !important;
}
.advanced-search-banner .banner-layout-home6 .search-box .select2-container {
    height: inherit !important;
}
.advanced-search-banner .banner-layout-home6 .advance-search-form .search-btn .advanced-btn {
    height: 50px;
    color: #0e2e50;
    background-color: var(--rt-primary-light3);
}
.advanced-search-banner .banner-layout-home6 .advance-search-form .search-btn .advanced-btn i {
    transition: none;
}
.advanced-search-banner .banner-layout-home6 .advance-search-form .search-btn .advanced-btn:hover {
    background: var(--rt-primary-color);
    color: #fff;
}
.advanced-search-banner .banner-layout-home6.banner-box .search-btn {
    max-width: 200px;
    gap: 11px;
}
.advanced-search-banner .banner-layout-home6.banner-box .search-btn button {
    border-radius: 7px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 9px;
}
.advanced-search-banner .banner-layout-home6 .ad-type-wrapper ul label {
    margin-right: 0;
    border-radius: 0;
}
.advanced-search-banner .banner-layout-home6 .ad-type-wrapper ul li:not(:last-child) {
    border-right: 1px solid #eaeaea;
}
.advanced-search-banner .banner-layout-home6 .ad-type-wrapper ul li:first-child {
    border-top-left-radius: 5px;
    overflow: hidden;
}
.advanced-search-banner .banner-layout-home6 .ad-type-wrapper ul li:last-child {
    border-top-right-radius: 5px;
    overflow: hidden;
}
.advanced-search-banner .banner-layout-home6 .hom-search-banner-label {
    display: block;
    position: absolute;
    top: -32px;
    left: 0;
    z-index: 9;
    line-height: 1;
    font-size: 16px;
    color: #000;
}
.advanced-search-banner .banner-layout-home6 .advance-search-form .advanced-search-box {
    border-radius: 10px;
    overflow: hidden;
}
.advanced-search-banner .banner-layout-home6 .ad-type-wrapper ul li {
    height: 40px;
}
.advanced-search-banner .banner-layout-home6 .ad-type-wrapper ul label {
    padding: 0 28px;
    height: 40px;
    line-height: 40px;
    max-height: 40px;
}
.banner-layout-home4 .ad-type-wrapper ul label:hover,
.banner-layout-home4 .ad-type-wrapper ul label.active {
    background: #fff;
    color: #000;
    border-bottom: 3px solid var(--rt-primary-color);
    transition: 0.2s;
}

@media only screen and (max-width: 991px) {
    .advanced-search-banner .banner-layout-home6 .advance-search-form .search-box > .search-item {
        margin-bottom: 50px;
    }
    .banner-layout-home6 .ad-type-wrapper ul {
        justify-content: center;
    }
    .banner-layout-home6 .advance-search-form {
        background: #fff !important;
        box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
        border-radius: 10px !important;
    }
}
@media (min-width: 992px) {
    .banner-layout-home5 .advance-search-form .search-box {
        padding: 5px;
    }
    .banner-layout-home4 .advance-search-form .search-box {
        padding: 4px;
        align-items: center;
        border-top: 1px solid rgba(0, 0, 0, .06);
    }

    .advanced-search-banner .banner-layout-home4.banner-box .search-btn {
        position: relative;
    }

    .advanced-search-banner .banner-layout-home4.banner-box .search-btn::before {
        content: "";
        width: 1px;
        height: 60px;
        left: -1px;
        top: -4px;
        position: absolute;
        background: #d8ede8;
    }

    .advanced-search-banner .banner-layout-home4 .advance-search-form .search-select .select2-container--classic .select2-selection--single,
    .advanced-search-banner .banner-layout-home4.banner-box .search-radius .input-group .form-control,
    .advanced-search-banner .banner-layout-home4 .advance-search-form .rtcl-radius-group .form-control,
    .advanced-search-banner .banner-layout-home4.banner-box .search-keyword .input-group .form-control {
        height: 26px !important;
    }

    .advanced-search-banner .banner-layout-home4.banner-box .search-btn .submit-btn {
        line-height: 50px;
    }

    .advanced-search-banner .banner-layout-home4.banner-box .advance-search-form .search-box .search-item:not(.search-btn) {
        height: 26px;
    }

    .advanced-search-banner .banner-layout-home4 .advance-search-form .search-select .select2-container--classic .select2-selection--single .select2-selection__arrow {
        height: 26px;
    }

    .advanced-search-banner .banner-layout-home4 .advance-search-form .search-select .select2-container--classic .select2-selection--single .select2-selection__rendered {
        line-height: 26px;
    }

    .advanced-search-banner .banner-layout-home4 .select2-container {
        display: block;
    }


    .advance-search-form .search-box .select2-container {
        height: 100%;
        width: 100%;
    }

    .advanced-search-banner .advance-search-form .search-select .select2-container--classic .select2-selection--single {
        display: flex;
        align-items: center;
    }

    .orientation-vertical.advanced-search-banner.custom-bg .advance-search-form .search-box {
        background: rgb(255, 255, 255);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 99.8%, rgba(255, 255, 255, 0) 99.8%);
    }
}

@media only screen and (max-width: 991px) {
    .banner-layout-home4 .advance-search-form {
        background: rgb(241 248 246 / 86%);
        padding: 10px;
        border-radius: 4px;
    }

    .banner-layout-home4 .advance-search-form .search-btn .advanced-btn {
        color: #fff;
        background-color: var(--rt-primary-color);
    }

    .advance-search-form .search-box {
        display: block;
    }

    .advanced-search-banner .advance-search-form .search-select {
        border-right: none !important;
    }
}

.advance-search-form .search-box > .search-item {
    flex: 1;
}

@media only screen and (max-width: 991px) {
    .advance-search-form .search-box > .search-item {
        flex: 0 0 31%;
        max-width: 31%;
        justify-content: flex-end;
    }

    .advance-search-form .search-box > .search-item.search-btn,
    .advance-search-form .search-box > .search-item:nth-child(4n) {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .advance-search-form .search-box > .search-item {
        width: 100%;
        max-width: 100% !important;
        margin-bottom: 10px;
    }
}

.advance-search-form .search-type {
    display: flex;
    padding: 10px 20px;
    max-width: 270px;
}

.advance-search-form .search-type .form-check {
    margin-right: 25px;
}

@media only screen and (max-width: 575px) {
    .advance-search-form .search-type .form-check {
        margin-right: 15px;
    }
}

.advance-search-form .search-type .form-check-input {
    margin-left: 0;
}

.advance-search-form .search-type .form-check-label {
    font-size: 15px;
    color: #646464;
    font-weight: 500;
    padding-left: 25px;
}

.advance-search-form .search-type .form-check input[type="radio"] {
    cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 7px;
    left: 0;
    z-index: 1;
    opacity: 0;
    margin-top: 0;
}

.advance-search-form .search-type .form-check label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 7px;
    background-color: transparent;
    border: 2px solid #b1b0b0;
    border-radius: 50%;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.advance-search-form .form-check label {
    line-height: 2;
    transition: 0.3s;
}

.advance-search-form .form-check label:hover {
    color: var(--rt-primary-color);
}

.advance-search-form .search-type .form-check label:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: 11px;
    background-color: transparent;
    border-radius: 50%;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.advance-search-form .search-type .form-check input[type="radio"]:checked + label:before {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}

.advance-search-form .search-type .form-check input[type="radio"]:checked + label:after {
    background-color: var(--rt-primary-color);
}

.advance-search-form .search-select {
    text-align: left;
    border-left: 1px solid #c9c9c9;
}

.advance-search-form .search-select .select2-container--classic .select2-selection--single {
    border: none;
    height: 52px;
}

.advance-search-form .search-select .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 52px;
}

.advance-search-form .search-select .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 52px;
}

.advance-search-form .search-keyword .input-group .form-control {
    border: none;
    height: 50px;
    padding-left: 15px;
}

.advance-search-form .search-keyword .input-group .form-control:focus {
    outline: none;
    box-shadow: none;
}

.advance-search-form .search-btn {
    max-width: 215px;
    display: flex;
    align-items: center;
}

.advance-search-form .search-btn .submit-btn {
    border: none;
    background-color: var(--rt-primary-color);
    color: #fff;
    padding: 17px 26px 18px;
    font-weight: 800;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
}

.advance-search-form .search-btn .submit-btn i {
    font-size: 12px;
    margin-left: 4px;
    transition: 0.4s;
}

.advance-search-form .search-btn .submit-btn:hover i {
    transform: scale(1.2);
}

.advance-search-form .search-btn .submit-btn:hover {
    background-color: var(--rt-primary-dark);
}

.advance-search-form .search-btn .advanced-btn {
    flex: 1;
    border: none;
    color: var(--rt-primary-color);
    background-color: #fff;
    padding: 17px 26px 18px;
    border-radius: 0;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.advance-search-form .search-btn .advanced-btn i {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.advance-search-form .search-btn .advanced-btn.collapsed i {
    transform: rotate(0deg);
}

.advance-search-form .advanced-search-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 30;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.advance-search-form .advanced-search-box:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -10px;
    right: 162px;
}

@media screen and (max-width: 991px) {
    .advance-search-form .advanced-search-box {
        top: 115%;
    }

    .advance-search-form .advanced-search-box.show {
        top: 100%;
    }
}

@media screen and (max-width: 991px) {
    .advance-search-form .advanced-search-box:before {
        display: none;
    }
}

.advance-search-form .advanced-search-box .advanced-box {
    background-color: #fff;
    border-radius: 4px;
    padding: 36px 25px 25px;
}

.advance-search-form .advanced-search-box .advanced-box .search-item.checkbox-wrapper {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    position: relative;
}

.advance-search-form .advanced-search-box .advanced-box .search-item.checkbox-wrapper .form-check {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .advance-search-form .advanced-search-box .advanced-box .search-item.checkbox-wrapper .form-check {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .advance-search-form .advanced-search-box .advanced-box .search-item.checkbox-wrapper .form-check {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.advance-search-form .advanced-search-box .advanced-box .form-check-label {
    padding-left: 25px;
}

.advance-search-form .advanced-search-box .advanced-box.advanced-banner-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

@media screen and (max-width: 991px) {
    .advance-search-form .advanced-search-box .advanced-box.advanced-banner-box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .advance-search-form .advanced-search-box .advanced-box.advanced-banner-box {
        grid-template-columns: repeat(1, 1fr);
    }
}

.advance-search-form .advanced-search-box .advanced-box.advanced-banner-box .search-item.checkbox-wrapper {
    grid-column: 1 / -1;
}

.advance-search-form .advanced-search-box .advanced-box.advanced-banner-box .search-item.search-select {
    border-left: none;
}

.advance-search-form .advanced-search-box .advanced-box.advanced-banner-box > .form-control,
.advance-search-form .advanced-search-box .advanced-box.advanced-banner-box .search-item.search-select .select2-container--classic .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.125);
    height: 50px !important;
}

.advance-search-form .advanced-search-box .advanced-box.advanced-banner-box .search-item.search-select .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.advance-search-form .advanced-search-box .advanced-box.advanced-banner-box .search-item.search-select .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.advance-search-form .advanced-search-box.show {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

/*RT Advance search wrapper*/
.rt-advanced-search-wrapper.listing-inner {
    padding: 30px 30px 8px;
    background: #fff;
    margin-bottom: 35px;
    box-shadow: 0 4px 18px 0 rgba(194, 200, 213, 0.3);
}

.rt-advanced-search-wrapper.listing-inner .listing-grid-box {
    padding: 0;
}

.rt-advanced-search-wrapper.listing-inner h4 {
    font-size: 22px;
    line-height: 32px;
    color: #212121;
    margin-bottom: 15px;
}

.rt-advanced-search-wrapper.listing-inner .advance-search-form.map-search-form .form-cf-items {
    border-bottom: none;
    padding-bottom: 0;
}

.rt-advanced-search-wrapper.listing-inner .advanced-search-box.show {
    top: 97%;
}

@media (min-width: 992px) {
    .rt-advanced-search-wrapper.listing-inner .advance-search-form.map-search-form .price-item-box {
        max-width: 45%;
        flex-basis: 45%;
    }

    .rt-advanced-search-wrapper.listing-inner .advance-search-form.map-search-form .search-btn {
        max-width: 63%;
        flex-basis: 63%;
    }
}


/* Map Search filed style */

.advance-search-form.map-search-form {
    margin-bottom: 30px;
}

.advance-search-form.map-search-form .rtcl_cf_by_category_html > * {
    margin-bottom: 15px;
}

.advance-search-form.map-search-form .rtcl_cf_by_category_html > .form-control {
    height: 50px;
}

.advance-search-form.map-search-form .search-box-2 {
    margin-bottom: 30px;
}

.advance-search-form.map-search-form .expanded-wrap {
    display: none;
}

.advance-search-form.map-search-form .rtcl_cf_by_category_html {
    display: grid;
    background: #fff;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}

.advance-search-form.map-search-form .rtcl_cf_by_category_html .checkbox-wrapper {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1200px) {
    .advance-search-form.map-search-form .rtcl_cf_by_category_html {
        grid-template-columns: repeat(2, 1fr);
    }

    .advance-search-form.map-search-form .rtcl_cf_by_category_html .checkbox-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .advance-search-form.map-search-form .rtcl_cf_by_category_html {
        grid-template-columns: repeat(1, 1fr);
    }
}

.advance-search-form.map-search-form .input-group,
.advance-search-form.map-search-form .search-select .select2-container--classic .select2-selection--single {
    border: 1px solid #ccc;
}

.advance-search-form.map-search-form .search-select {
    border-left: none;
}

.advance-search-form.map-search-form .form-cf-items .cf-inner {
    padding: 15px 0;
}

.advance-search-form.map-search-form .form-cf-items .cf-inner .search-item {
    display: flex;
    flex-wrap: wrap;
}

.advance-search-form.map-search-form .form-cf-items .cf-inner .search-item .form-check {
    margin-right: 15px;
    margin-bottom: 5px;
    flex-grow: 1;
    width: 25%;
}

@media (max-width: 600px) {
    .advance-search-form.map-search-form .form-cf-items .cf-inner .search-item .form-check {
        width: 100%;
    }
}

.advance-search-form.map-search-form .form-cf-items .search-btn .advanced-btn {
    color: var(--rt-secondary-color);
    background-color: #fff;
    padding: 9px 19px 10px;
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #ddd;
}

.advance-search-form.map-search-form .price-range {
    position: relative;
    padding-left: 50px;
    margin-bottom: 0;
    margin-top: 11px;
}

.advance-search-form.map-search-form .price-range label {
    position: absolute;
    left: 0;
    top: 17px;
    font-size: 15px;
    font-weight: normal;
}

.advance-search-form.map-search-form .price-item-box {
    max-width: 75%;
    flex-basis: 75%
}

@media (max-width: 570px) {
    .advance-search-form.map-search-form .price-item-box {
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 15px;
    }
}

.advance-search-form.map-search-form .search-button {
    margin: 0 15px;
    max-width: 50px;
    flex-basis: 50px;
}

.advance-search-form.map-search-form .search-btn {
    max-width: 33%;
    flex-basis: 33%;
    display: inline-block;
}

.advance-search-form.map-search-form .search-btn .submit-btn {
    width: 100%;
    height: 50px;
    padding: 0;
    border-radius: 4px;
}

.advance-search-form.map-search-form .search-btn .submit-btn i {
    margin-left: 5px;
}

.advance-search-form.map-search-form .irs--flat {
    /*width: 67%;*/
    margin-top: 4px;
}

@media (min-width: 768px) {
    .advance-search-form.map-search-form .irs--flat .irs-single {
        top: -3px;
        font-size: 15px;
    }
}

.page-template-listing-map .rtcl .rtcl-listings-actions {
    padding: 30px 30px 0;
}

@media (max-width: 991px) {
    .page-template-listing-map .rtcl .rtcl-listings-actions {
        padding: 30px 0 0;
    }
}

.page-template-listing-map .rtcl .rtcl-listings {
    padding: 0 30px 0;
}

@media (max-width: 767px) {
    .page-template-listing-map .rtcl .rtcl-listings {
        padding: 0;
    }
}

.page-template-listing-map .rtcl nav.rtcl-pagination {
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .advance-search-form.map-search-form .price-range label {
        display: none;
    }

    .advance-search-form.map-search-form .price-range {
        padding-left: 0;
    }

    .advance-search-form.map-search-form .search-btn {
        max-width: 210px;
        flex-basis: 210px;
    }

    .advance-search-form.map-search-form .irs--flat {
        width: 100%;
    }
}

/* End Map Search filed style */

.header-advanced-search .search-box {
    background-color: transparent;
}

.header-advanced-search .search-box .search-item {
    margin-right: 0;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.header-advanced-search .search-box .search-item.checkbox-wrapper {
    border-radius: 4px 0 0 4px;
}

.header-advanced-search .search-box .search-item:last-child {
    margin-right: 0;
}

.header-advanced-search .search-box .search-select {
    border-left: none;
}

.header-advanced-search .search-box .search-select .select2-container--classic .select2-selection--single {
    height: 50px;
}

.header-advanced-search .search-box .search-select .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.header-advanced-search .search-box .search-select .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.header-advanced-search .search-box .rtcl-radius-group .rtcl-geo-address-field {
    margin-bottom: 0;
}

.header-advanced-search .search-box .rtcl-radius-group .rtcl-geo-address-field .form-control {
    height: 50px;
}

.header-advanced-search .search-box .rtcl-radius-group .rtcl-geo-address-field i.rtcl-icon {
    right: 15px;
}

.header-advanced-search .search-box .search-radius .input-group {
    border: none;
}

.header-advanced-search .search-box .search-radius .input-group .form-control {
    border: none;
    border-radius: 0;
    height: 50px;
    padding-left: 15px;
}

.header-advanced-search .search-box .search-radius .input-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

.header-advanced-search .search-box .search-btn {
    background-color: transparent;
}

.header-advanced-search .search-box .search-btn .submit-btn {
    padding: 10px 40px 10px;
    background-color: #fff;
    background-image: none;
    margin-right: 0;
    border-radius: 4px;
    color: #000;
}

.header-advanced-search .search-box .search-btn .submit-btn:after {
    display: none;
}

.header-advanced-search .search-box .search-btn .submit-btn:hover {
    background-color: var(--rt-primary-dark);
    color: #fff;
}

.header-advanced-search .search-box .search-btn .submit-btn i {
    display: none;
}

.header-advanced-search .search-box .search-btn .advanced-btn {
    color: var(--rt-primary-color);
    border-radius: 0 4px 4px 0;
    background-color: #fff;
    padding: 10px 20px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .header-advanced-search .search-box .search-btn .advanced-btn {
        max-width: 60px;
    }
}

.header-advanced-search .search-box .search-btn .advanced-btn:hover {
    background-color: var(--rt-primary-dark);
    color: #fff;
}

.advanced-search-border {
    background-color: #f8f8f8;
}

@media only screen and (max-width: 991px) {
    .advanced-search-border {
        padding-top: 50px;
    }
}

.advanced-search-border .search-box {
    padding: 40px;
    box-shadow: 0 6px 46px 0 rgba(0, 0, 0, 0.11);
    margin-top: -45px;
    position: relative;
    z-index: 14;
}

@media only screen and (max-width: 1199px) {
    .advanced-search-border .search-box {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .advanced-search-border .search-box {
        margin-top: 0;
    }
}

.advanced-search-border .search-box .search-item {
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
}

.advanced-search-border .search-box .search-item:last-child {
    margin-right: 0;
}

.advanced-search-border .search-box .rtcl-radius-group .rtcl-geo-address-field {
    margin-bottom: 0;
}

.advanced-search-border .search-box .rtcl-radius-group .rtcl-geo-address-field i.rtcl-icon {
    right: 15px;
}

.advanced-search-border .search-box .search-radius .input-group {
    border: none;
}

.advanced-search-border .search-box .search-radius .input-group .form-control {
    border: none;
    border-radius: 0;
    height: 50px;
    padding-left: 15px;
}

.advanced-search-border .search-box .search-radius .input-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

.advanced-search-border .search-box .search-select .select2-container--classic .select2-selection--single {
    height: 50px;
}

.advanced-search-border .search-box .search-select .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.advanced-search-border .search-box .search-select .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 50px;
}

.advanced-search-border .search-box .search-btn {
    border: none;
    max-width: 200px;
    flex: 0 0 200px;
}

@media only screen and (max-width: 991px) {
    .advanced-search-border .search-box .search-btn {
        max-width: 31%;
        flex: 0 0 31%;
    }
}

.advanced-search-border .search-box .search-btn .submit-btn {
    padding: 11px 35px 10px;
    border-radius: 4px;
    flex: auto;
}

@media only screen and (max-width: 1199px) {
    .advanced-search-border .search-box .search-btn .submit-btn {
        padding: 11px 15px 10px;
    }
}

@media only screen and (max-width: 991px) {
    .advanced-search-border .search-box .search-btn .submit-btn {
        flex: auto;
    }
}

.advanced-search-border .search-box .search-btn .submit-btn:after {
    border-radius: 4px;
}

.advanced-search-border .search-box .search-btn .submit-btn:hover {
    background-color: var(--rt-primary-dark);
    color: #fff;
}

.advanced-search-border .search-box .search-btn .advanced-btn {
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-right: 10px;
    color: var(--rt-primary-color);
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 20px;
}

@media only screen and (max-width: 1199px) {
    .advanced-search-border .search-box .search-btn .advanced-btn {
        max-width: 60px;
        flex: 0 0 60px;
        padding: 10px 0;
    }
}

.advanced-search-border .search-box .search-btn .advanced-btn:hover {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
}

.advanced-search-border .search-box .search-btn .advanced-btn:hover i {
    color: #fff;
}

.advanced-search-border .advance-search-form .advanced-search-box:before {
    right: 195px;
}

.banner-box {
    max-width: 1240px;
    margin: 0 auto;
}

.advanced-search-banner.home1 h5 {
    color: #fff;
    text-align: center;
}

.advanced-search-banner .banner-box
.advanced-search-banner .banner-box .advanced-search-box:before {
    right: 151px;
}

.advanced-search-banner .banner-box .search-keyword .input-group {
    border: none;
}

.advanced-search-banner .banner-box .search-radius .input-group .form-control,
.advanced-search-banner .advance-search-form .rtcl-radius-group .form-control,
.advanced-search-banner .banner-box .search-keyword .input-group .form-control {
    border: none;
    height: 60px !important;
}

.advanced-search-banner .banner-box .rtcl-radius-group .rtcl-geo-address-field {
    margin-bottom: 0;
    border-right: 1px solid #c9c9c9;
}

.advanced-search-banner .banner-box .rtcl-radius-group .rtcl-geo-address-field .form-control {
    height: 44px;
}

.advanced-search-banner .banner-box .rtcl-radius-group .rtcl-geo-address-field i.rtcl-icon {
    right: 15px;
    pointer-events: none;
}

.advanced-search-banner .banner-box .search-radius .input-group {
    border: none;
}

.advanced-search-banner .banner-box .search-radius .input-group .form-control {
    border: none;
    border-right: 1px solid #d8ede8;
    border-radius: 0;
    height: 44px;
    padding-left: 15px;
}

.advanced-search-banner .banner-box .search-radius .input-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

.advanced-search-banner .banner-box .search-btn {
    max-width: 189px;
}

.advanced-search-banner .banner-box .search-btn .advanced-btn {
    font-size: 16px;
    padding: 0;
    max-width: 58px;
    height: 100%;
    min-width: 45px;
}

.advanced-search-banner .banner-box .search-btn .submit-btn {
    padding: 2px 0 0;
    height: 100%;
    flex: 1;
    line-height: 60px;
    max-width: 100%;
    min-width: 120px;
}

.advanced-search-banner .banner-box .search-btn .submit-btn:hover:after {
    background-color: var(--rt-primary-dark);
}

.advanced-search-banner .advance-search-form .rtcl-radius-group,
.advanced-search-banner .advance-search-form .search-select {
    border-left: none;
    border-right: 1px solid #d8ede8;
}

.advanced-search-banner .advance-search-form .rtcl-radius-group .input-group {
    border: none;
    box-shadow: none;
}

.advanced-search-banner .advance-search-form .advanced-search-box .search-select {
    border-right: none;
}

.advanced-search-banner .advance-search-form .search-select .select2-container--classic .select2-selection--single {
    height: 60px;
}

.advanced-search-banner .advance-search-form .search-select .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
}

.advanced-search-banner .advance-search-form .search-select .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 60px;
    border: none;
}


.advanced-search-banner .search-box select {
    border: none;
    width: 100%;
    line-height: 48px;
    margin-top: 6px;
    padding-left: 5px;
    color: #8c91a3;
    font-size: 15px;
}

.elementor-editor-active .advanced-search-banner .search-box select {
    width: 100%;
    min-height: 44px;
    padding-left: 10px;
    font-size: 15px;
    color: #878c9f;
    transform: translateY(2px);
}

@media screen and (max-width: 991px) {
    .advanced-search-banner .search-box {
        background-color: transparent;
    }

    .advanced-search-banner .search-box .rtcl-search-input-button {
        width: 100%;
    }

    .advanced-search-banner .search-box div,
    .advanced-search-banner .search-box span,
    .advanced-search-banner .search-box input,
    .advanced-search-banner .search-box select {
        border-radius: 0;
    }

    .advanced-search-banner .search-box div {
        margin-top: 0 !important;
    }

    .advanced-search-banner .search-box .search-btn,
    .advanced-search-banner .search-box .search-item {
        margin-right: 15px;
        background-color: #fff;
        border: 1px solid #d8ede8 !important;
    }

    .advanced-search-banner .search-box .search-item.search-btn {
        background: none;
        border: none !important;
    }

    .advanced-search-banner .banner-box .search-radius .input-group .form-control {
        border: none;
    }

    .advanced-search-banner .search-box .search-btn:nth-child(4n),
    .advanced-search-banner .search-box .search-item:nth-child(4n) {
        margin-top: 15px;
    }

    .advanced-search-banner .search-box .search-btn {
        border-radius: 0;
        max-width: none;
    }

    .advanced-search-banner .search-box .search-btn .advanced-btn {
        max-width: 60px;
        flex: 0 0 60px;
        padding: 14px 0;
        border: none;
        border-radius: 4px;
        margin-right: 10px;
    }

    .advanced-search-banner .search-box .search-btn .submit-btn {
        flex: auto;
        border-radius: 4px;
    }
}

@media (max-width: 991px) {
    .advanced-search-banner .banner-box {
        padding-left: 50px;
        padding-right: 50px;
    }

    .advanced-search-banner .banner-box .search-btn .advanced-btn,
    .advanced-search-banner .advance-search-form .search-select .select2-container--classic .select2-selection--single .select2-selection__arrow,
    .advanced-search-banner .advance-search-form .search-select .select2-container--classic .select2-selection--single,
    .advanced-search-banner .banner-box .search-radius .input-group .form-control,
    .advanced-search-banner .advance-search-form .rtcl-radius-group .form-control,
    .advanced-search-banner .banner-box .search-keyword .input-group .form-control {
        height: 45px !important;
    }

    .advanced-search-banner .banner-box .search-btn .submit-btn,
    .advance-search-form .search-box,
    .advanced-search-banner .advance-search-form .search-select .select2-container--classic .select2-selection--single .select2-selection__rendered {
        line-height: 45px !important;
    }

    .advanced-search-banner .banner-box .search-btn .advanced-btn {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .advanced-search-banner .banner-box {
        padding-left: 0;
        padding-right: 0;
    }
}

.widget_homlisti_advanced_search .widget-title {
    margin-bottom: 20px;
    color: #212121;
}

.widget_homlisti_advanced_search .advance-search-form .search-box {
    background-color: #fff;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .input-group {
    border-color: #e7e7e7;
}

.widget_homlisti_advanced_search .rtcl_cf_by_category_html > input.form-control,
.widget_homlisti_advanced_search .advance-search-form .search-box .search-item {
    transition: all 0.3s ease-in-out;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}

.widget_homlisti_advanced_search .rtcl_cf_by_category_html > input.form-control {
    margin-left: 12px;
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
    border-color: #e7e7e7;
    min-height: 50px;
    font-size: 15px;
}

.orientation-vertical.home2.widget_homlisti_advanced_search .advance-search-form .search-box {
    flex-wrap: wrap;
}

.orientation-vertical.home2.widget_homlisti_advanced_search .advance-search-form .search-box .search-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-left: 5px;
    margin-right: 5px;
}

.orientation-vertical.home2.widget_homlisti_advanced_search .advance-search-form .search-radio ul {
    justify-content: left;
}

.orientation-vertical.home2.widget_homlisti_advanced_search .advance-search-form .search-box .search-item.search-btn,
.orientation-vertical.home2.widget_homlisti_advanced_search .advance-search-form .search-box .search-item * {
    border: none;
}

.orientation-vertical.home2.widget_homlisti_advanced_search .advance-search-form .search-box .advanced-btn {
    display: none;
}

.orientation-vertical.home2.widget_homlisti_advanced_search .advance-search-form .search-btn .submit-btn {
    width: 100%;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .search-item.search-button {
    display: flex;
    align-items: center;
    justify-content: left;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .search-item.search-button .rtcl-item-visible-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .search-item.search-button span {
    margin-left: 15px;
    font-size: 16px;
    color: var(--rt-secondary-color);
}

.widget_homlisti_advanced_search .advance-search-form .search-box .rtcl-widget-custom-field .form-check {
    padding-left: 2px;
}


.widget_homlisti_advanced_search .advance-search-form .search-box .rtcl-geo-address-field {
    margin-bottom: 30px;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .price-range {
    position: relative;
    margin-top: 0;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .advanced-box .price-range {
    padding-bottom: 1px;
    margin-top: 22px;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .price-range label {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 19px;
    color: #878c9f;
    font-size: 14px;
}

.main-sidebar-wrapper .widget_homlisti_advanced_search .advance-search-form .search-box .search-item .price-range {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

.main-sidebar-wrapper .widget_homlisti_advanced_search .advance-search-form .search-box .price-range .irs--flat {
    width: 100%;
    float: none;
}

.main-sidebar-wrapper .widget_homlisti_advanced_search .advance-search-form .search-box .price-range label {
    position: relative;
    margin-right: 11px;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .advanced-box .price-range label {
    top: 0;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .price-range .irs--flat {
    width: calc(100% - 50px);
    float: right;
}

@media screen and (max-width: 991px) {
    .widget_homlisti_advanced_search .advance-search-form .search-box .search-item.search-btn {
        margin-top: 0;
    }
}

.widget_homlisti_advanced_search .advance-search-form .search-box .search-item .advanced-btn {
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .search-item .advanced-btn i {
    font-size: 15px;
    height: 24px;
    width: 25px;
    line-height: 24px;
    text-align: center;
    background-color: var(--rt-primary-color);
    color: #fff;
    border-radius: 4px;
    transform: rotate(0deg);
}

.widget_homlisti_advanced_search .advance-search-form .search-box .search-item .advanced-btn:hover {
    background-color: transparent;
    color: #000;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .search-item.search-item-half {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 1199px) {
    .widget_homlisti_advanced_search .advance-search-form .search-box .search-item.search-item-half {
        display: block;
    }
}

.widget_homlisti_advanced_search .advance-search-form .search-box .search-item.search-item-half .search-item {
    flex: 0 0 100%;
    max-width: 100%;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .search-item.search-item-half .search-item:last-child {
    margin-bottom: 0;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .select2-container--classic .select2-selection--single {
    border-color: #e7e7e7;
}

.widget_homlisti_advanced_search .advance-search-form .search-box .rtcl-widget-custom-field {
    width: 100%;
}

.advance-search-form .search-box-2 {
    display: flex;
}

@media (max-width: 570px) {
    .advance-search-form .search-box-2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .advance-search-form.map-search-form .search-button {
        margin-left: 0;
    }
}

.advance-search-form .expanded-wrap {
    display: none;
}

.widget_homlisti_advanced_search .advance-search-form .advanced-search-box {
    position: inherit;
    box-shadow: none;
    margin-top: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    visibility: hidden;
}

.widget_homlisti_advanced_search .advance-search-form .advanced-search-box.show {
    max-height: 450px;
    visibility: visible;
    overflow-y: auto;
    margin-bottom: 15px;
}

.widget_homlisti_advanced_search .advance-search-form .advanced-search-box .advanced-box {
    padding: 0;
}

.widget_homlisti_advanced_search .advance-search-form .advanced-search-box .advanced-box .search-item .form-check {
    flex-basis: initial;
    max-width: 100%;
}

.widget_homlisti_advanced_search .advance-search-form .radius-search-group .rtcl-geo-address-field {
    width: 100%;
}

.widget_homlisti_advanced_search .advance-search-form .radius-search-group .rtcl-range-slider-field {
    clear: both;
}

.widget_homlisti_advanced_search .advance-search-form .radius-search-group .rtcl-range-slider-field .rtcl-range-label > span {
    float: right;
}

.widget_homlisti_advanced_search.home2 h5 {
    font-size: 28px;
    color: #212121;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.widget_homlisti_advanced_search.home2 {
    padding: 38px 44px 44px;
    margin-left: auto;
}

.widget_homlisti_advanced_search.home2 .advance-search-form .search-radio li {
    color: #363636;
}


@media (min-width: 600px) {
    .widget.widget_homlisti_advanced_search.home2,
    .orientation-inline.widget_homlisti_advanced_search.home2 {
        max-width: 340px;
    }
}

@media (min-width: 1034px) {

    .widget.widget_homlisti_advanced_search.home2,
    .orientation-inline.widget_homlisti_advanced_search.home2 {
        max-width: 400px;
    }
}

@media (max-width: 1023px) {
    .widget_homlisti_advanced_search.home2 .elementor-widget-container h5 {
        font-size: 24px;
        line-height: 30px;
    }
}

.widget_homlisti_advanced_search.home2 .widget_homlisti_advanced_search.home2 {
    padding: 0;
    max-width: 100%;
    border: none;
    margin: 0;
    box-shadow: none;
}

/*------------------- Checkout  -------------------*/
.rtcl-checkout-content form .form-check label:before {
    content: none;
}

.rtcl-checkout-content form .form-check label:not(.form-check-label) {
    padding-left: 0;
}

.rtcl-checkout-content form .rtcl-checkout-terms-conditions .form-check label {
    padding-left: 30px;
}


@media (max-width: 600px) {
    .rtcl-checkout .rtcl-checkout-content {
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }
    .rtcl-checkout .site-main {
        background: #fff !important;
    }
    .rtcl-checkout-content .table-bordered td,
    .rtcl-checkout-content .table-bordered th {
        border-width: .5px !important;
    }
}

/*------------------- 5.1 Agency -------------------*/

.post-type-archive-store .content-area {
    background-color: var(--rt-primary-light3, #eaf7f4);
}

.rtcl .rtcl-stores {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.rtcl .rtcl-stores.columns-1 {
    grid-template-columns: repeat(1, 1fr);
}

.rtcl .rtcl-stores.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

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

.rtcl .rtcl-stores .rtcl-store-item {
    border: 1px solid #deede9;
    border-radius: 8px;
    background: #fff;
    padding: 22px;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

@media (min-width: 1200px) {
    .rtcl .rtcl-stores .rtcl-store-item {
        align-items: center;
    }
}

@media (max-width: 650px) {
    .rtcl .rtcl-stores .rtcl-store-item {
        display: block;
    }
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .top-content .rtcl-store-title {
    margin-bottom: 4px;
}

.rtcl .rtcl-stores .rtcl-store-item:hover .store-thumb img {
    transform: scale(1) !important;
}

.rtcl .rtcl-stores .rtcl-store-item:hover .item-content {
    background-color: #fff !important;
    color: #646464;
    box-shadow: none;
}

.rtcl .store-information-wrapper .widget-heading {
    font-size: 18px;
    color: #212121;
    margin-bottom: 23px;
    font-weight: 600;
}

.rtcl .store-information-wrapper .store-more-details {
    padding: 0;
    font-size: 14px;
}

.rtcl .store-information-wrapper .store-more-details ul li {
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.rtcl .store-information-wrapper .store-more-details ul li,
.rtcl .store-information-wrapper .store-more-details ul li a {
    color: #70778b;
}

.rtcl .store-information-wrapper .store-more-details ul li i {
    color: #aab4cf;
    font-size: 16px;
    transition: 0.4s;
}

.rtcl .store-information-wrapper .store-more-details i.label-icon {
    width: 26px;
    display: inline-block;
    color: #aab4cf;
    font-size: 16px;
}

.rtcl .store-information-wrapper .store-more-details ul li i.fa-envelope {
    font-size: 20px;
    transform: translateY(3px);
}

.rtcl .store-information-wrapper .store-more-details strong {
    color: var(--rt-secondary-color);
    font-weight: 900;
}

.rtcl .store-information-wrapper .store-more-details ul li .store-socials {
    display: inline-block;
    margin-left: 5px;
    transform: translateY(1px);
}

.rtcl .store-information-wrapper .store-more-details ul li .store-socials i {
    font-size: 18px;
    padding: 0 2px;
}

.rtcl .store-information-wrapper .store-more-details ul li .store-socials a:hover i,
.rtcl .store-information-wrapper .store-more-details ul li a:hover {
    color: var(--rt-primary-dark);
}

.rtcl .store-information-wrapper .store-more-details .store-hours-list-wrap .store-hours-list .store-hour {
    margin-bottom: 0;
}

.rtcl .store-information-wrapper .store-more-details .store-hours-list-wrap .store-hours-list {
    margin-left: 28px;
    padding-top: 10px;
}

.rtcl .store-information-wrapper .store-more-details .more-item {
    margin-bottom: 0;
}

.rtcl .store-information-wrapper .store-more-details .more-item .label-icon {
    font-size: 18px;
    transform: translateY(2px);
}

@media screen and (max-width: 991px) {
    .rtcl .store-information-wrapper.widget {
        margin-top: 30px;
    }
}

.sidebar-widget .widget.widget_media_image {
    padding: 10px;
    border: none;
}

.single-store .store-listing-list .rtcl-grid-view {
    grid-template-columns: repeat(2, calc(50% - 15px));
}

@media screen and (max-width: 575px) {
    .single-store .store-listing-list .rtcl-grid-view {
        grid-template-columns: repeat(1, calc(100%));
    }
}

.single-store .store-listing-list > h3 {
    margin-bottom: 20px;
}

.single-store .store-listing-list .rtcl-list-view {
    margin-bottom: 0;
}

.single-store .store-listing-list .rtcl-list-view .product-box .product-thumb {
    max-width: 330px;
}

/*Listing Dashboard */
.rtcl-store-settings .rtcl-store-media-item.rtcl-store-banner-wrap .rtcl-store-banner,
.rtcl-store-settings .rtcl-store-media-item.rtcl-store-logo-wrap .rtcl-store-logo {
    background: var(--rt-primary-color);
}

.rtcl-media-upload .rtcl-media-action span.add,
.rtcl-store-settings .rtcl-store-media-item .rtcl-media-action span.add {
    top: 5px;
    color: var(--rt-primary-color);
}

.rtcl-account-sub-menu ul {
    list-style: none !important;
    padding: 0 !important;
}

.rtcl-account-sub-menu ul li {
    position: relative;
}

.rtcl-account-sub-menu ul li:not(:last-child)::after {
    content: " / ";
    margin: 0 4px;
}

.homlisti-myaccount .form-group input {
    height: 40px;
}

.rtcl-store-settings .oh-item .oh-time-active {
    text-align: center;
}

.rtcl-store-settings .oh-item .oh-time-active input {
    width: 15px;
    margin-top: 0;
    height: 15px;
    cursor: pointer;
}

.homlisti-myaccount .product-grid .product-box .product-thumb > a {
    height: 100%;
}


/*------------------- 5.1 Agent -------------------*/
.rtcl .rtcl-stores .rtcl-store-item .store-thumb {
    position: relative;
    text-align: center;
    max-width: 250px;
    float: left;
    border: none;
    margin-right: 30px;
    background: #f4f6fb;
    border-radius: 6px;
    overflow: hidden;
}

@media (max-width: 650px) {
    .rtcl .rtcl-stores .rtcl-store-item .store-thumb {
        float: none;
        margin: 0 0 15px 0;
        width: 100%;
        max-width: 100%;
    }
}

.rtcl .rtcl-stores .rtcl-store-item .store-thumb img {
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-agent .rtin-banner-wrap .rtin-banner-content .rtin-logo .rtcl-store-meta,
.rtcl .rtcl-stores .rtcl-store-item .store-thumb .rtcl-store-meta {
    font-size: 14px;
    font-weight: 500;
    color: var(--rt-primary-color);
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #fff;
    border-radius: 3px;
    padding: 1px 10px 1px 17px;
    line-height: 25px;
    overflow: hidden;
    transition: 0.4s;
}

.single-agent .rtin-banner-wrap .rtin-banner-content .rtin-logo .rtcl-store-meta::before,
.rtcl .rtcl-stores .rtcl-store-item .store-thumb .rtcl-store-meta::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--rt-primary-light2);
    left: 6px;
    top: 10px;
    position: absolute;
}

.single-agent .rtin-banner-wrap:hover .rtin-banner-content .rtin-logo .rtcl-store-meta,
.rtcl .rtcl-stores .rtcl-store-item:hover .store-thumb .rtcl-store-meta {
    color: #fff;
    background-color: var(--rt-primary-dark);
}

.single-agent .rtin-banner-wrap .rtin-banner-content .rtin-logo .rtcl-store-meta .ads-count,
.rtcl .rtcl-stores .rtcl-store-item .store-thumb .rtcl-store-meta .ads-count {
    display: inline-block;
}

.single-agent .rtin-banner-wrap:hover .rtin-banner-content .rtin-logo .rtcl-store-meta .ads-count,
.rtcl .rtcl-stores .rtcl-store-item:hover .store-thumb .rtcl-store-meta .ads-count {
    animation: bottomtotop .3s ease-in-out forwards;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    display: block;
    padding: 0;
    overflow: hidden;
    flex: 1;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .entry-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .top-content {
    padding: 0;
    margin-bottom: 10px;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .rtcl-store-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: var(--rt-heading-font);
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .rtcl-store-title a {
    color: #212121;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .rtcl-store-title a:hover {
    color: var(--rt-primary-color);
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .company-name {
    margin-bottom: 10px;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .company-name span {
    color: var(--rt-primary-color);
    font-weight: 500;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .entry-meta li {
    margin-bottom: 2px;
    font-size: 14px;
    color: #70778b;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .entry-meta li:last-child {
    margin-bottom: 0;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .entry-meta li i {
    color: var(--rt-primary-color);
    margin-right: 6px;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .entry-meta li .store-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .entry-meta li .reviews-rating-count {
    margin-left: 3px;
    color: #bbbec5;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .entry-meta .meta-number {
    padding-left: 23px;
    position: relative;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .entry-meta .meta-number span {
    font-weight: 500;
    color: #111;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .entry-meta .meta-number i {
    position: absolute;
    top: 7px;
    left: 0;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .store-excerpt {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 3px;
    color: #788593;
    line-height: 24px;
    margin-bottom: 17px;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .bottom-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

}

.rtcl .rtcl-stores .rtcl-store-item .item-content .bottom-content .store-social-info ul {
    display: flex;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .bottom-content .store-social-info ul li {
    margin-left: 4px;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .bottom-content .store-social-info ul li a {
    width: 39px;
    height: 36px;
    border-radius: 4px;
    background-color: var(--rt-primary-light2, #dfefeb);
    color: var(--rt-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .bottom-content .store-social-info ul li a:hover {
    background-color: var(--rt-primary-dark);
    color: #fff;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .bottom-content .store-social-info ul li a:hover i {
    animation: bottomtotop .3s ease-in-out forwards;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .store-social-media {
    flex: 1;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .store-social-media a {
    color: #616161;
    padding: 0 5px;
    margin-right: 5px;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .store-social-media a i {
    color: inherit;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .store-social-media a i::before {
    margin: 0;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .store-social-media a:first-child {
    padding-left: 0;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .store-social-media a:hover {
    color: var(--rt-primary-color);
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .listing-view-btn .item-btn {
    font-weight: 500;
    color: var(--rt-primary-color);
    background: var(--rt-primary-light2, #dfefeb);
    height: 36px;
    padding: 0 22px;
    border-radius: 4px;
    line-height: 36px;
    font-size: 14px;
}

.rtcl .rtcl-stores .rtcl-store-item .item-content .listing-view-btn .item-btn:hover {
    color: #fff;
    background-color: var(--rt-primary-dark);
}

@media (max-width: 400px) {
    .rtcl .rtcl-stores .rtcl-store-item .item-content .store-social-info,
    .rtcl .rtcl-stores .rtcl-store-item .item-content .listing-view-btn {
        margin-bottom: 7px;
    }
}

.rtcl .rtcl-stores .rtcl-store-item:hover .agent-img img {
    transform: scale(1.1);
}

.product-box-list .agent-grid-box {
    display: flex;
}

.product-box-list .agent-grid-box .agent-img {
    border-radius: 0;
}

.product-box-list .agent-grid-box .agent-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}

.product-box-list .agent-grid-box .agent-content {
    flex: 1;
    border-top: 1px solid #e1e1e1;
    border-left: none;
    border-radius: 0;
}

.single-agent .single-author {
    background-color: #fff;
    padding: 0;
    margin-bottom: 40px;
}

.single-agent .single-author .media {
    align-items: center;
}

@media only screen and (max-width: 575px) {
    .single-agent .single-author .media {
        display: block;
    }
}

.single-agent .single-author .author-thumb {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0 55px;
}

@media only screen and (max-width: 575px) {
    .single-agent .single-author .author-thumb {
        padding: 40px 10px 10px;
    }
}

.single-agent .single-author .author-thumb img {
    border-radius: 50%;
}

.single-agent .single-author .author-thumb .author-name {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 12px;
}

.single-agent .single-author .author-thumb .company-name {
    margin-bottom: 10px;
}

.single-agent .single-author .author-thumb .company-name span {
    color: var(--rt-primary-color);
    font-weight: 500;
}

.single-agent .single-author .media-body {
    background-color: #fff;
    border-left: 1px solid #e7e7e7;
}

@media only screen and (max-width: 575px) {
    .single-agent .single-author .media-body {
        border-left: none;
    }
}

.single-agent .single-author .media-body .top-content {
    padding: 35px 40px 25px;
}

@media only screen and (max-width: 575px) {
    .single-agent .single-author .media-body .top-content {
        padding: 35px 30px 25px;
    }
}

.single-agent .single-author .media-body .property-count {
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    background-color: var(--rt-primary-color);
    border-radius: 4px;
    padding: 1px 10px;
    line-height: 25px;
}

.single-agent .single-author .media-body .entry-meta li {
    margin-bottom: 3px;
    font-size: 15px;
}

.single-agent .single-author .media-body .entry-meta li:last-child {
    margin-bottom: 0;
}

.single-agent .single-author .media-body .entry-meta li i {
    color: #616161;
    margin-right: 12px;
}

.single-agent .single-author .media-body .entry-meta .meta-number {
    padding-left: 23px;
    position: relative;
}

.single-agent .single-author .media-body .entry-meta .meta-number span {
    font-weight: 500;
    color: #111;
}

.single-agent .single-author .media-body .entry-meta .meta-number i {
    position: absolute;
    top: 7px;
    left: 0;
}

.single-agent .single-author .media-body .bottom-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 40px;
    border-top: 1px solid #e1e1e1;
}

.single-agent .single-author .media-body .social-icon a {
    color: #616161;
    padding: 5px;
    margin-right: 5px;
}

.single-agent .single-author .media-body .social-icon a:first-child {
    padding-left: 0;
}

.single-agent .single-author .media-body .social-icon a:hover {
    color: var(--rt-primary-color);
}

.single-agent .rtin-banner-wrap {
    position: relative;
    margin-bottom: 50px;
}

.rtin-banner-wrap .rtin-store-category a {
    color: #fff !important;
    font-size: 14px;
    background: var(--rt-primary-color);
    padding: 0 15px;
    border-radius: 3px;
    margin-right: 7px;
}


.rtin-banner-wrap .rtin-store-category a:hover {
    background: var(--rt-primary-dark);
}

.single-agent .rtin-banner-wrap .rtin-banner-img {
    background-color: #e1e1e1;
    border-radius: 4px;
    overflow: hidden;
    height: 280px;
}

@media (min-width: 668px) and (max-width: 991px) {
    .single-agent .rtin-banner-wrap .rtin-banner-img {
        height: 226px;
    }
}

@media (max-width: 767px) {
    .single-agent .rtin-banner-wrap .rtin-banner-img {
        height: 350px;
    }
}

.single-agent .rtin-banner-wrap .rtin-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-agent .rtin-banner-wrap .rtin-banner-img:after {
    content: "";
    background: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
}


.single-agent .rtin-banner-wrap .rtin-banner-img.rtin-noimage {
    height: 300px;
}

.single-agent .rtin-banner-wrap .rtin-banner-content {
    position: absolute;
    top: 0;
    left: 25px;
    display: flex;
    height: 100%;
    width: calc(100% - 40px);
}

@media (min-width: 992px) {
    .single-agent .rtin-banner-wrap .rtin-banner-content {
        align-items: center;
    }
}

.single-agent .rtin-banner-wrap .rtin-banner-content .rtin-logo {
    flex: 1;
    margin-right: 25px;
    max-width: 250px;
    align-self: center;
    position: relative;
}

@media all and (max-width: 991px) {
    .single-agent .rtin-banner-wrap .rtin-banner-content .rtin-logo {
        max-width: 200px;
        align-self: center;
    }
}

.single-agent .rtin-banner-wrap .rtin-banner-content .rtin-logo img {
    border-radius: 4px;
    background: #f4f6fb;
}

.single-agent .rtin-banner-wrap .rtin-banner-content .rtin-store-title-area {
    flex: 1 0 0;
    align-self: center;
    padding-right: 15px;
}


.single-agent .rtin-banner-wrap .rtin-banner-content .rtin-store-title-area .rtin-store-title {
    color: #fff;
    font-family: var(--rt-heading-font);
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 5px;
}

.single-agent .rtin-banner-wrap .rtin-banner-content .rtin-store-title-area .rtin-store-slogan {
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    font-family: var(--rt-heading-font);
}

.single-agent .rtin-banner-wrap .rtin-banner-content .rtin-store-title-area .rtin-title-meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single-agent .rtin-banner-wrap .rtin-banner-content .rtin-store-title-area .rtin-title-meta li {
    color: #fff;
    display: inline;
    font-size: 15px;
    line-height: 1.5;
    padding-right: 30px;
}

.single-agent .rtin-banner-wrap .rtin-banner-content .rtin-store-title-area .rtin-title-meta li i {
    padding-right: 10px;
    font-weight: 700;
    color: var(--rt-primary-color);
}

.single-agent .rtin-banner-wrap .rtin-banner-content .rtin-store-title-area .rtin-title-meta li.store-rating .star-rating {
    width: 77px;
    display: inline-block;
    line-height: inherit;
    min-height: 20px;
    transform: translateY(4px);
}

.single-agent .single-agent-tab {
    padding: 0;
    margin-bottom: 0;
}

.single-agent .widget.single-agent-tab {
    background: none;
    border: none;
}

.single-agent .single-agent-tab .nav-tabs {
    padding: 0;
    border: none;
    margin-bottom: 20px;
}

.single-agent .single-agent-tab .nav-tabs .nav-item {
    margin-right: 10px;
}

.single-agent .single-agent-tab .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-my-listing-menu-wrapper .rtcl-account-sub-menu ul li a,
.rtcl-agents-single-main .rtcl-agent-ad-listing-wrapper > ul a,
.single-agent .single-agent-tab .nav-tabs .nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #212121;
    padding: 0 22px;
    height: 45px;
    border: 1px solid var(--rt-primary-light2, #deede9);
    position: relative;
    display: block;
    line-height: 43px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    font-family: var(--rt-heading-font);
}

@media (max-width: 767px) {
    .single-agent .single-agent-tab .nav-tabs .nav-link {
        min-width: 100px;
        padding: 0 25px;
        height: 50px;
        line-height: 48px;
    }

    .single-agent .rtin-banner-wrap .rtin-banner-content .rtin-store-title-area .rtin-title-meta li {
        padding-left: 5px;
        padding-right: 5px;
    }

    .single-agent .rtin-banner-wrap .rtin-banner-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 20px;
        left: 0;
    }

    .single-agent .rtin-banner-wrap .rtin-banner-content .rtin-logo {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 0 10px;
        max-height: 100px;
        flex: none;
    }

    .single-agent .rtin-banner-wrap .rtin-banner-content .rtin-logo .rtcl-store-meta {
        display: none;
    }

    .single-agent .rtin-banner-wrap .rtin-banner-content .rtin-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .single-agent .rtin-banner-wrap .rtin-banner-content .rtin-store-title-area {
        text-align: center;
        padding-right: 0;
    }

    .single-agent .rtin-banner-wrap .rtin-banner-content .rtin-store-title-area .rtin-title-meta {
        align-items: center;
        justify-content: center;
    }

    .single-agent .rtin-banner-wrap .rtin-banner-content {
        width: 100%;
    }

    .single-agent .rtin-banner-wrap .rtin-banner-content .rtin-store-title-area {
        padding: 0;
        flex: 0;
    }

    .single-agent .rtin-banner-wrap .rtin-banner-content .rtin-store-title-area .rtin-store-title {
        font-size: 22px;
        line-height: 32px;
    }

    .single-agent .rtin-banner-wrap .rtin-banner-content .rtin-store-title-area .rtin-store-slogan {
        font-size: 15px;
    }
}

.single-agent .single-agent-tab .nav-tabs .nav-link.active,
.single-agent .single-agent-tab .nav-tabs .nav-link:hover {
    background-color: var(--rt-primary-color);
    box-shadow: 0 7px 18px 0 rgba(var(--rt-primary-rgb), 0.32);
    color: #fff;
}

.single-agent .single-agent-tab .tab-content {
    padding: 22px 30px 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
}

.single-agent .single-agent-tab .tab-content h3 {
    font-size: 20px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 10px;
}

@media only screen and (max-width: 479px) {
    .single-agent .single-agent-tab .tab-content {
        padding: 22px 10px 10px;
    }
}

.single-agent .single-agent-tab .map-area .item-title {
    margin-bottom: 20px;
    margin-top: 30px;
}

.single-agent .single-agent-tab .map-area .google-map {
    height: 400px;
    border-radius: 4px;
}

/*------------------- 5.1 Banner -------------------*/
.hero-banner {
    padding: 100px 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: calc(100vh - 310px) !important;
    display: flex;
    align-items: center;
    overflow: visible !important;
}

.hero-banner:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-banner .banner-box {
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-banner .banner-box .item-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 22px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .hero-banner .banner-box .item-title {
        line-height: 38px;
        font-size: 28px;
    }
}

.hero-banner .banner-box .item-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #e5e5e5;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .hero-banner .banner-box .item-subtitle {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .hero-banner .banner-box .advance-search-form {
        display: none;
    }
}

.fluentform .fluent_form_2 {
    background-color: rgba(var(--rt-primary-rgb), 0.7);
    border-radius: 4px;
    padding: 35px 40px 30px;
}

.fluentform .fluent_form_2 .ff-el-group {
    margin-bottom: 10px;
}

.fluentform .fluent_form_2 .ff-el-group h2 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
}

.fluentform .fluent_form_2 .ff-el-group > p {
    color: #fff;
}

.fluentform .fluent_form_2 .ff-el-group input {
    height: 45px;
}

.fluentform .fluent_form_2 .ff-el-group .ff-el-form-control {
    color: #111;
    background-color: #fff;
    font-size: 16px;
    border-radius: 4px;
    border: none;
}

.fluentform .fluent_form_2 .ff-el-group .ff-btn-submit {
    width: auto;
    height: auto;
    padding: 18px 35px 18px;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #111;
    background-color: #fff;
    border-radius: 4px;
    opacity: 1;
    border: none;
    transition: all 0.3s ease-in-out;
}

.fluentform .fluent_form_2 .ff-el-group .ff-btn-submit:hover {
    background-color: #fff;
    color: var(--rt-primary-color);
    outline: none;
    box-shadow: none;
}

/*------------------- 5.1 Blog -------------------*/


.blog-grid-inner {
    background-color: #f8f8f8;
}

.blog-grid-inner .section-heading {
    margin-bottom: 40px;
}

.archive .blog-grid.style2 .blog-box .post-img,
.archive .blog-grid.style1 .blog-box .post-img,
.search .blog-grid.style1 .blog-box .post-img,
.blog .blog-grid.style1 .blog-box .post-img {
    margin-bottom: 20px;
}

.read-more-grid-btn a {
    font-size: 15px;
    font-weight: 400;
    color: #788593;
}

.read-more-grid-btn a:hover {
    color: var(--rt-primary-color);
}

.read-more-grid-btn a:hover i {
    margin-left: 15px;
}

.single-blog {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.rtcl-agents-single-main .agent-email-area,
.main-sidebar-wrapper .widget,
.main-sidebar-wrapper .rtcl-widget-ajax-filter-wrapper {
    margin-bottom: 30px;
    box-shadow: 0 4px 18px 0 rgba(194, 200, 213, 0.3);
    border-radius: 6px;
    border: none;
}

.rtcl-active-filters-wrap {
    background: #fcfffe;
    border: 1px solid #daebe7;
    border-radius: 6px;
}

.rtcl-active-filters-wrap .rtcl-active-filters .rtcl-active-filter .af-items .afi {
    border: 1px solid #cadfda;
    border-radius: 4px;
    font-size: 14px;
    padding: 0px 12px;
    background: white;
    line-height: 1.8;
}

.rtcl-active-filters-wrap .rtcl-clear-filters {
    border: 1px solid #cadfda;
    border-radius: 5px;
    display: flex;
    gap: 5px;
    padding: 5px 15px;
}
@media (max-width: 767px) {
    .rtcl-active-filters-wrap .rtcl-clear-filters .icon-wrap + * {
        display: none;
    }

    .rtcl-active-filters-wrap .rtcl-active-filters div {
        display: inline !important;
        overflow-wrap: break-word;
        white-space: normal;
        max-width: 100%;
        box-sizing: border-box;
    }
    .rtcl-active-filters-wrap .rtcl-active-filters .rtcl-active-filter .af-items .afi {
        padding: 3px 12px;
        margin-left: 8px;
    }
    .rtcl-active-filters-wrap .rtcl-active-filters {
        grid-gap: 15px;
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 85%;
        max-width: 85%;
    }

}
.rtcl-active-filters-wrap .rtcl-clear-filters:hover {
    border-color: var(--rtcl-primary-color);
}
.rtcl-active-filters-wrap .rtcl-clear-filters i {
    color: red;
    opacity: .7;
}
.rtcl-active-filters-wrap {
    align-items: flex-start;
}

@media (max-width: 991px) {
    .main-sidebar-wrapper .rtcl-widget-ajax-filter-wrapper,
    .main-sidebar-wrapper .rtcl-widget-ajax-filter-wrapper-2 {
        position: fixed !important;
        top: 0;
        left: 0;
        max-width: 100%;
        width: 340px;
        z-index: 99999;
        height: 100vh;
        overflow: scroll;
        transform: translateX(-100%);
        transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
        border-radius: 0 !important;
        background: #fff;
    }

    .main-sidebar-wrapper .widget_homlisti_advanced_search .rtcl-widget-ajax-filter-wrapper,
    .main-sidebar-wrapper .widget_homlisti_advanced_search .rtcl-widget-ajax-filter-wrapper-2 {
        padding: 30px;
    }

    .main-sidebar-wrapper .rtcl-widget-ajax-filter-wrapper.is-active,
    .main-sidebar-wrapper .rtcl-widget-ajax-filter-wrapper-2.is-active {
        transform: translateX(0);
    }

    .main-sidebar-wrapper .rtcl-widget-ajax-filter-class {
        border-radius: 0 !important;
    }
}

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

.single-blog .single-post-wrapper {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--rt-primary-light2);
    background: #fff;
    padding: 30px;
}

.page .block-content,
.single-blog .block-content {
    padding: 0;
    border: none;
}

.single-blog .single-blog-content .blog-img {
    position: relative;
    margin-bottom: 28px;
}

.single-blog .single-blog-content .blog-img img {
    border-radius: 6px;
}

.single-blog .single-blog-content .blog-img .post-edit-link {
    border-radius: 4px 0 0 0;
}

.single-blog .single-blog-content .blog-content {
    padding: 0;
}

.single-blog .single-blog-content .blog-content .post-date {
    color: var(--rt-primary-color);
    font-family: var(--rt-heading-font);
    font-weight: 700;
    margin-bottom: 10px;
}

.page-title-wrap .page-title,
.single-blog .single-blog-content .blog-content .post-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 15px;
    color: #212121;
    font-weight: 600;
}

.page-title-wrap .page-title {
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .single-blog .single-blog-content .blog-content .post-title {
        font-size: 24px;
        line-height: 34px;
    }
}

/* Blog archive meta */
.blog-grid.site-main .blog-box .post-content .post-meta ul {
    display: block;
}

/* Blog Single page meta */

.rt-theme-post-meta .entry-meta {
    margin-bottom: 15px;
}

.blog-grid.site-main .blog-box .post-content .post-meta ul li,
.rt-theme-post-meta .entry-meta li {
    display: inline;
    color: #788593;
    font-size: 15px;
    margin-right: 12px;
    position: relative;
    padding-left: 16px;
    line-height: 1.9;
}

.blog-grid.site-main .blog-box .post-content .post-meta a,
.rt-theme-post-meta .entry-meta li a {
    color: #697480;
}

.rt-theme-post-meta .entry-meta li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #b7c0d5;
    display: inline-block;
    position: absolute;
    left: 0;
}

.rt-theme-post-meta .entry-meta li::before,
.blog-grid.site-main .blog-box .post-content .post-meta ul li::before {
    top: 7.5px;
}

.blog-grid.site-main .blog-box .post-content .post-meta ul li:first-child,
.rt-theme-post-meta .entry-meta li:first-child::before,
.rt-theme-post-meta .entry-meta li:first-child {
    padding-left: 0;
    content: none;
}

.rt-theme-post-meta .entry-meta li img {
    border-radius: 50%;
    margin-right: 5px;
}

.rt-theme-post-meta .entry-meta li span {
    font-weight: 400;
}

.rt-theme-post-meta .entry-meta li i {
    color: var(--rt-primary-color);
    margin-right: 10px;
}

.rt-theme-post-meta .entry-meta li a {
    color: inherit;
}

.rt-theme-post-meta .entry-meta li a:hover {
    color: var(--rt-primary-color);
}

.single-blog .single-blog-content .blog-content .post-features-info {
    margin: 34px 0 25px;
}

@media only screen and (max-width: 991px) {
    .single-blog .single-blog-content .blog-content .post-features-info .item-img {
        text-align: center;
        margin-bottom: 20px;
    }
}

.single-blog .single-blog-content .blog-content .post-features-info img {
    border-radius: 4px;
}

@media only screen and (max-width: 575px) {
    .single-blog .single-blog-content .blog-content .post-features-info .item-content ol {
        padding-left: 20px;
    }
}

.single-blog .single-blog-content .blog-content .post-features-info .item-content ol li {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
    .single-blog .single-blog-content .blog-content .post-features-info .item-content ol li {
        font-size: 16px;
    }
}

.single-blog .single-blog-content .blog-content .post-features-info .item-content ol li:last-child {
    margin-bottom: 0;
}

.single-blog .single-blog-content .blog-content .social-share {
    padding-top: 26px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 27px;
    padding-top: 30px;
    margin-top: 30px;
}

.need-homlisti-core .single-blog .single-blog-content .blog-content .social-share {
    border-bottom: none;
}

@media (max-width: 1199px) {
    .single-blog .single-blog-content .blog-content .social-share .row > [class^="col-"] {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }
}

.single-blog .single-blog-content .blog-content .social-share .item-tag {
    font-size: 15px;
}

.single-blog .single-blog-content .blog-content .social-share .item-tag a {
    color: #788593;
    font-size: 16px;
}

.single-blog .single-blog-content .blog-content .social-share .item-tag a:hover {
    color: var(--rt-primary-color);
}

.single-blog .single-blog-content .blog-content .social-share.has-no-share {
    padding-top: 15px;
    padding-bottom: 18px;
}

.single-blog .no-comment-form .single-blog-content .blog-content .social-share,
.single-blog .no-comment-form .single-blog-content .blog-content .social-share.has-no-share {
    border-bottom: none;
    padding-bottom: 0;
}

.single-blog .single-blog-content .blog-content .social-share.has-no-share .item-tag {
    float: left;
}

.single-blog .single-blog-content .blog-content .social-share .item-social {
    text-align: left;
}

.single-blog .single-blog-content .blog-content .social-share .post-social-share-inner {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .single-blog .single-blog-content .blog-content .social-share .post-social-share-inner {
        display: block;
    }
}

.single-blog .single-blog-content .blog-content .social-share .item-tag label,
.single-blog .single-blog-content .blog-content .social-share .social-label {
    font-size: 17px;
    font-weight: 600;
    color: #212121;
    margin-right: 10px;
    font-family: var(--rt-heading-font);
}

.single-blog .single-blog-content .blog-content .social-share .item-tag label {
    margin: 0;
}

.single-blog .single-blog-content .blog-content .social-share .item-social li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.single-blog .single-blog-content .blog-content .social-share .item-social li:last-child {
    margin-right: 0;
}

.single-blog .single-blog-content .blog-content .social-share .item-social li a {
    background-color: var(--rt-primary-light2, #dfefeb);
    width: 40px;
    height: 40px;
    color: var(--rt-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.single-blog .single-blog-content .blog-content .social-share .item-social li a:hover {
    color: #fff;
    background-color: var(--rt-primary-dark);
}

.elementor-social-icons-wrapper a:hover i,
.single-blog .single-blog-content .blog-content .social-share .item-social li a:hover i {
    animation: bottomtotop .3s linear forwards
}

@media (min-width: 1200px) {
    .single-blog .single-blog-content .blog-content .item-tag {
        float: right;
    }
}

@media (max-width: 1199px) {
    .single-blog .single-blog-content .blog-content .item-tag {
        margin-top: 10px;
    }
}

.single-blog .blog-author .media {
    align-items: center;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .single-blog .blog-author .media {
        display: block;
        text-align: center;
    }
}

.single-blog .blog-author .media .item-img {
    margin-right: 25px;
}

@media only screen and (max-width: 575px) {
    .single-blog .blog-author .media .item-img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.single-blog .blog-author .media .item-img img {
    border-radius: 50%;
}

.single-blog .blog-author .media .media-body .item-title {
    font-size: 20px;
    margin-bottom: 0;
}

.single-blog .blog-author .media .media-body .item-title a {
    color: #000;
}

.single-blog .blog-author .media .media-body .item-title a:hover {
    color: var(--rt-primary-color);
}

.single-blog .blog-author .media .media-body .item-author {
    color: #a5a5a5;
    margin-bottom: 8px;
}

.single-blog .blog-author .media .media-body p {
    margin-bottom: 10px;
}

.single-blog .blog-author .media .media-body .item-social li {
    display: inline-block;
    margin-right: 12px;
}

.single-blog .blog-author .media .media-body .item-social li a {
    color: #646464;
}

.single-blog .blog-author .media .media-body .item-social li a:hover {
    color: var(--rt-primary-color);
}

.blog-comment {
    border-radius: 8px;
}

@media only screen and (max-width: 575px) {
    .blog-comment {
        padding: 30px 20px 50px;
    }
}

.blog-comment .widget-heading {
    margin-bottom: 28px;
}

.blog-comment .widget-heading .heading-title {
    font-size: 22px;
    line-height: 30px;
}

.blog-comment .comment-list > li:last-child .media {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-comment .comment-list .comment-respond {
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-comment .comment-list .comment-respond .comment-reply-title {
    font-size: 22px;
    line-height: 30px;
}

.blog-comment .comment-list .comment-respond .comment-reply-title small {
    margin-left: 10px;
}

.blog-comment .comment-list .comment-respond .submit-btn {
    width: auto;
}

.blog-comment .media {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 22px;
}

.blog-comment .media .imgholder {
    margin-right: 30px;
    margin-top: 10px;
}

.blog-comment .media .imgholder img {
    border-radius: 50%;
}

.blog-comment .media .media-body {
    position: relative;
}

.blog-comment .media .media-body .comment-author {
    font-size: 18px;
    margin-bottom: 0;
    color: #212121;
}

.blog-comment .media .media-body .comment-time {
    font-size: 15px;
    color: #a5a5a5;
}

.blog-comment .media .media-body p {
    width: 90%;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .blog-comment .media .media-body p {
        width: 100%;
    }
}

.blog-comment .media .media-body .reply-area {
    position: absolute;
    top: 10px;
    right: 0;
}

.blog-comment .media .media-body .comment-reply-link {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #7a859c;
    border-radius: 4px;
    padding: 0 16px;
}

.blog-comment .media .media-body .comment-reply-link:hover {
    color: #fff;
    background-color: var(--rt-primary-dark);
}

@media only screen and (max-width: 575px) {
    .blog-comment .media .media-body .comment-reply-link {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-comment .media {
        margin-bottom: 30px;
    }

    .blog-comment .media .imgholder {
        max-width: 60px;
        margin-right: 15px;
    }

    .blog-comment .media .media-body {
        padding-bottom: 45px;
    }

    .blog-comment .media .media-body .reply-area {
        right: initial;
        top: initial;
        bottom: 0;
    }
}

.blog-form {
    padding: 22px 30px 15px;
    border-radius: 8px;
    border-color: rgb(223, 228, 239);
    margin-top: 30px;
}

.single-rtcl_listing .blog-form {
    margin-top: 0;
    border-radius: 4px;
    border-color: #e7e7e7;
    padding: 25px 30px 32px;
}

@media only screen and (max-width: 767px) {
    .blog-form {
        padding: 30px;
    }
}

.blog-form .comment-reply-title {
    font-size: 22px;
    line-height: 30px;
}

.blog-form .form-group {
    margin-bottom: 15px;
}

.blog-form .form-group.submit-button {
    margin-bottom: 0;
}

.blog-form .form-group .form-control {
    border: 1px solid #e1e5ee;
    background-color: #fff;
}

.blog-form .form-group .form-control:hover,
.blog-form .form-group .form-control:focus {
    border-color: var(--rt-primary-dark);
}

.blog-form .form-group .submit-btn {
    font-size: 15px;
}

.blog-form .form-group .submit-btn:hover {
    background-color: var(--rt-primary-dark);
    color: #fff;
}

.comment-form-cookies-consent {
    margin-bottom: 15px;
}

.comment-form-cookies-consent label {
    display: initial;
}

@media screen and (max-width: 991px) {
    .comment-form-cookies-consent {
        margin-top: 15px;
    }
}

.no-results.not-found {
    background: #fff;
    padding: 25px 30px;
}

/*Blog Search*/

.search .input-group .form-control {
    border: none;
}

/*------------------- 5.1 Brand -------------------*/
.brand-slide {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.brand-slide .slick-slide {
    padding: 0 10px;
}

.brand-slide .slick-slide img {
    cursor: pointer;
}

/*------------------- 5.1 Category -------------------*/
.category-browse .category-box {
    text-align: center;
    position: relative;
}

.disable-border-radius-yes .category-browse,
.disable-border-radius-yes .category-browse img,
.disable-border-radius-yes .category-browse div {
    border-radius: 0 !important;
}

.category-browse.style1 .category-box {
    overflow: hidden;
    border-radius: 4px;
}

.category-browse .category-box a {
    border-radius: 4px;
    display: block;
}

.category-browse .category-box .img-wrap {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    positioin: relative;
}

.category-browse .category-box .item-img {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: 0.4s ease-in-out;
}

.category-browse .category-box:hover .item-img {
    transform: scale(1.05);
}

.category-browse .category-box .item-img:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s;
    opacity: 1;
}

.category-browse .category-box:hover .item-img:after {
    opacity: 0;
}

.category-browse .category-box .overlay {
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
}

.category-browse .category-box:hover .item-img .overlay {
    opacity: 1;
}

.category-browse .category-box .item-img img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.category-browse.style1 .category-box .item-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.category-browse.style1 .category-box .item-content .item-count,
.category-browse.style1 .category-box .item-content .item-title {
    color: #fff;
}

.category-browse .category-box .item-content .item-title {
    margin-bottom: 9px;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
}

.category-browse .category-box:hover .item-img img {
    transform: scale(1.1);
}

.category-browse .category-box:hover .item-img:after {
    background-color: rgba(0, 0, 0, 0.2);
}

/*Category block style 2*/
.category-browse.style2 .category-box {
    border-radius: 6px;
    box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}

.category-browse.style2 .category-box:hover {
    box-shadow: none;
}

.category-browse.style2 .category-box .item-img {
    border-radius: 6px 6px 0 0;
    cursor: pointer;
}

.category-cities.style2 .category-box .item-img:after {
    background-color: rgba(0, 0, 0, 0);
}

.category-browse.style2 .category-box .item-content {
    position: relative;
    background-color: #fff;
    padding: 28px 30px 25px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 5%);
    border-radius: 0 0 6px 6px;
    text-align: left;
}

.category-browse .category-box .item-content .item-count {
    overflow: hidden;
}

.category-browse.style2 .category-box .item-content .item-count {
    font-size: 14px;
    color: #70778b;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 5px;
}

.category-browse .category-box .item-content .item-count.is-dots::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 50%;
    transform: translateY(-3px);
    display: inline-block;
    background-color: var(--rt-primary-color);
    transition: 0.4s;
}

.category-browse.style1 .category-box .item-content .item-count.is-dots {
    display: inline-block;
    background-color: #fff;
    padding: 7px 8px;
    color: var(--rt-primary-color);
    transition: 0.4s;
    border-radius: 3px !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.category-browse.style1 .category-box:hover .item-content .item-count.is-dots {
    background-color: var(--rt-primary-dark);
    color: #fff;
}

.category-browse.style1 .category-box:hover .item-content .item-count.is-dots::before {
    background-color: #fff;
}

.category-browse.style1 .category-box .item-content .item-count span {
    display: inline-block;
}

.category-browse.style4 .category-box:hover .item-content .item-count span span,
.category-browse.style1 .category-box:hover .item-content .item-count span {
    animation: topToBottom 0.3s ease-in-out forwards;
}

@keyframes topToBottom {
    0%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(-100%);
        opacity: 0;
    }
    51% {
        transform: translateY(100%);
    }
}

@-webkit-keyframes topToBottom {
    0%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(-100%);
        opacity: 0;
    }
    51% {
        transform: translateY(100%);
    }
}


/*Style 2*/

.category-browse.style2 .category-box .item-content .item-title {
    margin-bottom: 0;
    font-size: 22px;
}

.category-browse.style2 .category-box .item-content .item-title,
.category-browse.style2 .category-box .item-content .item-title a {
    color: #212121;
}

.category-browse.style2 .category-box .item-content .item-title a:hover {
    color: var(--rt-primary-color);
}

.category-browse.style2 .category-box .item-content .link-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: var(--rt-primary-light2);
    line-height: 40px;
    text-align: center;
    transform: rotate(-45deg);
    border-radius: 50%;
    color: var(--rt-primary-color);
    transition: 0.4s ease-in-out;
}

.category-browse.style5 .category-box .item-content .link-icon {
    right: 0;
    transform: rotate(0deg);
    border-radius: 30px 0 0 30px;
    width: 54px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding-left: 10px;
}

.category-browse.style2 .category-box:hover .item-content .link-icon {
    background-color: var(--rt-primary-dark);
    color: #fff;
    transform: rotate(0deg);
}

.category-browse.style5 .category-box:hover .item-content .link-icon {
    background-color: var(--rt-primary-color);
}

/*End style 2*/

/*Start Style # 3*/

.rt-el-listing-location-box.style3 .category-box {
    position: relative;
    box-shadow: none;
    overflow: hidden;
}

.rt-el-listing-location-box.style3 .category-box .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 10;
}

.rt-el-listing-location-box.style5 .category-box .item-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
}

.rt-el-listing-location-box .item-img {
    transition: 0.4s ease-in-out;
    height: 240px;
}

.rt-location-grayscale-disable .rt-el-listing-location-box .item-img,
.rt-location-grayscale-hover-disable .rt-el-listing-location-box:hover .item-img {
    filter: grayscale(0);
}

.rt-location-grayscale-enable .rt-el-listing-location-box .item-img,
.rt-location-grayscale-hover-enable .rt-el-listing-location-box:hover .item-img {
    filter: grayscale(1);
}

.category-browse.style3 .category-box .item-img {
    border-radius: 0;
}

.category-browse.style3 .category-box .item-content .item-count {
    color: #fff;
}

.category-browse.style3 .category-box .item-content .item-title,
.category-browse.style3 .category-box .item-content .item-title a {
    color: #fff;
}

.category-cities.style3 .category-box .item-img:after {
    background: linear-gradient(transparent, rgba(0, 0, 0, .5))
}

.category-browse.style3 .category-box .overlay {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .8));
}

.category-browse.style5 .category-box .overlay {
    background: linear-gradient(180deg, #09223d 42.5%, rgba(14, 46, 80, .9) 100%);
    opacity: .7;
}

.category-cities.style5 .category-box .item-img:after {
    content: none;
}

.category-browse.style3 .category-box .item-content .link-icon {
    background-color: #fff;
}


/*End Style # 3*/

/*Style # 4*/

.category-browse.style4 .category-box .item-content .item-title {
    margin-bottom: 15px;
}

.category-browse.style4 .category-box .item-content .item-count > span {
    display: inline-block;
    padding: 2px 15px;
    border: 2px solid var(--rt-primary-color);
    border-radius: 30px;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: normal;
    transition: 0.4s;
}

.category-browse.style5 .category-box .item-content .item-count > span {
    border-width: 1px;
}

.category-browse.style5 .category-box .item-content .item-count > span {
    border-color: #fff;
}

.category-browse.style5 .category-box:hover .item-content .item-count > span {
    border-color: var(--rt-primary-color);
}

.category-browse.style4 .category-box:hover .item-content .item-count > span {
    background-color: var(--rt-primary-color);
    color: #fff;
}

.category-browse.style4 .category-box .item-content .item-count > span span {
    display: inline-block;
}

@media (min-width: 600px) and (max-width: 989px) {
    .category-browse.style4 .category-box .item-content .item-count > span {
        font-size: 14px;
        padding: 2px 10px;
    }
}

.category-browse.style6 {
    width: 285px;
    height: 285px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
}

.category-browse.style6 .category-box .item-img {
    aspect-ratio: 1 / 1;
    width: 100% !important;
    height: 100% !important;
}
.category-browse.style6 .category-box {
    border-radius: 100%;
}

.category-browse.style6 .category-box .item-content .item-title {
    font-size: 20px;
    color: #0e2e50;
    background: #fff;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 3px;
    max-width: 80%;
    transition: 0.4s;
}

.category-browse.style6 .category-box:hover .item-content .item-title {
    color: #fff;
    background: var(--rtcl-primary-color)
}

.category-browse.style6 .category-box:hover .item-content .item-title .count {
    color: #fff
}

.category-browse.style6 .category-box .item-content .item-title .count {
    font-size: 16px;
    color: #808284;
    transition: 0.4s;
}

.style6.category-cities .category-box .item-img:after {
    background-color: rgba(0, 0, 0, 0.1);
}

/*End Style # 4*/

.listing-location-radiuse-disable div,
.listing-location-radiuse-disable img {
    border-radius: 0 !important;
}

.category-cities .category-box .item-img:after {
    background-color: rgba(0, 0, 0, 0.4);
}

.category-cities .category-box:hover .item-img img {
    filter: grayscale(0);
}

.category-cities .category-box:hover .item-img:after {
    opacity: 0;
}

.category-top .category-box {
    background-color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 14px 21px 0 rgba(179, 179, 179, 0.2);
    padding: 50px 20px 50px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.category-top .category-box:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--rt-primary-color);
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.category-top .category-box .item-icon {
    margin-bottom: 22px;
}

.category-top .category-box .item-icon span {
    display: inline-block;
}

.category-top .category-box .item-icon span:before {
    font-size: 55px;
    color: var(--rt-primary-color);
    transition: all 0.3s ease-in-out;
}

.category-top .category-box .item-content .item-title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
}

.category-top .category-box .item-content .item-count {
    color: #444;
    transition: all 0.3s ease-in-out;
}

.category-top .category-box .rtin-sub-cats li a {
    color: inherit;
}

.category-top .category-box:hover:after {
    visibility: visible;
    opacity: 1;
    height: 100%;
}

.category-top .category-box:hover .item-icon span {
    -webkit-animation: bottomtotop 0.5s forwards;
    animation: bottomtotop 0.5s forwards;
}

.category-top .category-box:hover .item-icon span:before {
    color: #fff;
}

.category-top .category-box:hover .item-content .item-title {
    color: #fff;
}

.category-top .category-box:hover .item-content .item-count {
    color: #fff;
}

.category-top .category-box:hover .rtin-sub-cats li a {
    color: #fff;
}

.rt-el-listing-cat-box.category-top .category-box .item-content .item-title {
    font-weight: 600;
    font-size: 20px;
}

.fluentform .fluent_form_1 .ff-el-group {
    margin-bottom: 15px;
}

.fluentform .fluent_form_1 .ff-el-group .ff-el-form-control {
    border: none;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f6f6f6;
    height: auto;
    color: #111;
    border-radius: 4px;
}

.fluentform .fluent_form_1 .ff-el-group .ff-el-form-control:focus {
    outline: 0;
    box-shadow: none;
    background-color: #f6f6f6;
}

.fluentform .fluent_form_1 .ff-el-group .ff-btn-submit {
    border: none;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    height: 60px;
    padding: 12px 35px 10px;
    background-color: var(--rt-primary-color);
    transition: all 0.3s ease-in-out;
}

.fluentform .fluent_form_1 .ff-el-group .ff-btn-submit:hover {
    background-color: var(--rt-primary-dark);
}

.contact-page-form .fluentform .fluent_form_1 .ff-el-group .ff-el-form-control {
    border: 1px solid #e4e9f2;
    background-color: #f9fbfe;
    border-radius: 3px;
}

.contact-page-form .fluentform .fluent_form_1 .ff-el-group .ff-el-form-control:hover,
.contact-page-form .fluentform .fluent_form_1 .ff-el-group .ff-el-form-control:focus {
    border-color: var(--rt-primary-color);
    box-shadow: 0 0 15px rgb(213 223 239 / 55%);
}

.contact-page-form .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    color: #a7a7a7 !important;
    margin-left: 0;
}

.contact-page-form .fluentform .fluent_form_1 .ff-el-group .ff-btn-submit {
    width: 100%;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    background-color: var(--rt-primary-color);
    opacity: 1;
}

.contact-page-form .fluentform .fluent_form_1 .ff-el-group .ff-btn-submit:hover {
    background-color: var(--rt-primary-dark);
}

.fluentform .ff-el-input--label label {
    font-weight: 500 !important;
    color: #a7a7a7 !important;
    font-size: 14px !important;
}


/*------------------- 5.1 Product -------------------*/
.product-slide-full {
    overflow: hidden;
}

.product-slide-full .slick-list {
    overflow: visible;
}

.product-slide-full .slick-list .slick-slide:not(.slick-active) {
    opacity: 0.2;
}

.rt-el-listing-wrapper .isotope-classes-tab {
    margin-bottom: 30px;
    display: inline-block;
    background-color: transparent;
    padding: 0;
}

.rt-el-listing-wrapper .filter-wrapper {
    text-align: right;
}

.rt-el-listing-wrapper .isotope-classes-tab .nav-item {
    color: #878c9f;
    border: 1px solid var(--rt-primary-color);
    border-radius: 30px;
    padding: 6px 35px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-left: 3px;
}

.rt-el-listing-wrapper .isotope-classes-tab .nav-item:first-child {
    margin-left: 0;
}

.rt-el-listing-wrapper .isotope-classes-tab .nav-item.current {
    background-color: var(--rt-primary-color);
    color: #fff;
}

@media only screen and (max-width: 479px) {
    .rt-el-listing-wrapper .isotope-classes-tab .nav-item {
        padding: 4px 10px;
    }
}

.rt-el-listing-wrapper .isotope-classes-tab .nav-item:hover,
.rt-el-listing-wrapper .isotope-classes-tab .current.nav-item {
    background-color: var(--rt-primary-color);
    color: #fff;
}

.rt-el-listing-wrapper .isotope-classes-tab .nav-item.current:hover {
    background-color: var(--rt-primary-dark);
}

.rt-el-listing-wrapper .isotope-classes-tab .current.nav-item {
    position: relative;
}

.related-product .product-box .product-thumb .thumbnail-bg,
.rt-el-listing-wrapper .product-thumb .thumbnail-bg {
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 60%;
    transition: all 0.3s ease-in-out;
    background-size: cover;
}

.related-product .product-box .product-content .listing-action {
    display: none !important;
}

.page-template-listing-map .product-grid .product-box .product-thumb .thumbnail-bg,
.archive .product-grid .product-box .product-thumb .thumbnail-bg,
.related-product .product-box .product-thumb .thumbnail-bg,
.rt-el-listing-wrapper .product-thumb .thumbnail-bg {
    position: relative;
}

.product-grid .product-box .product-thumb a.listing-link,
.page-template-listing-map .product-grid .product-box .product-thumb .thumbnail-bg a.listing-link,
.archive .product-grid .product-box .product-thumb .thumbnail-bg a.listing-link,
.related-product .product-box .product-thumb .thumbnail-bg a.listing-link,
.rt-el-listing-wrapper .product-thumb .thumbnail-bg a.listing-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rt-el-listing-wrapper .product-box:hover .product-thumb .thumbnail-bg {
    transform: scale(1.1);
}

.rt-el-listing-wrapper .product-box:hover .product-thumb .listing-archive-carousel .thumbnail-bg {
    transform: scale(1);
}

.rt-el-listing-wrapper .product-box .slick-slide {
    overflow: hidden;
}

.rt-el-listing-wrapper.style2 .product-thumb .thumbnail-bg {
    padding-top: 120%;
}

.rt-el-listing-wrapper .product-content .list-information.list-view-no-bg ul.product-features,
.rt-el-listing-wrapper .product-content .list-information.list-view ul.product-features {
    display: block;
    overflow: hidden
}

.rt-el-listing-wrapper .product-content .list-information.list-view-no-bg ul.product-features li,
.rt-el-listing-wrapper .product-content .list-information.list-view ul.product-features li {
    float: left;
    margin-right: 20px;
}

.rt-el-listing-wrapper .product-content .list-information.list-view-no-bg ul.product-features li:last-child,
.rt-el-listing-wrapper .product-content .list-information.list-view ul.product-features li:last-child {
    margin-right: 0;
}

.rt-el-listing-wrapper .product-content .list-information.space-between-no-bg ul.product-features li i,
.rt-el-listing-wrapper .product-content .list-information.list-view-no-bg ul.product-features li i {
    background: none;
    width: auto;
    margin-right: 7px;
}

.is-price-range-hide .rt-el-listing-wrapper .product-price .rtcl-price-range .dash,
.is-price-range-hide .rt-el-listing-wrapper .product-price .rtcl-price-range .price-to {
    display: none;
}

.rt_author_position_in_thumb .product-grid .product-box .product-thumb .product-price {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 45px);
    left: 20px;
    bottom: 20px;
}

.is-price-meta-hide .product-grid .product-box .rtcl-price-meta {
    display: none;
}

.rt_author_position_in_thumb .product-grid .product-box .product-thumb .product-price .author-info .item-title {
    font-size: 16px;
    font-weight: normal;
}

.rt_author_position_in_thumb .product-grid .product-box .product-thumb .product-price .author-info {
    display: flex;
    align-items: center;
}

.rt_author_position_in_thumb .product-grid .product-box .product-thumb .product-price .author-info .item-title,
.rt_author_position_in_thumb .product-grid .product-box .product-thumb .product-price .author-info .item-title a {
    color: #fff;
}

.rt_author_position_in_thumb .product-grid .product-box .product-thumb .product-price .author-info img {
    border-radius: 50%;
    margin-right: 8px;
    border: 3px solid #fff;
    background: #fff;
}

.rt_author_position_in_thumb .product-grid .product-box:hover .product-thumb .listing-action {
    bottom: 4px;
    right: 5px;
    transform: scale(.8);
}

/*RT El Listing style 2
========================================*/

.listing-border-radius-disbale div,
.listing-border-radius-disbale .product-thumb img {
    border-radius: 0 !important;
}

.rt-el-listing-wrapper.style2 .product-box {
    position: relative;
}

.product-grid.style2 .product-box .product-thumb:after {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .9), transparent);
    transition: all 0.5s ease-in-out;
}

.rt-el-listing-wrapper.style2 .product-box:hover .product-thumb:after {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
}

.rt-el-listing-wrapper.style2 .product-box.style2 .product-content .product-features,
.rt-el-listing-wrapper.style2 .product-box.style2 .product-content .item-title {
    padding: 0;
}

.rt-el-listing-wrapper.style2 .product-box.style2 .product-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    padding: 50px 25px 10px;
    background: transparent;
    border: none;
    color: #fff;
}

.rt-el-listing-wrapper.style2 .product-box.style2 .product-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
    transition: 0.4s ease-in-out;
    z-index: -1;
}

.rt-el-listing-wrapper.style2 .product-box.style2 .product-content .item-title a {
    color: #fff;
}

.rt-el-listing-wrapper.style2 .product-box.style2 .product-content .product-price .rtcl-price {
    color: #fff;
}

.rt-el-listing-wrapper.style2 .product-box.style2 .product-content .item-title {
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 5px;
}

.rt-el-listing-wrapper.style2 .product-box .product-thumb {
    border-radius: 5px;
}

.product-grid.style2 .product-box.style2 .product-content .rtcl-listable,
.product-grid.style6 .product-box.style2 .product-content .rtcl-listable {
    padding-left: 0;
    padding-right: 0;
}

.product-grid.style2 .product-box .product-thumb .rtcl-thumbnail {
    max-height: inherit;
}

.product-grid.style2 .product-box.style2 .product-content .rtcl-listable .rtcl-field-icon,
.product-grid.style2 .product-box.style2 .product-content .product-features li i {
    color: #ffff;
    background: none !important;
    opacity: .7;
    width: auto;
}

.product-grid.style2 .product-box.style2 .product-content .rtcl-listable .rtcl-listable-item {
    color: #fff;
}

.product-grid.style2 .product-box .product-content .product-features li .prefix {
    display: none;
}

.product-grid.style2 .product-box .product-content .product-features li .listable-value {
    opacity: .9;
}

.product-grid .product-box .product-content .product-features li .value span {
    display: none;
}

.product-grid.style2 .product-box .product-content .product-features li .value span {
    display: inline;
}

.rt-el-listing-wrapper.style2 .product-box.style2 .product-content .product-price {
    font-family: var(--rt-heading-font);
    padding-left: 0;
    margin-bottom: 5px;
}

.rt-el-listing-wrapper.style2 .product-box.style2 .product-content .product-price .rtcl-price-range {
    display: inline-block;
}

.rt-el-listing-wrapper.style2 .product-box.style2 .product-content .product-price .rtcl-price-amount {
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 570px) {
    .rt-el-listing-wrapper.style2 .product-box.style2 .product-content .product-price .rtcl-price-amount {
        font-size: 26px;
    }
}

.rt-el-listing-wrapper.style2 .product-box.style2 .product-content .product-price .rtcl-price-meta i {
    font-style: normal;
    font-size: 20px;
}

/*End Listing El Block 2*/


/*Listing Style 4 */

.rt-el-listing-wrapper.style4 .product-box .thumb-wrapper {
    padding: 30px 30px 0;
    background: #fff;
    margin-bottom: 10px;
}

.rt-el-listing-wrapper.style4 .product-box .product-content {
    border: none;
}

.rt-el-listing-wrapper.style4 .product-box.style2 .product-content .product-category {
    margin-top: 15px;
    line-height: 1;
}

.rt-el-listing-wrapper.style4 .product-box.style2 .product-content .product-category a {
    padding: 0;
}

@media (max-width: 500px) {
    .rt-el-listing-wrapper.style4.style5 .product-box.style2 .product-content .product-category {
        padding-left: 0;
    }
}

.rt-el-listing-wrapper.style4 .product-box.style2 .product-content .product-price {
    font-size: 22px;
    font-weight: bold;
    color: var(--rt-primary-color);
}

.rt-el-listing-wrapper.style4 .product-box.style2 .product-content .product-price .rtcl-price-meta {
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 500;
}

.rt-el-listing-wrapper.style4 .product-box.style2 .product-content .product-price .rtcl-price-meta i {
    margin-right: 2px;
    font-size: 18px;
}

@media (max-width: 500px) {
    .rt-el-listing-wrapper.style4.style5 .product-box.style2 .product-content .product-price {
        padding-left: 0;
    }
}

.rt-el-listing-wrapper.style4 .product-box.style2 .product-content .product-price .rtcl-price-range {
    display: inline-block;
}

.rt-el-listing-wrapper.style5.style4 .product-box.style2 .product-content .product-features {
    margin-left: -2px;
    padding-bottom: 0;
}

.rt-el-listing-wrapper.style4 .product-box {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 18px 0 rgba(194, 200, 213, 0.3);
    overflow: hidden;
}

.rt-el-listing-wrapper.style4 .product-box .product-thumb {
    border-radius: 6px;
}


.rt-el-listing-wrapper.style4 .product-box .product-content .product-bottom-content .product-price {
    font-family: var(--rt-heading-font);
}

.rt-el-listing-wrapper.style4 .product-box .product-content .product-bottom-content .product-price .rtcl-price-amount {
    font-size: 25px;
    color: var(--rt-primary-color);
    font-weight: 600;
}

@media (max-width: 599px) {
    .rt-el-listing-wrapper.style4 .product-box .product-content .product-bottom-content .product-price .rtcl-price-amount {
        font-size: 20px;
    }

    .rt-el-listing-wrapper .product-box .product-content .product-bottom-content .product-price .rtcl-price-amount {
        letter-spacing: -.5px;
    }
}

@media (max-width: 350px) {
    .product-grid .product-box .product-content .product-bottom-content .media .item-img {
        display: none;
    }
}

.rt-el-listing-wrapper.style4 .product-box .product-content .product-bottom-content .product-price .rtcl-price-meta {
    font-size: 18px;
}

.rt-el-listing-wrapper.style4 .product-box .product-content .product-bottom-content {
    padding: 17px 0;
}


/* End Listing Style 4 */


/*Start Listing Style 5 */
.rt-el-listing-wrapper.style5 .product-box {
    padding: 20px 0 20px 20px;
    display: flex;
}

.rt-el-listing-wrapper.style5 .product-box .product-thumb {
    min-width: 200px;
    max-width: 200px;
    max-height: 200px;
}

.rt-el-listing-wrapper.style5 .product-box .product-thumb .listing-archive-carousel {
    height: 100%;
}

.rt-el-listing-wrapper.style5 .product-box .product-thumb .thumbnail-bg {
    height: 100%;
}

.rt-el-listing-wrapper.style5 .product-box .product-thumb > a {
    height: 100%;
}

.rt-el-listing-wrapper.style5 .product-box.style2 .product-content {
    overflow: hidden;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.rt-el-listing-wrapper.style5 .product-box .product-thumb .product-type {
    top: 8px;
    left: 9px;
}

.rt-el-listing-wrapper.style5 .product-box.style2 .product-content .entry-meta {
    padding-bottom: 4px;
}

.rt-el-listing-wrapper.style5 .product-box.style2 .product-content .item-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 2px;
}

.rt-el-listing-wrapper.style5 .product-box .product-content .product-bottom-content {
    padding: 14px 20px 0 20px;
}

.rt-el-listing-wrapper.style5 .product-box .product-content .product-bottom-content .product-price .rtcl-price-amount {
    font-size: 21px;
    letter-spacing: -.5px;
}

.rt-el-listing-wrapper.style5 .product-box .product-content .product-bottom-content .product-price .rtcl-price-range + .rtcl-price-meta {
    display: none;
}

.rt-el-listing-wrapper.style5 .product-box .product-content .product-bottom-content .product-price .rtcl-price-meta {
    font-size: 14px;
}

.rt-el-listing-wrapper.style5 .product-box .product-content .product-bottom-content .media .item-img img {
    width: 36px;
    height: auto;
}

.rt-el-listing-wrapper.style5 .product-box .product-content .product-bottom-content .media .media-body .item-title {
    font-size: 14px;
}

.product-grid.style4 .product-box .product-content .product-bottom-content ul li.item-author
.rt-el-listing-wrapper.style5 .product-box.style2 .product-content .product-features {
    padding-bottom: 0;
}

.rt-el-listing-wrapper.style5 .product-box .product-content .product-bottom-content ul {
    flex-wrap: wrap;
}

.rt-el-listing-wrapper.style5 .product-box .product-content .product-bottom-content .media {
    padding-left: 0;
}

.rt-el-listing-wrapper.style5 .product-box .product-content .product-bottom-content .product-price {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.rt-el-listing-wrapper.style5 .product-thumb .thumbnail-bg {
    padding-top: 79%;
}

@media (max-width: 500px) {
    .rt-el-listing-wrapper.style5 .product-box {
        display: block;
        padding: 20px;
    }

    .rt-el-listing-wrapper.style5 .product-box .product-thumb {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .rt-el-listing-wrapper.style5 .product-box .product-content .product-bottom-content,
    .rt-el-listing-wrapper.style5 .product-box.style2 .product-content .product-features,
    .rt-el-listing-wrapper.style5 .product-box.style2 .product-content .entry-meta,
    .rt-el-listing-wrapper.style5 .product-box.style2 .product-content .item-title {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1145px) {
    .rt-el-listing-wrapper.style5 .product-box .product-content .product-features li span .prefix {
        display: none;
    }
}

/*End Listing Style 5 */

/*Start Listing Style 6 */

.rt-el-listing-wrapper.style6 .product-box,
.rt-el-listing-wrapper.style6 .product-box:hover {
    box-shadow: none;
    border: none;
}

.rt-el-listing-wrapper.style6 .product-box .product-content {
    border: none;
    background: none;
}

.rt-el-listing-wrapper.style6 .product-box.style2 .product-content .product-features,
.rt-el-listing-wrapper.style6 .product-box .product-content .listing-content,
.rt-el-listing-wrapper.style6 .product-box.style2 .product-content .entry-meta,
.rt-el-listing-wrapper.style6 .product-box.style2 .product-content .item-title {
    padding-left: 0;
    padding-right: 0;
}

.rt-el-listing-wrapper.style6 .product-box .product-thumb {
    display: flex;
}

.rt-el-listing-wrapper.style6 .product-box .product-thumb .rtcl-listing-badge-wrap,
.rt-el-listing-wrapper.style6 .product-box .product-thumb .product-type {
    position: static;
    display: inline-flex;
}

.rt-el-listing-wrapper.style6 .product-box .product-thumb .rtcl-listing-badge-wrap span {
    padding: 9px 15px 0;
}

.rt-el-listing-wrapper.style6 .product-box.style2 .product-content .product-category {
    margin-top: 3px;
    padding: 0;
}

.rt-el-listing-wrapper.style6 .product-box.style2 .product-content .product-category a {
    padding-left: 0;
}

.rt-el-listing-wrapper.style6 .product-box.style2 .product-content .item-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
}

.rt-el-listing-wrapper.style6 .product-box.style2 .product-content .item-title a {
    overflow: visible;
    text-overflow: unset;
    display: block;
}

.rt-el-listing-wrapper.style6 .product-box .product-content .listing-content {
    margin-bottom: 25px;
    border-top: 1px solid #e1e1e1;
    padding-top: 23px;
}

.rt-el-listing-wrapper.style6 .product-box .product-content .entry-meta i {
    color: #c6cfd8;
}

.rt-el-listing-wrapper.style6 .product-box .product-content .product-bottom-content {
    padding-top: 20px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rt-el-listing-wrapper.style6 .product-box .product-content .product-bottom-content .rtcl-price-amount {
    font-size: 32px;
    font-family: var(--rt-heading-font);
    font-weight: 600;
    color: var(--rt-primary-color);
}

.rt-el-listing-wrapper.style6 .product-box .product-content .product-bottom-content .product-price {
    padding-left: 0;
}

.rt-el-listing-wrapper.style6 .product-box .product-content .product-bottom-content .action-btn a {
    padding: 15px 33px;
    margin: 0;
    font-weight: 600;
}

.product-grid.rt-el-listing-wrapper.style6 .product-box .product-thumb:before,
.product-grid.rt-el-listing-wrapper.style6 .product-box .product-thumb:after {
    content: none;
}

.rt-el-listing-wrapper .product-box .product-content .product-bottom-content .product-price .rtcl-price-range {
    display: inline-block;
}

.rt-el-listing-wrapper .product-box .product-content .product-price .rtcl-price-meta,
.rt-el-listing-wrapper .product-box .product-content .product-bottom-content .product-price .rtcl-price-meta {
    font-weight: normal;
}

/*End Listing Style 6*/


/*Start Listing Style 7*/

.rt-el-listing-wrapper .slick-list {
    padding: 0 15px;
    margin: 0 -14px;
}

.is-shadow-yes .rt-el-listing-wrapper .slick-list {
    padding: 0;
    margin: 0;
}

.rt-el-listing-wrapper.style8 {
    position: relative;
}

@media (min-width: 1200px) {
    .is-shadow-yes .rt-el-listing-wrapper.style8::before,
    .is-shadow-yes .rt-el-listing-wrapper.style8::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 600px;
        z-index: 10;
        opacity: .8;
        pointer-events: none;
    }

    .is-shadow-yes .rt-el-listing-wrapper.style8::before {
        left: 0;
        background: var(--rt-primary-color);
        background: linear-gradient(90deg, var(--rt-primary-color) 0%, transparent 100%);
    }

    .is-shadow-yes .rt-el-listing-wrapper.style8::after {
        right: 0;
        background: var(--rt-primary-color);
        background: linear-gradient(-90deg, var(--rt-primary-color) 0%, transparent 100%);
    }

    @media (min-width: 1940px) {
        .is-shadow-yes .rt-el-listing-wrapper.style8::before,
        .is-shadow-yes .rt-el-listing-wrapper.style8::after {
            width: 800px
        }
    }
}

.rt-el-listing-wrapper.style7 .product-box {
    border-radius: 6px;
}

.rt-el-listing-wrapper.style8 .product-box,
.rt-el-listing-wrapper.style7 .product-box {
    box-shadow: 0 7px 16px 0 rgba(3, 27, 52, 0.2);
}

.rt-el-listing-wrapper .slick-slide .slick-slide {
    margin: 0 !important;
}

.rt-el-listing-wrapper.style8 .slick-slide,
.rt-el-listing-wrapper.style7 .slick-slide {
    margin: 15px;
}

.slider_dynamic_col .rt-el-listing-wrapper.style8 .slick-slide,
.slider_dynamic_col .rt-el-listing-wrapper.style7 .slick-slide {
    width: 386px !important
}

.rt-el-listing-wrapper.style8 .slick-slide:hover .product-box,
.rt-el-listing-wrapper.style7 .slick-slide:hover .product-box {
    transform: translateY(-5px);
    box-shadow: 0 15px 16px 0 rgba(3, 27, 52, 0.25);
}

.list-carousel-overflow-none .rt-el-listing-wrapper .slick-list {
    overflow: inherit !important;
}

.list-carousel-overflow-none .rt-el-listing-wrapper.style7 {
    margin: 0;
}

.list-slick-carousel .slick-dots {
    width: 100%;
    padding: 0 15px;
}

.rt-el-listing-wrapper .swiper-pagination {
    padding: 0 15px;
    width: 100%;
}

.rt-el-listing-wrapper .swiper-pagination span {
    margin-left: 3px;
    margin-right: 3px;
}

.dots-align-left .swiper-pagination,
.dots-align-left .slick-dots {
    text-align: left;
}

.dots-align-right .swiper-pagination,
.dots-align-right .slick-dots {
    text-align: right;
}

.dots-align-right .slick-dots li {
    margin: 0 0 0 8px;
}

.dots-align-center .swiper-pagination,
.dots-align-center .slick-dots {
    text-align: center;
}

.rt-el-listing-wrapper.style7 .product-box .product-thumb .listing-action {
    right: 30px;
    top: 20px;
    bottom: auto;
}

.label_position_thumb .rt-el-listing-wrapper.listing-action-visible .product-box:hover .product-thumb .rtcl-listing-badge-wrap {
    top: 53px;
    right: 30px;
}

.rt-el-listing-wrapper.style7 .product-box .product-thumb .product-rating,
.rt-el-listing-wrapper.style7 .product-box .product-thumb .auuthor-img {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 10;
}

.rt-el-listing-wrapper.style7 .product-box .product-thumb .product-rating {
    left: auto;
    right: 30px;
    bottom: 28px;
}

.rt-el-listing-wrapper.style7 .product-box .product-thumb.is-cat .auuthor-img {
    bottom: 40px;
}

.rt-el-listing-wrapper.style7 .product-box .product-thumb.is-cat .product-rating {
    bottom: 47px;
}

.rt-el-listing-wrapper.rtcl .star-rating {
    font-size: 18px;
}

.rt-el-listing-wrapper.style7 .product-box .product-thumb .auuthor-img img {
    border: 3px solid #fff;
    border-radius: 50%;
    background: #fff;
}


.rt-el-listing-wrapper.style7 .product-box .product-thumb .product-rating .item-text {
    display: none;
}

.rt-el-listing-wrapper.style7 .product-box .product-price {
    padding: 0 30px;
    color: var(--rt-primary-color);
    margin-bottom: 15px;
}

.rt-el-listing-wrapper.style7 .product-box .product-price .rtcl-price-range {
    display: inline-block;
}

.rt-el-listing-wrapper.style7 .product-box .product-price .rtcl-price-amount {
    font-size: 24px;
    font-weight: 600;
    font-family: var(--rt-heading-font);
}

.rt-el-listing-wrapper.style7 .product-box.style2 .product-content .entry-meta {
    padding-bottom: 9px;
}

.rt-el-listing-wrapper.style7 .product-box.style2 .product-bottom-content {
    padding: 17px 0 0;
}

.rt-el-listing-wrapper.style7 .product-box .product-content.no-cat .item-title {
    padding-top: 24px;
    font-size: 20px;
}

.product-grid.rt-el-listing-wrapper.style7 .product-box .product-thumb:after {
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.rt-el-listing-wrapper.style7 .product-box .product-thumb {
    border-radius: 6px 6px 0 0;
}

.rt-el-listing-wrapper.style7 .product-box .product-content {
    border-radius: 0 0 6px 6px;
}


/*End Listing Style 7*/

/*Start Listing Style 8*/

.rt-el-listing-wrapper.style9 .product-box .product-thumb .product-type,
.rt-el-listing-wrapper.style9 .product-box .product-thumb .product-price {
    display: inline-block;
    position: static;
}

.rt-el-listing-wrapper.style9 .product-box .product-thumb .product-price .rtcl-price-unit-label,
.rt-el-listing-wrapper.style9 .product-box .product-thumb .product-price .rtcl-price-amount {
    color: var(--rt-primary-color);
}

.rt-el-listing-wrapper.style9 .product-box .product-thumb .product-price .rtcl-price-amount {
    font-size: 28px;
}

.rt-el-listing-wrapper.style9 .product-box .product-thumb {
    min-height: 34px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.rt-el-listing-wrapper.style9 .product-box .product-thumb .product-type {
    margin-right: 15px;
}

.rt-el-listing-wrapper.style9 .product-box.style2 .product-content .product-category,
.rt-el-listing-wrapper.style9 .product-box.style2 .product-content .product-category a {
    padding: 0;
    line-height: 1;
}

.rt-el-listing-wrapper.style9 .product-box.style2 .product-content .item-title {
    font-size: 24px;
    line-height: 34px;
}

.rt-el-listing-wrapper.style9 .product-box .product-content .rtcl-listing-badge-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.rt-el-listing-wrapper.style9 .product-box {
    background-color: #fff;
    padding: 30px 32px 22px;
    border-radius: 8px;
}

.rt-el-listing-wrapper.style9 .product-box.style2 .product-content .product-features {
    padding-bottom: 0;
    border-top: 1px solid #deede9;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

.rt-el-listing-wrapper.style9 .product-box.style2 .product-content .entry-meta {
    padding-bottom: 0;
}

/*End Listing Style 8*/
.advance-search-form.is-preloader {
    position: relative;
}

.advance-search-form.is-preloader * {
    filter: blur(1px);

}

.advance-search-form.is-preloader::before,
.advance-search-form.is-preloader::after {
    content: "";
    position: absolute;
    transition: 0.4s;
}

.advance-search-form.is-preloader::before {
    content: "\f110";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    z-index: 20;
    font-size: 28px;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    color: #000;
}

.advance-search-form.is-preloader::after {
    z-index: 10;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    border-radius: 5px;
}

.listing-inner {
    padding: 0;
}

.listing-inner .listing-grid-box {
    padding: 30px 30px 70px;
}

.listing-inner .search-box {
    background-color: transparent;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.listing-inner .search-box .search-item {
    border: none;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.listing-inner .search-box .search-item.w100 {
    flex: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 1440px) {
    .listing-inner .search-box .search-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media only screen and (max-width: 991px) {
    .listing-inner .search-box .search-item .price-range {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .listing-inner .search-box .search-item {
        margin-bottom: 10px;
    }

    .listing-inner .search-box .search-item.rtin-category {
        margin-bottom: 30px;
    }
}

.listing-inner .search-box .search-select {
    border-left: none;
}

.listing-inner .search-box .search-type {
    padding-bottom: 0;
    padding-top: 0;
}

.listing-inner .search-box .search-type .search-check-box {
    display: flex;
    border: 1px solid #c2c2c2;
    background-color: #fff;
    padding: 9px 20px;
    border-radius: 4px;
    width: 100%;
    flex-wrap: wrap;
}

.listing-inner .search-box .search-keyword .form-control:focus {
    outline: none;
    box-shadow: none;
}

.listing-inner .search-box .search-btn .advanced-btn {
    padding: 10px 22px;
    border-radius: 4px;
    font-size: 17px;
    color: #646464;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    text-align: left;
}

.listing-inner .search-box .search-btn .advanced-btn i {
    margin-right: 10px;
    color: #000;
    font-size: 18px;
}

.listing-inner .search-box .search-btn .advanced-btn:hover {
    background-color: var(--rt-primary-dark);
    color: #fff;
    border-color: #fff;
}

.listing-inner .search-box .search-btn .advanced-btn:hover i {
    color: #fff;
}

.listing-inner .search-box .search-btn .submit-btn {
    flex: 1;
    margin-right: 5px;
}

.listing-inner .search-box .search-btn button {
    padding: 0 10px;
    transition: 0.4s;
    border-radius: 4px;
    height: 48px;
    line-height: 1;
}

.listing-inner .search-box .search-btn button.reset-btn {
    background: none;
    border: 2px solid var(--rt-primary-color);
    padding: 0;
}

.listing-inner .search-box .search-btn button.reset-btn a {
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
}

.listing-inner .search-box .search-btn button.reset-btn:hover {
    background-color: var(--rt-primary-color);
}

.listing-inner .search-box .search-btn button.reset-btn:hover a {
    color: #fff;
}

.listing-inner .search-box .search-btn .submit-btn:after {
    border-radius: 4px;
}

.listing-inner .search-box .select2-container--classic .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.125);
    height: 50px;
}

.listing-inner .search-box .select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.listing-inner .search-box .select2-container--classic .select2-selection--single .select2-selection__arrow {
    height: 50px;
    border: none;
}

.listing-inner .search-box:after {
    display: none;
}

.listing-inner .advanced-search-box {
    top: 100%;
}

.listing-inner .advanced-search-box.show {
    top: 95%;
}

.listing-inner .advanced-search-box .button-times {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 10;
    padding: 0 10px;
}

.listing-inner .listing-map {
    position: relative;
    height: 100%;
}

.listing-inner .listing-map:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.listing-inner .listing-map .listing-googlemap {
    height: 100%;
}

.listing-inner-sidebar {
    padding: 100px 0 90px;
}

@media only screen and (max-width: 991px) {
    .listing-inner-sidebar {
        padding: 80px 0 70px;
    }
}

.listing-inner-sidebar .product-heading-filter {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.listing-inner-sidebar .product-heading-filter .heading-title {
    font-size: 28px;
}

@media only screen and (max-width: 991px) {
    .listing-inner-sidebar .product-heading-filter .heading-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .listing-inner-sidebar .product-heading-filter .heading-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .listing-inner-sidebar .product-heading-filter .heading-title {
        font-size: 22px;
    }
}

.listing-inner-sidebar .product-heading-filter .layout-switcher li {
    margin-right: 10px;
}

.listing-inner-sidebar .product-heading-filter .layout-switcher li:last-child {
    margin-right: 0;
}

.listing-inner-sidebar .product-heading-filter .layout-switcher li a {
    border-right: none;
    padding: 0;
}

.listing-inner-sidebar .product-box-filter {
    margin-top: 0;
    border: 1px solid #e7e7e7;
    padding: 14px 25px;
    box-shadow: none;
}

.listing-inner-sidebar .product-box-filter .showing-title {
    color: #444;
}

@media only screen and (max-width: 575px) {
    .listing-inner-sidebar .product-box-filter .showing-title {
        text-align: center;
    }
}

.listing-inner-sidebar .product-box-filter .filter-sort {
    justify-content: flex-end;
}

@media only screen and (max-width: 575px) {
    .listing-inner-sidebar .product-box-filter .filter-sort {
        justify-content: center;
    }
}

.rtcl .single-product {
    padding: 100px 0 70px;
    background-color: #f8f8f8;
}

@media only screen and (max-width: 991px) {
    .rtcl .single-product {
        padding: 80px 0;
    }
}

.single-product .listing-content .widget {
    padding-top: 22px;
}

.single-product .product-heading {
    margin-bottom: 25px;
}

.single-product .product-heading .product-condition {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.single-product .product-heading .product-condition span {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    padding: 6px 12px 4px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 4px;
    line-height: 1.4;
    font-family: var(--rt-heading-font);
}

.rtcl-claim-badge {
    background-color: #0087b5 !important;
}

.single-product .product-heading .product-condition span a {
    color: #fff;
}

.single-product .product-heading .product-condition span.category {
    background-color: var(--rt-primary-dark);
}

.single-product .product-heading .product-title {
    font-size: 28px;
    margin-bottom: 3px;
    color: #212121;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .single-product .product-heading .product-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .single-product .product-heading .product-title {
        font-size: 24px;
    }
}

.single-product .product-heading .entry-meta {
    margin-bottom: 6px;
}

.single-product .product-heading .entry-meta li {
    display: inline-block;
    font-size: 15px;
    position: relative;
    color: #878c9f;
}

@media (max-width: 767px) {
    .single-product .product-heading .entry-meta li {
        display: inline;
    }
}

.single-product .product-heading .entry-meta li:after {
    content: "/";
    color: #878c9f;
    font-size: 16px;
    padding: 0 9px;
}

@media screen and (max-width: 767px) {
    .single-product .product-heading .entry-meta li:after {
        padding: 0 10px;
    }
}

.single-product .product-heading .entry-meta li:last-child:after {
    display: none;
}

.single-product .product-heading .entry-meta li i {
    color: #878c9f;
    font-size: 16px;
    margin-right: 8px;
}

.single-product .product-heading .entry-meta li span {
    color: #878c9f;
}

.single-product .product-heading .product-rating {
    display: flex;
    align-items: center;
}

.rtcl-member-store-info .product-rating.listing-raing {
    display: flex;
    align-items: center;
}

.rtcl-member-store-info .product-rating.listing-raing .item-text {
    font-size: 14px;
    color: #565656;
    margin-left: 5px;
}

.rtcl .rtcl-slider-nav {
    max-height: 100px;
}

.rtcl .rtcl-slider-nav .rtcl-slider-thumb-item {
    height: 100px;
    border-radius: 3px;
    overflow: hidden;
    opacity: 1;
    position: relative;
}

.rtcl .rtcl-slider-nav .rtcl-slider-thumb-item img {
    filter: grayscale(100);
    transition: 0.4s;
    opacity: .6;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.rtcl .rtcl-slider-nav .swiper-slide-thumb-active img,
.rtcl .rtcl-slider-nav .swiper-slide-thumb-active:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.single-product .rtcl-slider-wrapper .rtcl-slider-nav .rtcl-slider-thumb-item img {
    border-radius: 0;
}

.single-product .product-heading .product-rating .item-icon {
    margin-right: 8px;
    font-size: 14px;
}

.single-product .product-heading .product-rating .item-text {
    font-size: 15px;
    color: #878c9f;
}

.single-product .product-heading .product-rating .item-icon a {
    color: #fcb61f;
    margin-right: 3px;
}

.single-product .product-heading .product-price {
    font-family: var(--rt-heading-font);
    margin-bottom: 18px;
    font-size: 28px;
    color: var(--rt-primary-color);
    text-align: right;
}

.single-product .product-heading .product-price .rtcl-price {
    display: inline-block;
}

.single-product .product-heading .product-price .rtcl-price-range .dash {
    font-size: 20px;
    transform: translateY(-5px);
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .single-product .product-heading .product-price {
        text-align: left;
        margin-top: 15px;
        font-size: 26px;
    }
}

.product-price .rtcl-price-amount .rtcl-price-currencySymbol {
    margin-right: 5px;
}

.single-product .product-heading .product-price .rtcl-price-amount {
    font-size: 28px;
    font-weight: 600;
}

.single-product .product-heading .product-price .rtcl-price-range {
    display: inline-block;
}

@media (min-width: 992px)  and (max-width: 1199px) {
    .single-product .product-heading .product-price .rtcl-price-amount {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    .single-product .product-heading .product-price .rtcl-price-amount {
        font-size: 26px;
    }
}

.single-product .product-heading .product-price .rtcl-price-meta {
    font-size: 15px;
    font-weight: 500;
    color: #878c9f;
}

.single-product .product-heading .product-price .rtcl-price-meta > span {
    padding: 0;
}

.single-product .product-heading .product-price .rtcl-price-meta .rtcl-price-type-label {
    margin-left: 5px;
    font-size: 26px !important;
}

.single-product .product-heading .btn-area {
    text-align: right;
}

@media only screen and (max-width: 991px) {
    .single-product .product-heading .btn-area {
        text-align: left;
    }
}

.single-product .product-heading .btn-area > ul {
    display: inline-flex;
    position: relative;
}

.single-product .product-heading .btn-area > ul > li {
    position: relative;
}

.single-product .product-heading .btn-area > ul > li .animate-spin {
    position: absolute;
    top: 7px;
    left: 9px;
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
}

.single-product .product-heading .btn-area > ul > li > a {
    font-size: 18px;
    color: var(--rt-primary-color);
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e0e5ee;
    border-right: none;
    display: block;
}

.single-product .product-heading .btn-area > ul > li:first-child a {
    border-radius: 3px 0 0 3px;
}

.single-product .product-heading .btn-area > ul > li:last-child a {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #e0e5ee;
}

.single-product .product-heading .btn-area > ul > li > a i {
    color: inherit !important;
    display: inline-block;
}

/*Icon css */
.single-product .product-heading .btn-area .fa-bug,
.single-product .product-heading .btn-area .fa-hand-holding-heart {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--rt-primary-color);
}

.single-product .product-heading .btn-area > ul > li > a:hover .fa-bug,
.single-product .product-heading .btn-area > ul > li > a:hover .fa-hand-holding-heart {
    -webkit-text-stroke-color: #fff;
}

.single-product .product-heading .btn-area > ul > li > a:hover .rtcl-icon,
.single-product .product-heading .btn-area > ul > li > a:hover i {
    animation: bottomtotop 0.3s ease-in-out;
}

.single-product .product-heading .btn-area > ul > li > a i.flaticon-share {
    font-size: 20px;
    transform: translateY(2px);
    display: inline-block;
}

.single-product .product-heading .btn-area > ul > li > a i.rtcl-icon {
    font-size: 21px;
}

.single-product .product-heading .btn-area > ul > li > a i.flaticon-left-and-right-arrows {
    transform: translateY(2px);
    display: inline-block;
}

.single-product .product-heading .btn-area > ul > li > a i.flaticon-printer {
    font-size: 20px;
}

.single-product .product-heading .btn-area > ul > li > a:hover {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
    color: #fff;
}

.single-product .product-heading .btn-area > ul > li > a .i:before {
    margin: 0;
}

.single-product .product-heading .btn-area > ul .share-icon {
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.single-product .product-heading .btn-area > ul .share-icon a {
    display: block;
    opacity: 0;
    transform: translateX(20px);
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    color: #646464;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 4px;
}

.single-product .product-heading .btn-area > ul .share-icon a:hover {
    transition-delay: 0s;
}

.single-product .product-heading .btn-area > ul .share-icon a:last-child {
    margin-bottom: 0;
}

.single-product .product-heading .btn-area > ul .share-icon a span {
    color: inherit;
}

.single-product .product-heading .btn-area > ul .share-icon a:hover {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
    color: #fff;
}

.single-product .product-heading .btn-area > ul .share-icon a:hover span {
    color: inherit;
}

.single-product .product-heading .btn-area > ul .share-icon.open {
    visibility: visible;
    opacity: 1;
}

.single-product .product-heading .btn-area > ul .share-icon.open a {
    opacity: 1;
    transform: translateX(0);
}

.single-product .product-heading .btn-area > ul .share-icon.open a:nth-child(1n) {
    transition-delay: 0.1s;
}

.single-product .product-heading .btn-area > ul .share-icon.open a:nth-child(2n) {
    transition-delay: 0.2s;
}

.single-product .product-heading .btn-area > ul .share-icon.open a:nth-child(3n) {
    transition-delay: 0.3s;
}

.single-product .product-heading .btn-area > ul .share-icon.open a:nth-child(4n) {
    transition-delay: 0.4s;
}

.single-product .product-heading .btn-area > ul .share-icon.open a:nth-child(5n) {
    transition-delay: 0.5s;
}

.single-product .product-heading .btn-area > ul .share-icon.open a:nth-child(6n) {
    transition-delay: 0.6s;
}

.single-product .product-heading .btn-area > ul .share-icon.open a:nth-child(7n) {
    transition-delay: 0.7s;
}

.single-product .rtcl-sold-out {
    background-color: #f00;
    right: 0;
    top: 0;
}

.single-listing-style-3 .single-product .rtcl-sold-out {
    left: inherit;
    transform: rotate(0deg);
}

.single-product .rtcl-slider-wrapper .rtcl-slider {
    margin-bottom: 10px;
}

.single-product .rtcl-slider-wrapper .rtcl-slider .rtcl-lightbox-iframe {
    width: 100%;
    height: 100%;
}

.single-listing-style-2 .single-product .rtcl-slider-wrapper .rtcl-slider {
    height: 500px;
}

.single-listing-style-2 .single-product .rtcl-slider-wrapper .rtcl-slider-item img.zoomImg {
    display: none;
}

@media (min-width: 992px) {
    .single-product .rtcl-slider-wrapper .rtcl-slider .swiper-wrapper {
        min-height: 450px;
    }

    .single-listing-style-2 .single-product .rtcl-slider-wrapper .rtcl-slider {
        height: 660px;
    }

    .single-listing-style-2 .single-product .rtcl-slider-wrapper .rtcl-slider-item img {
        width: 100%;
    }
}

.single-product .rtcl-slider-wrapper {
    margin: 0 0 30px;
}

.rtcl .listing-sidebar .rtcl-listing-user-info {
    border: none;
    border-radius: 0;
}

.single-product .rtcl-slider-wrapper .rtcl-slider-item {
    border-radius: 4px;
}

.single-product .rtcl-slider-wrapper .rtcl-slider-item img {
    max-height: 660px;
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

@media (max-width: 767px) {
    .single-product .rtcl-slider-wrapper .rtcl-slider-item img {
        height: auto;
    }
}


.single-product .rtcl-slider-wrapper [class*=swiper-button-] {
    background-color: #fff;
    color: var(--rt-primary-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 50%;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin: 0;
    background-image: none !important;
}

.single-product .rtcl-slider-wrapper .rtcl-slider-nav [class*=swiper-button-] {
    display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.single-product .rtcl-slider-wrapper [class*=swiper-button-]:hover {
    background-color: var(--rt-primary-dark) !important;
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    .single-product .rtcl-slider-wrapper [class*=swiper-button-] {
        width: 40px;
        height: 40px;
        top: calc(60% - 28px);
    }
}

.single-product .rtcl-slider-wrapper .swiper-button-next {
    right: 40px;
}

@media screen and (max-width: 767px) {
    .single-product .rtcl-slider-wrapper .swiper-button-next {
        right: 20px;
    }
}

.single-product .rtcl-slider-wrapper .swiper-button-prev {
    left: 40px;
}

@media screen and (max-width: 767px) {
    .single-product .rtcl-slider-wrapper .swiper-button-prev {
        left: 20px;
    }
}

.single-product .rtcl-slider-wrapper .rtcl-slider-nav .rtcl-slider-thumb-item img {
    border-radius: 4px;
}

.single-product .rtcl-slider-wrapper .rtcl-listing-gallery__trigger {
    background-color: var(--rt-primary-color);
    color: #fff;
    width: 30px;
    height: 30px;
}


/*TODO: Should remove*/
.rtcl .owl-carousel .owl-nav [class*=owl-]:hover,
.rtcl .rtcl-slider .rtcl-listing-gallery__trigger:hover {
    background-color: #fff !important;
    color: var(--rt-primary-color) !important;
}

.single-product .rtcl-slider-wrapper .rtcl-listing-gallery__trigger .rtcl-icon-search {
    font-size: 14px;
}

.single-product .rtcl-sold-out
.single-product .widget {
    margin-bottom: 30px;

}

.single-product .listing-sidebar .rtcl-add-to-cart-form-wrapper,
.single-product .listing-sidebar .rtcl-listing-booking-wrap,
.single-product .listing-sidebar .rtclbh-block,
.single-product .listing-sidebar .widget {
    background: #fff;
    box-shadow: 0 4px 18px 0 rgba(194, 200, 213, 0.3);
    border: none;
}

.single-product .listing-sidebar .rtcl-add-to-cart-form-wrapper {
    padding: 30px;
    margin-bottom: 30px;
}

.single-product .listing-sidebar .rtcl-listing-booking-wrap select.form-control {
    height: 45px;
    display: block;
}

.rtcl-booking-confirmation-wrapper {
    background: #fff;
    padding: 30px;
    width: 992px;
    margin: 0 auto 50px;
    max-width: 97%;
    border: 1px solid var(--rt-primary-light2, #d1e5e0);
}

.single-product .rtcl-social-profile-wrap {
    margin: 0;
    border-radius: 4px;
    padding: 25px 30px 25px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: -1px;
}

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

.single-product .listing-sidebar .rtclbh-block {
    padding: 25px 30px 30px;
    margin-bottom: 30px;
}

.rtcl-widget-is-sticky .widget.widget_media_image {
    padding: 10px;
}

.rtcl-widget-is-sticky .widget.widget_media_image img {
    width: 100%;
}

.single-product .rtcl-single-listing-details .widget {
    margin-bottom: -1px;
}

.single-product .rtcl-single-listing-details .widget .rtcl-single-listing-map {
    padding: 0;
    box-shadow: none;
}

.single-product .rtcl-single-listing-details .widget .rtcl-single-listing-map .rtcl-section-heading-simple {
    display: none;
}

.single-product .rtcl-single-listing-details .rtcl-faq-wrapper {
    margin-bottom: -1px;
}

.single-product .rtcl-single-listing-details {
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.single-product .rtcl-single-listing-details .widget.product-comment {
    padding-bottom: 20px;
}

.single-product .rtcl-single-listing-details .widget.product-comment .heading-title {
    margin-bottom: 0;
}

.single-product .rtcl-single-listing-details .widget.product-comment .comments-count .star-rating {
    font-size: 18px;
}

.single-product .widget .item-heading .heading-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #212121;
}

.single-product .widget.product-map .item-heading .heading-title {
    margin-bottom: -10px;
}

@media only screen and (max-width: 479px) {
    .single-product .widget .item-heading .heading-title {
        font-size: 18px;
    }
}

.single-product .widget .item-heading .heading-id {
    font-size: 18px;
    text-align: right;
}

@media only screen and (max-width: 479px) {
    .single-product .widget .item-heading .heading-id {
        font-size: 16px;
    }
}

.single-product .widget .item-heading .heading-id span {
    color: var(--rt-primary-color);
}

.single-product .product-overview .overview-list {
    margin-bottom: 0;
}

.single-product .product-overview .overview-list > div[class*="rtcl"]:first-child .field-title {
    display: none;
}

.single-product .product-overview .overview-list .field-title h5 {
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.single-product .product-overview .overview-list .field-title h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e4edeb;
}

.single-product .product-overview .overview-list .field-title h5 i {
    margin-right: 10px !important;
    width: 35px !important;
    height: 35px !important;
    font-size: 15px !important;
    background-color: var(--rt-primary-color) !important;
    color: #fff !important;
    border-radius: 4px !important;
    border: none !important;
}

.single-product .product-overview .overview-list .field-title h5 span {
    display: block;
    flex: 1;
    color: #565656;
}

.single-product .amenities-group .product-overview .overview-list .field-title h5 {
    margin-right: 5px;
}


.single-product .amenities-group .product-overview .overview-list > div {
    display: flex;
    align-items: center;
}

.single-product .amenities-group .product-overview .overview-list > div div {
    display: inline-block;
}

.single-product .amenities-group .product-overview .overview-list .field-title h5::after {
    content: none
}

.single-product .amenities-group .product-overview .overview-list li i {
    display: none;
}

.single-product .amenities-group .product-overview .overview-list > div div:last-child {
    flex-grow: 1;
}

.single-product .amenities-group .product-overview .overview-list .rtcl-field-select li {
    flex: 0 0 100%;
}


.single-product .product-overview .overview-list ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    color: #878c9f;
}

.single-product .product-overview .overview-list > div {
    margin-bottom: 15px;
}

.single-product .product-overview .overview-list > div:last-child {
    margin-bottom: 0;
}

.single-product .amenities-group .product-overview .overview-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}

.single-product .amenities-group .product-overview .overview-list > div {
    flex: calc(50% - 15px);
    margin-left: 15px;
}

@media (max-width: 767px) {
    .single-product .amenities-group .product-overview .overview-list > div {
        flex: calc(100% - 15px);
    }
}

.single-product .amenities-group .product-overview .overview-list > div[class*="checkbox"] {
    flex: calc(100% - 15px);
    order: 100;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: baseline;
}

.single-product .amenities-group .product-overview .overview-list > div[class*="checkbox"] ul {
    margin-left: 50px;
}

.single-product .amenities-group .product-overview .overview-list > div[class*="checkbox"] ul li {
    flex: inherit;
    margin-right: 5px;
}

.single-product .amenities-group .product-overview .overview-list > div[class*="checkbox"] ul li i {
    display: inline-block;
}

.single-product .amenities-group .rtcl-single-listing-details .widget.details-wrapper {
    display: none;
}

.single-product .product-overview .overview-list li {
    margin-bottom: 8px;
    flex: 0 0 33.333%;
}

.single-product .product-overview .overview-list li i {
    color: var(--rt-primary-color);
    margin-right: 6px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .single-product .product-overview .overview-list li {
        flex: 0 0 50%;
    }
}


.single-product .product-overview .overview-list li .cfp-label {
    color: #444;
    min-width: 130px;
    display: inline-block;
}

.single-product .product-overview .overview-list li .cfp-value {
    color: #444 !important;
}

.single-product .product-description {
    padding-bottom: 25px;
}

.single-product .product-description .item-heading .heading-title {
    margin-bottom: 15px;
}

.single-product .product-description p {
    margin-bottom: 0;
}

.single-product .product-overview {
    padding-bottom: 10px;
}

.single-product .product-overview .item-heading .heading-title {
    margin-bottom: 10px;
}

.single-product .product-amenities {
    padding: 0 !important;
    margin: 0;
    border: none;
}

.single-product .product-amenities .item-heading .heading-title {
    margin-bottom: 15px;
}

.single-product .product-details .amenities-list,
.single-product .product-amenities .amenities-list {
    display: flex;
    flex-wrap: wrap;
}

.single-product .product-amenities .amenities-list li {
    position: relative;
    margin-top: 10px;
    margin-bottom: 27px;
    width: 25%;
}

.single-product .product-amenities .amenities-list li.is-check-box {
    flex-basis: 100%;
    max-width: 100%;
}

.single-product .product-amenities .amenities-list li:last-child {
    flex-grow: 1;
}

@media (max-width: 1200px) {
    .single-product .product-amenities .amenities-list li {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    .single-product .product-amenities .amenities-list li {
        width: 100%;
    }
}

.single-product .product-amenities .amenities-list li .amenities-icon {
    float: left;
    margin-right: 15px;
}

.single-product .product-cf-information .rtcl-field-icon i,
.single-product .product-overview .overview-list .field-title h5 i,
.single-product .rtcl-cf-properties .rtcl-field-icon i,
.single-product .product-amenities .amenities-list li .amenities-icon i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(232, 233, 241);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 18px 0 rgba(188, 192, 202, 0.26);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: var(--rt-primary-color);
    transition: 0.3s;
}

.single-product .product-overview .overview-list .field-title h5:hover i,
.single-product .product-amenities .amenities-list li:hover .amenities-icon i {
    background-color: var(--rt-primary-dark);
    color: #fff;
    border-color: var(--rt-primary-dark);
}

.single-product .product-overview .overview-list .field-title h5 i::before,
.single-product .product-amenities .amenities-list li .amenities-icon i::before {
    margin: 0;
}

.single-product .product-amenities .amenities-list li .amenities-content {
    overflow: hidden;
}

.single-product .product-amenities .amenities-list li .amenities-content .heading-title {
    font-size: 14px;
    color: #212121;
    font-family: var(--rt-body-font);
    margin: 0;
    line-height: 1.4;
    margin-top: 2px;
    font-weight: 500
}

.single-product .product-amenities .amenities-list li .amenities-content .cfp-value {
    color: #878c9f;
    font-size: 14px;
    line-height: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
}

.single-product .product-amenities .amenities-list li .amenities-content .cfp-value .aminities-list-item {
    display: inline-flex;
    position: relative;
    line-height: 1;
    margin-right: 12px;
    flex-basis: 30%;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .single-product .product-amenities .amenities-list li .amenities-content .cfp-value .aminities-list-item {
        flex-basis: 48%;
    }
}

@media (max-width: 600px) {
    .single-product .product-amenities .amenities-list li .amenities-content .cfp-value .aminities-list-item {
        flex-basis: 98%;
    }
}

.single-product .product-amenities .amenities-list li .amenities-content .cfp-value .aminities-list-item::before {
    content: "\f058";
    margin-right: 5px;
    display: inline-block;
    color: var(--rt-primary-color);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.single-product .product-amenities .amenities-list li.rtcl-field-checkbox {
    display: none;
}

.single-product .product-details .amenities-list li {
    width: 50%;
    position: relative;
    background: var(--rt-primary-light3);
    line-height: 40px;
    padding-left: 10px;
    margin: 3px 0;
}

.single-product .product-details .amenities-list li:last-child {
    flex-grow: 1;
}

.single-product .product-cf-information,
.single-product .product-details .amenities-list li .heading-title,
.single-product .product-details .amenities-list li .cfp-value {
    font-size: 14px;
    font-family: var(--rt-body-font);
    color: #878c9f;
}

.single-product .product-cf-information ul li .cfp-label,
.single-product .product-details .amenities-list li .heading-title {
    color: #212121;
    font-weight: 500;
    min-width: 140px;
    display: inline-block;
    margin-right: 10px;
}

.single-product .product-cf-information ul li .cfp-label i {
    margin-right: 8px;
}

/*TODO: Listing custom fields style */
.single-product .product-cf-information ul li {
    padding: 9px 10px;
    border: none;
    margin-top: 1px;
    line-height: 23px;
    display: flex;
}

.single-product .rtcl-cf-properties {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0;
}

.single-product .rtcl-cf-properties .cfp-label {
    color: #212121;
    line-height: 1.2;
    font-size: 14px;
    margin-top: 4px;
}

.single-product .rtcl-cf-properties .cfp-label:after {
    content: none;
}

.single-product .rtcl-cf-properties > .rtcl-cfp-item {
    position: relative;
    margin-top: 10px;
    margin-bottom: 27px;
    width: 25%;
}

@media (max-width: 1224px) {
    .single-product .rtcl-cf-properties > .rtcl-cfp-item {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .single-product .rtcl-cf-properties > .rtcl-cfp-item {
        width: 50%;
    }
}

@media (max-width: 400px) {
    .single-product .rtcl-cf-properties > .rtcl-cfp-item {
        width: 100%;
    }
}

.single-product .rtcl-cf-properties .rtcl-cfp-item .rtcl-cfp-vi {
    font-size: 14px;
    line-height: 1;
}

.single-product .rtcl-cf-properties .rtcl-field-icon {
    float: left;
}

.single-product .product-cf-information ul li:nth-child(even) {
    background-color: var(--rt-primary-light3, #eaf7f4);
}

.single-product .listing-item:not(.fb-activate) .product-cf-information ul li.rtcl-field-checkbox .cfp-value {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
}

.single-product .product-cf-information ul li.rtcl-field-checkbox .cfp-value {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
}

.single-product .product-cf-information .rtcl-field-icon i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 1235px) {
    .single-product .product-cf-information ul li.rtcl-field-checkbox .cfp-value {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .single-product .product-cf-information ul li.rtcl-field-checkbox .cfp-value {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 400px) {
    .single-product .product-cf-information ul li {
        flex-direction: column;
    }

    .single-product .product-cf-information ul li .cfp-value {
        padding-left: 24px;
        padding-top: 5px;
    }
}

.single-product .product-cf-information ul li.rtcl-field-checkbox .cfp-value i {
    margin-right: 4px;
    color: var(--rt-primary-color, #eaf7f4);
}

.single-product .product-cf-information ul li.rtcl-field-slug-amenities:first-child {
    padding-left: 0;
    margin-bottom: 8px;
}

.single-product .product-cf-information ul li.rtcl-field-slug-amenities:first-child .cfp-value i {
    font-size: 16px;
}

.single-product .product-cf-information ul li.rtcl-field-slug-amenities:first-child .cfp-label {
    display: none;
}

.single-product .rtcl-listing-tags .listing-tags a {
    display: inline-block;
    padding: 0px 10px;
    border-radius: 4px;
    background: var(--rt-primary-light3, #eaf7f4);
    margin-right: 8px;
    color: #212121;
    font-size: 15px;
    border: 1px solid var(--rt-primary-light2, #eaf7f4);
}

.single-product .rtcl-listing-tags .listing-tags a:hover {
    background: var(--rt-primary-color);
    border-color: var(--rt-primary-color);
    color: #fff;
}

.single-product .rtcl-listing-tags .listing-tags .delimiter {
    display: none;
}

@media (max-width: 767px) {
    .single-product .product-details .amenities-list li {
        width: 100%;
    }

    .single-product .product-details .amenities-list li:nth-child(odd) {
        background: #fff;
    }

    .single-product .product-amenities .amenities-list li .amenities-icon i {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .single-product .product-amenities .amenities-list li .amenities-icon {
        margin-right: 10px;
    }

    .single-product .product-amenities .amenities-list li .amenities-content .heading-title {
        margin: 0;
        line-height: 1;
    }

    .single-product .product-amenities .amenities-list li {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {
    .single-product .product-details .amenities-list li:nth-child(4n+1),
    .single-product .product-details .amenities-list li:nth-child(4n+2) {
        background: #fff;
    }
}

.single-product .product-map .google-map {
    height: 370px;
}

.single-product .product-plan .card {
    margin-bottom: -1px;
    border: 1px solid var(--rt-primary-light2, #deede9);
    background-color: var(--rt-primary-light3, #eaf7f4);
    border-radius: 4px;
}

.single-product .product-plan .card:last-child {
    margin-bottom: 0;
}

.single-product .product-plan .card-header {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    background-color: var(--rt-primary-color);
    padding: 10px 60px 9px 25px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: none;
    min-height: 51px;
}

@media (max-width: 767px) {
    .single-product .product-plan .card-header {
        padding: 8px 45px 7px 15px;
    }
}

.single-product .product-plan .tab-content {
    padding: 30px;
}

@media only screen and (max-width: 575px) {
    .single-product .product-plan .card-header {
        display: block;
    }

    .single-product .product-plan .card-header .entry-meta {
        margin-left: -7px;
    }
}

.single-product .product-plan .card-header:after {
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 15px;
    position: absolute;
    top: 9px;
    right: 15px;
    transition: all 0.3s ease-in-out;
    width: 34px;
    height: 34px;
    background: var(--rt-primary-color);
    color: #fff;
    text-align: center;
    line-height: 34px;
    border-radius: 3px;
    transform-origin: center;
}

.single-product .product-plan .card-header.collapsed:after {
    content: '\f067';
    animation: rtZoomInOut 0.4s ease-in-out forwards;
}

@-webkit-keyframes rtZoomInOut {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(0.2) rotate(180deg);
    }
}

@keyframes rtZoomInOut {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(0.2) rotate(180deg);
    }
}

.single-product .product-plan .card-header .floor-name {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 500;
}

.single-product .product-plan .card-header .entry-meta {
    display: flex;
    margin-bottom: 0;
}

.single-product .product-plan .card-header .entry-meta li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
    margin-left: 10px;
}

.single-product .product-plan .card-header .entry-meta li:first-child {
    margin-left: 0;
}

.single-product .product-plan .card-header .entry-meta li i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.single-product .product-plan .card-header .entry-meta li .label {
    margin-right: 3px;
}

.single-product .product-plan .card-header .entry-meta li i.flaticon-full-size {
    font-size: 14px;
}

.single-product .product-plan .card-header.collapsed {
    background-color: #fff;
    border: none;
}

.single-product .product-plan .card-header.collapsed .floor-name {
    color: #212121;
}

.single-product .product-plan .card-header.collapsed .entry-meta li {
    color: #878c9f;
}

@media (max-width: 1199px) {
    .single-product .product-plan .card-header .entry-meta li .label {
        display: none;
    }
}

.single-product .product-plan .card-body {
    padding: 0;
}

.single-product .product-plan .card-body p {
    margin-bottom: 15px;
}

.single-product .product-plan .card-body p:first-child {
    margin-top: -10px;
}

.single-product .product-plan .card-body .floor-design {
    background-color: #fff;
    text-align: center;
    padding: 30px;
}

.single-product .product-video .item-img {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.single-product .product-video .item-img img {
    border-radius: 4px;
    transition: 0.4s;
}

.single-product .product-video .item-img:hover img {
    transform: scale(1.07);
}

.single-product .product-video .item-img:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    opacity: 0.3;
}

.single-product .product-video .item-img:hover::after {
    opacity: .25;
}

.single-product .product-video .item-img .video-icon {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}

.single-product .product-video .item-img .video-icon .play-btn {
    font-size: 60px;
    color: #fff;
}

.rt-play-circle {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    display: block;
    transition: 0.4s ease-in-out;
}

.rt-play-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scaleX(1.5);
    border: 10px solid transparent;
    border-left-color: var(--rt-primary-color);
    margin-top: -10px;
    transition: 0.4s ease-in-out;
}

.rt-play-circle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid transparent;
    transition: 0.4s ease-in-out;
}

.rt-play-circle:hover::after {
    transform: scale(1.3);
    border-color: #fff;
}

.rt-play-circle:hover::before {
    border-left-color: #fff;
}

.rt-play-circle:hover {
    background-color: var(--rt-primary-dark);
}

.single-product .product-video .item-img .video-icon .play-btn:hover {
    color: #f8f8f8;
}

.single-product .product-places .media {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 22px;
    margin-bottom: 25px;
}

.single-product .product-places .media:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.single-product .product-places .media .item-icon {
    margin-right: 20px;
}

.single-product .product-places .media .item-icon i {
    color: var(--rt-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(232, 233, 241);
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 18px 0 rgba(188, 192, 202, 0.26);
    font-size: 22px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    transition: 0.3s;
}

.single-product .product-places .media:hover .item-icon i {
    color: #fff;
    background-color: var(--rt-primary-dark);
}

.single-product .product-places .media:hover .item-icon i::before {
    animation: topToBottom 0.3s ease-in-out forwards;
}

.single-product .product-places .media .media-body .item-title {
    font-size: 16px;
    color: #212121;
    font-weight: bold;
    line-height: 1.667;
}

.single-product .product-places .media .media-body .organization-list li {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2px;
    color: rgb(135, 140, 159);
    line-height: 2.571;
}

@media only screen and (max-width: 575px) {
    .single-product .product-places .media .media-body .organization-list li {
        display: block;
        margin-bottom: 20px;
    }
}

.single-product .product-places .media .media-body .organization-list li:last-child {
    margin-bottom: 0;
}

.single-product .product-places .media .media-body .organization-list li div {
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    .single-product .product-places .media .media-body .organization-list li div {
        padding-right: 10px;
    }
}

.single-product .product-places .media .media-body .organization-list li .institue-name {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .single-product .product-places .media .media-body .organization-list li .institue-name {
        line-height: 1.5;
    }

    .single-product .product-places .media .media-body .organization-list li {
        display: block;
        margin-bottom: 15px;
    }

    .single-product .product-places .media .media-body .organization-list li .item-rating {
        float: left;
    }

    .single-product .product-places .media .media-body .organization-list li .item-reviews {
        display: inline-block;
    }
}

.single-product .product-places .media .media-body .organization-list li .item-rating {
    padding-right: 10px;
}

@media only screen and (max-width: 991px) {
    .single-product .product-places .media .media-body .organization-list li .item-rating {
        padding-right: 10px;
    }
}

.single-product .product-places .media .media-body .organization-list li .item-rating i {
    color: #fcb61f;
}

.single-product .product-places .media .media-body .organization-list li .item-reviews {
    min-width: 115px;
    text-align: right;
}

@media only screen and (max-width: 575px) {
    .single-product .product-places .media .media-body .organization-list li .item-reviews {
        text-align: left;
    }
}

.single-product .one-page-heading {
    position: sticky;
    top: 0;
    z-index: 1;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.11);
}

.single-product .one-page-heading li {
    display: inline-block;
    margin-right: 40px;
}

@media screen and (max-width: 1199px) {
    .single-product .one-page-heading li {
        margin-right: 20px;
    }
}

.single-product .one-page-heading li:last-child {
    margin-right: 0;
}

.single-product .one-page-heading li a {
    color: #000;
    font-weight: 500;
    padding: 25px 0;
    position: relative;
}

.single-product .one-page-heading li a:after {
    content: "";
    height: 4px;
    width: 100%;
    background-color: var(--rt-primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
    .single-product .one-page-heading li a {
        padding: 15px 0;
    }
}

.single-product .one-page-heading li.current a {
    color: var(--rt-primary-color);
}

.single-product .one-page-heading li.current a:after {
    visibility: visible;
    opacity: 1;
}

.single-product #ws-walkscore-tile {
    position: relative;
    text-align: left;
    margin: -10px !important;
}

.single-product #ws-walkscore-tile * {
    float: none;
}

.single-product #panorama {
    width: 100%;
    height: 400px;
}

/*Virtual Tour*/
#virtual-tour-iframe {
    position: relative;
}

#virtual-tour-iframe button {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    color: #555;
    border: 1px solid #999;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

#virtual-tour-iframe:hover button {
    opacity: 1;
    visibility: visible;
}

#virtual-tour-iframe.expand-iframe .expand-iframe,
#virtual-tour-iframe .compress-iframe {
    display: none;
}

#virtual-tour-iframe.expand-iframe .compress-iframe {
    display: block;
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 9999999;
}

#virtual-tour-iframe iframe {
    transition: 0.4s;
    border: none;
    width: 100%;
}

#virtual-tour-iframe.expand-iframe iframe {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Single listing style 2 */

.single-listing-style-2 .single-product .product-heading {
    max-width: 100%;
    z-index: 10;
    position: absolute;
    width: 1200px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

@media (max-width: 1230px) {
    .single-listing-style-2 .single-product .product-heading {
        margin-left: 80px;
        margin-right: 80px;
        transform: none;
        left: 0;
        right: 0;
        width: auto;
        bottom: 10px;
    }
}

@media (max-width: 767px) {
    .single-listing-style-2 .single-product .product-heading .product-condition {
        margin-bottom: 3px;
    }
}

.single-listing-style-2 .single-product .product-heading .product-title {
    color: #fff;
}

.single-listing-style-2 .single-product .product-heading .product-rating .item-text {
    color: #fff;
}

.single-listing-style-2 .single-product {
    margin-top: 0;
    padding-top: 0 !important;
}

.single-listing-style-2 .single-product .rtcl-slider-wrapper .rtcl-slider-nav {
    display: none;
}

.single-listing-style-2 .breadcrumbs-banner {
    display: none;
}

.single-listing-style-2 .single-product .rtcl-slider-wrapper .rtcl-slider-item {
    position: relative;
}

@media (max-width: 1024px) {
    /*.single-listing-style-2 .single-product .rtcl-slider-wrapper .rtcl-slider-item {*/
    /*    height: 500px;*/
    /*}*/
    .single-listing-style-2 .single-product .rtcl-slider-wrapper .rtcl-slider-item img {
        height: 100%;
        width: auto;
    }
}

.single-listing-style-2 .single-product .rtcl-slider-wrapper .rtcl-slider-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(transparent, rgba(0, 0, 0, .8));
    z-index: 10;
    pointer-events: none;
}

@media (max-width: 767px) {
    .single-listing-style-2 .single-product .rtcl-slider-wrapper .rtcl-slider-item::before {
        height: 90%;
        background: linear-gradient(transparent, rgba(0, 0, 0, 1));
    }
}

.single-listing-style-2 .single-product .rtcl-slider-wrapper .rtcl-slider-item {
    border-radius: 0;
}

.single-listing-style-2 .single-product .rtcl-slider-wrapper {
    margin-bottom: 0;
    position: relative;
}

.single-listing-style-2 .owl-dots {
    position: absolute;
    right: 32px;
    display: flex;
    bottom: 115px;
    flex-direction: column;
}

.single-listing-style-2 .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .5;
    transition: 0.4s;
    margin-bottom: 12px;
}

.single-listing-style-2 .owl-dots .owl-dot.active,
.single-listing-style-2 .owl-dots .owl-dot:hover {
    opacity: 1;
}

.single-listing-style-2 .single-product .product-heading .product-price-wrap .product-price {
    display: none;
}

.single-listing-style-2 .single-product .product-heading .product-price.d-none {
    display: block !important;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .single-listing-style-2 .single-product .product-heading .product-price.d-none {
        margin-bottom: 10px;
        margin-top: 0;
    }
}

.single-listing-style-2 .single-product .product-heading .entry-meta li i {
    color: var(--rt-primary-light);
}

.single-listing-style-2 .single-product .product-heading .entry-meta li {
    color: #fff;
}

.single-listing-style-2 .single-product .product-heading .header-info {
    margin-bottom: 12px;
}

@media (min-width: 1200px) {
    .single-listing-style-2 .single-product .product-heading .header-info {
        display: flex;
        align-items: center;
    }

    .single-listing-style-2 .single-product .product-heading .header-info .product-rating {
        margin-bottom: 6px;
    }

    .single-listing-style-2 .single-product .product-heading .header-info .product-rating::before {
        content: "/";
        color: #878c9f;
        font-size: 16px;
        padding: 0 9px;
    }
}

@media (max-width: 991px) {
    .single-listing-style-2 .single-product .product-heading .entry-meta {
        margin-bottom: 0;
    }
}

.single-listing-style-2 .single-product .product-heading .entry-meta li span {
    color: #fff;
}

.single-listing-style-2 .single-product .product-heading .product-price .rtcl-price-meta {
    color: #fff;
    opacity: 0.7;
}

.single-listing-style-2 .single-product .product-heading .btn-area > ul > li > a {
    color: var(--rt-primary-color);
}

.single-listing-style-2 .single-product .product-heading .btn-area > ul > li > a:hover {
    color: #fff;
}

.single-listing-style-2 .single-product .product-heading .btn-area > ul {
    border: none;
}


/* End Single listing style 2 */


/* Single listing style 3 */

.swiper-slide {
    height: auto;
}

.single-listing-style-3 .single-product .rtcl-slider-wrapper {
    width: 100%;
}

.single-listing-style-3 .single-product .listing-gallery {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 210px;
}

@media (max-width: 991px) {
    .single-listing-style-3 .single-product .listing-gallery {
        grid-auto-rows: 150px;
    }
}

@media (max-width: 767px) {
    .single-listing-style-3 .single-product .listing-gallery {
        display: none;
    }
}

@media (min-width: 768px) {
    .single-listing-style-3 .single-product .rtcl-slider,
    .single-listing-style-3 .single-product .rtcl-slider-nav {
        opacity: 0;
        height: 0 !important;
        visibility: hidden;
    }
}

.single-listing-style-3 .single-product .listing-gallery .rtcl-img-item {
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.single-listing-style-3 .single-product .listing-gallery .rtcl-img-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-listing-style-3 .single-product .listing-gallery .rtcl-img-item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: 0.3s;
    z-index: 1;
}

.single-listing-style-3 .single-product .listing-gallery .rtcl-img-item:hover a::before {
    opacity: 0.3;
}

.single-listing-style-3 .single-product .listing-gallery .rtcl-img-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.single-listing-style-3 .single-product .listing-gallery .rtcl-img-item:hover img {
    transform: scale(1.1);
}

.single-listing-style-3 .single-product .listing-gallery .rtcl-img-item:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}

.single-listing-style-3 .single-product .listing-gallery .rtcl-img-item:nth-child(2) {
    grid-column: 3 / 5;
    grid-row: 1;
}

.single-listing-style-3 .single-product .listing-gallery .rtcl-img-item:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 2;
}

.single-listing-style-3 .single-product .listing-gallery .rtcl-img-item:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 2;
}

.single-listing-style-3 .single-product .listing-gallery span.count-overlay {
    z-index: 99;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(var(--rt-primary-rgb), .7);
    color: #fff;
    font-size: 20px;
    pointer-events: none;
}

.single-listing-style-3 .single-product .listing-gallery span.count-overlay img {
    width: 30px;
    height: auto;
    margin-right: 5px;
    transform: scale(1) !important;
}

/* End Single listing style 3 */

.content-area {
    padding: 100px 0 90px;
    background-color: #fff;
}

.post-type-archive-rtcl_listing .content-area {
    background-color: var(--rt-primary-light3, #eaf7f4);
    padding-top: 30px;
    padding-bottom: 0;
}

.page-template-default .content-area,
.archive .content-area,
.page-template-template-blog-grid .content-area,
.search .content-area,
.blog .content-area,
.single .content-area {
    background-color: var(--rt-primary-light3, #eaf7f4);
    padding: 55px 0 80px;
}

.tax-rtcl_category .content-area {
    padding-bottom: 0;
}

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

.single .content-area {
    padding: 60px 0 30px;
}

.need-homlisti-core.single .content-area {
    padding: 60px 0;
}

.post-type-archive-rtcl_listing .content-area {
    padding-bottom: 0;
}

.single-rtcl_listing .content-area {
    padding: 55px 0 0;
}

.rtcl .rtcl-grid-view .listing-item {
    position: relative;
    border: none;
    background-color: #fff;
}

.rtcl-listing-badge-wrap span.badge {
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 4px;
}

.badge.rtcl-badge-new {
    background-color: #dc3545;
}

.rtcl-widget-border-enable .rtcl .rtcl-grid-view .listing-item:not(:last-child) {
    border-bottom: 1px solid #e7e9ed !important;
    padding-bottom: 18px;
}

.rtcl .rtcl-grid-view .listing-item.is-featured {
    background: #fff;
    border: none;
}

.widget .rtcl .rtcl-grid-view .listing-item.is-featured {
    background: none;
    border: none;
}

.rtcl .rtcl-grid-view .listing-item.is-top {
    background-color: #fff;
}

.widget .rtcl .rtcl-grid-view .listing-item.is-top {
    background: none;
}

.rtcl.archive .rtcl-grid-view .listing-item.is-top .product-features,
.rtcl.archive .rtcl-grid-view .listing-item.is-top .rtcl-price-meta,
.rtcl.archive .rtcl-grid-view .listing-item.is-top .entry-meta {
    color: #666;
}

.rtcl.archive .rtcl-grid-view .listing-item.is-top.style2 .rtcl-price-meta {
    color: #ccc !important;
}

.rtcl .rtcl-list-view .product-box {
    background-color: #fff;
    border: none;
    padding: 0;
}

.rtcl .rtcl-list-view .product-box .product-thumb {
    max-width: 250px;
    flex-basis: 250px;
    border-radius: 5px;
    overflow: hidden;
    height: 220px;
}

.rtcl .rtcl-list-view .product-box .product-thumb .swiper-wrapper,
.rtcl .rtcl-list-view .product-box .product-thumb .swiper-slide,
.rtcl .rtcl-list-view .product-box .product-thumb .thumbnail-bg,
.rtcl .rtcl-list-view .product-box .product-thumb .listing-archive-carousel {
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .rtcl .rtcl-list-view .product-box .product-thumb {
        max-width: 250px;
        max-height: 200px;
        flex-basis: 250px;
    }
}

@media screen and (max-width: 767px) {
    .rtcl .rtcl-list-view .product-box .product-thumb {
        max-width: none;
        max-height: none;
        min-height: 160px;
        flex-basis: inherit;
    }

    .rtcl .rtcl-list-view .product-box .product-thumb img {
        width: 100%;
    }
}

.rtcl .rtcl-list-view .product-box .product-content {
    background: transparent;
    border: none;
}

.rtcl .rtcl-list-view .product-box.is-featured {
    background-color: #fff;
    margin-bottom: 30px;
}


.rtcl .rtcl-list-view .product-box.is-top .product-features,
.rtcl .rtcl-list-view .product-box.is-top .rtcl-price-unit-label,
.rtcl .rtcl-list-view .product-box.is-top .entry-meta {
    color: #666;
}

.rtcl .rtcl-list-view .product-box.style2.is-top .rtcl-price-unit-label {
    color: #a7c9c1 !important;
    padding: 0;
    font-weight: normal;
}

.rtcl .product-heading-filter {
    margin-bottom: 25px;
}

.rtcl .product-heading-filter .heading-title {
    margin-bottom: 0;
}

.rtcl .product-heading-filter .rtcl-view-switcher {
    text-align: right;
}

.rtcl .product-heading-filter .rtcl-view-switcher .rtcl-view-trigger {
    font-size: 24px;
}

.rtcl .product-heading-filter .rtcl-view-switcher .rtcl-view-trigger i {
    color: #9a9a9a;
}

.rtcl .product-heading-filter .rtcl-view-switcher .rtcl-view-trigger i::before {
    margin: 0;
}

.rtcl .product-heading-filter .rtcl-view-switcher .rtcl-view-trigger:first-child {
    margin-right: 6px;
}

.rtcl .product-heading-filter .rtcl-view-switcher .rtcl-view-trigger.active i {
    color: var(--rt-primary-color);
}

.rtcl .rtcl-listings-actions {
    border-radius: 4px;
    box-shadow: none;
    margin-bottom: 20px;
    align-items: baseline;
}

.rtcl .rtcl-listings-actions .rtcl-view-switcher {
    border: 1px solid #e1e5ee;
    border-radius: 3px;
    display: flex;
    margin-left: 15px;
    background-color: #fff;
}

.rtcl .rtcl-listings-actions .rtcl-view-switcher .rtcl-view-trigger {
    width: 46px;
    height: 42px;
    color: #b4b4b4;
    line-height: 42px;
    text-align: center;
    border-right: 1px solid #e1e5ee;
    padding: 0;
}

.rtcl .rtcl-listings-actions .rtcl-view-switcher .rtcl-view-trigger i {
    color: #b4b4b4;
    transition: 0.4s;
}

.rtcl .rtcl-listings-actions .rtcl-view-switcher .rtcl-filter-trigger {
    background: var(--rt-primary-color);
}
.rtcl .rtcl-listings-actions .rtcl-view-switcher .rtcl-filter-trigger:hover {
    background: var(--rt-primary-dark);
}
@media (min-width: 992px) {
    .rtcl .rtcl-listings-actions .rtcl-view-switcher .rtcl-filter-trigger {
        display: none;
    }
}
@media (min-width: 992px) {
    #homlisti-filter-trigger {
        display: none;
    }
}
#homlisti-filter-trigger {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
#homlisti-filter-trigger.rtcl-filter-float .filter-label {
    display: none;
}
#homlisti-filter-trigger.rtcl-filter-float {
    position: fixed;
    top: 140px;
    right: 0;
    z-index: 999999;
    width: auto;
}
.rtcl-fullwidth-layout #homlisti-filter-trigger {
    display: none;

}
.rtcl .rtcl-listings-actions .rtcl-view-switcher .rtcl-filter-trigger i {
    font-size: 1.4em;
    color: #fff !important;
}

.rtcl .rtcl-listings-actions .rtcl-view-switcher .rtcl-view-trigger:last-child {
    border-right: none;
}

.rtcl .rtcl-listings-actions .rtcl-view-switcher .rtcl-view-trigger.active i,
.rtcl .rtcl-listings-actions .rtcl-view-switcher .rtcl-view-trigger:hover i {
    color: var(--rt-primary-color);
}

.rtcl .rtcl-listings-actions .rtcl-result-count {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--rt-heading-font);
    margin-right: auto;
    margin-left: 0;
}

.rtcl .rtcl-listings-actions .rtcl-ordering {
    display: flex;
    align-items: center;
}

.rtcl .rtcl-listings-actions .rtcl-ordering select {
    font-weight: 500;
    color: #878c9f;
    background-color: #fff;
    position: relative;
    right: 0;
    padding-right: 38px;
    background-position: calc(100% - 20px) 19px, calc(100% - 15px) 19px, calc(100% - .5em) 0.5em;
    height: 44px;
    border: 1px solid #e1e5ee;
    border-radius: 3px;
    width: 131px;
    padding-left: 10px;
    font-size: 14px;
    transform: translateY(2px);
}

@media (max-width: 550px) {
    .rtcl .rtcl-listings-actions .rtcl-ordering select {
        width: 106px;
    }

}

.rtcl .rtcl-listings-actions .rtcl-ordering label {
    font-size: 16px;
    color: #212121;
    font-family: var(--rt-heading-font);
    margin-right: 5px;
    margin-bottom: 0;
}

.rtcl .rtcl-listings-actions .rtcl-ordering select:focus {
    box-shadow: none;
    outline: none;
    background-position: calc(100% - 15px) 19px, calc(100% - 20px) 19px, calc(100% - .5em) 0.5em;
}

@media (max-width: 767px) {
    .rtcl .rtcl-listings-actions {
        flex-wrap: wrap;
    }

    .rtcl .rtcl-listings-actions .rtcl-result-count {
        width: 100%;
        margin: 0 0 15px;
    }
}

.admin-bar .single-product .one-page-heading {
    top: 32px;
}

.entry-meta li.updated:not(.published) {
    display: block;
}

#header.score-header {
    font-size: 16px;
}

#header.score-header h2 {
    font-size: 16px;
}

.show-badge-content h2 {
    font-size: 16px !important;
}

/*===============================
Listing - Listing Grid
================================*/
.product-grid .product-box {
    margin-bottom: 30px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 18px 0 rgba(194, 200, 213, 0.3);
    background: #fff;
}

.post-type-archive-rtcl_listing .product-grid .product-box {
    box-shadow: none;
    border: 1px solid var(--rt-primary-light2, #deede9) !important;
    border-radius: 6px;
}

.post-type-archive-rtcl_listing .product-grid .product-box:hover {
    border-color: var(--rt-primary-light3, #eaf7f4) !important;
    box-shadow: 0 11px 35px 0 rgba(0, 0, 0, .1);
}

.product-grid .product-box .product-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.product-grid.related-product .product-box .product-thumb {
    height: 230px;
}

.slick-initialized .slick-slide.slick-active {
    position: relative;
    z-index: 5;
}

.rtcl-widget-ajax-filter-result-wrapper .product-box .product-thumb .thumbnail-bg,
.rtcl-job-archive-wrapper .product-box .product-thumb .thumbnail-bg,
.page-template-listing-map .product-grid .product-box .product-thumb .thumbnail-bg,
.archive .product-grid .product-box .product-thumb .thumbnail-bg {
    height: 240px;
    background-size: cover;
    background-position: center;
}

@media (max-width: 649px) {
    .page-template-listing-map .product-grid .product-box .product-thumb .thumbnail-bg,
    .archive .product-grid .product-box .product-thumb .thumbnail-bg {
        height: 280px;
    }
}

.slick-next, .slick-prev {
    font-size: 0 !important;
}

.product-grid .product-box .listing-action {
    position: absolute;
    z-index: 99;
    display: flex;
}

.rt-el-listing-wrapper.style5 .product-box .listing-action {
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.product-grid .product-box .product-thumb .listing-action {
    right: 30px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease-in-out;
}

.product-grid .product-box:hover .product-thumb .listing-action {
    bottom: 30px;
    visibility: visible;
    opacity: 1;
}

.rt-el-listing-wrapper.style5 .product-box:hover .product-thumb .listing-action {
    bottom: 15px;
}

.rt-el-listing-wrapper.style5 .product-box .product-thumb .listing-action {
    right: 15px;
}

.product-grid .rtcl-list-view .product-box .listing-action {
    display: none;
}

@media (min-width: 1200px) {
    .product-grid .rtcl-list-view .product-box .listing-action {
        display: flex;
        right: -10px;
        top: -10px;
    }

    .product-grid .rtcl-list-view .product-box .product-thumb .listing-action {
        display: none;
    }

    .product-grid .rtcl-list-view .product-box .listing-action a {
        background-color: var(--rt-primary-light3, #edf9f6);
        color: var(--rt-primary-color);
        margin-left: 8px;
    }

    .product-grid .rtcl-list-view .product-box .listing-action a:first-child {
        margin-left: 0;
    }

    .product-grid .rtcl-list-view .product-box .listing-action a:hover {
        background-color: var(--rt-primary-dark);
        color: #fff;
    }

    .product-grid .rtcl-list-view .product-box .listing-action a.rtcl-compare.selected {
        background-color: var(--rt-primary-dark);
        color: #fff;
    }
}

@media (max-width: 1199px) {
    .product-grid .rtcl-list-view .product-box .product-thumb .listing-action {
        right: 20px;
        bottom: 20px;
        display: flex;
    }
}

.product-grid .homlisti-listing-map-wrapper .rtcl-list-view .product-box .product-content .rtcl-listing-badge-wrap,
.rtcl .product-grid .rtcl-list-view .rtcl-listing-badge-wrap {
    margin: 6px 0 12px;
    position: static;
}

.rtcl-agents-single-main .rtcl .product-box .rtcl-listing-badge-wrap span.badge,
.rtcl .product-grid .rtcl-list-view .rtcl-listing-badge-wrap span.badge {
    display: inline;
    padding: 4px 10px 4px;
    border-radius: 3px;
    font-size: 12px;
}

.product-grid .product-box .listing-action a {
    overflow: hidden;
}

.product-grid .product-box .listing-action .rtcl-icon-spinner,
.product-grid .product-box .listing-action a {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
    line-height: 1;
}

.product-grid .product-box .listing-action a.rtcl-compare.selected {
    background-color: #fff;
    color: var(--rt-primary-color);
}

.product-grid .product-box .listing-action .animate-spin {
    animation: none;
}

.product-grid .product-box .listing-action .animate-spin::before {
    animation: spin 2s linear infinite;
}

.product-grid .product-box .listing-action .rtcl-icon-spinner {
    background: rgb(0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
}

.product-grid .rtcl-list-view .product-box .listing-action .rtcl-icon-spinner {
    background: #edf2fe;
    color: var(--rt-primary-color);
}

.product-grid .product-box .product-thumb .listing-action a:hover {
    color: var(--rt-primary-color);
    background: #fff;
}

.product-grid .product-box .product-thumb .listing-action a:hover .rtcl-icon {
    color: var(--rt-primary-color);
}

.product-grid .product-box .listing-action a:hover i,
.product-grid .product-box .listing-action a:hover .rtcl-icon {
    animation: bottomtotop .3s ease-in-out forwards;
}

.product-grid .product-box .product-thumb > a {
    display: block;
    height: 100%;
}

.rtcl .rtcl-icon {
    color: inherit;
}

.product-grid .product-box .product-thumb .product-action-area {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.product-grid .product-box .product-thumb .product-action-area .author-img {
    cursor: pointer;
}

.product-grid .product-box .product-thumb .product-action-area .author-img img {
    border-radius: 50%;
}

.product-grid .product-box .product-thumb .product-action-area .action-btn li {
    display: inline-block;
    margin-right: 2px;
}

.product-grid .product-box .product-thumb .product-action-area .action-btn li:last-child {
    margin-right: 0;
}

.product-grid .product-box .product-thumb .product-action-area .action-btn li a {
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 40px;
    width: 42px;
    background-color: rgba(255, 255, 255, 0.2);
    line-height: 40px;
    border-radius: 4px;
}

.product-grid .product-box .product-thumb .product-action-area .action-btn li a .rtcl-icon {
    color: inherit;
}

.product-grid .product-box .product-thumb .product-action-area .action-btn li a:hover {
    background-color: white;
    color: #111;
}

.product-grid .product-box .product-thumb .rtcl-thumbnail {
    border-radius: 0;
    width: 100%;
    max-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;;
}

.product-grid .product-box:hover .product-thumb .rtcl-thumbnail {
    transform: scale(1.05);
}

.product-grid .product-box .product-thumb .rtcl-favourites .rtcl-icon {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.product-grid .product-box .product-thumb .rtcl-favourites:hover .rtcl-icon {
    color: #111;
}

.product-grid .product-box .product-thumb:before {
    content: "";
    height: 40%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    background: linear-gradient(to top, #000, transparent);
    opacity: 80%;
    z-index: 5;
}

.product-grid .rtcl-list-view .product-box .product-thumb:before {
    content: none;
}

.has-listing-footer.product-grid.style4 .product-box .product-thumb:before {
    background: transparent;
}

.product-grid.style4.style5 .product-box .product-thumb:before {
    height: 40%;
    background: linear-gradient(to top, #000, transparent);
}

.product-grid.style2 .product-box .product-thumb:before {
    height: 70%;
}

.product-grid .product-box .product-thumb .product-type {
    position: absolute;
    top: 32px;
    left: 30px;
    z-index: 2;
    text-transform: capitalize;
}

.product-grid.hanger-hidden .product-box .product-thumb .product-type {
    top: 22px;
    left: 25px;
}

.product-grid .product-box .product-thumb .product-type::before,
.product-grid .product-box .product-thumb .product-type::after {
    content: "";
    position: absolute;
    width: 51px;
    height: 40px;
    left: 50%;
    margin-left: -27.5px;
}

.product-grid.hanger-hidden .product-box .product-thumb .product-type::before,
.product-grid.hanger-hidden .product-box .product-thumb .product-type::after {
    content: none;
}

.product-grid .product-box .product-thumb .product-type.hide-product-type::before,
.product-grid .product-box .product-thumb .product-type.hide-product-type::after {
    content: none;
}

.product-grid .product-box .product-thumb .product-type::before {
    top: -33px;
    z-index: 10;
    background-color: var(--rt-primary-color);
    -webkit-mask: url("../img/listing-label.svg");
    mask: url("../img/listing-label.svg");
}

.product-grid .product-box .product-thumb .product-type::after {
    z-index: 11;
    background-image: url("../img/listing-label-wheel.svg");
    background-repeat: no-repeat;
    top: -2px;
    background-position: center top;
}

.rt-el-listing-wrapper.style5 .product-box .product-thumb .product-type::before,
.rt-el-listing-wrapper.style5 .product-box .product-thumb .product-type::after,
.rt-el-listing-wrapper.style6 .product-box .product-thumb .product-type::before,
.rt-el-listing-wrapper.style6 .product-box .product-thumb .product-type::after,
.rt-el-listing-wrapper.style9 .product-box .product-thumb .product-type::before,
.rt-el-listing-wrapper.style9 .product-box .product-thumb .product-type::after {
    content: none;
}

.rt-el-listing-wrapper .product-box .product-thumb .rtcl-listing-badge-wrap {
    position: absolute;
    top: 23px;
    right: 15px;
    z-index: 10;
    transition: 0.4s;
    padding: 0;
    margin: 0;
}

.rt-el-listing-wrapper .product-box .product-content .rtcl-listing-badge-wrap {
    margin-bottom: 10px;
    position: static;
}

.product-grid .rtcl-list-view .product-box .product-thumb .product-type {
    top: 29px;
    left: 20px;
}

.product-grid .product-box .product-thumb .slick-slider,
.product-grid .product-box .product-thumb .slick-list,
.product-grid .product-box .product-thumb .slick-track,
.product-grid .product-box .product-thumb .slick-slide,
.product-grid .product-box .product-thumb img {
    height: 100%;
}

.page-template-listing-map .product-grid .product-box .product-thumb img {
    width: auto;
    object-fit: cover;
    height: 100%;
    margin: auto;
    display: block;
}

.product-grid .product-box .product-thumb .product-type span {
    font-size: 14px;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    font-family: var(--rt-heading-font);
    display: inline-block;
    line-height: 1;
    margin-right: 4px;
    white-space: nowrap;
    border: 1px solid var(--rt-primary-color);
    font-weight: 500;
}

.product-grid .rtcl-list-view .product-box .product-thumb .product-type span {
    font-size: 14px;
    padding: 5px 9px;
}

.product-grid .rtcl-list-view .product-box .product-thumb .product-type .listing-type-badge::before {
    transform: translateY(0);
    top: 9px;
}

.product-grid .product-box .product-thumb .product-type .rtcl-listing-badge-wrap {
    display: none;
    margin: 0;
    margin-left: -4px;
}

.product-grid .rtcl-list-view .product-box .product-thumb .product-type .rtcl-listing-badge-wrap {
    display: none;
}

.product-grid .product-box .product-thumb .product-type .rtcl-listing-badge-wrap .new-badge {
    background-color: #b20cf7;
}

.product-grid .product-box .product-thumb .product-type .rtcl-listing-badge-wrap .top-badge {
    background-color: #17a2b8;
}

.product-grid .product-box .product-thumb .product-type .rtcl-listing-badge-wrap .feature-badge {
    background-color: var(--rt-primary-color);
}

.product-grid .product-box .product-thumb .product-price {
    position: absolute;
    bottom: 32px;
    left: 30px;
    z-index: 2;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    z-index: 10;
}

.product-grid .product-box .product-thumb .product-price .rtcl-price {
    color: #fff;
}

.product-grid .rtcl-list-view .product-box .product-thumb .product-price {
    display: none;
}

.rtcl-price-meta .rtcl-price-unit-label::before {
    content: "/";
    font-style: normal;
    font-size: 24px;
}

.product-grid .product-box .product-thumb .product-price .rtcl-price-amount {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    font-family: var(--rt-heading-font);
}

.archive .product-grid .product-box .product-thumb .product-price .rtcl-price-range .dash,
.archive .product-grid .product-box .product-thumb .product-price .rtcl-price-range .price-to {
    /*display: none;*/
}

@media (min-width: 778px) and (max-width: 1199px) {
    .archive .product-grid .rtcl-list-view .product-box .product-content .product-bottom-content .action-btn .rtcl-product-price .rtcl-price-range .dash,
    .archive .product-grid .rtcl-list-view .product-box .product-content .product-bottom-content .action-btn .rtcl-product-price .rtcl-price-range .price-to {
        display: none;
    }
}

.product-grid .product-box .product-thumb .product-price .rtcl-price-range {
    display: inline-block;
    font-size: 18px;
}

.product-grid .product-box .product-thumb .product-price .rtcl-price-meta > span {
    padding: 0;
}

.product-grid .product-box .product-thumb .product-price .rtcl-price-meta .rtcl-price-type-label {
    margin-left: 5px;
}

.product-grid .product-box .product-thumb .product-price .rtcl-price-unit-label {
    font-size: 18px;
    color: #ccc;
    font-weight: 400;
    font-family: var(--rt-heading-font);
}

.product-grid .product-box .product-thumb .product-quick-view {
    position: absolute;
    bottom: 22px;
    right: 25px;
    z-index: 2;
}

.product-grid .product-box .product-thumb .product-quick-view a {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    padding: 1px 9px;
}

.product-grid .product-box .product-thumb .product-quick-view a i {
    margin-right: 5px;
}

.rt-el-listing-wrapper.product-grid.style3 .product-box .product-content {
    border: 1px solid #d1e7e2;
}

.rt-el-listing-wrapper.product-grid.no-listing-footer .product-box .product-content {
    padding-bottom: 5px;
}

.product-grid .product-box .product-content {
    border-radius: 0 0 4px 4px;
    padding: 15px 30px 20px;
}

@media (max-width: 767px) {
    .related-product.product-grid .product-box .product-thumb .slick-slide {
        height: 285px;
        overflow: hidden;
    }

    .related-product.product-grid .product-box .product-thumb .slick-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.listing-wrap-border-enable .product-grid.style7 .product-box .product-content {
    border: 1px solid #e7e7e7;
}

.product-grid .product-box .product-content .product-category {
    margin-bottom: 2px;
}

.product-grid .product-box .product-content .product-category a {
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    color: var(--rt-primary-color);
}

.product-grid .product-box .product-content .product-category a:hover {
    color: var(--rt-primary-color);
}

.product-grid .product-box .product-content .item-title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.product-grid .product-box .product-content .item-title a {
    color: #212121;
}

@media (min-width: 768px) {
    .listing-title-wrap-enable .product-grid .product-box .product-content .item-title a {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 1 !important;
        -webkit-box-orient: vertical;
    }
}

.product-grid .product-box .product-content .rtcl-add-to-cart-form-wrapper {
    padding: 0 25px 25px;
    border-top: 1px solid #e1e1e1;
}

.product-grid .product-box .product-content .rtcl-add-to-cart-form-wrapper .rtcl-add-to-cart-form {
    width: 100%;
    display: flex;
}

.product-grid .product-box .product-content .rtcl-add-to-cart-form-wrapper .rtcl-add-to-cart-form input {
    flex: 1;
    padding: 9px;
}

.product-grid .product-box .product-content .item-title a:hover,
.product-grid .product-box.style2 .product-content .item-title a:hover {
    color: var(--rt-primary-color);
}

.product-grid .product-box .product-content .entry-meta {
    margin-bottom: 8px;
    font-size: 15px;
    color: #929292;
    list-style: none;
}

.product-grid .product-box .product-content .entry-meta a {
    color: #929292;
}

.product-grid .product-box .product-content .entry-meta a:hover {
    color: #000;
}

.product-grid .product-box .product-content .entry-meta i {
    margin-right: 5px;
    min-width: 16px;
}

.product-grid .product-box .product-content .item-price .rtcl-price-amount {
    font-size: 28px;
    font-weight: 700;
    color: var(--rt-primary-color);
}

.product-grid .product-box .product-content .item-price .rtcl-price-meta > span {
    padding: 0;
}

.product-grid .product-box .product-content .item-price .rtcl-price-meta .rtcl-price-type-label {
    margin-left: 5px;
}

.product-grid .product-box .product-content .item-price .rtcl-price-unit-label {
    font-size: 18px;
    color: #9d9d9d;
    font-weight: 400;
}

.product-grid .product-box .product-content .product-features {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #e1e1e1;
    margin-top: 15px;
    padding-top: 15px;
}

.product-grid .rtcl-list-view .product-box .product-content .product-features {
    justify-content: left;
    margin-left: -3px;
    padding-bottom: 2px !important;
}

.product-grid .rtcl-list-view .product-box .product-content .product-features li {
    margin-right: 15px;
}

.archive .product-grid .rtcl-list-view .product-box .product-content.no-price .product-bottom-content {
    display: none;
}

.product-grid .product-box .product-content .product-features li {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 5px;
}

.product-grid .product-box .product-content .product-features li span {
    font-size: 14px;
    font-weight: 500;
}

.product-grid .product-box .product-content .product-features li:last-child {
    margin-right: 0;
}

.product-grid .product-box .product-content .product-features li i {
    margin-right: 6px;
    transition: all 0.3s ease-in-out;
    color: #646464;
}

.product-grid [class*=" rtcl-icon-"]:before,
.product-grid [class^=rtcl-icon-]:before {
    margin-right: 0;
}

.product-grid .product-box .product-content .product-bottom-content {
    border-top: 1px solid #e1e1e1;
    padding: 5px 0;
}

.post-type-archive .rtcl-list-view .product-bottom-content {
    display: block;
}

.product-grid .rtcl-list-view .product-box .product-content .product-bottom-content {
    padding: 14px 22px 0 22px;
    width: calc(100% + 20px);
}

.product-grid .rtcl-list-view .product-box .product-content .product-bottom-content .media {
    padding-left: 0;
}

.product-grid .product-box .product-content .product-bottom-content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-grid .product-box .product-content .product-bottom-content .media {
    align-items: center;
    padding-left: 22px;
}

.product-grid .product-box .product-content .product-bottom-content .media .item-img {
    margin-right: 12px;
    min-width: 36px;
}

.product-grid .product-box .product-content .product-bottom-content .media .media-body {
    margin-right: 12px;
    min-width: 36px;
    max-width: 155px;
}

@media (max-width: 380px) {
    .product-grid .product-box .product-content .product-bottom-content .media .media-body {
        max-width: 112px;
    }
}

.product-grid .product-box .product-content .product-bottom-content .media .item-img img {
    max-width: 154px;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.product-grid .product-box .product-content .product-bottom-content .media .media-body .item-title {
    color: #70778b;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.2;
}

.product-grid .product-box .product-content .product-bottom-content .item-title .author-link {
    color: inherit;
    display: inline !important;
}

.product-grid.style4 .product-box .product-content .product-bottom-content .media .media-body .item-title {
    color: #70778b;
    font-size: 14px;
    font-weight: 500;
}

.product-grid .product-box .product-content .product-bottom-content .action-btn a {
    color: var(--rt-primary-color);
    background: var(--rt-primary-light2);
    font-size: 14px;
    padding: 8px 22px;
    border: none;
    border-radius: 3px;
    margin: 12px 30px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.product-grid .product-box .product-content .product-bottom-content .action-btn .rtcl-product-price {
    display: none;
}

.product-grid .rtcl-list-view .product-box .product-content .product-bottom-content .action-btn .btn {
    display: none;
}

.product-grid .rtcl-list-view .product-box .product-content .product-bottom-content .action-btn .rtcl-product-price {
    display: block;
    font-family: var(--rt-heading-font);
}

.product-grid .rtcl-list-view .product-box .product-content .product-bottom-content .action-btn .rtcl-product-price .rtcl-price-range {
    display: inline-block;
}

.product-grid .rtcl-list-view .product-box .product-content .product-bottom-content .action-btn .rtcl-product-price .rtcl-price-amount {
    font-size: 24px;
    color: var(--rt-primary-color);
    font-weight: 600;
}

.product-grid .rtcl-list-view .product-box .product-content .product-bottom-content .action-btn .rtcl-product-price .dash {
    color: var(--rt-primary-color);
    transform: translateY(-3px);
    display: inline-block;
}

.product-grid .product-box .product-content .product-bottom-content .action-btn a:after {
    background-color: var(--rt-primary-color) !important;
}

.product-grid .product-box .product-content .product-bottom-content .action-btn a:hover {
    color: #fff !important;
}

.product-grid .product-box .product-content .product-bottom-content ul {
    margin-bottom: 0;
}

.product-grid.style4 .product-box .product-content .product-bottom-content ul {
    flex-wrap: wrap;
}

.product-grid.style4 .product-box .product-content .product-bottom-content ul li.item-author {
    margin-bottom: 5px;
}

.product-grid .product-box .slick-arrow {
    height: 40px;
    width: 40px;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.product-grid .product-box .slick-arrow.slick-prev {
    left: 0;
}

.product-grid .product-box .slick-arrow.slick-next {
    right: 0;
}

.product-grid .product-box:hover .slick-arrow.slick-prev {
    left: 20px;
}

.product-grid .product-box:hover .slick-arrow.slick-next {
    right: 20px;
}

.product-grid .product-box:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
}

.product-grid .product-box .slick-arrow:before {
    font-size: 12px;
}

.product-grid .product-box:hover .product-thumb .slick-arrow {
    visibility: visible;
}

.archive .product-grid .product-box .product-thumb .slick-slider .slick-list .slick-slide {
    overflow: hidden;
    /*height: 240px;*/
}

.product-grid .product-box .product-thumb .slick-slider .slick-list .slick-slide img {
    transition: 0.4s;
    width: auto;
    margin: auto;
}

.product-grid .product-box:hover .product-thumb .slick-slider .slick-list .slick-slide img {
    transform: scale(1.06);
}

.product-grid .product-box.style2 .product-content {
    padding: 0;
}

.product-grid .product-box.style2 .product-content .listing-excerpt {
    padding-bottom: 30px;
}

.product-grid .product-box.style2 .product-content .listing-excerpt:empty {
    padding-bottom: 0;
}


.product-grid .product-box.style2 .product-content .product-price,
.product-grid .product-box.style2 .product-content .product-category,
.product-grid .product-box.style2 .product-content .item-title,
.product-grid .product-box.style2 .product-content .rtcl-listing-badge-wrap,
.product-grid .product-box.style2 .product-content .entry-meta,
.product-grid .product-box.style2 .product-content .product-features,
.product-grid .product-box.style2 .product-content .listing-excerpt {
    padding-left: 22px;
    padding-right: 22px;
}

.product-grid .product-box.style2 .product-content .product-price {
    padding-right: 5px;
}

.rtcl .product-box .rtcl-listing-badge-wrap {
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 10;
}

.product-grid .product-box.style2 .product-content .product-category a {
    margin-top: 0;
    position: relative;
    background: #fff;
    font-size: 14px;
    padding: 8px 12px;
    z-index: 10;
    line-height: 1;
    border-radius: 3px;
    color: var(--rt-primary-color);
    font-weight: 400;
}

.product-grid .product-box.style2 .product-content .product-category a:hover {
    color: var(--rt-secondary-color);
}

.product-grid .product-box.style2 .product-content .item-title {
    font-size: 22px;
    line-height: 32px;
    padding-top: 5px;
}

.product-grid .rtcl-list-view .product-box.style2 .product-content .item-title {
    padding-top: 3px;
    margin-bottom: 0;
}

.product-grid .product-box.style2 .product-content .item-title a {
    color: #212121;
}

.product-grid .product-box .product-content .listing-content {
    padding: 0 30px;
    margin-bottom: 15px;
}

.product-grid.rt-el-listing-wrapper .product-box .product-content .listing-content ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 8px;
}

.product-grid.rt-el-listing-wrapper .product-box .product-content .listing-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--rt-primary-color);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.product-grid .product-box.style2 .product-content .product-category {
    padding-top: 0;
    margin-top: -20px;
}

.product-grid.cat-before-title .product-box .product-content .product-category {
    margin-top: 18px;
}

.product-grid.cat-before-title .product-box .product-content .product-category a {
    padding: 0;
    background: none;
    font-size: 16px;
}

.product-grid .product-box.style2 .product-content .product-type {
    display: none;
}

.product-grid .rtcl-list-view .product-box.style2 .product-content .product-type {
    display: block;
    padding: 0 30px;
}

@media (max-width: 767px) {
    .product-grid .rtcl-list-view .product-box.style2 .product-content .rtcl-listing-badge-wrap,
    .product-grid .rtcl-list-view .product-box.style2 .product-content .product-category,
    .product-grid .rtcl-list-view .product-box.style2 .product-content .item-title,
    .product-grid .rtcl-list-view .product-box.style2 .product-content .entry-meta,
    .product-grid .rtcl-list-view .product-box.style2 .product-content .product-features,
    .product-grid .rtcl-list-view .product-box.style2 .product-content .listing-excerpt,
    .product-grid .rtcl-list-view .product-box.style2 .product-content .product-type {
        padding: 0;
    }

    .product-grid .rtcl-list-view .product-box.style2 .product-content .product-features {
        margin-left: -4px;
    }

    .product-grid .rtcl-list-view .product-box .product-content .product-bottom-content {
        width: 100%;
        padding-left: 0;
    }

    .product-grid .rtcl-list-view .product-box .product-content .product-bottom-content .media {
        padding-left: 0;
    }
}

.product-grid .product-box.style2 .product-content .product-type {
    display: none;
}

.product-grid .rtcl-list-view .product-box.style2 .product-content .product-category {
    margin-top: 0;
    padding-top: inherit;
    line-height: 1;
}

.product-grid .rtcl-list-view .product-box.style2 .product-content .product-category a {
    padding: 0;
    font-size: 14px;
    color: #73767e;
    background: none;
}

.rt-el-listing-wrapper:is(.style4, .style5, .style6) .product-box.style2 .product-content .product-category a:not(:last-child)::after,
.product-grid .rtcl-list-view .product-box.style2 .product-content .product-category a:not(:last-child)::after {
    content: ", ";
}

.product-grid .rtcl-list-view .product-box.style2 .product-content .product-category a:hover {
    color: var(--rt-primary-color);
}

.product-grid .product-box.style2 .product-content .entry-meta {
    margin-bottom: 0;
    padding-bottom: 14px;
}

.product-grid .rtcl-list-view .product-box.style2 .product-content .entry-meta {
    padding-bottom: 8px;
    font-size: 14px;
    color: #878c9f;
}

.product-grid .product-box.style2 .product-content .product-features {
    padding-bottom: 15px;
    border: none;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 8px;
}

.meta-fields-circle .product-grid .product-box.style2 .product-content .product-features li i,
.product-grid .product-box.style2 .product-content .product-features li i {
    color: var(--rt-primary-color);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--rt-primary-light3, #edf9f6);
    display: inline-block;
    text-align: center;
    line-height: 36px;
    aspect-ratio: 1 / 1;
}


.product-grid .rtcl-list-view .product-box.style2 .product-content .product-features li i {
    width: 23px;
    background: none;
}

.product-grid .product-box.style2 .product-content .product-features li i.flaticon-full-size {
    font-size: 14px;
}

.product-grid .product-box.style2 .product-content .product-bottom-content ul {
    margin-bottom: 0;
}

.product-grid .product-box.style2 .product-content .product-bottom-content .media .item-title {
    padding: 0;
    margin: 0;
}

.product-grid .product-box.style2 .product-content .product-bottom-content .rtcl-favourites .rtcl-icon {
    color: inherit;
}

.rtcl-sold-out {
    left: auto;
    right: 0;
    top: 0;
    background: #f00;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px;
    transform: rotate(0);
    letter-spacing: 1px;
    font-family: var(--rt-heading-font);
    height: 28px;
    display: inline-block;
    line-height: 28px;
    display: none;
}

.rtcl-list-view .rtcl-sold-out {
    top: 16px;
    font-size: 10px;
    padding: 0 10px;
    height: 23px;
    line-height: 23px;
}

.rtcl-sold-out::before,
.rtcl-sold-out::after {
    content: "";
    position: absolute;
    left: -8px;
}

.rtcl-sold-out::before {
    width: 0;
    height: 0;
    border-top: 14px solid #f00;
    border-left: 8px solid transparent;
    top: 0;
}

.rtcl-sold-out::after {
    width: 0;
    height: 0;
    border-bottom: 14px solid #f00;
    border-left: 8px solid transparent;
    bottom: 0;
}


.product-grid .product-box.is-featured .product-thumb {
    position: relative;
}

.product-grid .product-box.is-featured .product-thumb:after {
    content: "\f0e7";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: var(--rt-primary-color);
    width: 40px;
    height: 40px;
    padding: 6px 8px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 1;
    font-weight: 600;
    z-index: 5;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}

.product-grid .rtcl-list-view .product-box.is-featured .product-thumb:after {
    font-size: 11px;
    width: 30px;
    height: 30px;
    padding: 4px 6px;
}

.product-grid .product-rating {
    display: flex;
    align-items: center;
}

.product-grid .item-icon {
    margin-right: 5px;
}

.rtcl .rtcl-grid-view {
    grid-column-gap: 30px;
}

.rtcl .rtcl-grid-view .product-box {
    margin-bottom: 15px;
}

.rtcl .rtcl-grid-view .product-thumb .slick-slide img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 575px) {
    .rtcl .rtcl-grid-view .product-thumb .slick-slide img {
        width: 100%;
    }
}

.homlisti-listing-map-wrapper .rtcl .rtcl-grid-view.columns-3,
.rtcl .rtcl-grid-view.columns-2 {
    grid-template-columns: repeat(2, calc(50% - 15px));
}

.rtcl .rtcl-grid-view.columns-3 {
    grid-template-columns: repeat(3, calc(33.333% - 20px));
}

@media (min-width: 768px) and (max-width: 1200px) {
    .rtcl .rtcl-grid-view.columns-3 {
        grid-template-columns: repeat(2, calc(50% - 15px));
    }
}


@media (max-width: 767px) {
    .rtcl .rtcl-grid-view.columns-3 {
        grid-template-columns: repeat(2, calc(50% - 15px));
    }
}

@media screen and (max-width: 649px) {
    .homlisti-listing-map-wrapper .rtcl .rtcl-grid-view.columns-3,
    .rtcl .rtcl-grid-view.columns-3,
    .rtcl .rtcl-grid-view.columns-2 {
        grid-template-columns: repeat(1, calc(100%));
    }
}

.rtcl .rtcl-list-view .product-thumb .slick-slide img {
    max-height: 245px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 767px) and (min-width: 576px) {

    .product-grid .rtcl-grid-view .product-box.style2 .product-content .product-bottom-content .media {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .product-grid .rtcl-grid-view .product-box.style2 .product-content .product-bottom-content .action-btn a {
        flex: 1;
        padding: 8px 30px;
    }
}

.rtcl-quick-view-container .rtcl-slider {
    position: relative;
}

.rtcl-quick-view-container .rtcl-slider [class*='swiper-button-'] {
    background-color: var(--rt-primary-color);
    background-image: none;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    color: #fff;
    outline: none;
    cursor: pointer;
    position: absolute;
    line-height: 33px;
    text-align: center;
    opacity: 1;
    font-size: 17px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
}

.rtcl-quick-view-container .rtcl-slider [class*='swiper-button-']:hover {
    background-color: var(--rt-primary-dark);
}

.rtcl-quick-view-container .rtcl-slider .swiper-button-prev {
    left: 5px;
}

.rtcl-quick-view-container .rtcl-slider .swiper-button-next {
    right: 5px;
}

/*Style 10*/

.product-grid.style10 .product-box {
    box-shadow: none;
    background: #fff;
    border: none;
    outline: 1px solid #eaeaea;
    outline-offset: -1px;
}

.product-grid.style10 .product-box .product-thumb .listing-action {
    bottom: 30px;
    visibility: visible;
    opacity: 1;
}
.product-grid.style10 .product-box .product-thumb .product-type::before,
.product-grid.style10 .product-box .product-thumb .product-type::after {
    display: none;
}
.product-grid.style10 .product-box .product-thumb .product-type {
    top: 25px;
}

.product-grid.style10 .product-box .listing-action a {
    background: rgba(255, 255, 255, .4);
}
.product-grid.style10 .product-box .product-thumb .product-rating {
    display: block;
    position: absolute;
    left: 23px;
    bottom: 25px;
    z-index: 999;
    color: #fff;
    font-size: 14px;
}
.product-grid.style10 .product-box.style2 .product-content .rtcl-listable .rtcl-field-icon {
    background: none;
    padding: 0;
    width: inherit;
    height: inherit;
    color: #555;
    line-height: 1;
    font-size: 16px;
}
.flaticon-full-size {
    font-size: 0.9em !important;
}

.product-grid.style10 .product-box .product-content .product-bottom-content {
    padding: 16px 0;
}
.product-grid.style10 .product-box .product-content .product-bottom-content {
    border-top: 0;
    position: relative;
}
.product-grid.style10 .product-box .product-content .product-bottom-content:before {
    content: "";
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #eaeaea;
    position: absolute;
}
.product-grid.style10 .rtcl-price-meta > span:not(.rtcl-price-type-label) {
    color: #808284;
}
.product-grid.style10 span.rtcl-price-meta .rtcl-price-type-label {
    font-size: 1em;
}
.product-grid.style10 span.rtcl-price-meta .rtcl-price-unit-label + .rtcl-price-type-label {
    display: none;
}
.product-grid.style10 .rtcl-listable .listable-repeater-field .listable-label,
.product-grid.style10 .rtcl-listable .rtcl-listable-item .listable-label {
    font-weight: normal;
}
.product-grid.style10 span.rtcl-price-meta > *:is(.rtcl-price-type-label) {
    font-size: 18px !important;
    font-weight: 700;
}

/*===============================
Listing - Listing List
================================*/
.product-grid .rtcl-list-view .slick-list {
    margin: 0;
}

.product-grid .rtcl-list-view .slick-slide {
    margin: 0;
}

.product-grid .rtcl-list-view .product-box {
    border-radius: 6px;
    padding: 20px;
}

.rtcl .rtcl-listings .listing-item.is-top {
    background-color: #fff;
}

.rtcl .rtcl-listings .listing-item.as-top {
    background: #fdfcf2 !important;
    border-color: #e9e7d7 !important;
}

.product-grid .product-box.style2.as-top .product-content .product-category a {
    background: #fdfcf2 !important;
}

.rtcl p.rtcl-info {
    padding: 30px;
    background-color: #fff;
    text-align: center;
    color: var(--danger);
    font-size: 18px;
}

.product-grid .rtcl-list-view .product-box .product-thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
}

.product-grid .rtcl-list-view .product-box:hover .product-thumb > img {
    transform: scale(1.08);
}

.product-grid .rtcl-list-view .product-box .product-content {
    flex: 1;
    border-radius: 0 4px 4px 0;
    border-left: none;
    position: relative;
}

@media (min-width: 767px) {
    .product-grid .rtcl-list-view .product-box .product-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .product-grid .rtcl-list-view .product-box .product-content {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .product-grid .rtcl-list-view .product-box.style2 .product-thumb {
        max-height: initial;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .product-grid .rtcl-list-view .product-box.style2 .product-thumb {
        max-width: 315px;
    }
}

.product-list .product-box {
    display: flex;
}

.product-list .product-box .product-thumb:before {
    border-radius: 0;
}

.product-list .product-box .product-thumb:after {
    border-radius: 0;
}

.product-list .product-box .product-thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}

.product-list .product-box .product-thumb .product-author {
    position: absolute;
    bottom: 22px;
    right: 25px;
    z-index: 2;
}

.product-list .product-box .product-thumb .product-author img {
    border-radius: 50%;
}

.product-list .product-box .product-content {
    flex: 1;
    border-radius: 0;
    border-left: none;
}

.product-list .product-box .product-content .product-top-content {
    padding: 20px 15px 20px 25px;
}

.product-list .product-box .product-content .product-top-content .item-title {
    line-height: 28px;
}

.product-list .product-box .product-content .product-top-content .product-features {
    padding: 0;
    margin-top: 14px;
}

.product-list .product-box .product-content .product-top-content .product-features li {
    margin-right: 15px;
}

.product-list .product-box .product-content .product-top-content .product-features li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 575px) {
    .product-list.rt-el-listing-list .product-box {
        display: block;
    }
}

.product-list.rt-el-listing-list .product-box .product-thumb {
    border-radius: 4px 0 0 4px;
    max-width: 275px;
}

.product-list.rt-el-listing-list .product-box .product-thumb > a {
    height: 100%;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    .product-list.rt-el-listing-list .product-box .product-thumb {
        max-width: 260px;
    }

    .product-list.rt-el-listing-list .product-box .product-thumb > a .rtcl-thumbnail {
        max-height: initial;
    }
}

@media screen and (max-width: 575px) {
    .product-list.rt-el-listing-list .product-box .product-thumb {
        max-width: none;
    }
}

.product-list.rt-el-listing-list .product-box .product-content {
    border-radius: 0 4px 4px 0;
}

@media screen and (max-width: 575px) {
    .product-list.rt-el-listing-list .product-box .product-content {
        border-left: 1px solid #e7e7e7;
    }
}

.product-list.rt-el-listing-list .product-box .product-content .product-top-content .item-title,
.product-list.rt-el-listing-list .product-box .product-content .product-top-content .entry-meta,
.product-list.rt-el-listing-list .product-box .product-content .product-top-content .product-category {
    padding: 0;
}

.product-list.rt-el-listing-list .product-box .product-content .product-top-content .product-category a {
    color: var(--rt-primary-color);
    transition: all 0.3s ease-in-out;
}

.product-list.rt-el-listing-list .product-box .product-content .product-top-content .product-category a:hover {
    color: var(--rt-primary-color);
}

.product-list.rt-el-listing-list .product-box .product-content .product-top-content .product-features {
    margin-top: 8px;
}

.product-list.rt-el-listing-list .product-box .product-content .product-top-content .product-price {
    margin-top: 15px;
}

.product-list.rt-el-listing-list .product-box .product-content .product-top-content .product-price .rtcl-price-amount {
    font-size: 28px;
    font-weight: 700;
    color: var(--rt-primary-color);
}

.product-list.rt-el-listing-list .product-box .product-content .product-top-content .product-price .rtcl-price-meta {
    display: none;
}

.product-list .view-all-btn {
    text-align: center;
    margin-top: 20px;
}

.product-list .view-all-btn .item-btn {
    font-weight: 500;
    color: #fff;
    background-color: var(--rt-primary-color);
    padding: 10px 25px;
    border-radius: 4px;
}

.product-list .view-all-btn .item-btn:hover {
    background-color: #111;
}

/* RTCL Single Side Menu  */
.listing-item .rtcl-main-content-wrapper {
    display: flex;
}

.listing-item .rtcl-content-wrapper {
    width: 100%;
}

.single-rtcl_listing .rtcl-content-wrapper {
    display: block !important;
    max-width: inherit !important;
    padding-top: 0;
}

.single-rtcl_listing .rtcl-content-wrapper > * {
    max-width: inherit;
}

.rtcl .rtcl-breadcrumb {
    border-bottom: none !important;
    padding-bottom: 0;
}

.listing-item .rtcl-single-side-menu {
    margin-right: 25px;
}

.rtcl-single-side-menu {
    width: 60px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 18px 0 rgba(194, 200, 213, 0.3);
    text-align: center;
    padding: 15px 0;
    min-width: 60px;
    position: fixed;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    transition: left 0.4s ease-in-out;
}

.rtcl-single-side-menu.show {
    left: 0;
}

@media (max-width: 725px) {
    .rtcl-single-side-menu {
        display: none;
    }
}

.listing-item .listing-type-badge {
    position: relative;
}

.rtcl-single-side-menu ul {
    display: inline-block;
}

.rtcl-single-side-menu ul li {
    margin-bottom: 10px;
}

.rtcl-single-side-menu ul li:last-child {
    margin-bottom: 0;
}

.rtcl-single-side-menu ul li a i {
    border-radius: 5px;
    background-color: var(--rt-primary-light2);
    width: 38px;
    height: 38px;
    line-height: 38px;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.rtcl-single-side-menu ul li a i.flaticon-camera {
    font-size: 20px;
}

.rtcl-single-side-menu ul li a i.flaticon-home {
    font-size: 18px;
}

.rtcl-single-side-menu ul li a i.fa-star {
    font-size: 14px;
}

.rtcl-single-side-menu ul li a.active i,
.rtcl-single-side-menu ul li a:hover i {
    background-color: var(--rt-primary-dark);
    color: #fff;
    box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.18);
}

.rtcl-single-side-menu ul li a.active i:before,
.rtcl-single-side-menu ul li a:hover i:before {
    animation: topToBottom 0.3s ease-in-out forwards;
}


/*===============================
Listing - Map
================================*/

.rtcl-archive-map-embed.rtcl-search-map,
.rtcl-listings-sc-wrapper.has-map .rtcl-search-map {
    max-width: 100%;
    flex: 1;
    margin-left: 0;
    position: sticky;
    top: 100px;
    left: 0;
    height: 100vh;
}

@media (max-width: 767px) {
    .rtcl-archive-map-embed.rtcl-search-map,
    .rtcl-listings-sc-wrapper.has-map .rtcl-search-map {
        top: 70px;
    }
}

.rtcl-archive-map-embed.rtcl-search-map .rtcl-map-view {
    height: 100%;
}

.rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper {
    background-color: var(--rt-primary-light3, #eaf7f4);
    flex: 0 0 862px;
    max-width: 862px;
    width: 100%;
}

@media (min-width: 992px) {
    .rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper {
        border-right: 1px solid var(--rt-primary-light3, #eaf7f4)
    }
}

@media screen and (max-width: 1199px) {
    .homlisti-listing-map-wrapper .rtcl-listings-wrapper {
        padding: 50px 20px 70px;
    }
}

.homlisti-listing-map-wrapper .rtcl-listings-wrapper .listing-grid-box {
    padding: 30px 30px 3px;
    background-color: #fff;
}

.homlisti-listing-map-wrapper .rtcl-listings-wrapper .listing-grid-box .search-box .search-type .search-check-box {
    padding-left: 15px;
    padding-right: 15px;
}

.homlisti-listing-map-wrapper .rtcl-listings-wrapper .listing-grid-box .search-box .search-keyword .form-control {
    border: none;
}

.homlisti-listing-map-wrapper .rtcl-listings-wrapper .listing-grid-box .advanced-search-box {
    top: -50px;
}

.homlisti-listing-map-wrapper .rtcl-listings-wrapper .listing-grid-box .advanced-search-box:before {
    top: auto;
    bottom: -10px;
    transform: rotate(180deg);
}

.homlisti-listing-map-wrapper .rtcl-listings-wrapper .listing-grid-box .advanced-search-box.show {
    top: -30px;
}

@media screen and (max-width: 1199px) {
    .homlisti-listing-map-wrapper .rtcl-listings-wrapper .listing-grid-box .advanced-search-box.show {
        top: 15px;
    }

    .homlisti-listing-map-wrapper .rtcl-listings-wrapper .listing-grid-box .advanced-search-box .advanced-box .form-check {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .homlisti-listing-map-wrapper .rtcl-listings-sc-wrapper.has-map {
        flex-wrap: wrap;
    }

    .homlisti-listing-map-wrapper .rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .homlisti-listing-map-wrapper .rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper .listing-grid-box .advance-search-form .search-box {
        align-items: start;
    }

    .homlisti-listing-map-wrapper .rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper .listing-grid-box .advance-search-form .search-box > .search-item:nth-child(4n),
    .homlisti-listing-map-wrapper .rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper .listing-grid-box .advance-search-form .search-box > .search-item.search-btn {
        margin-top: 0;
    }

    .homlisti-listing-map-wrapper .rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper .listing-grid-box .advance-search-form .search-box .search-item .price-range {
        margin: -6px 0 40px;
    }

    .homlisti-listing-map-wrapper .rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper .rtcl-search-map {
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .homlisti-listing-map-wrapper .rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper .listing-grid-box .advance-search-form .search-box .search-item .price-range {
        margin: 0 0 50px;
    }

    .homlisti-listing-map-wrapper .rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper .listing-grid-box .advance-search-form .advanced-search-box {
        top: auto;
        bottom: 150px;
    }

    .homlisti-listing-map-wrapper .rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper .listing-grid-box .advance-search-form .advanced-search-box.show {
        top: auto;
        bottom: 130px;
    }

    .homlisti-listing-map-wrapper .rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper .rtcl-search-map {
        order: 1;
    }
}

@media (min-width: 992px) and (max-width: 1278px) {
    .page-template-listing-map .rtcl .rtcl-list-view .listing-item {
        flex-direction: column;
    }

    .page-template-listing-map .rtcl .rtcl-list-view .product-box .product-thumb {
        max-width: none;
        max-height: none;
        margin-bottom: 20px;
    }

    .page-template-listing-map .product-grid .rtcl-list-view .product-box .product-content {
        margin-left: -20px;
    }

    .page-template-listing-map .rtcl .rtcl-list-view .product-box .product-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .rtcl-listings-sc-wrapper.has-map .rtcl-listings-wrapper {
        flex: 0 0 60%;
        max-width: 60%;
    }

}


/*Listing Archive page map css*/

@media (min-width: 1200px) and (max-width: 1580px) {
    .rtcl-listing-archive.has-map .map-left-side-content {
        flex: 0 0 69%;
        max-width: 69%;
    }

    .rtcl-listing-archive.has-map .map-right-side-content {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media (max-width: 1170px) {
    .rtcl-listing-archive.has-map .rtcl-grid-view.columns-2 {
        display: block;
    }
}

.rtcl-listing-archive.has-map #sticky_sidebar {
    position: sticky !important;
    top: 80px;
}

@media (min-width: 992px) and (max-width: 1170px) {
    .rtcl-listing-archive.has-map .map-left-side-content .row .col-lg-8 {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .rtcl-listing-archive.has-map .map-left-side-content .row .col-lg-4 {
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
    }
}

@media (max-width: 600px) {
    .rtcl-listing-archive.has-map .product-grid .product-box .product-thumb .thumbnail-bg {
        height: 190px;
    }

    .rtcl-listing-archive.has-map .product-grid .product-box.style2 .product-content .rtcl-listable .rtcl-field-icon,
    .rtcl-listing-archive.has-map .product-grid .product-box .product-bottom-content .action-btn {
        display: none;
    }

    .rtcl-listing-archive.has-map .product-grid .product-box.style2 .product-content .item-title {
        font-size: 18px;
        line-height: 24px;
    }

}

@media (max-width: 767px) {
    .archive-top-sidebar .rt-advanced-search-wrapper.listing-inner {
        padding: 0;
    }
}


/*===============================
Listing - Review List
================================*/
.product-comment .rtcl-noreviews {
    margin-bottom: 0;
}

.product-comment .comments-count {
    justify-content: flex-end;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .product-comment .comments-count {
        justify-content: flex-start;
        margin-bottom: 15px;
    }
}

.product-comment .comments-count .star-rating {
    color: #fcb61f;
    position: relative;
    top: 7px;
}

.product-comment .comment-box .comment-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.product-comment .comment-box .comment-list .comment {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 22px;
}

.product-comment .comment-box .comment-list .comment:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-comment .comment-box .comment-list .comment .media-info {
    margin-right: 30px;
}

.product-comment .comment-box .comment-list .comment .media-info img {
    border-radius: 50%;
}

.product-comment .comment-box .comment-list .comment .media-body {
    position: relative;
}

.product-comment .comment-box .comment-list .comment .media-body .item-title {
    font-size: 15px;
    margin-bottom: 0;
    color: #000;
}

.product-comment .comment-box .comment-list .comment .media-body .item-title .star-rating {
    margin-left: 20px;
    font-size: 14px;
    color: #fcb61f;
    display: inline-block;
    position: relative;
    top: 2px;
}

.product-comment .comment-box .comment-list .comment .media-body .item-date {
    font-size: 14px;
    color: #8c8c8c;
}

.product-comment .comment-box .comment-list .comment .media-body .item-date .c-author {
    color: var(--rt-primary-color);
    font-weight: 500;
}

.product-comment .comment-box .comment-list .comment .media-body p {
    color: #444;
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .product-comment .comment-box .comment-list .comment {
        text-align: center;
        margin-bottom: 30px;
    }
}

/*===============================
Listing - Review Form
================================*/
.product-comment-form .comment-reply-title {
    margin-bottom: 12px;
    font-size: 20px;
}

.product-comment-form .form-group {
    margin-bottom: 15px;
}

.product-comment-form .form-group label {
    margin-bottom: 5px;
    font-weight: 500;
}

.product-comment-form .form-group .form-control {
    border: 1px solid #e1e1e1;
    font-size: 14px;
}

.product-comment-form .comment-form-rating {
    margin-bottom: 3px;
}

.product-comment-form .comment-form-rating .stars {
    color: #fcb61f;
    font-size: 18px;
}

.product-comment-form .submit-btn {
    width: auto;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    color: #fff;
    padding: 18px 35px;
    background-color: var(--rt-primary-color);
    transition: all 0.3s ease-in-out;
    line-height: 100%;
    outline: none;
}

.product-comment-form .submit-btn:hover {
    background-color: var(--rt-primary-dark);
    color: #fff;
}

.rtcl #review-form #respond p {
    margin-bottom: 0;
}

.rtcl #review-form #respond p.comment-notes {
    font-size: 15px;
}

/*===============================
Listing - Related Listing
================================*/
.related-product .heading-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.related-product .product-box .product-content .entry-meta {
    padding-bottom: 14px;
    margin-bottom: 0;
}

.related-product .product-box .product-content .entry-meta li.author {
    display: none;
}

.related-product .product-box .product-bottom-content .media .item-title {
    padding: 0;
    margin: 0;
}

/*===============================
Listing - My Account
================================*/
.homlisti-myaccount {
    background-color: #f8f8f8;
}

.rtcl-account .breadcrumbs-banner {
    display: none;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-navigation {
    border-radius: 4px;
    background-color: #fff;
    color: #646464;
    border: 1px solid rgb(223, 228, 239);
    overflow: hidden;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-navigation > h4 {
    padding: 20px 20px 17px 30px;
    font-size: 18px;
    margin-bottom: 0;
    border-bottom: 1px solid rgb(223, 228, 239);
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-navigation ul {
    padding-left: 0;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-navigation ul li {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.rtcl-MyAccount-wrap {
    background: none;
    box-shadow: none;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active a {
    background: none;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-content {
    padding: 30px;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-content ul.pagination {
    list-style: none;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li a:active,
.rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li a:focus,
.rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li a:hover {
    background-color: transparent;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-navigation ul li a {
    padding: 10px 0 10px 30px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #646464;
    transition: all 0.3s ease-in-out;
    line-height: inherit;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-navigation ul li:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    color: var(--rt-primary-color);
    position: absolute;
    left: 30px;
    top: 15px;
    line-height: 18px;
    font-weight: 900;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-navigation ul li.is-active, .homlisti-myaccount .rtcl .rtcl-MyAccount-navigation ul li:hover {
    background-color: var(--rt-primary-dark);
}

body .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li.rtcl-MyAccount-navigation-link a:after {
    width: 4px;
    top: 7px;
    bottom: 7px;
    left: 5px;
    border-radius: 30px;
    height: auto;
}
.homlisti-myaccount .rtcl .rtcl-MyAccount-navigation ul li.is-active:before, .homlisti-myaccount .rtcl .rtcl-MyAccount-navigation ul li:hover:before {
    color: #fff;
}

body.rtcl-account:not(.page-template-rtcl-canvas_template) .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul :is(li:hover, li.is-active) {
    background: #FFFFFF !important;
}
body.rtcl-account:not(.page-template-rtcl-canvas_template) .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li.is-active a:before {
    background: var(--rt-primary-dark);
}
body.rtcl-account:not(.page-template-rtcl-canvas_template) .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li.rtcl-MyAccount-navigation-link.rtcl-MyAccount-navigation-link--add-listing:hover {
    background: var(--rt-primary-dark) !important;
}
body.rtcl-account:not(.page-template-rtcl-canvas_template) .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul :is(li:hover a, li.is-active a) {
    color: var(--rt-primary-dark);;
}
.homlisti-myaccount .rtcl .rtcl-MyAccount-navigation ul li:last-child {
    border-bottom: none;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-membership-promotions .promotion-item {
    display: table-row;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .dashboard-content,
.homlisti-myaccount .rtcl .rtcl-MyAccount-content #rtcl-user-chat-wrap,
.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-store-settings,
.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-payment-history-wrap,
.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-EditAccountForm {
    background-color: #fff;
    padding: 30px;
}

@media only screen and (max-width: 479px) {
    .homlisti-myaccount .rtcl .rtcl-MyAccount-content .dashboard-content,
    .homlisti-myaccount .rtcl .rtcl-MyAccount-content #rtcl-user-chat-wrap,
    .homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-store-settings,
    .homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-payment-history-wrap,
    .homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-EditAccountForm {
        padding: 15px;
    }
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .listing-archive-noresult {
    font-size: 18px;
    line-height: 1.5;
    color: #212121;
    text-align: center;
    background-color: #fff;
    padding: 25px;
    border-radius: 4px;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings {
    margin-bottom: 0;
}

.homlisti-myaccount .rtcl .rtcl-single-booking-wrap .single-booking,
.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box {
    border-radius: 4px;
    flex-wrap: wrap;
    border: 1px solid rgb(223, 228, 239);
    align-items: flex-start;
}

.homlisti-myaccount .rtcl .rtcl-single-booking-wrap .single-booking {
    background: #fff;
    padding: 20px;
}

.homlisti-myaccount .rtcl .rtcl-single-booking-wrap .single-booking .overview-list {
    display: none;
}

.homlisti-myaccount .rtcl .rtcl-single-booking-wrap .single-booking img.rtcl-thumbnail {
    height: auto;
    max-width: 100%;
    min-height: 150px;
    object-fit: cover;
}

.homlisti-myaccount .rtcl .rtcl-single-booking-wrap .single-booking ul {
    padding-left: 0;
}

.homlisti-myaccount .rtcl .rtcl-single-booking-wrap .single-booking ul.custom-field-properties {
    display: none;
}

.homlisti-myaccount .rtcl .rtcl-single-booking-wrap .single-booking strong {
    min-width: 124px;
    display: inline-block;
}

.homlisti-myaccount .rtcl .rtcl-single-booking-wrap .single-booking .booking-date,
.homlisti-myaccount .rtcl .rtcl-single-booking-wrap .single-booking .booking-client-info,
.homlisti-myaccount .rtcl .rtcl-single-booking-wrap .single-booking .booking-requested,
.homlisti-myaccount .rtcl .rtcl-single-booking-wrap .single-booking .booking-client-message {
    border-bottom: 1px solid var(--rt-primary-light2, #efefef);
}


.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box .product-thumb .rtcl-listing-badge-wrap {
    display: inline-block;
    margin: 0;
}

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

@media (max-width: 991px) {
    .rtcl .rtcl-list-view .listing-item .listing-thumb {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .rtcl.rtcl-elementor-widget .rtcl-list-view .listing-item {
        flex-direction: column;
    }

    .rtcl.rtcl-elementor-widget .rtcl-list-view .rtin-content-area {
        display: block;
    }

    .rtcl.rtcl-elementor-widget .rtcl-list-view.rtcl-style-1-view .rtin-right {
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .rtcl.rtcl-elementor-widget .rtcl-list-view .rtin-details-button + .rtcl-meta-buttons-withtext {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }

    .rtcl.rtcl-elementor-widget .rtcl-listings .rtcl-meta-buttons-withtext .rtcl-text-el-button {
        margin-left: 10px;
    }

    .rtcl .manage-listing .listing-details {
        padding: 0;
    }

    .rtcl .rtcl-listings .listing-item .listing-thumb a img,
    .rtcl .rtcl-listings .listing-item .listing-thumb a {
        width: 100%;
    }

    .rtcl .rtcl-list-view .listing-item {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .rtcl .rtcl-list-view .listing-item {
        flex-direction: column;
    }
}

.rtcl .listing-search-wrapper {
    background-color: #fff;
    border: 1px solid rgb(223, 228, 239);
    padding: 17px 17px 10px;
    border-radius: 5px;
    margin-bottom: 30px !important;
}

#content .rtcl .listing-search-wrapper .btn {
    border-radius: 3px;
    background-color: var(--rt-primary-color);
}

#content .rtcl .listing-search-wrapper .btn:hover {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
    color: #fff;
}

@media (max-width: 991px) {
    .rtcl .listing-search-wrapper .form-inline .form-control {
        width: 180px
    }
}

@media (max-width: 575px) {
    .rtcl .listing-search-wrapper .form-inline {
        justify-content: space-between;
    }

    .rtcl .listing-search-wrapper .form-inline .form-control {
        flex-grow: 1;
        margin-right: 15px;
    }

    .rtcl .listing-search-wrapper .btn {
        display: block;
    }
}


@media only screen and (max-width: 991px) {
    .homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box .product-thumb {
        max-width: none;
        max-height: 230px;
    }
}

@media only screen and (max-width: 1199px) {
    .homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box .product-content {
        padding: 20px 15px 20px 20px;
    }
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box .product-content .entry-meta {
    margin-bottom: 10px;
    padding-left: 0;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box .product-content .entry-meta li {
    display: inline-block;
    margin-right: 15px;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box .product-content .entry-meta li:last-child {
    margin-right: 0;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box .product-expired-status {
    margin-bottom: 10px;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box .product-expired-status p {
    display: inline-block;
    margin: 0 15px 0 0;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box .rtcl-actions {
    text-align: left;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box .rtcl-actions .manage-listing-btn {
    flex-wrap: wrap;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box .rtcl-actions a.btn {
    border-radius: 4px;
    font-weight: 500;
    color: #565656;
    padding: 7px 15px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    margin-right: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    flex: 1;
    border: 1px solid #d8d8d8;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box .rtcl-actions a.btn:hover {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
    color: #fff;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings .rtcl-list-view .product-box .rtcl-actions a.btn:last-child {
    margin-right: 0;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings nav {
    margin: 50px 0 0 !important;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings nav ul.pagination {
    border: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings nav ul.pagination li.page-item {
    margin-right: 5px;
    border: none;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings nav ul.pagination li.page-item:last-child {
    margin-right: 0;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings nav ul.pagination li.page-item a.page-link {
    font-size: 20px;
    color: #717171;
    font-weight: 700;
    padding: 4px 15px;
    line-height: 30px;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    background-color: #f8f8f8;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings nav ul.pagination li.page-item a.page-link:hover {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
    color: #fff;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-listings nav ul.pagination li.page-item span.page-link {
    font-size: 20px;
    font-weight: 700;
    padding: 4px 15px;
    line-height: 30px;
    border: 1px solid var(--rt-primary-color);
    border-radius: 4px;
    background-color: var(--rt-primary-color);
    color: #fff;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-EditAccountForm input[type='submit'],
.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-store-settings input[type='submit'] {
    margin-top: 30px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    border-radius: 4px;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-EditAccountForm input[type='submit']:hover,
.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-store-settings input[type='submit']:hover {
    background-color: var(--rt-primary-dark);
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-favourite-listings .rtcl-actions {
    margin-top: 20px;
}

@media only screen and (max-width: 479px) {
    .rtcl .membership-statistic-report-wrap .reports .report-item {
        grid-template-columns: 110px auto;
    }
}

#rtcl-user-login-wrapper {
    background-color: #fff;
    padding: 20px 15px 15px;
}

#rtcl-user-login-wrapper .rtcl-login-form-wrap,
#rtcl-user-login-wrapper .rtcl-registration-form-wrap {
    max-width: 100%;
}

#rtcl-user-login-wrapper .rtcl-login-form-wrap h2,
#rtcl-user-login-wrapper .rtcl-registration-form-wrap h2 {
    font-size: 1.5rem;
}

#rtcl-user-login-wrapper .rtcl-login-form-wrap .form-check,
#rtcl-user-login-wrapper .rtcl-registration-form-wrap .form-check {
    padding-left: 40px;
}

#rtcl-user-login-wrapper .rtcl-login-form-wrap .btn,
#rtcl-user-login-wrapper .rtcl-registration-form-wrap .btn {
    padding: 15px 20px;
    height: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
}

#rtcl-user-login-wrapper .rtcl-login-form-wrap .btn:hover,
#rtcl-user-login-wrapper .rtcl-registration-form-wrap .btn:hover {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
}

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

#rtcl-user-login-wrapper .rtcl-otp-verification .verify-btn {
    padding: 12px 20px;
}

.rtcl .rtcl-pricing-options .form-check-label {
    display: initial;
}

.rtcl #rtcl-payment-methods .rtcl-payment-method {
    padding: 8px 15px;
}

.rtcl #rtcl-payment-methods .rtcl-payment-method #gateway-stripe + img {
    margin-top: -6px;
    height: 40px;
}

.rtcl #rtcl-payment-methods .rtcl-payment-method img {
    float: right;
}

.rtcl #rtcl-payment-methods .rtcl-payment-method .about_paypal {
    float: right;
    margin-right: 14px;
}

.rtcl #rtcl-payment-methods .rtcl-payment-method > label {
    display: initial;
    font-size: 16px;
    margin-left: 7px;
    color: #565656;
}

.rtcl #rtcl-payment-methods .payment_box {
    margin-top: 10px;
}

.rtcl #rtcl-payment-methods ul {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .rtcl .rtcl-responsive-table td:before {
        width: 185px;
    }

    .rtcl .rtcl-submit-btn-wrap .btn {
        margin: 5px 0;
    }
}

@media screen and (max-width: 575px) {
    .rtcl .rtcl-responsive-table td:before {
        width: 115px;
    }
}

@media (max-width: 767px) {
    .rtcl-responsive-table td {
        padding-left: 120px !important;
    }
    .rtcl .rtcl-membership-promotions .promotion-item .item-label {
        flex: 0 0 72px;
    }
    .rtcl .rtcl-membership-promotions .promotion-item .item-listings,
    .rtcl .rtcl-membership-promotions .promotion-item .item-validate {
        flex: 0 0 44px;
    }

    .rtcl-checkout .site-main:not(.homlisti-myaccount) .main-content {
        padding: 0;
        background: none;
    }
}

@media (max-width: 479px) {
    .rtcl .rtcl-responsive-table.rtcl-membership-pricing-options td {
        padding-left: 112px !important;
    }
}


.rtcl .btn {
    border-radius: 0;
}

.rtcl .rtcl-listings .listing-item h3.listing-title {
    font-size: 22px;
}

.rtcl .rtcl-listings .listing-item h3.listing-title a {
    color: #212121;
}

.rtcl .rtcl-listings .listing-item h3.listing-title a:hover {
    color: var(--rt-secondary-color);
}

.rtcl .rtcl-listings .listing-item .list-expires-wrap p {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
    color: #878c9f;
}

.rtcl .rtcl-listings .listing-item .list-expires-wrap p strong {
    color: #212121;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-my-listing-menu-wrapper .rtcl-account-sub-menu ul li::after {
    content: none;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-my-listing-menu-wrapper .rtcl-account-sub-menu ul li:not(:last-child) {
    margin-right: 5px;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-my-listing-menu-wrapper .rtcl-account-sub-menu ul li.active a,
.homlisti-myaccount .rtcl .rtcl-MyAccount-content .rtcl-my-listing-menu-wrapper .rtcl-account-sub-menu ul li a:hover {
    background-color: var(--rt-primary-color);
    color: #fff;
}

.homlisti-myaccount .rtcl .rtcl-listings .listing-item .listing-thumb img {
    height: 125px;
    max-width: inherit;
    width: 150px;
    object-fit: cover;
}

@media (min-width: 768px) {
    .homlisti-myaccount .rtcl .rtcl-list-view .listing-item .listing-thumb {
        flex: 0 0 150px;
        max-width: 150px;
    }
}


/*===============================
Listing - Ad Submit Form
================================*/
.rtcl .homlisti-listing-form select {
    background-position: calc(100% - 20px) calc(1em + 3px), calc(100% - 15px) calc(1em + 3px), calc(100% - .5em) 0.5em;
}

.rtcl .homlisti-listing-form select:focus {
    background-position: calc(100% - 15px) calc(1em), calc(100% - 20px) calc(1em), calc(100% - .5em) 0.5em;
}

.rtcl .homlisti-listing-form .rtcl-post-section-title {
    margin-top: 20px;
}

.rtcl .homlisti-listing-form .rtcl-post-section-title h3 {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
}

.rtcl .homlisti-listing-form .rtcl-post-section-title h3::before {
    background-color: #e1e1e1;
}

.rtcl .homlisti-listing-form .col-form-label {
    text-align: left;
    font-weight: 600;
}

.rtcl .homlisti-listing-form .form-group {
    margin-bottom: 20px;
}

.rtcl .homlisti-listing-form .form-group > label {
    font-weight: 600;
}

.rtcl .homlisti-listing-form .form-group .form-control {
    height: 42px;
}

.rtcl .homlisti-listing-form .form-group .form-check-input[type="radio"] {
    position: static;
    height: auto;
    margin-top: 0;
    margin-left: 0;
}

.rtcl .homlisti-listing-form .form-group .form-check-input[type="radio"] + .form-check-label {
    padding-left: 15px;
}

.rtcl .homlisti-listing-form .form-group .form-check-input[type="radio"] + .form-check-label::before {
    display: none;
}

.rtcl .homlisti-listing-form .form-group .rtcl-check-list {
    display: grid;
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-auto-columns: -webkit-max-content;
    grid-auto-columns: max-content;
    grid-template-areas: 'a a a';
}

@media screen and (max-width: 767px) {
    .rtcl .homlisti-listing-form .form-group .rtcl-check-list {
        display: block;
    }
}

.rtcl .homlisti-listing-form .form-group .rtcl-check-list .form-check {
    line-height: 26px;
}

.rtcl .homlisti-listing-form .rtcl-submit-btn {
    padding: 12px 18px;
    font-weight: 500;
    margin-top: 20px;
    border-radius: 4px;
}

.rtcl .homlisti-listing-form .rtcl-submit-btn:hover {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
}

.rtcl .homlisti-listing-form .rtcl-yelp-review-category .main-label {
    margin-bottom: 0;
}

.rtcl .homlisti-listing-form #rtcl-ad-type-selection .form-group {
    margin-bottom: 0;
}

.rtcl .homlisti-listing-form .rn-recipe-actions .add-ingredient:hover {
    background-color: var(--rt-primary-dark);
    color: #fff;
}

.rtcl .homlisti-listing-form #rtcl-pricing-wrap .rtcl-listing-pricing-type {
    margin-right: 25px;
}

.rtcl .homlisti-listing-form #rtcl-pricing-wrap .price-wrap .price-label {
    font-weight: 600;
}

.rtcl .rtcl-membership-promotions-form-wrap .form-check input[type="checkbox"] {
    top: 17px;
    left: 11px;
}

.rtcl-membership-promotion-actions .btn:hover {
    background-color: var(--rt-primary-dark) !important;
    border-color: var(--rt-primary-dark) !important;
    color: #fff;
}

.rtcl-submit-btn-wrap .btn:hover {
    background-color: var(--rt-primary-dark) !important;
    border-color: var(--rt-primary-dark) !important;
    color: #fff;
}

.rtcl .rtcl-promotions-heading {
    margin-top: 15px;
    transition: .4s;
}

.rtcl .rtcl-promotions-heading.active {
    background: var(--rt-primary-color);
    color: #fff;
    border-color: var(--rt-primary-color);
}

.rtcl .rtcl-promotions-heading.active:before {
    color: #fff;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-top: 7px;
    min-height: 43px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.homlisti-listing-form label:empty {
    display: none;
}

.rtcl .rtcl-promotions-heading + .rtcl-membership-promotions-form-wrap,
.rtcl .rtcl-promotions-heading + #rtcl-checkout-form {
    border: 1px solid rgba(var(--rt-primary-rgb), .5);
    padding: 0 15px 15px;
}

.rtcl-payment-receipt .btn:hover {
    background-color: var(--rt-primary-dark) !important;
    border-color: var(--rt-primary-dark) !important;
    color: #fff;
}

/*Floor Plan*/
.rn-recipe-wrapper .btn-sm {
    color: #fff;
}

.rn-recipe-item {
    display: flex;
    flex-direction: column;
    padding: 30px 10px 10px;
    background: #eee;
    margin-bottom: 15px;
    position: relative;
}

.rn-recipe-wrapper .rn-remove {
    color: red;
    cursor: pointer;
}

.rn-recipe-item > .rn-remove {
    position: absolute;
    top: 0;
    right: 5px;
}

.rn-recipe-item .rn-recipe-title {
    padding: 0 35px 15px;
    border-bottom: 1px dashed;
    margin-bottom: 15px;
}

.rn-recipe-item .rn-recipe-title textarea {
    margin-top: 15px;
}

.rn-recipe-item .rn-ingredient-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
}

.rn-ingredient-item .item-sort,
.rn-ingredient-item .rn-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
}

.rn-ingredient-item {
    display: flex;
}

.rn-ingredient-item + .rn-ingredient-item {
    margin-top: 15px;
}

.rn-ingredient-fields {
    display: flex;
    flex: 1;
}

.rn-ingredient-fields input + input {
    margin-left: 10px;
}

.floor-image-wrap {
    padding: 15px 0 20px 35px;
}

.floor-image-wrap .floor-image .remove-floor-image span {
    cursor: pointer;
    font-size: 14px;
    background-color: red;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
}

.rtcl-post-panorama .panorama-image {
    position: relative;
}

.rtcl-post-panorama .panorama-image .remove-panorama-image {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}

.rtcl-post-panorama .panorama-image .remove-panorama-image a {
    background-color: red;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 100%;
    transition: all 0.3s ease-in-out;
}

.rtcl-post-panorama .panorama-image .remove-panorama-image a:hover {
    background-color: var(--rt-primary-dark);
}

.rtcl-post-panorama .panorama-image .remove-panorama-image a i {
    color: #fff;
}

.rtcl-post-panorama .panorama-image .remove-panorama-image a i:before {
    margin: 0;
    width: auto;
}

.rtcl-post-panorama .panorama-image:hover .remove-panorama-image {
    display: inline-block;
}

.rn-recipe-actions a {
    background-color: var(--rt-primary-color);
    padding: 8px 15px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .rn-ingredient-fields {
        display: block;
    }

    .rn-ingredient-fields input + input {
        margin-left: 0;
        margin-top: 10px;
    }

    .rn-ingredient-item .item-sort,
    .rn-ingredient-item .rn-remove {
        align-items: start;
    }
}

/*business hour*/
.rtcl-post-bhs #rtcl-bhs-holder .form-check label {
    padding-left: 10px;
}

.rtcl-post-bhs #rtcl-bhs-holder .form-check label::before {
    content: none;
}

.rtcl-post-bhs #rtcl-bhs-holder .rtcl-bhs .rtcl-bhs-btn.rtcl-icon-plus {
    background-color: var(--rt-primary-color);
}

.rtcl-post-bhs #rtcl-bhs-holder .rtcl-bhs input.bhs-datepicker,
.rtcl-post-bhs #rtcl-bhs-holder .rtcl-bhs input.bhs-timepicker {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.rtcl-post-bhs #rtcl-bhs-holder .rtcl-bhs input.bhs-datepicker:focus,
.rtcl-post-bhs #rtcl-bhs-holder .rtcl-bhs input.bhs-timepicker:focus {
    border-color: #e1e1e1;
    outline: none;
}

.rtcl-post-bhs #rtcl-bhs-holder .rtcl-bhs .time-slot:first-child .time-slot-action {
    margin-top: 25px;
}

/*===============================
Listing - Compare
================================*/
#rtcl-compare-wrap h5.rtcl-compare-wrap-title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

#rtcl-compare-wrap .rtcl-compare-item img {
    width: 55px;
}

#rtcl-compare-btn-wrap a.rtcl-compare-btn,
#rtcl-compare-panel-btn {
    background-color: var(--rt-primary-color);
}

#rtcl-compare-wrap .rtcl-compare-item {
    padding: 10px 20px;
    align-items: center;
}

#rtcl-compare-wrap .rtcl-compare-item h4.rtcl-compare-item-title a {
    line-height: 18px;
    font-size: 14px;
}

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

#rtcl-compare-wrap .rtcl-compare-item .rtcl-compare-remove-wrap {
    align-items: start;
}

#rtcl-compare-wrap .rtcl-compare-item .rtcl-compare-remove-wrap a {
    margin-left: 10px;
    border-color: #ddd;
    height: 25px;
    width: 25px;
    line-height: 23px;
    padding: 0;
}

#rtcl-compare-wrap .rtcl-compare-item .rtcl-compare-remove-wrap a:hover i,
#rtcl-compare-wrap .rtcl-compare-item .rtcl-compare-remove-wrap a:hover {
    color: red !important;
    border-color: red !important;
}

.rtcl-compare-table {
    border: none;
}

.rtcl-compare-table thead th {
    border-color: #e1e1e1;
}

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

.rtcl-compare-table thead th:first-child {
    border-top: none;
    border-left: none;
}

.rtcl-compare-table tr {
    border-color: #e1e1e1;
}

.rtcl-compare-table .rtcl-compare-table-item th, .rtcl-compare-table .rtcl-compare-table-item td {
    border-color: #e1e1e1;
}

.rtcl-compare-table .rtcl-compare-table-title h3 {
    line-height: 26px;
}

.rtcl-compare-table .rtcl-compare-table-title h3 a {
    color: #000;
    font-weight: 600;
}

.rtcl-compare-table .rtcl-compare-table-title h3 a:hover {
    color: var(--rt-primary-color);
}

.rtcl-compare-table .rtcl-compare-table-label {
    color: #000;
    font-weight: 600;
}

/*------------------- 5.1 Team -------------------*/
.team-grid .team-box {
    margin-bottom: 30px;
    box-shadow: 0 6px 40px 0 rgba(79, 79, 79, 0.12);
    border-radius: 0;
}

.team-grid .team-box .item-img {
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.team-grid .team-box .item-img:after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.team-grid .team-box .item-img img {
    border-radius: 0;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.team-grid .team-box .item-img .social-icon {
    position: absolute;
    bottom: 0;
    right: 20px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.team-grid .team-box .item-img .social-icon li {
    margin-bottom: 10px;
    transform: translateX(30px);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.team-grid .team-box .item-img .social-icon a {
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: var(--rt-primary-color);
}

.team-grid .team-box .item-img .social-icon a:hover {
    background-color: var(--rt-primary-dark);
    color: #fff;
}

.team-grid .team-box .item-content {
    text-align: center;
    padding: 25px 20px;
}

.team-grid .team-box .item-title {
    margin-bottom: 4px;
}

.team-grid .team-box .item-title a {
    color: #000;
}

.team-grid .team-box .item-title a:hover {
    color: var(--rt-primary-color);
}

.team-grid .team-box .item-subtitle {
    color: var(--rt-primary-color);
}

.team-grid .team-box:hover .item-title {
    -webkit-animation: toptobottom 0.5s forwards;
    animation: toptobottom 0.5s forwards;
}

.team-grid .team-box:hover .item-img:after {
    visibility: visible;
    opacity: 0.2;
}

.team-grid .team-box:hover .item-img img {
    transform: scale(1.1);
}

.team-grid .team-box:hover .item-img .social-icon {
    visibility: visible;
    opacity: 1;
}

.team-grid .team-box:hover .item-img .social-icon li {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.team-grid .team-box:hover .item-img .social-icon li:nth-child(2n) {
    transition-delay: 0.2s;
}

.team-grid .team-box:hover .item-img .social-icon li:nth-child(3n) {
    transition-delay: 0.3s;
}

.team-grid .team-box:hover .item-img .social-icon li:nth-child(4n) {
    transition-delay: 0.4s;
}

/*------------------- 5.1 Why Choose -------------------*/
.rt-el-info-box .achive-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 575px) {
    .rt-el-info-box .achive-list {
        flex-direction: column;
    }
}

.rt-el-info-box .achive-list li {
    position: relative;
    margin-bottom: 50px;
}

.rt-el-info-box .achive-list li:last-child:after {
    display: none;
}

.rt-el-info-box .achive-list li:last-child:before {
    display: none;
}

.rt-el-info-box .achive-list li .media {
    align-items: center;
    padding-bottom: 45px;
}

@media only screen and (max-width: 575px) {
    .rt-el-info-box .achive-list li .media {
        padding-bottom: 0;
    }
}

.rt-el-info-box .achive-list li .media .item-icon {
    margin-right: 20px;
}

.rt-el-info-box .achive-list li .media .item-icon i:before {
    font-size: 80px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .rt-el-info-box .achive-list li .media .item-icon i:before {
        font-size: 65px;
    }
}

.rt-el-info-box .achive-list li .media .media-body .item-title {
    font-size: 32px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .rt-el-info-box .achive-list li .media .media-body .item-title {
        font-size: 30px;
    }
}

.rt-el-info-box .achive-list li .media .media-body .item-subtitle {
    color: #fff;
    font-weight: 500;
}

.rt-el-info-box .achive-list.border-right-1 {
    position: relative;
}

.rt-el-info-box .achive-list.border-right-1:after {
    content: "";
    height: 60%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 6px;
    left: 50%;
}

@media only screen and (max-width: 991px) {
    .rt-el-info-box .achive-list.border-right-1:after {
        display: none;
    }
}

.rt-el-info-box .achive-list.border-right-1:before {
    content: "";
    height: 1px;
    width: 115px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 35px;
    left: 30%;
}

@media only screen and (max-width: 1199px) {
    .rt-el-info-box .achive-list.border-right-1:before {
        left: 25%;
    }
}

@media only screen and (max-width: 991px) {
    .rt-el-info-box .achive-list.border-right-1:before {
        display: none;
    }
}

.rt-el-info-box .achive-list.border-right-2 {
    position: relative;
}

.rt-el-info-box .achive-list.border-right-2:after {
    content: "";
    height: 60%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -8px;
    left: 50%;
}

@media only screen and (max-width: 991px) {
    .rt-el-info-box .achive-list.border-right-2:after {
        display: none;
    }
}

.rt-el-info-box .achive-list.border-right-2:before {
    content: "";
    height: 1px;
    width: 115px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -36px;
    left: 53%;
}

@media only screen and (max-width: 1199px) {
    .rt-el-info-box .achive-list.border-right-2:before {
        left: 54%;
    }
}

@media only screen and (max-width: 991px) {
    .rt-el-info-box .achive-list.border-right-2:before {
        display: none;
    }
}

/*
# Mobile Menu / Offscreen menu
*/
.mobile-offscreen-menu .mean-bar {
    display: flex;
    position: relative;
    background: #fff;
    padding: 0 10px;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    z-index: 99999;
    box-shadow: 0 5px 10px 0 rgb(87 101 128 / 12%);
}

.mobile-offscreen-menu .mean-bar .mobile-logo img {
    max-height: 36px;
    max-width: 150px;
    width: auto;
}

@media (max-width: 1023px) {
    .mobile-offscreen-menu .mean-bar {
        padding: 0 16px 0 20px;
    }
}

@media (max-width: 767px) {
    .mobile-offscreen-menu .mean-bar {
        padding: 0 10px 0 10px;
    }
}

@media (min-width: 768px) {
    .mobile-offscreen-menu .mean-bar .mobile-logo .site-mobile-logo {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile-offscreen-menu .mean-bar .mobile-logo.has-mobile-logo .site-main-logo {
        display: none;
    }
}


.offcanvar_bar {
    display: none !important;
}

.offscreen-navigation .children,
.offscreen-navigation .sub-menu {
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
}

.offscreen-navigation li > a {
    display: block;
    position: relative;
    color: #144273;
    font-size: 16px;
    font-weight: 500;
}

.offscreen-navigation .children li > a,
.offscreen-navigation .sub-menu li > a {
    font-size: 14px;
    font-weight: 500;
    color: #185699;
}

.offscreen-navigation .menu > li {
    padding-bottom: 8px;
}

.offscreen-navigation .menu > li ul.sub-menu {
    padding-bottom: 0 !important;
}
.offscreen-navigation .menu > li {
    margin-bottom: -1px;
    border: 1px solid #efefef;
    padding: 7px 10px;
    border-radius: 0;
}

.offscreen-navigation li.menu-item-has-children > a span.pointer,
.offscreen-navigation li.page_item_has_children > a span.pointer {
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    right: 0;
    position: absolute;
    transition: .1s;
    width: 30px;
    align-items: center;
    justify-content: center;
    color: var(--rt-primary-dark);
}

.offscreen-navigation .menu > li > a span.pointer {
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    top: -1.5px;
}
.offscreen-navigation .menu > li > a.opened span.pointer {
    background-color: var(--rt-primary-color) !important;
    border-color: var(--rt-primary-color) !important;
    color: #fff !important;
}

.offscreen-navigation li.menu-item-has-children > a span.pointer:after,
.offscreen-navigation li.page_item_has_children > a span.pointer:after {
    content: '\f067';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
}

.rtcl .listing-sidebar .rtcl-listing-user-info .list-group {
    padding: 25px 30px 30px;
}

.rtcl .rtcl-listings-actions .rtcl-view-switcher > a {
    border: none;
}

.rtcl-EditAccountForm .verified-phone {
    background: var(--rt-primary-color);
}

.offscreen-navigation li.current-menu-ancestor li.current-menu-item > a,
.offscreen-navigation li.current-menu-ancestor > a {
    color: var(--rt-primary-color);
}

.offscreen-navigation li.menu-item-has-children > a.opened span.pointer:after,
.offscreen-navigation li.page_item_has_children > a.opened span.pointer:after {
    content: '\f068';
}

@media only screen and (min-width: 1024px) {
    #mobile-menu-sticky-placeholder,
    #meanmenu {
        width: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
    }

}

@media only screen and (max-width: 1023px) {
    #rt-sticky-placeholder,
    #header-menu, #masthead-container {
        width: 0;
        height: 0;
        overflow: hidden;
        /*visibility: hidden;*/
        opacity: 0;
    }

    .offcanvar_bar {
        display: flex !important;
    }
}

.mean-bar .header-btn-new.mobile-btn {
    position: absolute;
    right: 12%;
    top: 8px;
}

.mean-bar .sidebarBtn {
    font-size: 20px;
    cursor: pointer;
    color: var(--rt-primary-color);
}

.trheader:not(.trheader-dark-menu) .mean-bar .sidebarBtn {
    color: #fff;
    padding: 5px;
}

.header-style-2 .rt-header-menu {
    background: transparent;
}

.rt-slide-nav {
    position: fixed;
    background: white;
    width: 100%;
    max-width: 360px;
    top: 0;
    left: 0;
    padding: 30px 30px 15px;
    height: 100%;
    overflow-y: auto;
    z-index: 999999;
    transform: translateX(-105%);
    transition: 0.4s !important;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}
.rt-slide-nav.active {
    transform: translateX(0);
}

.rt-slide-nav .offcanvas-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.rt-slide-nav .offcanvas-logo {
    max-width: 150px
}
.rt-slide-nav .offcanvas-close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--rt-primary-dark);
    padding: 0;

}
.rt-slide-nav .offcanvas-close:hover {
    background: #c90303;
}

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

/* Mobile Multi Column Menu */

.mean-container .mega-menu > ul > li {
    border-top: none;
}

.mean-container .mega-menu > ul > li > a {
    display: none;
}

.mean-container .mega-menu > ul > li > ul {
    display: block !important;
    padding: 0;
    margin: 0;
}

.not-top #meanmenu {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}

/*End mobile menu*/
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    background: transparent;
}

.mfp-image-holder .mfp-content {
    max-width: 88%;
}

/* Start RT Newsletter Style */
.rt-newsletter-wrapper {
    padding: 50px 0;
    background-color: var(--rt-primary-dark);
    position: relative;
    z-index: 1;
}

.rt-newsletter-wrapper .section-title-wrapper {
    margin-bottom: 0;
}

.rt-newsletter-wrapper .section-title-wrapper .main-title,
.rt-newsletter-wrapper .section-title-wrapper .description {
    color: #fff;
    font-family: var(--rt-heading-font);
}

.rt-newsletter-wrapper .section-title-wrapper .main-title {
    font-size: 36px;
    margin-bottom: 5px;
    font-weight: 500;
}

.rt-newsletter-wrapper .section-title-wrapper .description {
    font-size: 24px;
    font-weight: 400;
}

.section-title-wrapper a.title-link-button {
    z-index: 11;
    position: relative;
    height: 42px;
    border-radius: 4px;
    background-color: #d0f1e9;
    border: none;
    line-height: 42px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    color: var(--rt-primary-color);
}

.section-title-wrapper a.title-link-button:hover {
    color: #fff;
    background-color: var(--rt-primary-dark);
}

.section-title-wrapper a.title-link-button::after {
    background-color: var(--rt-primary-color);
}

@media (min-width: 992px) {
    .section-title-wrapper a.title-link-button {
        position: absolute;
        top: 50%;
        margin-top: -21px;
        right: 0;
    }

}

.rt-newsletter-wrapper .bg-img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    filter: brightness(0);
    opacity: .2;
}

@media (max-width: 991px) {
    .rt-newsletter-wrapper .title-inner-wrapper {
        margin-bottom: 20px;
    }

    .related-product .section-title-wrapper a.title-link-button {
        position: relative;
    }
}

/* End RT Newsletter Style */

/* RT Contact Widget Style */
.rt-contact-wrapper ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.rt-contact-wrapper ul li i {
    min-width: 30px;
    color: var(--rt-primary-color);
    font-size: 18px;
    padding-top: 4px;
}

.rt-contact-wrapper ul li p,
.rt-contact-wrapper ul li a {
    color: #788593;
}

.main-footer .rt-contact-wrapper ul li p,
.main-footer .rt-contact-wrapper ul li a {
    color: #788593;
}

.rt-contact-wrapper ul li a:hover {
    color: var(--rt-primary-color);
}

.rt-contact-wrapper ul li p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}

/* End RT Contact Widget Style */

/* Start Bootstrap Tooltip Style */
.tooltip {
    margin: 3px 0;
}

.overflow-hidden .elementor-column-wrap {
    overflow: hidden;
}

.tooltip-inner {
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

.tooltip-arrow,
.tooltip > .tooltip-inner {
    background-color: var(--rt-primary-color)
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: var(--rt-primary-color);
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--rt-primary-color);
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: var(--rt-primary-color);
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: var(--rt-primary-color);
}


/* End Bootstrap Tooltip Style */


section.rt-parallax-transition-off {
    transition: none !important;
}

.single-rtcl_listing .footer-wrap.is-border {
    border-top: none;
}

/*Homepage Customizeation*/
.page-home-4 .advanced-search-banner .banner-box .search-btn .submit-btn {
    border-radius: 0;
}

.page-home-2 .header-icon-round .header-action ul li.compare-btn,
.page-home-2 .header-icon-round .header-action ul li.favourite {
    display: none;
}

@media (min-width: 1024px) {
    .page-home-2 .header-icon-round .header-action ul li.submit-btn {
        border-left: none;
    }
}


/***********************************************************
/***********************************************************
* Elementor Block
***********************************************************
***********************************************************/

.banner-btn .item-btn {
    font-weight: 500;
    color: #111;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px 28px;
    z-index: 1;
}

.banner-btn .item-btn:hover {
    background-color: #fff;
    color: var(--rt-primary-color);
}

/*Default El Counter Button
===============================*/
.elementor-counter-circle-style {
    position: relative;
    z-index: 1;
}

.elementor-counter-circle-style .elementor-counter {
    position: relative;
}

.elementor-counter-circle-style .elementor-widget-container::before,
.elementor-counter-circle-style .elementor-counter::before,
.elementor-counter-circle-style .elementor-counter::after {
    content: "";
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ddd;
    border-radius: 50%;
    z-index: -1;
    transition: 0.4s ease-in-out;
}

.elementor-counter-circle-style:hover .elementor-widget-container::before,
.elementor-counter-circle-style:hover .elementor-counter::before,
.elementor-counter-circle-style:hover .elementor-counter::after {
    transform: translate(-50%, -50%) rotate(180deg);
}

.elementor-counter-circle-style .elementor-widget-container::before {
    transition-delay: .4s;
}

.elementor-counter-circle-style .elementor-counter::before {
    transition-delay: .2s;
}


.elementor-counter-circle-style .elementor-widget-container::before {
    width: 270px;
    height: 270px;
    background-image: -moz-linear-gradient(90deg, rgb(50, 112, 252) 0%, rgb(98, 146, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(50, 112, 252) 0%, rgb(98, 146, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(50, 112, 252) 0%, rgb(98, 146, 255) 100%);
    opacity: .1;
}

.elementor-counter-circle-style .elementor-counter::before {
    width: 220px;
    height: 220px;
    background-image: -moz-linear-gradient(90deg, rgb(50, 112, 252) 0%, rgb(98, 146, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(50, 112, 252) 0%, rgb(98, 146, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(50, 112, 252) 0%, rgb(98, 146, 255) 100%);
    opacity: .4;
}

.elementor-counter-circle-style .elementor-counter::after {
    width: 170px;
    height: 170px;
    background-image: -moz-linear-gradient(90deg, rgb(50, 112, 252) 0%, rgb(98, 146, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(50, 112, 252) 0%, rgb(98, 146, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(50, 112, 252) 0%, rgb(98, 146, 255) 100%);
}

/*Elementor Global*/
.rt-client-logo-2 img,
.img-grayscale img,
.box-shadow img,
.box-shadow-hover img {
    transition: 0.5s ease-in-out;
}

.box-shadow img {
    box-shadow: 0 9px 59px 0 rgba(169, 176, 192, 0.27);
}

.box-shadow-hover img:hover {
    box-shadow: 0 9px 59px 0 rgba(169, 176, 192, 0.27);
}

.img-grayscale img {
    filter: grayscale(100%);
}

.img-grayscale img:hover {
    filter: grayscale(0);
}

.rt-client-logo-2 img,
.rt-client-logo img {
    filter: grayscale(100%);
    opacity: 0.7;
}

.rt-client-logo img:hover {
    filter: none;
    opacity: 1;
    box-shadow: 0 9px 59px 0 rgba(var(--rt-primary-rgb), 0.2);
}

.rt-client-logo-2 img:hover {
    filter: none;
    opacity: 1;
}


/*===============================
Section Title
================================*/
.elementor-section-wrap {
    overflow: hidden;
}
@media (max-width: 767px) {
    .elementor-section:has(.rt-image-placeholder) {
        overflow: hidden;
    }
}

.section-title-wrapper {
    position: relative;
    margin-bottom: 40px;
}

.section-title-wrapper .title-inner-wrapper {
    position: relative;
    z-index: 2;
}

.section-title-wrapper .bg-title-wrap {
    position: absolute;
    top: -7px;
    left: 0;
    width: 100%;
    display: none;
    overflow: hidden;
}

.section-title-wrapper .background-title {
    display: inline-block;
    font-family: "quentinregular", sans-serif;
    font-size: 100px;
    line-height: 130px;
    color: var(--rt-primary-light2);
    pointer-events: none;
    word-break: break-all;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .section-title-wrapper .background-title {
        font-size: 80px;
    }
}

.section-title-wrapper .background-title.outline {
    -webkit-text-stroke-color: #e5e8f0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}

.section-title-wrapper .top-sub-title-wrap {
    display: inline-block;
}

.section-title-wrapper .top-sub-title {
    font-size: 15px;
    line-height: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-family: var(--rt-heading-font);
    text-transform: uppercase;
    color: var(--rt-primary-color);
    font-weight: 500;
    letter-spacing: 1.1px;
}

.section-title-wrapper .top-sub-title i {
    font-size: 7px;
    margin-right: 5px;
}

.section-title-wrapper .main-title {
    font-size: 28px;
    color: #212121;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--rt-heading-font);
}

.section-title-wrapper .description {
    font-size: 16px;
    color: #70778a;
    line-height: 1.5;
    font-family: var(--rt-body-font);
}

.section-title-wrapper .description p {
    margin-bottom: 0;
}

.section-title-wrapper .description ul {
    padding-top: 15px;
}

.section-title-wrapper .description ul li {
    margin-bottom: 10px;
}

.section-title-wrapper .description ul li {
    color: #212121;
}

.section-title-wrapper .description ul li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: var(--rt-primary-color);
    font-size: 80%;
    margin-right: 8px;
    display: inline-block;
}

.section-title-wrapper a.title-link-button {
    z-index: 11;
    position: absolute;
}

@media (max-width: 574px) {
    .section-title-wrapper .description br,
    .section-title-wrapper .main-title br {
        display: none;
    }

    .section-title-wrapper .description p {
        display: inline;
    }
}

/* End Section Title */

/*RT Paralax*/
.rt-animated-img {
    position: absolute;
    height: auto;
    width: auto !important;
}

.elementor-custom-embed-play i {
    opacity: 1;
    text-shadow: 0 27px 57px rgb(0 0 0 / 41%);
    transition: 0.1s linear;
}

.elementor-custom-embed-play i.eicon-play-o::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    background-color: var(--rt-primary-color);
    border-radius: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: 0.4s;
}

.elementor-widget.rt-parallax-follow-main-wrapper {
    position: static;
}

.left-to-right {
    animation: rtLeftRight ease-in-out forwards infinite;
    animation-duration: 15s;
}

.top-to-bottom {
    animation: rtTopBottom ease-in-out forwards infinite;
    animation-duration: 15s;
}

@keyframes rtLeftRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(80px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes rtTopBottom {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(80px);
    }
    100% {
        transform: translateY(0);
    }
}

/*End Video Block*/

/*Video Icon Block
=================================================*/
.rt-video-icon-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rt-video-icon-wrapper .video-icon-inner {
    display: inline-flex;
    align-items: center;
}

.rt-video-icon-wrapper .icon-box {
    position: relative;
    z-index: 1;
}

.rt-video-icon-wrapper .video-popup-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: var(--rt-primary-color);
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rt-video-icon-wrapper .video-popup-icon:hover {
    background-color: var(--rt-primary-dark);
}

.rt-video-icon-wrapper .video-popup-icon .triangle {
    z-index: 3;
    width: 9px;
    height: 12px;
    transition: .4s;
    background: #fff;
    clip-path: polygon(100% 50%, 0 3%, 0 100%);
    margin-left: 2px;
}

.rt-video-icon-wrapper .button-text {
    margin-left: 24px;
    display: inline-block;
    font-size: 14px;
    color: #70778b;
    font-weight: 600;
}

@-webkit-keyframes sppbModalRipple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sppbModalRipple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.icon-style1 .rt-ripple-effect {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    box-shadow: 0 0 0 10px rgb(0 0 0 / 30%), 0 0 0 20px rgb(0 0 0 / 20%), 0 0 0 30px rgb(0 0 0 / 10%);
    z-index: -1;
    animation: sppbModalRipple 2s infinite;
    border-radius: 50%;
}

.icon-style2 .rt-ripple-effect {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
}

.icon-style2 .rt-ripple-effect::before,
.icon-style2 .rt-ripple-effect::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #bbb;
    left: 0;
    top: 0;
    transition: 0.4s;
}

.icon-style2 .rt-ripple-effect::before {
    animation: toTopAnimation 2s linear infinite;
}

.icon-style2 .rt-ripple-effect::after {
    animation: toTopAnimation 2s 1s linear infinite;
}

@-webkit-keyframes toTopAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

@keyframes toTopAnimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }
}

/*End Video Icon Block*/

/* Testimonial Block
=================================================*/

.rt-el-testimonial-carousel .testimonial-box {
    padding-top: 50px;
}

@media only screen and (max-width: 991px) {
    .rt-el-testimonial-carousel .testimonial-box {
        padding-top: 0;
    }
}

.rt-el-testimonial-carousel .testimonial-box .heading-title {
    margin-bottom: 45px;
}

.rt-el-testimonial-carousel .slide-wrap {
    border-radius: 4px;
    padding: 45px 50px;
    position: relative;
}

@media only screen and (max-width: 479px) {
    .rt-el-testimonial-carousel .slide-wrap {
        padding: 30px;
    }
}

.rt-el-testimonial-carousel .slide-wrap:after {
    content: "\f10d";
    font-family: "Font Awesome 6 Free";
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #e0e0e0;
    position: absolute;
    bottom: 70px;
    right: 50px;
}

.rt-el-testimonial-carousel .slide-wrap .slider-item .rtin-content {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 18px;
}

@media (max-width: 400px) {
    .rt-el-testimonial-carousel .slide-wrap .slider-item .rtin-content {
        font-size: 16px;
    }
}

.rt-el-testimonial-carousel .slide-wrap .slider-item .item-title {
    font-size: 22px;
    color: #212121;
    line-height: 1.2;
    margin-bottom: 5px;
}

.rt-el-testimonial-carousel .slide-wrap .slider-item .item-subtitle {
    position: relative;
    color: var(--rt-secondary-color);
}

.is-dots-yes .rt-el-testimonial-carousel .slide-wrap .slider-item .item-subtitle {
    padding-left: 10px;
}

.is-dots-yes .rt-el-testimonial-carousel .slide-wrap .slider-item .item-subtitle::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    left: 0;
    position: absolute;
    top: calc(50% - 1.5px);
}

.rt-el-testimonial-carousel .slide-wrap .slider-item .item-subtitle::before {
    background-color: var(--rt-secondary-color);
}

.rt-el-testimonial-carousel .swiper-pagination {
    position: static;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.rt-el-testimonial-carousel.style4 .elementor-swiper-button-prev {
    left: -80px;
    top: 65%;
    right: auto;
}

.rt-el-testimonial-carousel.style4 .elementor-swiper-button-next {
    right: -80px;
    left: auto;
    top: 65%;
}

.rt-el-testimonial-carousel.style2 .elementor-swiper-button-prev {
    left: -30px !important;
    right: auto !important;
}

.rt-el-testimonial-carousel.style2 .elementor-swiper-button-next {
    right: -30px !important;
    left: auto !important;
}

@media (max-width: 1300px) {
    .rt-el-testimonial-carousel.style2 {
        padding: 0 40px;
    }
}

@media (max-width: 1240px) {
    .rt-el-testimonial-carousel.style2 .elementor-swiper-button-prev {
        left: 0;
    }

    .rt-el-testimonial-carousel.style2 .elementor-swiper-button-next {
        right: 0;
    }

    .rt-el-testimonial-carousel.style2 {
        padding: 0;
    }

    .rt-el-testimonial-carousel.style4 .elementor-swiper-button-prev {
        left: 0;
    }

    .rt-el-testimonial-carousel.style4 .elementor-swiper-button-next {
        right: 0;
    }
}

@media (min-width: 768px) {
    .rt-el-testimonial-carousel.style1 .slick-inner {
        display: flex;
        align-items: center;
    }

    .rt-el-testimonial-carousel.style1 .testimonial-img {
        margin-right: 40px;
        min-width: 300px;
    }
}


@media (max-width: 767px) {
    .rt-el-testimonial-carousel.style1 .testimonial-img {
        text-align: center;
        margin-bottom: 30px;
    }

    .rt-el-testimonial-carousel.style1 .testimonial-img img {
        display: inline-block;
    }
}

.rt-el-testimonial-carousel .star-rating {
    display: flex;
    margin-bottom: 20px;
}

.rt-el-testimonial-carousel .star-rating i {
    margin-right: 6px;
    color: #ffab00;
    font-size: 20px;
}


/*Style2*/
.rt-el-testimonial-carousel .testimonial-banner {
    width: 100%;
    height: 412px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rt-el-testimonial-carousel.style2 .slide-wrap {
    padding: 0;
    background: transparent;
}

@media (max-width: 1240px) {
    .rt-el-testimonial-carousel.style2 .slide-wrap {
        padding: 0 30px;
    }
}

.rt-el-testimonial-carousel.style2 .testimonial-carousel {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 21px 43px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
}

.rt-el-testimonial-carousel.style2 .slide-wrap:after {
    content: none;
}

.rt-el-testimonial-carousel.style2 .testimonial-content {
    padding: 30px 60px;
}

@media (min-width: 1200px) {
    .rt-el-testimonial-carousel.style2 .testimonial-content {
        padding-left: 100px;
    }
}

@media (max-width: 767px) {
    .rt-el-testimonial-carousel.style2 .testimonial-content {
        padding: 30px 60px;
    }
}

.rt-el-testimonial-carousel.style2 .slick-next {
    right: -30px;
    left: auto;
}

.rt-el-testimonial-carousel.style2 .slick-prev {
    left: -30px;
    right: auto;
}

.rt-el-testimonial-carousel.style2 .slick-dots {
    display: block;
    text-align: center;
    width: 100%;
}

.rt-el-testimonial-carousel.style2 .slick-dots li {
    display: inline-block;
}

.rt-el-testimonial-carousel.style2 .slide-wrap .slider-item .rtin-content span {
    position: relative;
}

.rt-el-testimonial-carousel.style2 .slide-wrap .slider-item .rtin-content span::before,
.rt-el-testimonial-carousel.style2 .slide-wrap .slider-item .rtin-content span::after {
    content: "";
    width: 32px;
    height: 26px;
    background-image: url('../img/quote-left.png');
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}

.rt-el-testimonial-carousel.style2 .slide-wrap .slider-item .rtin-content span::before {
    left: -43px;
    top: -14px;
}

.rt-el-testimonial-carousel.style2 .slide-wrap .slider-item .rtin-content span::after {
    transform: rotate(180deg);
    margin-top: 8px;
    margin-left: 9px;
}

/* Style # 03 */

.rt-el-testimonial-carousel .slick-list {
    overflow: hidden;
}

.rt-el-testimonial-carousel.style3 .slide-wrap {
    border-radius: 0;
    padding: 70px 0 0 0;
}

.rt-el-testimonial-carousel.style3 .slide-wrap:after {
    left: 0;
    right: auto;
    top: 0;
    max-height: 60px;
}

.rt-el-testimonial-carousel.style3 .slide-wrap:after {
    background: -webkit-linear-gradient(#90b2ff, var(--rt-primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rt-el-testimonial-carousel.style3 .slide-wrap {
    background: none;
}

.rt-el-testimonial-carousel.style3 .testimonial-footer {
    display: flex;
    align-items: center;
}

.rt-el-testimonial-carousel.style3 .footer-content {
    min-width: 50%;
}

.rt-el-testimonial-carousel.style3 .slider-button {
    display: flex;
    position: relative;
}


.rt-el-testimonial-carousel.style3 .slider-button .elementor-swiper-button {
    position: static;
    display: inline-block;
    transform: translateY(0);
    box-shadow: none;
    margin-right: 8px;
}

.rt-el-testimonial-carousel.style3 .elementor-swiper-button.swiper-button-disabled {
    opacity: 1;
}

.rt-el-testimonial-carousel.style3 .star-rating {
    margin-bottom: 8px;
}

.rt-el-testimonial-carousel.style3 .slide-wrap .slider-item .rtin-content {
    margin-bottom: 30px;
}


/*Style 04 */
.rt-el-testimonial-carousel.style4 {
    text-align: center;
}

.rt-el-testimonial-carousel.style4 .slide-wrap {
    padding: 45px 90px;
}

.rt-el-testimonial-carousel.style4 .testimonial-img {
    margin-bottom: 15px;
}

.rt-el-testimonial-carousel.style4 .testimonial-img img {
    display: inline-block;
}

.rt-el-testimonial-carousel.style4 .star-rating {
    justify-content: center;
}

.rt-el-testimonial-carousel.style4 .slide-wrap .slider-item .item-subtitle {
    display: inline-block;
}

.rt-el-testimonial-carousel.style4 .slide-wrap:after {
    font-size: 120px;
    color: #eee;
    right: auto;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    bottom: 50px;
}

.rt-el-testimonial-carousel.style4 .testimonial-carousel {
    z-index: 1;
}

.rt-el-testimonial-carousel.style4 .slick-dots {
    width: 100%;
}

.rt-el-testimonial-carousel.style4 .slick-arrow {
    top: calc(50% + 62px);
    box-shadow: none;
}

.rt-el-testimonial-carousel.style4 .slick-prev {
    left: -90px;
}

.rt-el-testimonial-carousel.style4 .slick-next {
    right: -90px;
}

.rt-el-testimonial-carousel.style4 .rtin-content {
    padding-top: 25px;
}
/*Style 5*/
.rt-el-testimonial-carousel.style5 .testimonial-header {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.rt-el-testimonial-carousel.style5 .star-rating {
    margin-bottom: 10px;
}
.rt-el-testimonial-carousel.style5 .footer-content {
    flex: 1;
}
.rt-el-testimonial-carousel.style5 .star-rating {
    position: absolute;
    top: 15px;
    right: 15px;
}
.rt-el-testimonial-carousel.style5 .slide-wrap {
    padding: 0 0 60px 0;
}
.rt-el-testimonial-carousel.style5 .slider-button {
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 8px;
}
.rt-el-testimonial-carousel.style5 .testimonial-content {
    padding-bottom: 70px;
}
.rt-el-testimonial-carousel.style5 .elementor-swiper-button i {
    background: #143b64;
    color: #ffff;
    box-shadow: none;
}
.rt-el-testimonial-carousel.style5 .elementor-swiper-button:hover i {
    background: var(--rt-primary-color);
}
.rt-el-testimonial-carousel.style5 .elementor-swiper-button {
    position: static !important;
    transform: none !important;
}
.rt-el-testimonial-carousel.style5 .slide-wrap:after {
    font-size: 98px;
    bottom: 156px;
    right: 0;
    transform: rotate(180deg);
    opacity: .1;
}

/*Post Block
===================================*/

.blog-grid .blog-box {
    border: 1px solid var(--rt-primary-light2, #deede9);
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: none;
    padding: 30px 30px 23px;
}

.rt-el-post-wrapper.blog-grid .blog-box {
    box-shadow: 0 1px 50px 0 rgba(183, 183, 183, 0.35);
}

.rt-el-post-wrapper.blog-grid.style3 .blog-box {
    padding: 0;
    box-shadow: none;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.blog-grid .blog-box .post-img {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.blog-grid.style3 .blog-box .post-img {
    border-radius: 0;
}

.blog-grid.style3 .blog-box .post-img .post-category {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 10;
    font-size: 15px;
    background-color: var(--rt-primary-color);
    color: #fff;
    padding: 5px 9px 3px;
    line-height: 1.3;
    border-radius: 4px;
}

.blog-grid.style3 .blog-box .post-img .post-category:hover {
    background-color: var(--rt-primary-dark);
}

.blog-grid .blog-box .post-img img {
    transition: all 0.4s;
}

.homlisti-core-installed .blog-grid .blog-box:hover .post-img img {
    transform: scale(1.07);
}

.post-edit-link {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 15px;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 10px;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    z-index: 99;
    transition: 0.4s;
}

.post-edit-link:hover {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
}

.blog-grid .blog-box .post-img .thumb-bg {
    width: 100%;
    height: 100%;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 1s;
    position: relative;
}

.blog-grid .blog-box .post-img .thumb-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: 1s;
}

.single .blog-grid .blog-box .post-img .thumb-bg .overlay {
    opacity: 0;
}

.blog-grid .blog-box:hover .post-img.hide-on-hover .thumb-bg .overlay {
    opacity: 0;
}

.blog-grid .blog-box .post-img.show-on-hover .thumb-bg .overlay {
    opacity: 0;
}

.blog-grid .blog-box:hover .post-img.show-on-hover .thumb-bg .overlay {
    opacity: 1;
}

.blog-grid .blog-box .post-img a {
    display: block;
}

@media only screen and (max-width: 767px) {
    .blog-grid .blog-box .post-img img {
        width: 100%;
    }
}

/*Post Meta Info*/
.blog-grid .blog-box .post-content .post-meta {
    color: #788593;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 15px;
}

.blog-grid .blog-box .post-content .post-meta ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-grid .blog-box .post-content .post-meta ul > li {
    margin-right: 10px;
    position: relative;
}

.blog-grid .blog-box .post-content .post-meta ul > li a {
    color: #788593;
    font-size: 15px;
}

.blog-grid .blog-box .post-content .post-meta ul > li a:hover {
    color: var(--rt-primary-color);
}

.blog-grid .blog-box .post-content .post-meta ul > li.author-meta img {
    border-radius: 50%;
    margin-right: 10px;
}

.blog-grid .blog-box .post-content .post-meta ul > li.author-meta {
    text-transform: capitalize;
}

.blog-grid .blog-box .post-content .post-meta ul > li.author-meta i {
    font-size: 14px;
    margin-right: 8px;
}

/*Meta dots style*/
.blog-grid .blog-box .post-content .post-meta.is_dots ul > li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #788593;
    border-radius: 50%;
    display: inline-block;
    transform: translateY(-2px);
    margin-right: 5px;
}

.blog-grid .blog-box .post-content .post-meta ul > li.author-meta.icon:before,
.blog-grid .blog-box .post-content .post-meta ul > li.author-meta.image:before {
    content: none;
}

.blog-grid .blog-box .post-content .read-more-btn {
    margin-top: 15px;
}

.blog-grid .blog-box .post-content .read-more-btn i {
    transition: 0.4s;
}

.blog-grid .blog-box .post-content .post-title {
    line-height: 28px;
    margin-bottom: 14px;
}

.blog-grid .blog-box .post-content .post-title a {
    color: #212121;
}

.blog-grid .blog-box .post-content .post-title a:hover {
    color: var(--rt-primary-color);
}

.blog-grid .blog-box .post-content h2.post-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .blog-grid .blog-box .post-content h2.post-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-grid .blog-box .post-content h2.post-title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    .blog-grid .blog-box .post-content h2.post-title {
        font-size: 24px;
    }
}

.blog-grid .blog-box .post-content p {
    color: #70778b;
    margin: 15px 0 20px;
}

.blog-grid .blog-box .post-content .entry-meta li {
    color: #788593;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
}

.blog-grid .blog-box .post-content .entry-meta li:last-child {
    margin-right: 0;
}

.blog-grid .blog-box .post-content .entry-meta li i {
    color: var(--rt-primary-color);
    margin-right: 10px;
}

.blog-grid .blog-box .post-content .entry-meta li::before {
    top: 9px;
}

.blog-grid .blog-box .post-content .entry-meta li a {
    color: inherit;
}

.blog-grid .blog-box .post-content .entry-meta li a:hover {
    color: var(--rt-primary-color);
}

.blog-grid .blog-box .post-content .item-btn {
    font-size: 15px;
    color: var(--rt-primary-color);
    background-color: var(--rt-primary-light2, #dfefeb);
    padding: 5px 20px;
    border-radius: 4px;
}

.blog-grid .blog-box .post-content .item-btn i {
    margin-left: 7px;
    display: inline-block;
    transition: margin 0.3s;
}

.blog-grid .blog-box .post-content .item-btn:hover i {
    margin-left: 15px;
}

.blog-grid .blog-box .post-content .item-btn:hover {
    color: #fff;
    background-color: var(--rt-primary-color, #00c194);
}

.blog-grid .blog-box .post-content .item-btn::after {
    background-color: var(--rt-primary-color);
}

.blog-grid .blog-box:hover .post-img .thumb-bg {
    transform: scale(1.1);
}

.blog-grid .blog-box.grid-style .post-content {
    padding-top: 22px;
    padding-bottom: 25px;
}

.blog-grid.style3 .blog-box.grid-style .post-content {
    padding-left: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
}

.blog-grid .blog-box.grid-style .post-content .entry-meta i {
    color: var(--rt-primary-color);
}

/*Blog Style - 2
=======================*/

.blog-grid.style2 .blog-box.grid-style {
    padding: 30px;
    box-shadow: 0 4px 18px 0 rgba(194, 200, 213, 0.3);
    border-radius: 8px;
    border: none;
}

.single .blog-grid.style2 .blog-box.grid-style {
    min-width: 300px;
}

.page-template-template-blog-grid .blog-grid.style2 .blog-box.grid-style,
.blog .blog-grid.style2 .blog-box.grid-style,
.single .blog-grid.style2 .blog-box.grid-style {
    box-shadow: none;
    border: 1px solid var(--rt-primary-light2, #deede9);
}

.blog-grid.style2 .blog-box.grid-style .post-content {
    padding: 0;
    padding-top: 22px;
}

.blog-grid.style2 .blog-box.grid-style.is-date .post-content {
    padding-top: 46px;
}

.blog-grid.style2 .blog-box.has-no-thumbnail .post-content {
    padding-top: 0 !important;
}

.blog-grid.style2 .blog-box .post-img {
    border-radius: 8px;
}

.blog-grid .blog-box .thumbnail-date {
    position: relative;
}

.blog-grid .blog-box .thumbnail-date .popup-date {
    display: inline-block;
    padding: 7px 16px;
    background-color: var(--rt-primary-color);
    border-radius: 0 3px 3px 3px;
    overflow: hidden;
    color: #fff;
    position: absolute;
    top: -33px;
    z-index: 1;
}

.blog-grid .blog-box .thumbnail-date .popup-date::before {
    content: "";
    width: 130px;
    height: 40px;
    background-image: -moz-linear-gradient(29deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 18%) 100%);
    background-image: -webkit-linear-gradient(29deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 18%) 100%);
    background-image: -ms-linear-gradient(29deg, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 18%) 100%);
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    transform: rotate(-45deg);
    left: -8px;
    top: 8px;
}


.blog-grid .blog-box .thumbnail-date .popup-date span {
    display: block;
    line-height: 1.2;
    text-align: center;
}

.blog-grid .blog-box .thumbnail-date .popup-date .day {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.2px;
    margin-bottom: 3px;
}

.blog-grid .blog-box .thumbnail-date .popup-date .month {
    display: block;
    font-size: 16px;
}

/* Listing Category Box
=================================*/

.rt-listing-category-wrapper .listing-category-inner {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    height: 100%;
    padding: 20px;
    transition: 0.4s ease-in-out;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.rt-listing-category-wrapper .listing-category-inner::before,
.rt-listing-category-wrapper .listing-category-inner::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: -50px;
    bottom: -50px;
    transition: 0.6s ease-in-out;
    z-index: -1;
    opacity: .7;
    background-color: var(--rt-primary-color);
}

.rt-listing-category-wrapper .listing-category-inner:hover::after {
    transition-delay: 0.2s;
}


.rt-listing-category-wrapper .listing-category-inner:hover::after,
.rt-listing-category-wrapper .listing-category-inner:hover::before {
    transform: scale(30);
    left: -50px;
    top: -50px;
    bottom: auto;
    right: auto;
}


.content-text-left .rt-listing-category-wrapper .listing-category-inner {
    align-items: flex-start;
    text-align: left;
}

.content-text-center .rt-listing-category-wrapper .listing-category-inner {
    align-items: center;
    text-align: center;
}

.content-text-right .rt-listing-category-wrapper .listing-category-inner {
    align-items: flex-end;
    text-align: right;
}

.rt-listing-category-wrapper .category-thumbnail {
    margin-bottom: 30px;
}

.rt-listing-category-wrapper .category-thumbnail i {
    font-size: 60px;
    transition: 0.3s ease-in-out;
    color: var(--rt-primary-color);
}

.rt-listing-category-wrapper .category-content .cat-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000;
    transition: 0.3s ease-in-out;
}

.rt-listing-category-wrapper .category-content .cat-title a {
    color: inherit;
    transition: none;
}

.rt-listing-category-wrapper .category-content .cat-count-number {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #686868;
    transition: 0.3s ease-in-out;
}

.rt-listing-category-wrapper .listing-category-inner:hover * {
    color: #fff;
}

.rt-listing-category-wrapper .listing-category-inner img {
    transition: 0.4s ease-in-out;
}

.rt-listing-category-wrapper .listing-category-inner:hover img {
    filter: brightness(0) invert(1);
}

.rt-listing-category-wrapper .category-thumbnail {
    overflow: hidden;
}

.rt-listing-category-wrapper .listing-category-inner .category-thumbnail i,
.rt-listing-category-wrapper .listing-category-inner .category-thumbnail img {
    display: inline-block;
}

.rt-listing-category-wrapper .listing-category-inner:hover .category-thumbnail i,
.rt-listing-category-wrapper .listing-category-inner:hover .category-thumbnail img {
    animation: bottomtotop .6s cubic-bezier(0, 0, 0.26, 0.94) forwards;
}

.rt-listing-category-wrapper .elementor-swiper-button.homlisti-style i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.elementor-swiper-button {
    transition: 0.4s;
}

.rt-listing-category-wrapper .elementor-swiper-button-prev {
    left: 20px;
}

.rt-listing-category-wrapper .elementor-swiper-button-next {
    right: 20px;
}

.arrow-position-top-right .rt-listing-category-wrapper .elementor-swiper-button-prev {
    left: auto !important;
    top: -40px !important;
    right: 70px !important;
}

.arrow-position-top-right .rt-listing-category-wrapper .elementor-swiper-button-next {
    left: auto !important;
    top: -40px !important;
    right: 15px !important;
}

.arrow-visibility-on-hover .rt-listing-category-wrapper .elementor-swiper-button {
    opacity: 0;
}

.arrow-visibility-on-hover .rt-listing-category-wrapper:hover .elementor-swiper-button-prev,
.arrow-visibility-on-hover .rt-listing-category-wrapper:hover .elementor-swiper-button-next {
    opacity: 1;
}

/*Category style 3*/
.rt-listing-category-wrapper.style3 {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.rt-listing-category-wrapper.style3 .category-content .cat-title {
    padding: 2px 8px;
    border-radius: 3px;
    background: #fff;
    font-size: 0.88rem;
    font-weight: normal;
}

/*Info box
=================================*/

.rt-info-box .service-box {
    z-index: 1;
    position: relative;
}

.rt-info-box .service-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out;
}

.rt-info-box .service-box:hover::after {
    opacity: 1;
    visibility: visible;
}

.rt-info-box .service-box .read-more-btn {
    margin-top: 30px;
}

.rt-info-box,
.rt-info-box .content-holder .info-title,
.rt-info-box .icon-holder i,
.rt-info-box .content-holder p {
    transition: 0.3s;
}

@media (max-width: 767px) {
    .rt-info-box .content-holder p br {
        display: none;
    }
}

.rt-info-box {
    padding: inherit;
}

.rt-info-box .icon-holder i {
    display: inline-block;
}

.rt-info-box .icon-holder .img-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    text-align: center;
}

.rt-info-box .icon-holder .img-wrap .hover-bg {
    transition: 0.4s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    opacity: 0;
    visibility: hidden;
}

.rt-info-box:hover .icon-holder .img-wrap .hover-bg {
    opacity: 1;
    visibility: visible;
}

.rt-info-box:hover .icon-holder.bottomtotop,
.rt-info-box:hover .icon-holder.toptobottom {
    overflow: hidden;
}

.rt-info-box:hover .icon-holder.toptobottom i,
.rt-info-box:hover .icon-holder.toptobottom .img-wrap img {
    animation: toptobottom .4s linear forwards;
}

.rt-info-box:hover .icon-holder.bottomtotop i,
.rt-info-box:hover .icon-holder.bottomtotop .img-wrap img {
    animation: bottomtotop .4s linear forwards;
}

/* Zoom In Effect */
.rt-info-box .icon-holder.animation-both .img-wrap .hover-bg,
.rt-info-box .icon-holder.zoom-in .img-wrap .hover-bg {
    transform: scale(0);
}

.rt-info-box:hover .icon-holder.zoom-in .img-wrap .hover-bg {
    transform: scale(1);
}


/* Hue Rotate Effect */
.rt-info-box:hover .icon-holder.hue-animation .img-wrap .hover-bg {
    animation: hueRotate 3s linear infinite;
}

.rt-info-box:hover .icon-holder.animation-both .img-wrap .hover-bg {
    animation: hueRotate 3s linear infinite;
    transform: scale(1);
}

/* To Top Effect */
.rt-info-box .icon-holder.to-top .img-wrap .hover-bg {
    top: 0;
    height: 0;
}

.rt-info-box:hover .icon-holder.to-top .img-wrap .hover-bg {
    bottom: 0;
    height: 100%;
    top: inherit;
}

/* To Bottom Effect */
.rt-info-box .icon-holder.to-bottom .img-wrap .hover-bg {
    bottom: 0;
    height: 0;
    top: inherit;
}

.rt-info-box:hover .icon-holder.to-bottom .img-wrap .hover-bg {
    top: 0;
    height: 100%;
}

@keyframes hueRotate {
    0% {
        filter: hue-rotate(0)
    }
    100% {
        filter: hue-rotate(360deg)
    }
}

.rt-info-box .icon-holder img {
    transition: 0.4s;
    position: relative;
    z-index: 10;
}

.rt-info-box .icon-holder.image_invert img,
.rt-info-box:hover .icon-holder.image_invert_hover img {
    filter: brightness(0) invert(1);
}

.rt-info-box .service-box .read-more-btn.show-hover {
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}

.rt-info-box .service-box:hover .read-more-btn.show-hover {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.button-el .button-text {
    background-color: var(--rt-primary-light2, #dfefeb);
    color: #70778b;
    padding: 10px 23px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: 0.3s linear;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
}

.button-el .button-text i {
    color: var(--rt-primary-color);
}

.button-el .button-text::before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    right: 0;
    background: rgba(0, 0, 0, .15);
    z-index: -1;
    transition: 0.3s ease-in-out;

}

.button-el .button-text i {
    display: inline-block;
    transition: 0.3s;
}

.button-el .button-text:hover::before {
    left: 0;
    width: 100%;
}

.button-el .button-text span {
    margin-bottom: 0 !important;
    margin-left: 5px;
    margin-right: 5px;
}

.button-el:hover .button-text {
    background-color: #dce0ea;
}

/* End Common style */


/* Style # 1 */

.rt-info-box-wrap-1.rt-info-box.service3-box-right {
    padding: inherit;
    min-height: inherit;
}

.rt-info-box-wrap-1:hover .service-box span i,
.rt-info-box-wrap-1 .service-box span i {
    background: none !important;
}

.rt-info-box-wrap-1.service3-box-left .service3-content-holder {
    margin-bottom: 30px;
    float: left;
    width: 75%;
    text-align: right;
    margin-right: 15px;
}

.rt-info-box-wrap-1.service3-box-left .service3-content-holder h3 {
    font-weight: 600;
}

.rt-info-box-wrap-1.service3-box-left .service3-content-holder h3 a {
    color: #111;
    transition: all 0.5s ease-out;
}

.rt-info-box-wrap-1.service3-box-left .service3-content-holder h3 a:hover {
    color: var(--rt-primary-color);
    transition: all 0.5s ease-out;
}

.rt-info-box-wrap-1.service3-box-left .service3-content-holder .title-bar35:after {
    right: 0;
    left: inherit;
}

.rt-info-box-wrap-1.service3-box-left .service3-icon-holder {
    float: left;
}

.rt-info-box-wrap-1.service3-box-left .service3-icon-holder i {
    background: #fff;
    border-radius: 50%;
    color: var(--rt-primary-color);
    text-align: center;
    line-height: 70px;
    box-shadow: 0 0 20px -14px #111;
    transition: all 0.5s ease-out;
    height: 73px;
    width: 75px;
    font-size: 57px;
}

.rt-info-box-wrap-1.service3-box-left .service3-icon-holder:hover i {
    box-shadow: 0 0 25px -5px var(--rt-primary-color);
    transition: all 0.5s ease-out;
}

.rt-info-box-wrap-1.service3-box-right .service3-content-holder {
    text-align: left;
    overflow: hidden;
}

.rt-info-box-wrap-1.service3-box-right .service3-content-holder h3 {
    font-size: 26px;
    font-weight: 500;
}

.rt-info-box-wrap-1.service3-box-right .service3-content-holder h3 a {
    color: #111;
}

.rt-info-box-wrap-1.service3-box-right:hover .service3-content-holder h3 a {
    color: var(--rt-primary-color) !important;
}

.rt-info-box-wrap-1.service3-box-right .service3-content-holder p {
    margin-bottom: 0;
}

.rt-info-box-wrap-1.service3-box-right {
    overflow: hidden;
    padding: 120px 90px;
    min-height: 376px;
}

.rt-info-box-wrap-1.service3-box-right .service3-icon-holder {
    float: left;
    padding-right: 25px;
}

.rt-info-box-wrap-1.service3-box-right .service3-icon-holder a {
    display: inline-block;
}

.rt-info-box-wrap-1.service3-box-right .service3-icon-holder i {
    font-size: 65px;
    color: var(--rt-primary-color);
    text-align: center;
    transition: all 0.5s ease-out;
}

@media ( max-width: 1596px ) {
    .rt-info-box-wrap-1.service3-box-right {
        overflow: hidden;
        padding: 120px 90px;
        min-height: 404px;
    }
}

@media ( max-width: 1440px ) {
    .rt-info-box-wrap-1.service3-box-right {
        padding: 120px 60px;
        min-height: 424px;
    }

    .rt-info-box-wrap-1.service3-box-right .service3-content-holder h3 {
        font-size: 24px;
    }
}

@media ( max-width: 1244px ) {
    .rt-info-box-wrap-1.service3-box-right {
        overflow: hidden;
        padding: 120px 90px;
        min-height: 404px;
    }
}

@media ( max-width: 1199px ) {
    .rt-info-box-wrap-1.service3-box-right {
        padding: 90px 30px;
    }

    .rt-info-box-wrap-1.service3-box-right .service3-icon-holder {
        padding-right: 20px;
    }
}

.rt-info-box-wrap-1 .service-box {
    position: relative;
    margin-bottom: 30px;
}

.rt-info-box-wrap-1 .service-box .icon-holder {
    overflow: hidden;
    margin-bottom: 20px;
}

.rt-info-box-wrap-1 .service-box .icon-holder span {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: inline-block;
    border: 2px solid var(--rt-primary-color);
    background: var(--rt-primary-color);
    transition: all 0.5s ease-out;
}

.rt-info-box-wrap-1 .service-box .icon-holder span i {
    color: #fff;
    line-height: 75px;
    font-size: 24px;
    transition: all 0.5s ease-out;
}

.rt-info-box-wrap-1 .service-box h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.rt-info-box .service-box h3 {
    color: #212121;
}

.rt-info-box-wrap-1 .service-box h3 a {
    color: #212121;
    transition: all 0.5s ease-out;
}

.rt-info-box-wrap-1 .service-box > a {
    opacity: 1;
    transition: all 0.5s ease-out;
    border-radius: 30px;
    padding: 17px 36px;
    font-size: 15px;
}

.rt-info-box-wrap-1 .service-box:hover span {
    background: #fff;
    transition: all 0.3s ease-out;
}

.rt-info-box-wrap-1 .service-box:hover span i {
    color: var(--rt-primary-color) !important;
    transition: all 0.5s ease-out;
}

.rt-info-box-wrap-1 .service-box:hover h3 a {
    color: var(--rt-primary-color);
    transition: all 0.5s ease-out;
}

.rt-info-box-wrap-1 .btn-quote2 {
    color: #fff !important;
}


/*info box 3 */

.rt-info-box-wrap-3 .service-box {
    text-align: center;
    padding: 30px 15px;
    border-radius: 4px;
    transition: all 0.5s ease-out;
    margin: 15px auto;
    overflow: hidden;
}

@media ( max-width: 768px ) {
    .rt-info-box-wrap-3 .service-box {
        margin: 0 auto 30px;
    }
}

.rt-info-box-wrap-3 .service-box.bg-animation-2 .icon-holder {
    position: relative;
    padding: 24px 0;
}

.rt-info-box-wrap-3 .service-box.bg-animation-2 .icon-holder::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-image: url('../img/icon-round-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
}

.rt-info-box-wrap-3 .service-box.bg-animation-2:hover .icon-holder::before {
    opacity: 1;
    visibility: visible;
    width: 136px;
    height: 136px;
    margin-top: -68px;
    margin-left: -68px;
    animation: rotataing .6s .3s linear forwards;
}

@keyframes rotataing {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rt-info-box-wrap-3 .service-box::after {
    background: #fff;
    background-image: -moz-linear-gradient(90deg, rgb(245, 247, 251) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(245, 247, 251) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(245, 247, 251) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0 -14px 24px 0 rgba(136, 156, 196, 0.08);
}

.rt-info-box-wrap-3 .service-box .icon-holder i {
    line-height: 78px;
    font-size: 76px;
}

.rt-info-box-wrap-3 .service-box h3 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 22px;
}

.rt-info-box-wrap-3 .service-box h3 a {
    color: #212121;
    transition: all 0.5s ease-out;
}

.rt-info-box-wrap-3 .service-box > a {
    opacity: 1;
    transition: all 0.5s ease-out;
    padding: 8px 22px;
}

.rt-info-box-wrap-3 .service-box:hover h3 a {
    color: var(--rt-primary-color);
    transition: all 0.5s ease-out;
}

.rt-info-box-wrap-3 .btn-square-transparent {
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}


.icon-el-style-4 .service-box {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    transition: 0.3s;
}

.icon-el-style-4 .service-box:hover {
    box-shadow: 0 23px 24px #0000000d
}

.icon-el-style-4 .service-box .batch {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: var(--rt-primary-light3);
    padding: 2px 15px 2px 22px;
    font-size: 14px;
    font-weight: 500;
    color: #0e2e50;
    transition: 0.4s !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 11px 50%);
}

[dir=rtl] .icon-el-style-4 .service-box .batch {
    clip-path: polygon(0 0, 100% 0, calc(100% - 11px) 50%, 100% 100%, 0 100%);
}

.icon-el-style-4 .service-box:hover .batch {
    color: #fff;
    background: #0e2e50;
}

.icon-el-style-4.rt-info-box {
    overflow: unset;
}
.icon-el-style-4.rt-info-box .service-box h3 {
    font-size: 22px;
}

/*End Info Box*/

/*====================================
Start Agents Block
=====================================*/

.rt-agents-wrapper .agent-block {
    margin-bottom: 30px;
}

.rt-agents-wrapper.style1 .agent-block {
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 4px 18px 0 rgba(194, 200, 213, 0.3);
    border-radius: 8px;
}

.rt-agents-wrapper .agent-block:hover .item-img img {
    transform: scale(1.1);
}

.rt-agents-wrapper .agent-block:hover .item-img .agent-social .social-item .social-hover-icon {
    visibility: visible;
    opacity: 1;
}

.rt-agents-wrapper .agent-block .item-img {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.rt-agents-wrapper .agent-block .item-img a img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.rt-agents-wrapper .agent-block .item-img img {
    width: 100%;
    transition: 0.4s;
    min-width: 237px;
    height: auto;
}

.rt-agents-wrapper .agent-block .agent-social {
    position: absolute;
    right: 15px;
    top: 15px;
}

.rt-agents-wrapper .agent-block .agent-social .social-item {
    position: relative;
}

.rt-agents-wrapper .agent-block .agent-social .social-item:hover .social-hover-icon {
    opacity: 0;
    visibility: hidden;
}

.theme-homlisti .agent-block .social-icon a,
.rt-agents-wrapper .agent-block .agent-social .social-item .social-hover-icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--rt-primary-color);
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.theme-homlisti .agent-block .social-icon a:hover,
.rt-agents-wrapper .agent-block .agent-social .social-item .social-hover-icon:hover {
    background-color: var(--rt-primary-dark);
}

.rt-agents-wrapper .agent-block .agent-social .social-item .team-social-dropdown {
    position: absolute;
    top: 44px;
    left: 0;
    padding: 0;
}

.rt-agents-wrapper .agent-block .agent-social .team-social-dropdown li {
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: translateY(-20px);
}

.rt-agents-wrapper .agent-block .agent-social > li:hover .team-social-dropdown li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rt-agents-wrapper .agent-block .agent-social .social-item .team-social-dropdown li:nth-child(1) {
    transition-delay: 0.05s;
}

.rt-agents-wrapper .agent-block .agent-social .social-item .team-social-dropdown li:nth-child(2) {
    transition-delay: 0.1s;
}

.rt-agents-wrapper .agent-block .agent-social .social-item .team-social-dropdown li:nth-child(3) {
    transition-delay: 0.15s;
}

.rt-agents-wrapper .agent-block .agent-social .social-item .team-social-dropdown li:nth-child(4) {
    transition-delay: 0.2s;
}

.rt-agents-wrapper .agent-block .agent-social .social-item .team-social-dropdown li:nth-child(5) {
    transition-delay: 0.25s;
}

.rt-agents-wrapper .agent-block .agent-social .social-item .team-social-dropdown li:nth-child(6) {
    transition-delay: 0.3s;
}

.rt-agents-wrapper .agent-block .agent-social .social-item .team-social-dropdown .social-item {
    display: block;
    margin-bottom: 4px;
}

.rt-agents-wrapper .agent-block .agent-social .social-item .team-social-dropdown .social-item .social-link {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--rt-primary-color);
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 50%;
}

.rt-agents-wrapper .agent-block .agent-social .social-item .team-social-dropdown .social-item .social-link:hover {
    background-color: var(--rt-primary-dark);
}

.rt-agents-wrapper .category-box {
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.rt-agents-wrapper .category-box .item-category {
    background-color: #fff;
    padding: 9px 20px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    color: var(--rt-primary-color);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    line-height: 1;
}

.rt-agents-wrapper .category-box .item-category:after {
    content: "";
    height: 5px;
    width: 5px;
    background: var(--rt-primary-color);
    position: absolute;
    top: 50%;
    left: 10px;
    border: none;
    border-radius: 50%;
    margin-top: -3px;
}

.rt-agents-wrapper .item-content .item-title h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 0;
}

.rt-agents-wrapper .item-content .item-title h3 a {
    color: #212121;
    transition: all 0.3s ease-in-out;
}

.rt-agents-wrapper .item-content .item-title h3 a:hover {
    color: var(--rt-primary-color);
}

.rt-agents-wrapper .item-content .item-title .item-subtitle {
    font-size: 15px;
    margin-bottom: 3px;
    font-family: var(--rt-body-font);
}

.rt-agents-wrapper .item-content .item-title .item-subtitle,
.rt-agents-wrapper .item-content .item-title .item-subtitle a {
    color: #788593;
}

.rt-agents-wrapper .item-content .item-title .item-subtitle a:hover {
    color: var(--rt-primary-color);
}

.rt-agents-wrapper .item-content .item-contact {
    display: inline-flex;
    align-items: center;
}

.rt-agents-wrapper .item-content .item-contact .item-icon {
    font-size: 14px;
    color: var(--rt-primary-color);
}


.rt-agents-wrapper .item-content .item-contact .item-phn-no {
    font-size: 15px;
    color: #788593;
    margin-left: 10px;
}

.rt-agents-wrapper .item-content .item-contact .item-phn-no a {
    color: inherit;
}

.rt-agents-wrapper .item-content .item-contact .item-phn-no a:hover {
    color: var(--rt-primary-color);
}

.rt-agents-wrapper .item-content .item-details {
    display: flex;
    align-items: center;
}

.rt-agents-wrapper .item-content .item-details .item-button .item-btn {
    background-color: var(--rt-primary-color);
    padding: 3px 20px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.rt-agents-wrapper .item-content .item-details .item-button .item-btn:after {
    background: var(--rt-secondary-color);
    border-radius: 4px;
}

.rt-agents-wrapper .item-content .item-details .item-rating {
    margin-left: 25px;
}

.rt-agents-wrapper .item-content .item-details .item-rating li {
    display: inline-block;
}

.rt-agents-wrapper .item-content .item-details .item-rating li a {
    color: #fc9f32;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.rt-agents-wrapper .item-content .item-details .item-rating li a:hover {
    color: var(--rt-secondary-color);
}

.rt-agents-wrapper .item-content .item-details .item-rating .rating-count {
    color: #bbbec5;
    font-size: 14px;
}

/*Agent style 1 css*/


.theme-homlisti .rt-agents-wrapper .agent-block .social-icon {
    top: 33px;
    right: 50px;
    opacity: 0;
}

.theme-homlisti .rt-agents-wrapper .agent-block:hover .social-icon {
    opacity: 1;
}

.rt-agents-wrapper.style1 .agent-block .item-img {
    height: 255px;
}

.rt-agents-wrapper.style1 .agent-block .item-img img {
    min-width: inherit;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/*Start Agent style 2*/

@media (min-width: 1200px) {
    .rt-agents-wrapper.style2 .agent-block .item-img {
        width: 80%;
    }
}

@media (max-width: 1199px) {
    .rt-agents-wrapper.style2 .agent-block .item-img {
        width: 95%;
    }
}

.rt-agents-wrapper.style2 .agent-block .item-img {
    border-radius: 50% 50% 50% 0;
}

.rt-agents-wrapper.style2 .agent-block .item-img a,
.rt-agents-wrapper.style2 .agent-block .item-img a img {
    width: 100%;
}

.rt-agents-wrapper.style2 .category-box .item-category {
    background-color: var(--rt-primary-color);
    color: #fff;
}

.rt-agents-wrapper.style2 .category-box .item-category:after {
    background-color: #fff;
}

.rt-agents-wrapper.style2 .item-content .item-contact .item-phn-no {
    font-size: 15px;
}

.rt-agents-wrapper.style2 .item-content .item-contact .item-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--rt-primary-color);
    background-color: var(--rt-primary-light2);
    text-align: center;
    line-height: 34px;
    padding-left: 2px;
}

@media (max-width: 767px) {
    .rt-agents-wrapper.style2 .agent-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*End Agent style 2*/

/* Agent style 3*/


.rt-agents-wrapper.style3 .agent-block {
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rt-agents-wrapper.style3 .agent-block .item-img {
    width: 184px;
    height: 184px;
    margin-right: 35px;
    border-radius: 50%;
    margin-bottom: 0;
    flex-shrink: 0;
}

.rt-agents-wrapper.style3 .agent-block .item-img img {
    width: 100%;
    min-width: inherit;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    transition: 0.4s;
    filter: grayscale(100%);
}

.rt-agents-wrapper.style3 .agent-block:hover .item-img img {
    filter: grayscale(0);
}

.rt-agents-wrapper.style3 .agent-block .listing-count {
    font-size: 15px;
    padding: 1px 18px;
    border-radius: 30px;
    background-color: var(--rt-primary-color);
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}

.rt-agents-wrapper.style3 .agent-block .item-contact {
    border: 1px solid #e2e2e2;
    border-radius: 30px;
    background-color: #fff;
    padding: 4px 20px;
}

@media (max-width: 1100px) {
    .rt-agents-wrapper.style3 .agent-block {
        padding: 30px;
    }

    .rt-agents-wrapper.style3 .agent-block .item-img {
        margin-right: 20px;
    }

    .rt-agents-wrapper.style3 .agent-block .item-img {
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 991px) {
    .rt-agents-wrapper.style3 .agent-block .item-img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .rt-agents-wrapper.style3 .agent-block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}


/*End Agent style 3*/


/*====================================
Start RT Slider Block
=====================================*/

.rt-main-slider-wrapper {
    position: relative;
    display: none;
}

.rt-main-slider-wrapper img {
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

.rt-swiper-slider .slider-dark-button {
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    color: rgb(255, 255, 255);
    border: 2px solid var(--rt-primary-dark);
    border-radius: 30px;
    padding: 17px 35px;
    font-size: 15px;
}

.rt-swiper-slider .slider-dark-button:hover {
    background-color: var(--rt-primary-dark);
}

.rt-slider-wrapper .slider-inner-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    text-align: center;
    position: absolute;

}

.rt-slider-wrapper .slider-inner-wrapper .bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    transform: scale(1);
    transition: 1500ms;
}

.rt-slider-wrapper .swiper-slide-active {
    z-index: 10;
}

.content-area.single-product .swiper-autoheight,
.content-area.single-product .swiper-autoheight .swiper-slide {
    height: 100%;
}

.content-area.single-product .swiper-autoheight .swiper-slide {
    min-height: 250px;
}

@media (max-width: 600px) {
    .content-area.single-product .swiper-autoheight,
    .content-area.single-product .swiper-autoheight .swiper-slide {
        height: 250px;
    }

    .content-area.single-product .swiper-autoheight img,
    .content-area.single-product .swiper-autoheight .swiper-slide img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
    }
}

.rt-main-slider-wrapper.style2 .rt-slider-wrapper .swiper-slide {
    text-align: center;
}

.rt-main-slider-wrapper.style2 .rt-slider-wrapper .swiper-slide img {
    display: inline-block;
}

.rt-slider-wrapper .swiper-slide-active .slider-inner-wrapper .bg.zoom-out {
    transform: scale(1.1);
    transition-delay: 0.1s;
}

.rt-slider-wrapper .slider-inner-wrapper .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.rt-slider-wrapper .elementor-swiper-button {
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
    transition: all 0.4s;
}

/* RT Slider Animation */
.rt-slider-content-wrap {
    margin-bottom: 10px;
}

.rt-slider-content-wrap * {
    margin: 0;
    line-height: 1.2;
}

/* Slider button visibility */
.rt-slider-wrapper.visible-on-hover .elementor-swiper-button {
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.rt-slider-wrapper.visible-on-hover:hover .elementor-swiper-button {
    visibility: visible;
    opacity: 1;
}

.rt-slider-wrapper .slider-btn {
    display: inline-block;
}

.rt-slider-wrapper .slider-title-wrap h2 {
    font-size: 72px;
    line-height: 82px;
    font-weight: 700;
    color: #fff;
    font-family: var(--rt-heading-font);
}

.rt-slider-wrapper .slider-subtitle-wrap h4 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 25px;
}

@media (max-width: 1023px) {
    .rt-slider-wrapper .slider-title-wrap h2 {
        font-size: 45px;
        line-height: 55px;
    }

    .rt-slider-wrapper .slider-subtitle-wrap h4 {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 600px) {
    .rt-slider-wrapper .slider-title-wrap h2 br,
    .rt-slider-wrapper .slider-subtitle-wrap h4 br {
        display: none;
    }
}

/* Slider Gallery Style  */
.rt-main-slider-wrapper .rt-slider-gallery-wrapper {
    position: absolute;
    width: 100%;
}

.rt-gallery-thumbs .swiper-slide {
    height: 150px;
    overflow: hidden;
    transition: 0.5s;
}

.rt-gallery-thumbs .swiper-slide .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.5s;
    transform-origin: center;
}

.rt-gallery-thumbs .swiper-slide:hover .img-bg {
    transform: scale(1.1);
}


/*Remove Br on mobile*/
@media (max-width: 600px) {
    .remove-br br {
        display: none;
    }
}

/*End RT Slider*/

/* ==================================
Start MailChim Style
================================== */

.rt-mailchimp-wrap {
    position: relative;
}

.rt-mailchimp-wrap input[type="email"] {
    width: 100%;
    background-color: #fff;
    border: none;
    height: 60px;
    padding: 0 160px 0 30px;
    border-radius: 30px;
    color: #212121;
}

.rt-mailchimp-wrap input[type="email"]:focus,
.rt-mailchimp-wrap input[type="email"]:hover {
    border-color: rgba(255, 255, 255, .5);
}

.rt-mailchimp-wrap input[type="email"]::placeholder {
    color: #788593;
}

.rt-mailchimp-wrap input[type="submit"] {
    background: var(--rt-primary-dark);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    font-weight: bold;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    border-radius: 0;
}

.rt-mailchimp-wrap input[type="submit"]:hover {
    background: var(--rt-primary-color);
}

.rt-mailchimp-wrap .rt-animation-btn {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 144px;
    height: 56px;
    background-color: #fff;
    border-radius: 0 30px 30px 0;
}

.rt-mailchimp-wrap .rt-animation-btn::after {
    content: none;
}

.rt-mailchimp-wrap ::placeholder {
    color: #fff;
    opacity: 1;
}

.rt-mailchimp-wrap :-ms-input-placeholder {
    color: #fff;
}

.rt-mailchimp-wrap ::-ms-input-placeholder {
    color: #fff;
}

/*Footer mailchimp Form*/

.site-footer .rt-mailchimp-wrap * {
    border-radius: 0 !important;
}

.site-footer .rt-mailchimp-wrap input[type="email"] {
    margin-bottom: 10px;
    padding: 5px 15px;
    height: 52px;
    border: 1px solid var(--rt-primary-color);
}

.site-footer .rt-mailchimp-wrap .rt-animation-btn,
.site-footer .rt-mailchimp-wrap input[type="submit"] {
    position: static;
}

.site-footer .rt-mailchimp-wrap .rt-animation-btn {
    height: 52px;
}

/* End MailChim Style */


/* Start Progressbar style */
.rt-progress-bar .progress-title {
    font-size: 16px;
    color: #212121;
    font-weight: bold;
    font-family: var(--rt-body-font);
}

.rt-progress-bar.style2 .elementor-progress-percentage {
    position: relative;
    padding: 0;
}

.rt-progress-bar.style2 .elementor-progress-percentage .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--rt-primary-color);
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin: 0;
}

.rt-progress-bar.style2 .elementor-progress-percentage .shape {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--rt-primary-color);
    border: 5px solid #fff;
    box-shadow: -1.336px 6.871px 24px 0 rgb(0 0 0 / 17%);
    display: inline-block;
    position: absolute;
    right: -2px;
    top: -10px;
}

.rt-progress-bar.style2 .elementor-progress-percentage .percentage {
    margin-bottom: 10px;
    position: absolute;
    top: -33px;
    right: -10px;
}

.rt-progress-bar.style2 .elementor-progress-wrapper {
    overflow: inherit !important;
    position: relative;
    background: none;
}

.rt-progress-bar.style2 .elementor-progress-wrapper::before {
    content: "";
    width: 100%;
    height: 7px;
    background: #e0e8fa;
    border-radius: 50px;
    overflow: hidden;
    display: block;
    top: 0;
    position: absolute;
    z-index: -1;
}

.rt-progress-bar.style2 .elementor-progress-bar {
    height: 7px;
}

.progress-bar-striped {
    background-image: linear-gradient(-45deg,
    rgba(255, 255, 255, .5) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, .5) 75%,
    transparent 75%,
    transparent);
    background-size: 18px 18px;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}


/* End Progressbar style */

/* Start Pricing Table */

.rt-pricing-box-wrapper {
    border: 1px solid #e5e5e5;
    padding: 40px;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    z-index: 1;
    position: relative;
}

.rt-pricing-box-wrapper::before,
.rt-pricing-box-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: -1;
    border-radius: 10px;
    transition: 0.4s ease-in-out;
}

.rt-pricing-box-wrapper::before {
    background-color: #fff;
}

.rt-pricing-box-wrapper::after {
    opacity: 0;
    visibility: hidden;
}

.rt-pricing-box-wrapper:hover::after {
    opacity: 1;
    visibility: visible;
}

.rt-pricing-box-wrapper hr {
    border-bottom: 1px solid #e5e5e5;
    margin: 30px -100px;
}

.rt-pricing-box-wrapper .plan-name-wrap {
    margin-bottom: 10px;
}

.rt-pricing-box-wrapper .plan-name-wrap .plan-name {
    color: #212121;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--rt-heading-font);
    font-weight: 700;
    letter-spacing: 1.2px;
    margin: 0;
}

.rt-pricing-box-wrapper .price-wrap .price {
    font-weight: 700;
    color: #000;
    font-size: 32px;
    line-height: 1.2;
    font-family: var(--rt-heading-font);
}

.rt-pricing-box-wrapper .price-wrap .seperator,
.rt-pricing-box-wrapper .price-wrap .period {
    font-size: 16px;
    color: #b2bbc5;
}

.rt-pricing-box-wrapper .subtitle {
    font-size: 15px;
    line-height: 24px;
    color: #788593;
    padding-top: 15px;
}

.rt-pricing-box-wrapper .feature-lists {
    font-size: 15px;
    color: #646464;
}

.rt-pricing-box-wrapper .feature-lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rt-pricing-box-wrapper .feature-lists ul li {
    line-height: 1.4;
    margin-bottom: 14px;
}

.rt-pricing-box-wrapper .feature-lists ul li i {
    margin-right: 10px;
}

.rt-pricing-box-wrapper .feature-lists ul li svg {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

.rt-pricing-box-wrapper footer {
    padding-top: 10px;
}

.rt-pricing-box-wrapper footer .btn {
    display: block;
    border-radius: 3px;
    background-color: rgb(49, 111, 251);
    box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.15);
    padding: 17px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    transition: 0.4s ease-in-out;
    border: none;
}

.rt-pricing-box-wrapper footer .btn:after {
    background-color: var(--rt-primary-color);
}

.rt-pricing-box-wrapper .icon-holder {
    position: absolute;
    top: 66px;
    right: 63px;
    font-size: 50px;
}

.rt-pricing-box-wrapper * {
    transition: 0.4s ease-in-out;
}

.rt-pricing-box-wrapper .is-featured {
    background: var(--rt-primary-color);
    position: absolute;
    width: 200px;
    text-align: center;
    transform: rotate(41deg);
    right: -58px;
    height: 43px;
    line-height: 43px;
    top: 16px;
    font-size: 12px;
    color: #ffff;
    text-transform: uppercase;
    font-weight: bold;
}

/* End Pricing Table */

/* Animation image  */
.elementor-section.has-placeholder .elementor-column,
.elementor-section.has-placeholder .elementor-column-wrap,
.elementor-section.has-placeholder .elementor-container,
.elementor-section.has-placeholder .elementor-widget-wrap {
    position: static;
}

/* End Animation image  */

[class*=" rtcl-icon-"]:before, [class^=rtcl-icon-]:before {
    margin-left: 0;
    margin-right: 0;
}

/*============================
# Review Schema Style
=============================*/
.rtrs-review-wrap {
    border-radius: 4px;
    padding: 25px 30px 30px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.rtrs-review-wrap .rtrs-sorting-bar {
    background-color: #fff;
    padding: 0;
}

.rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-select select {
    padding: 7px 32px 5px 13px;
    box-shadow: none;
    border: 1px solid #eaeaea;
}

.rtrs-review-wrap .rtrs-sorting-bar .rtrs-sorting-title {
    font-size: 18px;
    font-weight: 500;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
    padding: 23px 25px 24px !important;
    background: transparent !important;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn {
    background-color: var(--rt-primary-light3, #eaf7f4) !important;
    color: var(--rt-primary-color) !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover {
    background-color: var(--rt-primary-dark) !important;
    color: #fff !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-review-title {
    margin: 0 0 8px;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body p {
    margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-box .rtrs-review-body .rtrs-reply-btn {
    padding: 0 !important;
}

body .rtrs-review-form {
    background-color: transparent !important;
    padding: 0 !important;
}

.rtrs-review-wrap .rtrs-paginate {
    margin: 0 0 10px !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-rating-category li {
    margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-rating-category li {
    line-height: 2 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group {
    margin-bottom: 20px !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group.rtrs-submit-button {
    margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group input[submit] {
    margin-bottom: 0 !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-submit-btn {
    background-color: var(--rt-primary-color) !important;
}

.rtrs-review-wrap .rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover {
    background-color: var(--rt-primary-dark) !important;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta li {
    margin-bottom: 0 !important;
}

.rtrs-summary {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)) !important;
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress {
    margin-bottom: 10px !important;
}

.rtrs-summary .rtrs-progress-wrap .rtrs-progress label {
    margin-bottom: 0 !important;
}

.rtrs-summary .rtrs-progress-wrap {
    padding: 20px 30px 10px !important;
}

.rtrs-summary .rtrs-progress-wrap progress::-webkit-progress-value {
    background: var(--rt-primary-color) !important;
}

.rtrs-summary .rtrs-progress-wrap progress::-moz-progress-bar {
    background: var(--rt-primary-color) !important;
}

.rtrs-summary .rtrs-progress-wrap progress::-webkit-progress-bar {
    background: #c7e6de !important;
}

.rtrs-summary .rtrs-progress-wrap progress {
    color: var(--rt-primary-dark) !important;
}

.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date i:before {
    color: var(--rt-primary-color) !important;
}

/*RTCL Register Form Style*/
#rtcl-register-form .rtcl-privacy-policy-wrap .form-check,
#rtcl-register-form .rtcl-registration-terms-conditions .form-check {
    padding-left: 0;
}

/******************************************
Agents style
******************************************/

/*Agent Archive*/
.theme-homlisti .rtcl-agents-header {
    max-width: 1240px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 18px 0 18px;
}

.theme-homlisti .rtcl-agents-header {
    margin-bottom: 30px;
}

.theme-homlisti .rtcl-agents .agent-block {
    height: 100%;
    border: 1px solid #dfe4ef;
    border-radius: 8px;
    padding: 22px;
    position: relative;
}

.theme-homlisti .rtcl-agents .agent-block .item-img {
    width: 100%;
    height: 250px;
    border-radius: 6px;
    overflow: hidden;
}

.post-type-archive-rtcl_agent.theme-homlisti .rtcl-agents .agent-block .item-img {
    height: 300px;
}

.theme-homlisti .rtcl-agents .agent-block .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.theme-homlisti .rtcl-agents .agent-block:hover .item-img img {
    transform: scale(1.1);
}

.theme-homlisti .agent-block .social-icon {
    position: absolute;
    top: 42px;
    right: 32px;
    width: 36px;
    max-height: 37px;
    overflow: hidden;
    transition: 0.4s;
}

.theme-homlisti .agent-block .social-icon.active,
.theme-homlisti .agent-block .social-icon:hover {
    max-height: var(--hl-self-height, 330px);
}

.theme-homlisti .agent-block .social-icon a {
    width: 36px;
    height: 36px;
    margin-bottom: 5px;
    opacity: 1;
    visibility: visible;
}

.theme-homlisti .agent-block .social-icon a.social-hover-icon {
    cursor: pointer;
}

.rt-agents-wrapper.style3 .agent-block .social-icon a.social-hover-icon ~ a {
    background: none;
    color: #aaa;
    width: inherit;
    height: inherit;
    line-height: 1.4;
}

.rt-agents-wrapper.style3 .agent-block .social-icon a.social-hover-icon ~ a:hover {
    color: #222;
}

.rt-agents-wrapper.style3 .agent-block .social-icon {
    top: 18px;
    right: 24px;
}

.rt-agents-wrapper.style2 .agent-block .social-icon {
    top: 0;
}

.theme-homlisti .rtcl-agents .agent-block .item-img .listing-count {
    left: 10px;
    right: auto;
}
.rtcl-agent-info-wrap .rtcl-agent-img .listing-count,
.theme-homlisti .rtcl-agents .agent-block .item-img .listing-count {
    font-size: 14px;
    padding: 9px 15px 9px 24px;
    bottom: 16px;
    left: 18px;
    color: var(--rt-primary-color);
}

.rtcl-agents-single-main .rtcl-agent-info-wrap .rtcl-agent-img .listing-count {
    bottom: auto;
}

.theme-homlisti .rtcl-agents .agent-block .agency-name a:hover {
    color: var(--rt-primary-color);
}

.rtcl-agents-single-main .rtcl-agent-info-wrap .rtcl-agent-img .listing-count::before,
.theme-homlisti .rtcl-agents .agent-block .item-img .listing-count::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #bdc5da;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    position: absolute;
    left: 13px;
}

.theme-homlisti .rtcl-agents .agent-block .agent-name {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.theme-homlisti .rtcl-agents .agent-block .agent-name:hover a {
    color: var(--rt-primary-color);
}

.theme-homlisti .rtcl-agents .agent-block .agency-name {
    color: #788593;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
}

.theme-homlisti .rtcl-agents .agent-block .item-content .rtcl-icon {
    color: var(--rt-primary-color);
    width: 27px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.theme-homlisti .rtcl-agents .agent-block .details-btn a.btn {
    border-radius: 3px;
    padding: 5px 20px;
}

.theme-homlisti .rtcl-agents .agent-block .details-btn a.btn:hover {
    color: #fff;
}

.rtcl-agents-archive-main.left-sidebar .row.agent-main-row {
    flex-direction: row-reverse;
}

.rtl .rtcl-agents-archive-main.right-sidebar .row.agent-main-row {
    flex-direction: row-reverse;
}

.rtcl-agents-archive-main .rtcl .rtcl-grid-view {
    grid-row-gap: 30px;
}

body .widget .rtcl-widget-listings .rtcl-grid-view {
    grid-row-gap: 15px;
}

/*Agents Single page*/
.rtcl-agent-info-wrap {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 20px;
}

.rtcl-agent-info-wrap .rtcl-agent-img {
    position: relative;
    margin-right: 20px;
    max-width: 250px;
}

.rtcl-agent-info-wrap .rtcl-agent-info {
    max-width: calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
}

.rtcl-agents-single-main.left-sidebar .row.agent-main-row {
    flex-direction: row-reverse;
}

.rtl .rtcl-agents-single-main.right-sidebar .row.agent-main-row {
    flex-direction: row-reverse;
}

.rtcl-agents-single-main .agent-email-area {
    margin-top: 0;
    background: #fff;
    padding: 25px 30px 30px;
}

.rtcl-agents-single-main .agent-email-area form {
    padding: 0;
    background: none;
}

.rtcl-agents-single-main .agent-email-area form button.sc-submit {
    background-color: var(--rt-primary-color);
    border: none;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-weight: 500;
}

.rtcl-agents-single-main .agent-email-area form button.sc-submit:hover {
    background-color: var(--rt-primary-dark);
}

.rtcl-agents-single-main .agent-email-area form .form-group .form-control {
    font-size: 15px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.rtcl-agents-single-main .agent-email-area form .with-errors {
    color: red;
    font-size: 14px;
}

.rtcl-agents-single-main .agent-email-area form span.rtcl-icon-spinner {
    position: absolute;
    margin-top: 9px;
    margin-left: -27px;
    color: #000;
}

.rtcl-agents-single-main .product-grid .rtcl-list-view .product-box .product-content .product-bottom-content .item-author {
    display: block;
}

.rtcl-agents-single-main .product-grid .product-box .product-content .product-bottom-content .media {
    padding-left: 0;
}

.rtcl-agents-single-main .rtcl .product-box .rtcl-listing-badge-wrap {
    position: static;
}

.rtcl-agents-single-main .product-grid .rtcl-list-view .product-box.style2 .product-content .entry-meta {
    margin-bottom: 2px;
}

.rtcl-agents-single-main .product-grid .rtcl-list-view .product-box .product-content .product-bottom-content {
    padding: 11px 22px 0;
}

.rtcl-agents-single-main .product-grid .product-box.style2 .product-content .product-features {
    margin-bottom: 4px;
}

.rtcl-agents-single-main .product-grid .rtcl-list-view .product-box.style2 .product-content .entry-meta {
    padding-bottom: 0;
}

.rtcl-agents-single-main .rtcl-agent-info-wrap .rtcl-agent-info .agent-name {
    font-size: 28px;
    margin-bottom: 5px;
}

.rtcl-agents-single-main .rtcl-agent-info-wrap .rtcl-agent-info .agent-bio {
    font-size: 15px;
    color: #788593;
    line-height: 25px;
}

.rtcl-agents-single-main .rtcl-agent-info-wrap .rtcl-agent-info .agency-name a:hover {
    color: var(--rt-primary-color);
}

.rtcl-agents-single-main .rtcl-agent-info-wrap .rtcl-agent-info .agent-meta {
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    margin-top: 5px;
    padding-bottom: 6px;
}

.rtcl-agents-single-main .rtcl-agent-info-wrap .rtcl-agent-info .agent-meta:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.rtcl-agents-single-main .rtcl-agent-info-wrap .rtcl-agent-info .agent-meta > i {
    display: inline-block;
    width: 30px;
    opacity: .7;
    font-size: 16px;
    color: var(--rt-primary-dark);
}

.rtcl-agents-single-main .rtcl-agent-info-wrap .rtcl-agent-img .rtcl-agent-social {
    text-align: center;
    padding-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.rtcl-agents-single-main .rtcl-agent-info-wrap .rtcl-agent-img .rtcl-agent-social a {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 29px;
    border: 1px solid;
    font-size: 13px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.facebook {
    color: #365493;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.twitter {
    color: #000;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.youtube {
    color: #f00;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.instagram {
    color: #ff3b6e;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.linkedin {
    color: #0077b5;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.pinterest {
    color: #cd0f40;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.reddit {
    color: #0077b5;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.facebook:hover {
    color: #fff;
    background-color: #365493;
    border-color: #365493;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.twitter:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.youtube:hover {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.instagram:hover {
    color: #fff;
    background-color: #ff3b6e;
    border-color: #ff3b6e;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.linkedin:hover {
    color: #fff;
    background-color: #0077b5;
    border-color: #0077b5;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.pinterest:hover {
    color: #fff;
    background-color: #cd0f40;
    border-color: #cd0f40;
}

.rtcl-agent-info-wrap .rtcl-agent-social a.reddit:hover {
    color: #fff;
    background-color: #0077b5;
    border-color: #0077b5;
}

.rtcl-agents-single-main .rtcl-agent-ad-listing-wrapper > ul {
    margin-bottom: 20px;
}

.rtcl-agents-single-main .rtcl-agent-ad-listing-wrapper > ul li a:hover,
.rtcl-agents-single-main .rtcl-agent-ad-listing-wrapper > ul li.active a {
    background-color: var(--rt-primary-color);
    border-color: var(--rt-primary-color);
    color: #fff;
    box-shadow: 0px 7px 18px 0px rgba(var(--rt-primary-rgb), .32) !important;
}

.rtcl-agents-single-main .product-grid .rtcl-list-view .product-box,
.rtcl-agents-single-main .rtcl-agent-info-wrap {
    border: 1px solid var(--rt-primary-light2, #deede9);
    border-radius: 6px;
}

@media (max-width: 767px) {
    .rtcl-agents-single-main .product-grid .rtcl-list-view .product-box .product-content .product-bottom-content {
        padding: 11px 0 0;
    }
}

@media (max-width: 575px) {
    .rtcl-agents-single-main .rtcl-agent-info-wrap {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
    .rtcl-agent-info-wrap .rtcl-agent-img {
        margin: 0 !important;
    }

    .rtcl-agent-info-wrap .rtcl-agent-info {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .rtcl-agents-single-main .rtcl-agent-info-wrap .rtcl-agent-img .rtcl-agent-social {
        text-align: left;
    }

    .rtcl-agents-single-main .rtcl-agent-ad-listing-wrapper > ul a {
        padding: 0 12px;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
        min-width: auto;
        border-radius: 4px;
        font-weight: normal;
    }
}

.rtcl-agent-meta .rtcl-icon, .rtcl-agent-meta a, .rtcl-agents .item-phone .rtcl-icon, .rtcl-agents .item-phone a, .rtcl-agents .item-contact .rtcl-icon, .rtcl-agents .item-contact a {
    color: #8a8a8a;
}

.rtcl-agent-info-wrap .rtcl-agent-info .agency-name a {
    color: inherit;
}

.rtcl-agent-info-wrap .rtcl-agent-info .agency-name {
    color: #484848;
    font-size: 16px;
    font-weight: 400;
}

.rtcl-store-im-popup .rtcl-invite-manager-wrap {
    margin-top: 0 !important;
    padding: 20px;
}
.rtcl-store-im-popup .rtcl-invite-manager-wrap span.add-manager {
    margin-left: 12px !important;
}

.rtcl-store-im-popup .rtcl-invite-manager-wrap span.add-manager:hover {
    background-color: var(--rt-primary-dark);
    border-color: var(--rt-primary-dark);
}

/*Page builder css*/
.el-single-addon.single-listing-meta-wrap .rtcl-icon {
    margin-right: 5px;
}

.el-single-addon.custom-field-content-area ul li i {
    margin-right: 5px;
}

.el-single-addon .list-group-item {
    padding-left: 0;
    padding-right: 0;
}

/*Mobile App CSS*/
body.rtcl-checkout.rtcl-mobile-payment [class*='col-'],
.woocommerce-checkout.woocommerce-page.rtcl-mobile-woo-payment [class*='col-'] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

body.rtcl-checkout.rtcl-mobile-payment #sticky_sidebar,
body.rtcl-checkout.rtcl-mobile-payment .site-footer,
body.rtcl-checkout.rtcl-mobile-payment .breadcrumbs-banner,
body.rtcl-checkout.rtcl-mobile-payment .mobile-offscreen-menu,
body.rtcl-checkout.rtcl-mobile-payment #mobile-menu-sticky-placeholder,
body.rtcl-checkout.rtcl-mobile-payment .site-header,
.woocommerce-checkout.woocommerce-page.rtcl-mobile-woo-payment #sticky_sidebar,
.woocommerce-checkout.woocommerce-page.rtcl-mobile-woo-payment .site-footer,
.woocommerce-checkout.woocommerce-page.rtcl-mobile-woo-payment .breadcrumbs-banner,
.woocommerce-checkout.woocommerce-page.rtcl-mobile-woo-payment .mobile-offscreen-menu,
.woocommerce-checkout.woocommerce-page.rtcl-mobile-woo-payment #mobile-menu-sticky-placeholder,
.woocommerce-checkout.woocommerce-page.rtcl-mobile-woo-payment .site-header {
    display: none !important;
}

/*End Mobile App CSS*/

.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
    background-color: #fff;
}

.rtcl-EditAccountForm .rtcl-country-wrapper ul,
.rtcl-registration-form-wrap .rtcl-country-wrapper ul {
    list-style: none !important;
    padding-left: 0 !important;
}

@media (max-width: 575px) {
    .rt-el-listing-wrapper .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

body .rtcl.rtcl-elementor-widget .rtcl-list-view .rtin-el-button a:focus,
body .rtcl.rtcl-elementor-widget .rtcl-list-view .rtin-el-button a:hover {
    background-color: var(--rtcl-primary-color);
    color: #fff;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-summary i.rtcl-icon {
    font-size: 15px;
    margin-right: 5px;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-summary .entry-meta li:not(:last-child) {
    margin-right: 15px;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-summary .overview-list .rtcl-field-checkbox li {
    display: inline-block;
    margin-right: 10px;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-summary .overview-list .rtcl-field-checkbox li i {
    margin-right: 5px;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-summary .overview-list > div {
    display: block;
    margin-top: 5px;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-summary .overview-list > div:not(.rtcl-field-checkbox) {
    display: flex;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-summary .overview-list > div:not(.rtcl-field-checkbox) .field-title {
    margin-right: 10px;
}

.rtcl-qvw .rtcl-quick-view-container .rtcl-qv-summary .overview-list > div:not(.rtcl-field-checkbox) .cfp-value i {
    display: none;
}

.listing-item .badge.rtcl-badge-popular {
    background-color: #00c0ff;
}

.elementor-testimonial-star-enable .elementor-testimonial-wrapper,
.elementor-testimonial-star-enable-footer .elementor-testimonial-wrapper {
    position: relative;
}

.elementor-testimonial-star-enable .elementor-testimonial-wrapper::before,
.elementor-testimonial-star-enable-footer .elementor-testimonial-wrapper::after {
    content: "\f005  \f005  \f005  \f005  \f005";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ffa927;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.elementor-testimonial-star-enable-footer .elementor-testimonial-wrapper .elementor-testimonial-content {
    margin-bottom: 15px;
}

.elementor-testimonial-author-pos-header .elementor-testimonial-wrapper {
    display: flex;
    flex-direction: column;
}

.elementor-testimonial-author-pos-header .elementor-testimonial-wrapper .elementor-testimonial-meta {
    order: -1;
    margin-bottom: 30px;
}

.elementor-testimonial-quote-enable .elementor-widget-container {
    position: relative;
}

/*Testimonial custom css*/
.rt-testimonial-left {
    margin-right: auto;
}

.rt-testimonial-right {
    margin-left: auto;
}

.rt-testimonial-center {
    margin-left: auto;
    margin-right: auto;
}

.rt-testimonial-absolute {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

/*Remove lightbox from single listing*/
body.single-rtcl_listing .dialog-lightbox-widget,
body.single-rtcl_listing .elementor-lightbox {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -9999999px;
}

.badge.rtcl-badge-popular {
    background-color: #00c0ff;
}

@media (min-width: 992px) {
    .rtcl-archive-top-search-wrapper {
        display: none;
    }
}

.rtcl-archive-top-search-wrapper > *:not(.widget_homlisti_advanced_search) {
    display: none;
}

@media (max-width: 991px) {
    #sticky_sidebar .widget.widget_homlisti_advanced_search:has(.rtcl-widget-ajax-filter-wrapper) {
        box-shadow: none;
        background: none;
        padding: 0;
    }
}
.rtcl .breadcrumbs-banner h1,
.breadcrumbs-banner h1 {
    font-weight: 600;
}

.badge.rtcl-badge-_bump_up {
    color: #fff !important;
}

.rtcl-el-slider-wrapper .swiper-container-initialized .swiper-wrapper {
    opacity: 1 !important;
}

.rtcl-el-slider-wrapper .swiper-container-initialized .rtcl-swiper-lazy-preloader {
    opacity: 0 !important;
}

/*Advance Search*/
.rtcl_cf_by_category_html.is-loading {
    position: relative;
}

.rtcl_cf_by_category_html.is-loading::before {
    content: "\f110";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    z-index: 999;
}

.rtcl_cf_by_category_html.is-loading > * {
    opacity: 0.6 !important;
    filter: blur(1px);
}

.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%);
}

/*Quick View Modal*/
.rtcl-ui-modal {
    z-index: 999999;
}

.rtcl-ui-modal .rtcl-modal-wrapper .rtcl-modal-content .rtcl-modal-body::-webkit-scrollbar {
    width: 6px;
}

.rtcl-ui-modal .rtcl-modal-wrapper .rtcl-modal-content .rtcl-modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.rtcl-ui-modal .rtcl-modal-wrapper .rtcl-modal-content .rtcl-modal-body::-webkit-scrollbar-thumb {
    background: var(--rt-primary-color);
}

.rtcl-ui-modal .rtcl-modal-wrapper .rtcl-modal-content .rtcl-modal-body::-webkit-scrollbar-thumb:hover {
    background: var(--rt-primary-color);
}

/*End Quick View Modal*/

.skeleton-box {
    display: block;
    height: 20px;
    position: relative;
    overflow: hidden;
    background-color: #f2f3f5;
    margin-top: 5px;
}

.skeleton-box:nth-child(2n+1) {
    width: 70%;
}

.skeleton-box:nth-child(3n+1) {
    width: 60%;
}

.skeleton-box:nth-child(4n+1) {
    width: 90%;
}

.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 2s infinite;
    content: '';
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

/*My Account new CSS */
.rtcl-MyAccount-wrap .rtcl-MyAccount-content .membership-statistic-report-outer,
.rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-user-info .rtcl-user-content {
    flex: 100%;
    max-width: 100%;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listing-statistics > div .rtcl-listing-count-inner {
    padding: 30px 20px;
    height: 100%;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-content .membership-statistic-report-wrap .statistic-report {
    line-height: 26px;
}

.rtcl-MyAccount-content #rtcl-store-content-wrap .oh-list-wrap #oh-list .oh-item table td {
    text-align: left;
}

.rtcl-MyAccount-content #rtcl-store-content-wrap #oh-type-wrap input[type=radio] + label:before {
    border-radius: 100%;
    content: "" !important;
    display: inline-block;
    opacity: 1;
    visibility: visible;
    height: 14px;
    left: 3px;
    position: absolute;
    top: 5px;
    transition: all .2s ease;
    width: 14px;
    border: 1px solid #ddd;
}

.rtcl-MyAccount-content #rtcl-store-content-wrap #oh-type-wrap input[type=radio]:checked + label,
.rtcl-MyAccount-content #rtcl-store-content-wrap #oh-type-wrap input[type=radio]:not(:checked) + label {
    padding-top: 3px;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-EditAccountForm .rtcl-media-upload-wrap .rtcl-media-upload .rtcl-media-action span.rtcl-icon-plus {
    height: 24px;
}

/*Default Style */
.page-template-rtcl-canvas_template #rtcl-store-managers-content .rtcl-store-manager-action {
    top: 30px;
}

@media (min-width: 768px) {
    .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-user-info > div {
        flex: 1 !important;
        max-width: 100% !important;
        min-height: 100% !important;
    }

    .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-user-info > div > div {
        height: 100%;
    }

    .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-user-info .rtcl-user-content .rtcl-user-content-inner {
        height: 100%;
    }
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-user-info .rtcl-user-note h4 {
    margin: 0 0 5px;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-user-info .rtcl-user-note .rtcl-user-note-inner {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

body.rtcl-account.page-template-default .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listing-statistics > div {
    flex: 25%;
    max-width: 25%;
}

@media (max-width: 767px) {
    body.rtcl-account.page-template-default .rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listing-statistics > div {
        flex: 50%;
        max-width: 50%;
    }
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listing-statistics > div .rtcl-listing-count-inner {
    gap: 15px;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listing-statistics > div .rtcl-listing-count-inner .rtcl-listing-number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listing-statistics > div .rtcl-listing-count-inner .rtcl-listing-number span {
    font-weight: 600;
    font-size: 18px;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-listing-statistics > div .rtcl-listing-count-inner .rtcl-listing-number h5 {
    margin: 0;
}

body.rtcl-account.page-template-default .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation {
    border: none;
}

body.rtcl-account.page-template-default .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li {
    border-color: #dbe9e6;
}

.homlisti-myaccount .rtcl .rtcl-MyAccount-navigation ul li:before {
    content: none !important;
}

body.rtcl-account.page-template-default .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li.rtcl-MyAccount-navigation-link a:before {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
}

body.rtcl-account.page-template-default .rtcl-MyAccount-wrap .rtcl-MyAccount-navigation ul li.rtcl-MyAccount-navigation-link a {
    padding: 0 0 0 50px;
    height: 54px;
    display: flex;
    align-items: center !important;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-manage-my-listings .rtcl-action-wrap .rtcl-add-new-listing a.btn:hover {
    color: #fff;
}

.rtcl-MyAccount-wrap .rtcl-MyAccount-content .rtcl-manage-my-listings .rtcl-action-wrap .rtcl-my-listings-search-form button {
    top: 8px;
}

div#rtcl-documents-content-wrap {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}

.rtcl .rtcl-icon-tiktok,
.rtcl .rtcl-icon-twitter {
    width: auto;
    height: auto;
    background: none;
}

.rtcl-icon-twitter {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    mask-image: none;
    -webkit-mask-image: none;
}

.rtcl-icon-twitter::before {
    content: "\e61b";
    font-family: "Font Awesome 6 Brands";
}

.listing-map-top-sidebar .widget_homlisti_advanced_search .advance-search-form .search-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.listing-map-top-sidebar .search-item:nth-child(1) {
    grid-column: 1 / 3;
}

.listing-map-top-sidebar .widget_homlisti_advanced_search .advance-search-form .search-box .rtcl-widget-custom-field {
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 99;
    background: #fff !important;
}

.listing-map-top-sidebar .advance-search-form label {
    display: none;
}

.listing-map-top-sidebar .search-item.rtcl-radius-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

/*FAQ CSS*/
.rtcl-main-content-wrapper .rtcl-faq-wrapper {
    background: #fff;
    padding: 0;
}

/*Woo Nocite*/
.woo-notice-wrapper {
    overflow: hidden;
    background: var(--rt-primary-light3, #eaf7f4);
}

.woo-notice-wrapper .woocommerce-message {
    width: 1210px !important;
    margin: 15px auto 0;
}

/*Job Manager*/
.rtcl-sidebar-wrapper form.rtcl-job-filter-form {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

.rtcl-sidebar-wrapper form.rtcl-job-filter-form .input-group {
    border: none;
}

.product-grid .product-box.is-job .product-thumb .product-type {
    display: none;
}

.product-grid .product-box .product-content .entry-meta + .entry-meta {
    display: none;
}

/*New Form Builder CSS*/

.page-template-default #rtcl-form-builder-container {
    background: none;
    box-shadow: none;
    padding: 0;
}

.product-grid .product-box.style2 .product-content .rtcl-listable {
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.meta-fields-circle .product-grid .product-box.style2 .product-content .rtcl-listable .rtcl-field-icon,
.product-grid .product-box.style2 .product-content .rtcl-listable .rtcl-field-icon {
    color: var(--rt-primary-color);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--rt-primary-light3, #edf9f6);
    display: inline-block;
    text-align: center;
    line-height: 36px;
    aspect-ratio: 1 / 1;
    margin-right: 4px;
}

.meta-fields-flat .product-grid .product-box.style2 .product-content .product-features li i,
.meta-fields-flat .product-grid .product-box.style2 .product-content .rtcl-listable .rtcl-field-icon {
    width: 24px;
    background: none;
    text-align: left;
    color: inherit;
    font-size: 16px;
}
.product-grid .product-box.style2 .product-content .rtcl-listable .rtcl-listable-item {
    display: flex;
    align-items: center;
}

.product-grid .product-box.style2 .product-content .rtcl-listable .listable-repeater-field:after,
.product-grid .product-box.style2 .product-content .rtcl-listable .rtcl-listable-item:after {
    content: none;
}

.glass-effect > :is(.elementor-widget-wrap, .elementor-widget-container) {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
i.flaticon-bed {
    font-size: 1.1em;
}

.rtcl-ajax-filter-item .rtcl-filter-title-wrap .rtcl-icon {
    background: #fff !important;
}