/* Titlebar */
.listeo-grid-gallery-title #titlebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listeo-grid-gallery-title .listing-share {
    text-align: right;
    font-size: 14px;
}

.listeo-grid-gallery-title .like-icon:after,
.listeo-grid-gallery-title .like-icon:before {
    color: #e80d38;
}

.listeo-grid-gallery-title .listing-share {
    min-width: 300px;
    margin: 0 !important;
}

.listeo-grid-gallery-title .listing-share #bookmarks-counter {
    display: block;
    margin-top: 8px;
}

body .listeo-grid-gallery-title #bookmarks-counter {
    font-size: 16px;
}

/* Grid */
.placeholder {
    background: #ddd;
    height: 100%;
    width: 100%;
    display: block;
}

#single-listing-grid-gallery {
    display: flex;
    width: 100%;
    height: 45vh;
    min-height: 500px;
    max-height: 700px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 20px 0;
    position: relative;
}

.slg-button[data-gallery-count="1"],
.slg-button[data-gallery-count="2"],
.slg-button[data-gallery-count="3"],
.slg-button[data-gallery-count="4"],
.slg-button[data-gallery-count="5"] {
    display: none;
}

.bookmark-btn-title {
    font-weight: 600;
}

.listing-share .like-icon::before {
    font-weight: 500;
}

@media (max-width: 1600px) {
    #single-listing-grid-gallery {
        height: 40vh;
    }
}

@media (max-width: 1300px) {
    #single-listing-grid-gallery {
        height: 35vh;
    }
}

@media (max-width: 1100px) {
    #single-listing-grid-gallery {
        height: 25vh;
    }

    body .listeo-grid-gallery-title #bookmarks-counter {
        font-size: 14px;
    }

    .listeo-grid-gallery-title .listing-share #bookmarks-counter,
    .bookmark-btn-title {
        display: none;
    }

    .listeo-grid-gallery-title .listing-share button {
        padding: 0;
        height: 46px;
        width: 46px;
        text-align: center;
    }

    .listeo-grid-gallery-title .listing-share button .like-icon {
        margin: 0;
        width: 100%;
    }

    #titlebar.listing-titlebar h1,
    #titlebar.listing-titlebar h2 {
        font-size: 26px;
    }
}

@media (max-width: 1050px) {
    #single-listing-grid-gallery {
        height: 400px;
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    #single-listing-grid-gallery {
        height: 300px;
        min-height: 300px;
    }

    body .slg-half {
        width: 100%;
    }

    .slg-half:nth-child(3) {
        display: none !important;
    }

    .listeo-grid-gallery-title #titlebar {
        padding-bottom: 20px;
    }

    .slg-button {
        display: block !important;
    }

    .listeo-grid-gallery-title .listing-share {
        min-width: 60px;
    }

    #single-listing-grid-gallery {
        margin-bottom: 20px;
    }

    #titlebar.listing-titlebar h1,
    #titlebar.listing-titlebar h2 {
        font-size: 24px;
    }
}

@media (max-width: 500px) {
    #single-listing-grid-gallery {
        height: 200px;
        min-height: 200px;
    }
}

#single-listing-grid-gallery a.slg-gallery-img-single,
#single-listing-grid-gallery a.slg-gallery-img {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

#single-listing-grid-gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#single-listing-grid-gallery a.slg-gallery-img-single:before,
#single-listing-grid-gallery a.slg-gallery-img:before {
    height: 100%;
    width: 100%;
    background: #000;
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    opacity: 0;
    transition: 0.4s;
    cursor: zoom-in;
}

#single-listing-grid-gallery a.slg-gallery-img-single:hover:before,
#single-listing-grid-gallery a.slg-gallery-img:hover:before {
    opacity: 0.2;
}

.slg-button {
    position: absolute;
    bottom: 25px;
    right: 30px;
    background: #fff;
    color: #333;
    padding: 7px 20px;
    line-height: 21px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    z-index: 20;
}

.slg-button:hover {
    background: #222;
    color: #fff;
}

.slg-button i {
    position: relative;
    top: 0;
    margin: 0 3px 0 0;
    font-size: 13px;
}

.slg-half {
    width: 50%;
    position: relative;
}

.slg-grid {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.slg-grid-top,
.slg-grid-bottom,
.slg-grid-inner {
    display: flex;
    width: 100%;
    height: 100%;
}

.slg-grid-top,
.slg-grid-bottom {
    overflow: hidden;
}

.slg-half:first-child {
    margin-top: 0px;
}

/* Grid space between */
.slg-half {
    margin-top: -14px;
}

.slg-half {
    position: relative;
}

.slg-grid-top,
.slg-grid-bottom,
.slg-grid-inner {
    margin: 7px;
    margin-bottom: 0;
}

.slg-one-photo .slg-half {
    width: 100%;
}

.listeo-grid-gallery-title #titlebar .listing-titlebar-title {
    margin-right: auto;
}

.slg-button:after {
    content: " (" attr(data-gallery-count) ")";
}

@media (max-width: 768px) {
    .user-profile-titlebar {
        flex-direction: row;
        align-items: center;
    }

    body .user-profile-name {
        left: 20px;
    }
}

@media (max-width: 768px) {
    .listing-nav {
        margin-bottom: 20px;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        display: flex;
        padding: 0;
        flex-wrap: nowrap;
        background: transparent;
        scrollbar-width: none;
        -ms-overflow-style: none;

        &::-webkit-scrollbar {
            background: transparent;
            width: 0px;
        }
    }

    .listing-nav li {
        flex: 0 0 auto;
        margin-right: 6px;
    }

    .listing-nav li a {
        background: #f4f4f4;
        border-radius: 50px;
        padding: 2px 15px !important;
        line-height: 30px;
        font-size: 15px;
    }

    .listing-nav li.active a {
        color: #777;
        font-weight: 500;
    }

    #listing-nav {
        position: relative;
    }

    #listing-nav:after {
        content: "";
        pointer-events: none;
        position: absolute;
        background: #000;
        display: block;
        height: 100%;
        width: 100px;
        top: 0;
        right: 0;
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%
        );
    }

    #dark-mode #listing-nav:after {
        display: none;
    }

    #dark-mode .listing-nav li a {
        background: #444;
    }
}

body .daterangepicker .calendar-table th,
body .daterangepicker .calendar-table td {
    padding: 5px;
}

.form-field-_listing_logo-container .uploadButton {
    min-height: 60px;
}

.form-field-_listing_logo-container .uploadButton .uploadButton-file-name {
    height: 40px;
}

.flatpickr-time .numInput {
    pointer-events: none;
}

.numInputWrapper span:hover {
    background-color: #66676b;
}

@media only screen and (max-width: 1365px) {
    body .dashboard #logo {
        background-color: transparent;
    }
}

.elementor-page .container.content-container {
    width: 100vw;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

@media (max-width: 992px) {
    .elementor-page .container.content-container {
        width: 100vw;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }
}

.form-field-container-type-hidden {
    display: none;
}

.form-field-_mandatory_fees-container {
    background: #00000008;
    padding: 20px 25px;
    border-radius: 5px;
}

.col-md-12.form-field-_mandatory_fees-container {
    width: calc(100% - 30px);
    margin: 0 15px;
}

.pricing-list-item .delete i,
.form-field-_mandatory_fees-container .delete i {
    font-size: 16px;
    background: #ff00001c;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

#pricing-list-container {
    width: calc(100% - 10px);
}

/* Header with search form */
.hws-wrapper .button.border.with-icon {
    display: none;
}

#header-container.hws-wrapper {
    position: fixed;
    width: 100%;
    background-color: #fff;
    transition: 0.2s background-color;
    top: 0;
}

header.fullwidth.hws-wrapper .container {
    padding: 0 20px;
}

.admin-bar .hws-wrapper {
    margin-top: 32px;
}

.transparent-header #header-container.hws-wrapper {
    background-color: transparent;
    transition: 0.2s background-color;
}

.hws-container {
    display: flex;
    width: calc(100% - 70px);
    position: relative;
    z-index: 1;
}

.hws-container .header-search-container {
    flex: 1;
    top: -5px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: -2px 0;
}

.hws-container #logo,
.hws-container .header-search-container {
    margin-right: 30px;
}

.usrname {
    display: inline-block;
}

.hws-wrapper .user-menu .user-name:after,
.hws-wrapper .usrname {
    display: none;
}

.mobile-nav-icons {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
}

.mobile-search-trigger,
.desktop-mmenu-trigger {
    background: rgba(0, 0, 0, 0.06);
    height: 100%;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.hmb-ico:before,
.hmb-ico:after,
.hmb-ico {
    content: "";
    border-radius: 10px;
    height: 2px;
    width: 40%;
    display: inline-block;
    background: #222;
    text-align: right;
    position: relative;
    transition: 0.3s;
}

.hmb-ico:before {
    width: 70%;
    position: absolute;
    top: -9px;
    right: 0;
}

.hmb-ico:after {
    width: 50%;
    right: 0;
    top: -7px;
}

.hmb-ico-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desktop-mmenu-trigger:hover .hmb-ico:before,
.desktop-mmenu-trigger:hover .hmb-ico:after {
    width: 100%;
}

@media (min-width: 1024px) {
    .mobile-navigation-wrapper {
        max-width: 420px;
        right: 0;
        left: initial;
        transform: translateX(100%);
    }

    body.mobile-nav-open {
        overflow-y: auto;
    }
}

.hws-header #wrapper {
    padding-top: 80px;
}

.page-template-template-split-map.hws-header #wrapper,
.page-template-template-dashboard-php.hws-header #wrapper {
    padding-top: 0px;
}

.header-search-container .main-search-input {
    margin: 0;
    /*	box-shadow: none;
    background-color: #f0f0f0;*/
    padding: 5px;
    /*    zoom: 0.92;*/
    transform: scale(0.92);
    top: 0;
}

@media (min-width: 1200px) {
    .mobile-nav-header {
        height: 80px;
    }

    .menu-icon-toggle {
        width: 80px;
        height: 80px;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 0;
        padding: 10px;
        transition: 0.2s;
        justify-content: center;
        border-radius: 0;
        display: flex;
    }

    .menu-icon-toggle::before,
    .menu-icon-toggle::after {
        width: 30%;
    }
}
@media (min-width: 1200px) {
    #header-container:not(.hws-wrapper) #header .container {
        display: flex;
        justify-content: space-between;
    }

    .right-side {
        width: auto;
    }

    .left-side {
        flex: 1;
        width: auto;
    }
}
/* Gray Style */
.header-search-container .gray-style .main-search-input {
    box-shadow: none;
    background-color: #f2f2f2;
    top: 0px;
    position: relative;
    margin-top: 0px;
}

.hws-wrapper .main-search-form {
    width: 100%;
    max-width: 1200px;
}

.header-search-container .gray-style .main-search-input-item.location a,
.header-search-container .gray-style .main-search-input input,
.header-search-container .gray-style .main-search-input input:focus {
    background: #f2f2f2;
}

.gray-style .type-and-hit-enter {
    background-color: #fff;
}

.mobile-search-trigger {
    display: none;
    justify-content: center;
    align-items: center;
}

.gg-search {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(1.2);
    width: 16px;
    height: 16px;
    border: 2px solid;
    border-radius: 100%;
    margin-left: -4px;
    margin-top: -4px;
    color: #222;
}

.gg-search::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 8px;
    background: currentColor;
    transform: rotate(-45deg);
    top: 10px;
    left: 12px;
}

.gg-close {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.gg-close::before,
.gg-close::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #222;
}

.gg-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 5px;
}

.gg-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 5px;
}

.hws-wrapper .main-search-input button.button {
    height: 48px;
}

.user_not_logged_in .hws-wrapper .header-widget .sign-in {
    background: #f4f4f4;
    margin: 0 5px 0 -5px;
}

.gg-search {
    display: block;
}

.gg-close {
    display: none;
}

.visible .gg-close {
    display: block;
}

.visible .gg-search {
    display: none;
}

@media (max-width: 1200px) {
    .mobile-search-trigger {
        display: flex;
    }

    .hws-container {
        width: calc(100% - 150px);
        justify-content: space-between;
    }

    .desktop-mmenu-trigger {
        background: rgba(0, 0, 0, 0.09);
    }

    .header-search-container {
        visibility: none;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
    }

    .header-search-container.visible {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
        transition: 0.3s;
    }

    .hws-container .header-search-container {
        margin: 0;
        position: absolute;
        width: 100vw;
        left: -30px;
        background: #fff;
        padding: 20px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .hws-wrapper .header-widget {
        text-align: right;
    }
}

@media (max-width: 1024px) {
    .hws-wrapper .header-widget {
        padding: 0;
        display: block;
        border: none;
        min-width: 118px;
        height: 43px;
    }

    .hws-wrapper .listeo-cart-container {
        margin-right: 18px;
    }

    .hws-wrapper .user-menu {
        margin-right: -5px;
    }

    .hws-wrapper #logo {
        width: auto;
        margin: 0;
        display: flex;
        align-items: center;
        max-width: 100px;
    }

    .hws-wrapper #header {
        padding: 10px 0;
    }

    .mobile-search-trigger,
    .desktop-mmenu-trigger {
        width: 60px;
    }

    .hws-container {
        width: calc(100% - 90px);
    }

    /*	.header-search-container .main-search-input { zoom: 1; }*/

    .mobile-search-trigger,
    .desktop-mmenu-trigger {
        width: 50px;
    }

    .gg-search {
        zoom: 0.9;
    }

    .gg-close {
        height: 20px;
        width: 20px;
    }

    .hmb-ico:before {
        top: -7px;
    }

    .hmb-ico:after {
        top: -9px;
    }

    .hws-wrapper .user-menu ul {
        left: auto;
        right: 0;
        transform: translateX(66px);
    }

    .hws-wrapper .listeo-cart-container .listeo-mini-cart {
        transform: translate3d(-20%, 0, 0);
        left: 0;
        width: 250px;
        right: initial;
    }

    .hws-wrapper .listeo-cart-container .listeo-mini-cart:before {
        left: 70px;
    }

    .user_not_logged_in .hws-wrapper .header-widget a.sign-in:hover,
    .user_not_logged_in .hws-wrapper .header-widget a.sign-in {
        color: #666;
        padding: 5px 2px;
        background: transparent;
    }
}
@media (min-width: 1200px) {
    .hws-wrapper #header .container {
        display: block;
    }
}

@media (max-width: 1360px) {
    .hws-wrapper .user-menu ul {
        left: initial;
        right: 0;
    }
}

@media (max-width: 480px) {
    .user_not_logged_in .hws-wrapper .listeo-cart-container {
        display: none;
    }
}

.mobile-nav-widgets a.ptwsi-social-icon,
.mobile-nav-widgets a.ptwsi-social-icon:visited,
.mobile-nav-widgets .ptwsi_social-icons li a:visited,
.mobile-nav-widgets .ptwsi_social-icons li a {
    color: #a0a0a0;
    background: rgba(255, 255, 255, 0.1);
}

.mobile-nav-widgets a.ptwsi-social-icon:before {
    color: rgba(255, 255, 255, 0.7);
}

.mobile-nav-widgets .textwidget p {
    color: rgba(255, 255, 255, 0.7);
}

/* ---------------------------------- */
/* Bootstrap-select
------------------------------------- */
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select .btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #808080;
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 100%;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(
        :last-child
    )
    > .btn {
    border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: flex;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.checkbox .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.checkbox-lg .bootstrap-select.btn-group.form-control,
.checkbox-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.checkbox-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.checkbox-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    overflow: hidden;
    width: 100%;
    line-height: 48px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
    float: left;
    height: 48px;
    display: block;
    max-width: 200px;
    top: -2px;
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.hidden {
    display: none;
}

.language-switcher.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.sort-by .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    max-width: 100%;
    float: left;
}

.sort-by .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    line-height: 20px;
    height: auto;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px;
    vertical-align: middle;
    transition: 0.35s;
    border: none;
}

.bootstrap-select.open .dropdown-toggle .caret {
    transform: rotate(180deg);
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0 5px;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    margin-bottom: 1px;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled {
    opacity: 0.75;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 7px;
    opacity: 0.8;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: calc(100% - 20px);
    margin: 0;
    min-height: 26px;
    padding: 3px 5px;
    pointer-events: none;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    margin: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    border: none;
}

.bootstrap-select.btn-group .no-results {
    padding: 5px 10px;
    background: #f6f6f6;
    margin: 5px 0;
    margin-bottom: 0;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    white-space: normal;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 0 5px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.bs-actionsbox div {
    display: flex;
}

.bootstrap-select.btn-group .bs-actionsbox div button {
    flex: 1;
    background: #f6f6f6;
    box-shadow: none;
    padding: 5px;
    height: 36px;
    font-size: 14px;
    color: #777;
    transition: 0.3s;
}

.bootstrap-select.btn-group .bs-actionsbox div button:first-child {
    border-radius: 4px 0 0 4px;
    background-color: #f0f0f0;
}

.bootstrap-select.btn-group .bs-actionsbox div button:last-child {
    border-radius: 0 4px 4px 0;
}

.bootstrap-select.btn-group .bs-actionsbox div button:hover {
    background: #66676b;
    color: #fff;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0;
}

.bs-searchbox .form-control:focus,
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    box-shadow: none;
    background: #f4f4f4;
    margin: -5px 0 10px 0;
    height: 38px;
    line-height: 38px;
    padding: 10px;
    border: none;
}

.bs-searchbox {
    position: relative;
}

.bs-searchbox:after {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 0;
    display: inline-block;
    position: absolute;
    margin: 0;
    color: #a0a0a0;
    right: 9px;
    top: 18px;
    font-weight: 900;
}

.caret:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    transition: 0.2s;
    font-weight: 900;
    color: #b0b0b0;
    display: inline-block;
    font-size: 12px;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 10px 5px;
    margin: -4px 0 0 0;
    font-size: 15px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    display: none;
}

.dropdown-menu > li > a {
    display: block;
    padding: 7px 10px;
    padding-right: 35px;
    clear: both;
    font-weight: normal;
    line-height: 19px;
    color: #888;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
}

.bootstrap-select:before {
    content: "";
    position: absolute;
    z-index: 2100;
    bottom: 0px;
    left: 0;
    height: 8px;
    width: 100%;
    background-color: #fff;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}

.bootstrap-select.open:before {
    opacity: 1;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
    color: #66676b;
    text-decoration: none;
    background-color: rgba(102, 103, 107, 0.07);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover {
    color: #777;
}

.dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}

/* Custom Scrollbar for -wekbit */
.dropdown-menu.inner::-webkit-scrollbar {
    width: 5px;
}

.dropdown-menu.inner::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 12px;
}

.dropdown-menu.inner::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #d8d8d8;
}

.dropdown-menu.inner::-webkit-scrollbar-thumb:hover {
    border-radius: 12px;
    background-color: #c8c8c8;
}

.bootstrap-select .dropdown-menu {
    opacity: 0;
    transition: 0.4s;
    display: block;
    pointer-events: none;
    visibility: hidden;
    cursor: default;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
}

.bootstrap-select.open .dropdown-menu {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 7px 10px;
    line-height: 20px;
    white-space: nowrap;
    background: #f6f6f6;
    color: #777;
    border-radius: 4px;
    margin-bottom: 1px;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: 100%;
    bottom: auto;
    margin-bottom: 2px;
}

@media (min-width: 767px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.bootstrap-select.btn-group {
    position: relative;
}

.bootstrap-select.btn-group button {
    position: relative;
    display: inline-block;
    height: 48px;
    line-height: 0;
    padding: 0 20px;
    margin: 0;
    outline: none;
    font-size: 15px;
    color: #888;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 500;
    opacity: 1;
    border-radius: 4px;
    border: none;
    transition: 0.2s;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
}

/* Select Check Icon */
.hide-tick .check-mark {
    display: none !important;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    text-align: center;
}

.bootstrap-select.btn-group .dropdown-menu li span.check-mark:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 12px;
    transition: all 0.3s;
    display: inline-block;
    top: 50%;
    right: 0;
    position: absolute;
    margin: 0;
    opacity: 0;
    transform: scale(0.5);
    font-weight: 900;
}

.bootstrap-select.btn-group .dropdown-menu li.selected span.check-mark:before {
    opacity: 1;
    transform: scale(1);
    transition: all 0.35s cubic-bezier(0.3, -0.41, 0.19, 2), opacity 0.3s;
}

.bootstrap-select .dropdown-menu li.selected a span.check-mark:before,
.bootstrap-select .dropdown-menu li.selected:hover a span.check-mark:before {
    color: #66676b;
}

/* Icons*/
.bootstrap-select .glyphicon:not(.check-mark) {
    font-size: 17px;
    line-height: 0;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.bootstrap-select .filter-option .glyphicon {
    position: relative;
    top: 1px;
}

/* Styles with border */
.with-border .dropdown-menu,
.with-border.bootstrap-select.btn-group button {
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}

.bootstrap-select:before {
    width: calc(100% - 2px);
    left: 1px;
}

/* Boostrap Select Style resets */
.main-search-input .bootstrap-select.btn-group button {
    box-shadow: none;
    height: 46px;
    padding: 0 15px;
    border: none;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 330px;
    overflow-y: hidden;
}

.alt-search-box.main-search-container .bootstrap-select.btn-group button {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.bootstrap-select.open .dropdown-menu {
    border: 1px solid #dbdbdb;
}

.main-search-input .bootstrap-select div.dropdown-menu {
    border: none;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.gray-style .main-search-input .bootstrap-select div.dropdown-menu {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    padding-top: 14px;
    margin-top: 0;
}

.hws-wrapper .bootstrap-select.btn-group button {
    height: 45px;
}

@media (max-width: 1024px) {
    .hws-wrapper .bootstrap-select.btn-group button {
        box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid #e0e0e0;
        height: 49px;
    }

    .hws-wrapper .main-search-input .panel-dropdown a {
        height: 55px;
        line-height: 55px;
        background: #fff;
        padding-left: 20px;
        box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
        border: 1px solid #e0e0e0;
    }
}

.gray-style .bootstrap-select.btn-group button {
    background: transparent;
    box-shadow: none;
    border: 1px solid transparent;
    border-bottom: none;
    transition: 0.2s;
}

.gray-style .dropdown-menu {
    box-shadow: none;
    border: 1px solid #d0d0d0;
    border-top: none;
}

.gray-style .bootstrap-select:before {
    width: calc(100% - 3px);
    margin-left: 1px;
    display: none;
}

.hws-wrapper .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    top: -3px;
}

@media (max-width: 991px) {
    .main-search-container .bootstrap-select.btn-group button {
        height: 55px;
        background: #fff;
        border: 1px solid #e0e0e0;
        box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
    }

    .main-search-container
        .bootstrap-select.btn-group
        .dropdown-toggle
        .filter-option {
        top: 0;
    }
}

.elementor-widget-container p {
    line-height: inherit;
    font-size: inherit;
}

/* Taxonomy Full Width Grid */
.taxonoomy-wide-grid-element a.slg-gallery-cover {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

.taxonoomy-wide-grid-element a.slg-gallery-img-single,
.taxonoomy-wide-grid-element a.slg-gallery-img {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
}

.taxonoomy-wide-grid-element {
    border-radius: 0;
}

.taxonoomy-wide-grid-element h4 {
    position: absolute;
    left: 25px;
    bottom: 15px;
    color: #fff;
    font-size: 14px;
    background: #11111170;
    padding: 6px 14px;
    line-height: 18px;
    display: inline-block;
    z-index: 111;
    border-radius: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 50px);
}

@media (max-width: 1024px) {
    .taxonoomy-wide-grid-element h4 {
        font-size: 12px;
        padding: 4px 12px;
    }
}

@media (max-width: 600px) {
    .taxonoomy-wide-grid-element h4 {
        max-width: 120px;
    }
}

.taxonoomy-wide-grid-element img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    border-radius: 10px !important;
}

.taxonoomy-wide-grid-element a.slg-gallery-cover:before {
    height: 100%;
    width: 100%;
    background: #000;
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    opacity: 0;
    transition: 0.4s;
    cursor: zoom-in;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.taxonoomy-wide-grid-element a.slg-gallery-cover:hover:before {
    opacity: 0.2;
}

.taxonoomy-wide-grid-element .slg-grid-inner {
    position: relative;
}

.taxonoomy-wide-grid-element .slg-half a {
    padding: 10px;
}

.taxonoomy-wide-grid-element .slg-half .slg-grid-inner a {
    padding: 10px;
}

.taxonoomy-wide-grid-element .slg-half,
.taxonoomy-wide-grid-element .slg-grid-inner,
.taxonoomy-wide-grid-element .slg-grid-top,
.taxonoomy-wide-grid-element .slg-grid-bottom {
    margin: 0;
}

.fullgrid-slick-carousel .slick-slide {
    margin: 0;
    opacity: 1;
    pointer-events: all;
}

@media (min-width: 1000px) {
    .fullgrid-slick-carousel .slick-track {
        margin-left: 13%;
    }
}

.reviews-slick-carousel,
.fullgrid-slick-carousel {
    display: flex;
}

.reviews-slick-carousel.slick-initialized,
.fullgrid-slick-carousel.slick-initialized {
    display: block;
}

.taxonoomy-wide-grid-element {
    display: flex;
    width: 100%;
    height: 40vh;
    min-height: 300px;
    max-height: 600px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 20px 0;
    position: relative;
}

@media (max-width: 1600px) {
    .taxonoomy-wide-grid-element {
        height: 35vh;
    }
}

@media (max-width: 1300px) {
    .taxonoomy-wide-grid-element {
        height: 30vh;
    }
}

@media (max-width: 1100px) {
    .taxonoomy-wide-grid-element {
        height: 25vh;
    }
}

@media (max-width: 1050px) {
    .taxonoomy-wide-grid-element {
        height: 400px;
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .taxonoomy-wide-grid-element {
        height: 300px;
        min-height: 300px;
    }

    .taxonoomy-wide-grid-element {
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .taxonoomy-wide-grid-element {
        height: 200px;
        min-height: 200px;
    }
}

/* Logo List */
.trusted-by-container {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}

.trusted-by-logo {
    background: #fff;
    flex: 0 0 calc(25% - 40px);
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 20px;
    flex-wrap: wrap;
    border-radius: 5px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    padding: 20px;
}

.trusted-by-logo img {
    width: 120px;
    height: auto !important;
}

@media (max-width: 1200px) {
    .trusted-by-container {
        padding: 0 10px;
    }

    .trusted-by-logo img {
        width: 100px;
    }

    .trusted-by-logo {
        flex: 0 0 calc(25% - 20px);
        margin: 0 10px;
    }
}

@media (max-width: 768px) {
    .trusted-by-container {
        padding: 0 10px;
    }

    .trusted-by-logo img {
        width: 100px;
    }

    .trusted-by-logo {
        flex: 0 0 calc(50% - 20px);
        margin: 10px;
        min-height: 100px;
    }
}

/* New Taxonomy Boxes */
.taxonomy-boxes-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.taxonomy-box-wrapper {
    flex: 0 0 calc(25% - 0px);
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    border-radius: 5px;
    padding: 15px;
    cursor: pointer;
}

.taxonomy-box-bottom {
    height: 140px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}

.taxonomy-box-bottom img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: 50%;
    transition: 0.4s;
}

.taxonomy-box-wrapper:hover .taxonomy-box-bottom img {
    transform: scale(1.07);
}

.taxonomy-box-top {
    position: relative;
    width: 100%;
}

.taxonomy-box-left {
    flex: 1;
}

.taxonomy-box-right {
    position: absolute;
    right: 0;
    top: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 44px;
    width: 44px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.taxonomy-box-wrapper .taxonomy-box-right path {
    fill: #333;
    transition: 0.2s;
}

.taxonomy-box-wrapper:hover .taxonomy-box-right {
    border-color: #f91942;
    background: #f9194210;
}

.taxonomy-box-wrapper:hover .taxonomy-box-right path {
    fill: #f91942;
}

.elementor-widget-listeo-text-typed h1 {
    margin: 0;
}

.taxonomy-box-left h4 {
    font-size: 20px;
}

.taxonomy-box-content {
    color: #999;
    display: block;
    margin-bottom: 18px;
    margin-top: -7px;
}

.taxonomy-box-content i {
    margin: 0;
    margin-right: 4px;
    padding: 0;
    position: relative;
    top: 3px;
}

.taxonomy-box-content i svg {
    max-height: 18px;
}

.taxonomy-box-content svg g,
.taxonomy-box-content svg circle,
.taxonomy-box-content svg rect,
.taxonomy-box-content svg path {
    fill: #999 !important;
}

@media (max-width: 1024px) {
    .taxonomy-box-wrapper {
        flex: 0 0 calc(50% - 0px);
    }
}

@media (max-width: 480px) {
    .taxonomy-box-wrapper {
        flex: 0 0 100%;
    }
}

/* New Icon Boxes */
.icon-box-color-icon {
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 29px;
    transition: 0.3s;
}

.icon-box-color-icon:hover {
    transform: translateY(-4px);
}

.ibc-ico {
    max-width: 55px;
    width: 55px;
    height: 55px;
    display: inline-block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.ibc-ico i {
    display: flex;
}

.ibc-ico i svg {
    max-width: 25px;
    height: 25px;
}

.icon-box-color-icon p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-top: 10px;
}

.icon-box-color-icon h3 {
    margin: 22px 0 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

/* Reviews Carousel */
.rating-box-wrapper {
    background-color: #fff;
    margin: 13px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rating-box-wrapper .star-rating {
    display: block;
    width: 100%;
    height: 40px !important;
}

.rating-box-wrapper p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

.rating-box-footer {
    display: flex;
    width: 100%;
    align-items: center;
}

.rating-box-footer img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 100px;
    overflow: hidden;
}

.rating-box-footer img {
    height: 44px !important;
    width: 44px;
    object-fit: cover;
    border-radius: 100px !important;
    overflow: hidden;
    margin-right: 10px;
    min-width: 44px;
}

.rating-box-footer span {
    font-weight: 500;
    color: #888;
    font-size: 15px;
    line-height: 20px !important;
    display: block;
    margin-bottom: 3px;
}

.rating-box-footer h5 a,
.rating-box-footer h5 {
    font-weight: 600;
    color: #333;
    font-size: 15px;
    margin: 0;
    line-height: 20px;
    transition: 0.2s;
}

.reviews-carousel-element {
    margin-bottom: 30px;
}

/* Reviews flexbox alignment */
.reviews-carousel-element {
    flex-direction: column;
    display: flex;
    width: 100%;
}

.rating-box-wrapper {
    flex-grow: 1;
}

.reviews-slick-carousel.slick-slider .slick-track,
.reviews-slick-carousel.slick-slider .slick-list,
.reviews-slick-carousel .fw-carousel-item,
.reviews-slick-carousel .slick-track {
    display: flex;
}

/* Rating Filter */
.rating-filter {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.panel-dropdown .rating-filter {
    width: 100%;
    margin: 0;
}

.rating-filter__field {
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    margin-right: -1px;
    flex: 1;
    /* flex-grow: 1; */
}

body .rating-filter__input {
    position: absolute;
    appearance: none;
    opacity: 0;
    height: 0;
    width: 0;
    border: none;
    padding: 0;
    margin: 0;
    visibility: hidden;
}

.rating-filter__input:checked + .rating-filter__text {
    background-color: #fcb0131a;
    color: #fcb013;
    border-color: #ffbf3b;
}

.rating-filter__input + .rating-filter__text:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    height: 100%;
    background: #ffbf3b;
    width: 1px;
    z-index: 1;
    opacity: 0;
}

.rating-filter__input:checked + .rating-filter__text:after {
    opacity: 1;
}

.rating-filter__text {
    display: inline-block;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #888;
    user-select: none;
    border: 1px solid #d7dadd;
    position: relative;
    transition: 0.3s;
    /* flex: 1; */
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating-filter__text:hover {
    background: #f6f6f6;
}

.rating-filter__field:first-child .rating-filter__text {
    border-radius: 4px 0 0 4px;
}

.rating-filter__field:last-child .rating-filter__text {
    border-radius: 0 4px 4px 0;
}

.rating-filter__field:last-child .rating-filter__text:after {
    opacity: 0;
}

.rating-filter__text i {
    font-size: 11px;
    margin-right: 3px;
    top: 1px;
    position: relative;
}

.add-listing-section .select2-container--default {
    margin-bottom: 15px;
}

.dokan-bank-settings-template .dokan-w10 {
    width: 100%;
}

.dokan-dashboard
    .dokan-dashboard-content
    article.dokan-settings-area
    #payment-form
    .payment-field-bank
    > div.dokan-form-group
    > div {
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0;
}

.dokan-dashboard
    .dokan-dashboard-content
    article.dokan-settings-area
    #payment-form
    .payment-field-bank
    > div.dokan-form-group
    > div
    .bottom-actions {
    border-top: none !important;
    background: transparent !important;
}

.elementor-element[data-widget_type="listeo-homebanner-boxed.default"]
    .search-banner-placeholder {
    background: transparent !important;
}

/* ------------------------------------------------------------------- */
/* New Pricing Packages
---------------------------------------------------------------------- */
.new-pricing-packages-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.pricing-package {
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d8d8d8;
}

@media (min-width: 420px) {
    .new-pricing-packages-container {
        width: calc(100% + 30px);
    }

    .pricing-package {
        min-width: 330px;
    }
}

@media (max-width: 420px) {
    .pricing-package {
        min-width: 100%;
    }

    .new-pricing-packages-container {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}

.pricing-package-header {
    background: #f6f6f6;
    display: flex;
    padding: 25px 30px;
    border-radius: 6px 6px 0 0;
    align-items: center;
}

.pricing-package-header span {
    background: #fff;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 14px;
    margin: -10px 0;
    display: inline-block;
    line-height: 18px;
    background-color: #fff;
}

.pricing-package-header h4 {
    margin: 0;
    flex: 1;
    font-weight: 600;
    font-size: 22px;
    color: #222;
}

.pricing-package-text {
    font-size: 16px;
    line-height: 25px;
    margin: 25px 30px;
    margin-bottom: 0;
    color: #777;
    font-weight: 400;
}

.pricing-package-price {
    padding: 20px 30px 5px 30px;
    color: #222;
}

.pricing-package-price strong {
    display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    background-color: #f6f6f6;
    border-radius: 6px;
}

.pricing-package-price input.pricing-package-btn {
    width: 100%;
    padding: 0px;
    height: 45px;
    line-height: 45px;
    background-color: #222;
}

.pricing-package-price input.pricing-package-btn:hover {
    background-color: #333;
}

.pricing-package-details {
    padding: 10px 30px 25px 30px;
}

.pricing-package-details h6 {
    font-weight: 500;
    color: #222;
    font-size: 15px;
    margin: 0 0 20px 0;
}

.pricing-package-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #777;
    font-size: 15px;
    line-height: 22px;
}

.pricing-package-details li {
    padding-bottom: 9px;
    display: flex;
    align-items: center;
}

.pricing-package-details li svg {
    max-width: 24px;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    min-width: 24px;
}

.buy-package-headline {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 30px 0;
}

.pricing-package-select {
    padding: 0 30px 30px 30px;
    margin-top: auto;
}

.pricing-package-price del {
    font-weight: 400;
    color: #777;
}

.pricing-package-price ins {
    text-decoration: none;
}

.pricing-package label {
    border-radius: 100px;
    padding: 12px 16px;
    width: 100%;
    cursor: pointer;
    transition: 0.4s;
    background: #fff;
    border: 2px solid #dbdbdb;
    text-align: center;
    margin: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

/*.pricing-package label:hover {
    background-color: #22222208;
}*/

.pricing-package [type="radio"]:checked,
.pricing-package [type="radio"]:not(:checked) {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    height: 0;
    margin: 0;
    padding: 0;
    display: none;
}

.pricing-package [type="radio"]:checked + label,
.pricing-package [type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    transition: 0.4s;
}

.pricing-package [type="radio"] + label .plan-checked,
.pricing-package [type="radio"]:checked + label .plan-unchecked {
    opacity: 0;
}

.pricing-package [type="radio"] + label:hover i,
.pricing-package [type="radio"]:checked + label i,
.pricing-package [type="radio"]:checked + label .plan-checked {
    display: inline-block;
}

.pricing-package [type="radio"] + label .plan-checked {
    transform: translateY(calc(-50% - 8px));
    transition: 0.4s;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
}

span.subscription-details {
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: -5px 0 10px 0;
    color: #777;
    font-weight: 500;
}

.pricing-package [type="radio"] + label .plan-checked i {
    color: #fff;
}

.pricing-package [type="radio"]:checked + label .plan-checked {
    transform: translateY(calc(-50% + 0px));
    opacity: 1;
}

.pricing-package [type="radio"]:checked + label {
    background: #222;
    border-color: #222;
    color: #fff;
}

.pricing-package [type="radio"] + label span {
    font-weight: 600;
    color: #222;
}

.pricing-package [type="radio"]:checked + label span {
    color: #fff;
}

.pricing-package [type="radio"] + label i {
    display: inline-block;
    opacity: 0;
    transition: 0.3s;
    transform: scale(0.7);
    color: #333;
}

.pricing-package [type="radio"] + label:hover i,
.pricing-package [type="radio"]:checked + label:hover i,
.pricing-package [type="radio"]:checked + label i {
    opacity: 1;
    transform: scale(1);
}

.best-value-plan.pricing-package [type="radio"]:checked + label:hover i,
.best-value-plan.pricing-package [type="radio"]:checked + label span {
    color: #fff;
}

.pricing-package-select a.button {
    width: 100%;
    text-align: center;
}

/* Owned Packages */
.owned-packages {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: -10px;
    margin-bottom: 30px;
}

.owned-packages label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
}

.owned-packages label input {
    position: absolute;
    left: -9999px;
    visibility: hidden;
    opacity: 0;
}

.owned-packages label input + span i {
    background: #e6e6e6;
    height: 26px;
    width: 26px;
    min-width: 26px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    border-radius: 55px;
    margin-right: 15px;
    color: #444;
}

.owned-packages label input + span strong {
    color: #333;
    font-weight: 600;
}

.owned-packages label input + span i:before {
    opacity: 0;
    transform: scale(0.8);
    transition: 0.25s;
    display: inline-block;
    font-size: 12px;
}

.owned-packages label input + span:hover i:before,
.owned-packages label input:checked + span i:before {
    opacity: 1;
    transform: scale(1);
}

.owned-packages label span {
    display: flex;
    align-items: center;
    padding: 13px 15px;
    border-radius: 99px;
    transition: 0.3s ease;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    width: 100%;
    background: #fff;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.owned-package-desc {
    line-height: 22px;
    font-size: 15px;
    color: #777;
    display: block;
    margin-top: -5px;
    margin-bottom: 2px;
}

.owned-packages label span .claim-package-name span.subscription-details,
.owned-packages label span .claim-package-name span {
    display: inline;
    box-shadow: none;
    padding: inherit;
    font-size: 14px;
}

.claim-package-details {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    width: 100%;
    z-index: 20;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    padding: 15px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    pointer-events: none;
    color: #888;
}

.owned-packages label input:hover + span .claim-package-details {
    opacity: 1;
    visibility: visible;
}

.claim-package-details ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.claim-package-details ul svg {
    /* max-width: 18px; */
    max-height: 15px;
    width: auto;
    top: 1px;
    margin-right: 3px;
    position: relative;
}

/* Colors */
.best-value-plan {
    border: 1px solid #f91942;
}

.best-value-plan .pricing-package-header {
    background-color: #f9194210;
}

.best-value-plan .pricing-package-header span {
    color: #f91942;
}

.best-value-plan .pricing-package-header h4 {
    color: #f91942;
}

.pricing-package-details ul li svg circle {
    fill: #f9194210;
}

.pricing-package-details ul li svg path {
    stroke: #f91942;
}

.pricing-package [type="radio"]:checked + label {
    border-color: #f91942;
    background-color: #f91942;
}

.owned-packages label input:checked + span i:before {
    color: #f91942;
}

.owned-packages label input:checked + span i {
    background-color: #f9194215;
}

/* OTP Form */
#listeo_otp-inputs {
    display: flex;
    margin: 12px 0 7px -5px;
}

#listeo_otp-inputs input {
    margin: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: #888;
    font-weight: 500;
    border-radius: 5px;
}

#listeo_otp-inputs input:focus {
    border-color: #f91942;
}

.otp_registration {
    padding: 15px 25px 25px 25px;
    background: #f8f8f8;
    border-radius: 6px;
    margin-top: 30px;
}

.otp-countdown {
    background: #ebebeb;
    padding: 5px 7px;
    border-radius: 4px;
    margin: 0 3px 0 2px;
    display: inline;
    color: #888;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500;
    height: 26px;
    min-width: 40px;
    text-align: center;
}

.otp_registration p {
    line-height: 26px;
    color: #777;
    font-size: 15px;
}

.otp_registration h4:before {
    content: "\e08e";
    font-family: "simple-line-icons" !important;
    font-size: 18px;
    padding-right: 5px;
    position: relative;
}

#otp_submit {
    text-align: center;
}

@media (min-width: 992px) {
    .category-box-content {
        padding-right: 120px;
    }
}

.woocommerce-checkout.processing .blockUI.blockOverlay {
    background-image: url("/images/loader.gif") !important;
    background-position: center 50% !important;
    background-repeat: no-repeat !important;
    position: fixed !important;
}

@media (max-width: 767px) {
    .page-template-template-dashboard .comment-by h5,
    .page-template-template-dashboard .comment-by span {
        padding-left: 0px;
    }

    .page-template-template-dashboard .comment-by {
        padding-left: 50px;
    }
}

tfoot .product-total {
    padding-top: 0 !important;
}

thead .product-quantity {
    padding-top: 15px !important;
}

.panel-dropdown .panel-dropdown-content {
    max-height: 500px;
}

.elementor-element.e-parent {
    overflow: visible;
}

@media (min-width: 992px) {
    .hws-container .main-search-input .search-input-icon i {
        box-shadow: 0 0 0 10px #f2f2f2;
    }
}

@media (max-width: 992px) {
    .hws-container .col-md-12 {
        padding: 0;
    }
}

.page-template-template-dashboard
    .select2-container--open
    .select2-dropdown--above {
    margin-top: 2px;
}

.hws-wrapper .button.border {
    display: none;
}

#claim-dialog .success {
    display: none;
}

#claim-listing-form .owned-packages {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 15px;
    width: calc(100% - 15px);
    margin-top: 15px;
}

#claim-listing-form .owned-packages label span {
    border-radius: 6px;
    width: 100%;
    background: #f5f5f5;
    border: none;
    box-shadow: none;
}

#claim-listing-form .owned-packages label {
    display: grid;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
}

.claim-info {
    background-color: rgb(25 180 83 / 11%);
    border: none;
    border-radius: 4px;
    color: #0ea948;
    padding: 17px 22px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
    display: block;
    margin-bottom: 30px;
    line-height: 24px;
}

.claim-info h4 {
    color: #0ea948;
    font-weight: 600;
    font-size: 17px;
    margin: 5px 0 7px 0;
}

#claim-listing-form .button {
    border-radius: 50px;
}

#claim-listing-form .notification {
    margin-bottom: 0;
}

.claim-package-details li svg {
    position: absolute;
    top: 2px;
    left: 0;
}

.claim-package-details li {
    padding-left: 22px;
    position: relative;
    line-height: 22px;
    margin: 5px 0;
}

div[data-elementor-type="wp-page"] {
    overflow: hidden;
}

@media (max-width: 1024px) {
    body .select2-container--open .select2-dropdown--below {
        margin-top: 50px !important;
    }
}

@media (max-width: 992px) {
    #wrapper {
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    .daterangepicker.calendar-visible {
        width: calc(100vw - 65px);
        margin-left: 25px;
        left: 0px !important;
    }
}

/* Ads CSS */
.campaign-form-field {
    min-height: 110px;
}

.budget-range-output {
    background: #dcf1e1;
    display: inline-block;
    padding: 5px 10px;
    color: #2aac46;
    border-radius: 5px;
}

/*.budget-range .rangeslider__fill {
	background: linear-gradient(90deg, #f9194210 0%, #f91942 100%);
}
*/

#ad-price-summary {
    display: block;
    background: #edfaec;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 15px;
    margin-bottom: 10px;
}

#ad-price-summary ul {
    list-style: none;
    padding: 0;
}

#ad-price-summary h4,
#ad-price-summary strong,
#ad-price-summary {
    color: #30a557;
}

#ad-price-summary h4 {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 600;
}

.placement-grid {
    margin: 20px 20px 0 20px;
    display: flex;
    gap: 20px;
}

@media (max-width: 768px) {
    .placement-grid {
        flex-direction: column;
    }
}

.card {
    --background: #fff;
    --background-checkbox: #f91942;
    --background-image: #fff, rgba(0, 107, 175, 0.2);
    --text-color: #666;
    --text-headline: #000;
    --card-shadow: #f91942;
    --card-height: 220px;
    flex: 1;
    --card-width: auto;
    --card-radius: 6px;
    --header-height: 90px;
    --blend-mode: overlay;
    --transition: 0.15s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.card__input {
    width: 0;
    position: absolute;
    display: block;
    outline: none;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    opacity: 0;
    visibility: hidden;
}

.card__input:checked ~ .card__body {
    --shadow: 0 0 0 2px var(--card-shadow);
}

.card__input:checked ~ .card__body .card__body-cover-checkbox {
    --check-bg: var(--background-checkbox);
    --check-border: #fff;
    --check-scale: 1;
    --check-opacity: 1;
}

.card__input:checked ~ .card__body .card__body-cover-checkbox--svg {
    --stroke-color: #fff;
    --stroke-dashoffset: 0;
}

.card__input:checked ~ .card__body .card__body-cover:after {
    --opacity-bg: 0;
}

.card__input:disabled ~ .card__body {
    cursor: not-allowed;
}

.card__input:disabled ~ .card__body:active {
    --scale: 1;
}

.card__body {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    /*  background: var(--background);*/
    height: var(--card-height);
    width: var(--card-width);
    border-radius: var(--card-radius);
    /*  overflow: hidden;*/
    position: relative;
    cursor: pointer;
    box-shadow: var(--shadow, 0 4px 4px 0 rgba(0, 0, 0, 0.02));
    transition: transform var(--transition), box-shadow var(--transition);
    transform: scale(var(--scale, 1)) translateZ(0);
    --shadow: 0 0 0 2px #eaeaea;
}

.card__body:hover {
    --shadow: 0 0 0 2px #ddd;
}

.card__body:active {
    --scale: 0.96;
}

.card__body-cover {
    --c-border: var(--card-radius) var(--card-radius) 0 0;
    --c-width: 100%;
    --c-height: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.card__body-cover-image {
    width: var(--c-width);
    height: var(--c-height);
    -o-object-fit: contain;
    object-fit: contain;
}

.card__body-cover-checkbox {
    background: var(--check-bg, var(--background-checkbox));
    border: 2px solid var(--check-border, #fff);
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 1;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    opacity: var(--check-opacity, 0);
    transition: transform var(--transition),
        opacity calc(var(--transition) * 1.2) linear;
    transform: scale(var(--check-scale, 0));
}

.card__body-cover-checkbox--svg {
    width: 13px;
    height: 11px;
    display: inline-block;
    vertical-align: top;
    fill: none;
    margin: 7px 0 0 6px;
    stroke: var(--stroke-color, #fff);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: var(--stroke-dashoffset, 16px);
    transition: stroke-dashoffset 0.4s ease var(--transition);
}

.card__body-header {
    height: var(--header-height);
    background: transparent;
    padding: 0 10px 10px 10px;
}

.card__body-header-title {
    color: var(--text-headline);
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.card__body-header-subtitle {
    color: var(--text-color);
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

.placement-grid .card {
    position: relative;
}

.placement-grid .card .tip {
    /*    position: absolute;
    top: initial;
    right: initial;
    top: 15px;
    left: 15px;
    z-index: 1111;
    width: 22px;
    height: 22px;
    line-height: 22px;*/
    background: #ccc;
}

.card {
    position: relative;
    z-index: 1;
}

.card:hover {
    position: relative;
    z-index: 2;
}

.pricing-list-container {
    p:empty {
        display: none;
    }
}

.review-images a img,
.pricing-list-container ul li img {
    height: auto;
}

@media (max-width: 768px) {
    .pricing-list-container ul li {
        padding-right: 20px;
    }
}

@media (max-width: 420px) {
    #footer ul.menu {
        width: 100%;
    }

    #titlebar.listing-titlebar {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

body.user_not_logged_in.page-template-template-dashboard #header.cloned,
body.user_not_logged_in.light-dashboard.page-template-template-dashboard
    #header-container
    #header:after {
    display: none;
}

.list-box-listing-content .inner span.listeo-ad-status {
    border-radius: 50px;
    line-height: 20px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    padding: 2px 8px;
    margin-left: 3px;
    position: relative;
    top: -2px;
}

.listeo-ad-status.pending,
.listeo-ad-status.waiting {
    background-color: #61b2db;
}

.listeo-ad-status.paused {
    background-color: #61b2db;
}

.listeo-ad-status.active {
    background-color: #64bc36;
}

.listeo-ad-status.expired {
    background-color: #ee3535;
}

.listeo-ad-status.completed {
    background-color: #ee3535;
}

@media (min-width: 1024px) {
    .dashboard-nav-inner {
        padding-bottom: 50px !important;
    }
}

body .listeo-ad-badge:after {
    display: none;
}

body .listeo-ad-badge {
    display: inline-block;
    color: #ffffff;
    background: #ffc100 !important;
    border-radius: 50px;
    font-size: 13px;

    font-weight: 600;
    line-height: 18px;
    padding: 2px 7px;
    position: relative;
    top: -2px;
    margin-right: 6px;
    cursor: help;
}

body .list-layout .listeo-ad-badge {
    margin-right: 0px;
}

body .listeo-ad-badge {
    position: relative;
    padding: 5px 12px;
    line-height: 15px;
    top: -7px;
}

body .list-layout .listeo-ad-badge {
    top: 0;
    margin-bottom: 5px;
}

.listeo-ad-badge .tip-content {
    right: initial;
    top: 34px;
    padding: 5px;
}

#listeo-listings-container[data-style="compact"] .listeo-ad-badge {
    margin-right: 0;
}

.listeo-ad-badge .tip-content {
    left: -2px;
    right: initial;
    transform: translate(0, calc(-100%));
    padding: 5px;
    border-radius: 50px;
}

.listeo-ad-badge:hover .tip-content {
    transform: translate(0, calc(-100% - 9px));
}

.listeo-ad-badge .tip-content:after {
    left: 14px;
}

.listeo-ad-badge .tip-content:after {
    left: 10px;
    overflow: hidden;
    font-size: 20px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
    content: "";
    bottom: initial;
    transform: translate(0px, -40%);
    display: none;
}

.slider-controls button.slide-m-next,
.slider-controls button.slide-m-prev {
    background-color: transparent;
}

.page-template-template-dashboard .ui-menu {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0px;
}

@media (max-width: 420px) {
    .right-side {
        zoom: 0.9;
    }

    .listing-share #bookmarks-counter,
    .bookmark-btn-title {
        display: inline-block;
        width: auto;
        padding-left: 25px;
    }

    #titlebar.listing-titlebar {
        align-items: baseline;
    }

    .listeo-grid-gallery-title .listing-share button {
        padding: 10px 20px;
        height: auto;
        width: 100%;
        text-align: center;
    }

    .listeo-grid-gallery-title .listing-share button .like-icon {
        margin: 0;
        width: auto;
    }
}

#titlebar.listing-titlebar span.listing-tag {
    top: 0;
    margin: 0;
    background: #37f9190f;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 14px;
    text-transform: none;
    border: none !important;
    padding: 6px 14px;
    border-radius: 50px;
}

#titlebar.listing-titlebar span.listing-tag a {
    line-height: 20px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500;
    color: #84c015;
    margin: 0;
}
#titlebar.listing-titlebar span.listing-tag,
#titlebar.listing-titlebar span.listing-pricing-tag {
    margin-bottom: 5px;
}

/* Listing Details */
.listing-details {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 30px;
    margin: 0;
    background: #f8f8f8;
    padding-bottom: 5px;
    padding-right: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.listing-details li {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
    flex: 0 0 33%;
    padding: 0 20px 20px 45px;
}

.listing-details li i {
    background-color: #f9194226;
    color: #f91942;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 31px;
    top: 0;
    position: absolute;
    left: 0;
    font-size: 14px;
}

.elementor-section-stretched .listing-item-container .listing-small-badge {
    box-shadow: none;
    background: #f2f2f2;
}

.listing-details li div {
    font-weight: 500;
    color: #888;
    display: block;
    line-height: 24px;
}

.listing-details li span {
    font-weight: 600;
    color: #333;
    display: block;
    line-height: 24px;
}

@media (max-width: 1200px) {
    .listing-details li {
        flex: 0 0 50%;
    }

    .classifieds-widget-buttons {
        flex-direction: column;
    }

    .classifieds-widget-buttons a {
        width: 100%;
        margin-bottom: 5px;
    }
}

@media (max-width: 480px) {
    .listing-details li {
        flex: 0 0 100%;
    }
}

.line-bottom {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.price-tag {
    font-size: 20px;
}
.listing-details-sidebar li i.move-up {
    font-size: 19px;
    top: -0.5px;
}
.price-tag-bottom {
    font-size: 16px;
    color: #000;
}

.font-address-details {
    font-size: 20px;
}
