.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    padding: 0;
}

div.dataTables_length label {
    margin-bottom: 0.5rem !important;
}

.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:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    background-color: #fff !important;
    border: 0px solid;
    font-size: 15px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle {
    background-color: inherit !important;
    border: 0px solid;
    font-size: 15px;
}

.checkwdh {
    display: none;
}

.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-sub-html {
    padding: 5px 40px;
}

.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 #030097, 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2);
    }

    25% {
        box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 #030097, 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 rgba(0, 82, 236, 0.2);
    }

    50% {
        box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 #030097, -13px 46px 0 rgba(0, 82, 236, 0.2);
    }

    75% {
        box-shadow: -13px 20px 0 rgba(0, 82, 236, 0.2), 13px 20px 0 rgba(0, 82, 236, 0.2), 13px 46px 0 rgba(0, 82, 236, 0.2), -13px 46px 0 #030097;
    }
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #000;
    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;
}

.page-link {
    color: #030097;
    width: 40px;
    text-align: center;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #030097;
    border-color: #030097;
}

.text-primary {
    color: #002458 !important;
}

.text-secondary {
    color: #bd8320 !important;
}

.bg-primary {
    color: #fff !important;
    background-color: #002458 !important;
}

.bg-secondary {
    color: #fff !important;
    background-color: #bd8320 !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.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 a:hover {
    opacity: 0.5;
}

.socialmediaicons a {
    padding: 10px 0 10px 5px;
    text-align: center;
    text-decoration: none;
    margin: 0 2px;
}

td svg.svg-inline--fa {
    padding-right: 10px;
}

.socialmediaicons .fa-square-facebook {
    color: #3B5998;
}

.socialmediaicons .fa-square-x-twitter {
    color: #000000;
}

.socialmediaicons .fa-google-plus {
    color: #dd4b39;
}

.socialmediaicons .fa-square-whatsapp {
    color: #01E675;
}

.socialmediaicons .fa-square-envelope {
    color: #bb0000;
}

.socialmediaicons .fa-print {
    color: #125688;
}

.socialmediaicons .fa-instagram {
    color: #125688;
}

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;
}

@media screen and (max-width: 991px) {
    .showdetail img {
        height: 55vw !important;
        object-fit: cover;
        object-position: center;
    }

    td[colspan] {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    .showdetail img {
        height: 170px !important;
        object-fit: cover;
    }

    .showdetail .col-lg-10 {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 5px;
    }

    #more-options.collapse {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate a {
        padding: .5rem .6rem !important;
    }

    div.dataTables_wrapper div.dataTables_length select {
        width: 50% !important;
        height: 40px;
    }

    div.dataTables_wrapper div.dataTables_length {
        text-align: left !important;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 50% !important;
    }

    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_filter label {
        text-align: right !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;
    }
}