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

.iframe-container,
.video-container {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    max-width: 100%;
}

.iframe-container iframe,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.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,
.bootstrap-select>.dropdown-toggle {
    background: #fff;
    border-color: #fff;
}

.lg-outer .lg-video {
    height: auto;
    padding-bottom: 0;
    position: absolute;
    top: 45px;
    bottom: 40px;
    left: 0px;
    right: 0px;
}

.lg-object:after {
    color: #333;
    font-size: 25px;
    content: attr(alt);
    position: relative;
    top: 15px;
}

.lg-backdrop {
    /*-webkit-filter: url("#sharpBlur") brightness(70%) contrast(150%) saturate(0%) brightness(150%);
  -moz-filter: url("#sharpBlur") brightness(70%) contrast(150%) saturate(0%) brightness(150%);
  -o-filter: url("#sharpBlur") brightness(70%) contrast(150%) saturate(0%) brightness(150%);
  -ms-filter: url("#sharpBlur") brightness(70%) contrast(150%) saturate(0%) brightness(150%);
  filter: url("#sharpBlur") brightness(70%) contrast(150%) saturate(0%) brightness(150%); */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.lg-sub-html {
    padding: 5px 40px;
}

#elementor-immoz-table-loader {
    width: 100%;
    margin: 100px 0;
    text-align: center;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: rgb(41, 41, 41);
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }
    50%,
    100% {
        top: 24px;
        height: 32px;
    }
}

.loader {
    width: 20px;
    height: 20px;
    position: relative;
    animation: loader-mobile 1s ease infinite;
    top: 50%;
    margin: -46px auto 0;
}

@keyframes loader-mobile {
    0%,
    100% {
        box-shadow: -13px 20px 0 var(--e-global-color-49b1e75), 13px 20px 0 var( --e-global-color-text), 13px 46px 0 var( --e-global-color-text), -13px 46px 0 var( --e-global-color-text);
    }
    25% {
        box-shadow: -13px 20px 0 var( --e-global-color-text), 13px 20px 0 var(--e-global-color-49b1e75), 13px 46px 0 var( --e-global-color-text), -13px 46px 0 var( --e-global-color-text);
    }
    50% {
        box-shadow: -13px 20px 0 var( --e-global-color-text), 13px 20px 0 var( --e-global-color-text), 13px 46px 0 var(--e-global-color-49b1e75), -13px 46px 0 var( --e-global-color-text);
    }
    75% {
        box-shadow: -13px 20px 0 var( --e-global-color-text), 13px 20px 0 var( --e-global-color-text), 13px 46px 0 var( --e-global-color-text), -13px 46px 0 var(--e-global-color-49b1e75);
    }
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-transform: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    border-radius: 0px !important;
    background-color: black;
    background-image: radial-gradient(white, rgba(255, 255, 255, .2) 2px, transparent 40px), radial-gradient(white, rgba(255, 255, 255, .15) 1px, transparent 30px), radial-gradient(white, rgba(255, 255, 255, .1) 2px, transparent 40px), radial-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .1) 2px, transparent 30px);
    background-size: 550px 550px, 350px 350px, 250px 250px, 150px 150px;
    background-position: 0 0, 40px 60px, 130px 270px, 70px 100px;
}

.lSSlideOuter .lSPager.lSGallery li img {
    width: 100%;
    height: 140px !important;
    object-fit: cover;
    opacity: 0.5;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.lSSlideOuter .lSPager.lSGallery li.active img,
.lSSlideOuter .lSPager.lSGallery li:hover img {
    opacity: 1;
}

.elementor-widget .elementor-icon-list-icon svg {
    width: 4em !important;
}

#map_canvas {
    width: 100%;
    height: 400px;
    border: 1px solid #e5e4e3;
}

.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    left: 0;
    right: 0;
}

.autocomplete p .autocomplete-items {
    left: 15px;
    right: 15px;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.fusion-topobject-image {
    transition: all 0.5s ease;
}

.fusion-topobject-image:hover {
    transform: scale(1.2);
}

.immotable {
    background: #fff;
    margin: 15px 0 0 0 !important;
}

.immotable thead {
    background: #f9f9f9;
}

.price-tag {
    right: 0px;
    top: 20px;
    position: absolute;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-search .checkbox label:after,
.header-search .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.header-search .checkbox .cr,
.header-search .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    width: 20px;
    height: 20px;
    margin: 10px 8px 13px 0;
    float: left;
    margin-right: .5em;
}

.header-search .radio .cr {
    border-radius: 50%;
}

.header-search label {
    line-height: 40px;
}

.header-search .checkbox .cr .cr-icon,
.header-search .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.header-search .radio .cr .cr-icon {
    margin-left: 0.04em;
}

.header-search .checkbox label input[type="checkbox"],
.header-search .radio label input[type="radio"] {
    display: none;
}

.header-search .checkbox label input[type="checkbox"]+.cr>.cr-icon,
.header-search .radio label input[type="radio"]+.cr>.cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
    -moz-transform: scale(3) rotateZ(-20deg);
    -ms-transform: scale(3) rotateZ(-20deg);
    -o-transform: scale(3) rotateZ(-20deg);
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.header-search .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.header-search .radio label input[type="radio"]:checked+.cr>.cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
    -moz-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    -o-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.header-search .checkbox label input[type="checkbox"]:disabled+.cr,
.header-search .radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}

.pointer {
    cursor: pointer;
}

p label {
    cursor: pointer;
}

.bootstrap-select {
    padding-left: 0 !important;
    z-index: inherit !important;
}

.socialmediaicons .fa:hover {
    color: white;
    opacity: 0.8;
}

.socialmediaicons .fa {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 0 2px;
}

.socialmediaicons2 .fa {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    border-radius: 20px;
    text-decoration: none;
    margin: 0 2px;
}

.socialmediaicons .fa-facebook {
    background: #3B5998;
    color: white;
}

.socialmediaicons .fa-twitter {
    background: #55ACEE;
    color: white;
}

.socialmediaicons .fa-google-plus {
    background: #dd4b39;
    color: white;
}

.socialmediaicons .fa-whatsapp {
    background: #01E675;
    color: #fff;
}

.socialmediaicons .fa-envelope {
    background: #bb0000;
    color: white;
}

.socialmediaicons .fa-print {
    background: #125688;
    color: white;
}

.socialmediaicons .fa-instagram {
    background: #125688;
    color: white;
}

td .small,
td.small {
    font-size: 90%;
    font-weight: 300;
}

td {
    word-break: break-word;
}

table.dataTable span.highlight {
    background-color: yellow;
    border-radius: 0.28571429rem;
}

table.dataTable span.column_highlight {
    background-color: #ccd6e0;
    border-radius: 0.28571429rem;
}

table.dataTable,
table.dataTable td,
table.dataTable th {
    border: 0 !important;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: 300 !important;
}

div.dataTables_wrapper div.dataTables_paginate a {
    padding: .5rem .6rem !important;
    text-decoration: none !important;
}

div.dataTables_wrapper div.dataTables_paginate .page-item.active .page-link {
    color: #fff !important;
}

table.dataTable thead th {
    background: transparent !important;
    white-space: nowrap;
}

table.dataTable tbody tr {
    background: #f9f9f9 !important;
}

table.dataTable thead th,
table.dataTable td[colspan] {
    border-bottom: 20px solid #ffffff !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0 !important;
    width: 100% !important;
}

div.dataTables_wrapper div.dataTables_filter i {
    display: block;
    margin-left: 10px;
}

div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_filter label {
    text-align: left !important;
    width: 100% !important;
}

@media screen and (max-width: 991px) {
    td[colspan] {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .showdetail img {
        height: 170px !important;
        object-fit: cover;
    }
    #more-options.collapse {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate a {
        padding: .5rem .6rem !important;
    }
}

@media screen and (min-width: 768px) {
    div.dataTables_wrapper div.dataTables_length select {
        width: 100% !important;
        height: 47px;
    }
}

@media print {
    body,
    div.row,
    div.col-lg-6,
    div.col-12 {
        background: #fff !important;
        background-color: #fff !important;
        background-image: none !important;
        display: block !important;
    }
    a {
        color: #333 !important;
        text-decoration: none !important;
    }
    #main {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .fusion-header-wrapper,
    .fusion-footer,
    .social_links,
    #footer,
    #custom_html-2,
    #cookie-law-info-bar {
        display: none !important;
    }
    table.table {
        page-break-inside: avoid !important;
    }
}