﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

.hidden {
    display: none !important;
}

.white {
    color: #fff!important;
}

.color1 {
    color: #DBB94E !important;
}

.color2 {
    color: #747373 !important;
}

.color3 {
    color: #5e5e5e !important;
}

.gray {
    color: #949494 !important;
}

.bgcolor1 {
    background-color: #DBB94E !important;
}

.bgcolor2 {
    background-color: #747373 !important;
}

.bgcolor3 {
    background-color: #5e5e5e !important;
}

.bg-light {
    background-color: #F7F7F7 !important;
}

.alignleft {
    text-align: left!important;
}

.alignright {
    text-align: right !important;
}


.copyalignleft {
    text-align: left;
}

.copyalignright {
    text-align: right;
}

.copyfloatleft {
    float: left;
}

.copyfloatright {
    float: right;
}

.centered {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}

@media only screen and (max-width: 821px) {

    .copyalignleft, .copyalignright {
        text-align: center;
        margin-bottom: 10px;
    }

    .copyfloatleft,
    .copyfloatright {
        float: none;
    }

        /*.copyalignleft img, .copyalignright img {
            display: block;
            margin-right: auto;
            margin-left: auto;
        }*/

        /*.copyalignleft i, .copyalignr i {
            margin-right: auto;
            margin-left: auto;
        }*/
}

h1.pxp-page-header {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.6rem;
}

.pxp-sp-top-title {
    margin-bottom: 5px;
    /*line-height: 46px;*/
    font-weight: 900;
    font-size: 1.4rem;
}

.pxp-map-right {
    top: 115px !important;
}

/*body {*/
/*  margin-bottom: 60px;*/
/*}*/

/*.pxp-header {*/
/*    background-color: #fff !important;*/
/*    padding: 30px 0;*/
/*}*/

.pxp-image {
    background-image: url(../images/ph-big.jpg) !important; 
    background-position: 50% 80% !important;
}

.pxp-image-error {
    background-image: url(../images/error.jpg) !important;
    background-position: 50% 80% !important;
}

.pxp-image-inpages {
    background-image: url(../images/ph-inpages.jpg) !important;
    background-position: 50% 80% !important;
}

.pxp-image-agents {
    background-image: url(../images/ph-big.jpg) !important;
    background-position: 50% 60% !important;
}

.pxp-image-single-agent {
    background-image: url(../images/ph-agent.jpg)!important; 
    background-position: top center !important;
}

.pxp-image-results {
    background-image: url(../images/ph-gallery.jpg) !important;
}

#button{
    display:block;
    margin:20px auto;
    padding:10px 30px;
    background-color:#eee;
    border:solid #ccc 1px;
    cursor: pointer;
}
#overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.5);
}
.cv-spinner-loader {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner-loader {
    width: 48px;
    height: 48px;
    /*border: 4px #ddd solid;
    border-top: 4px #fbb900 solid;
    border-radius: 50%;*/
    /*animation: sp-anime 0.8s infinite linear;*/
    animation: sp-anime 1s infinite linear;
    background-image: url(../images/spinner.png) !important;
}
@keyframes sp-anime {
    100% {
        /*transform: rotate(360deg);*/
        transform: rotateY(360deg);
    }
}
.is-hide{
    display:none;
}

.form-control {
    display: flex;
}

.no-left-rounded {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.no-right-rounded {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/******** tom-select changes start ********/

.plugin-clear_button .ts-control {
    padding-right: calc(1em + (3 * 6px)) !important;
}
.ts-control {
    /*border: 1px solid #d0d0d0;*/
    /*padding: 8px 8px;*/
    /*padding-right: 8px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    min-height: 46px;
    padding: .375rem 2rem .375rem 1rem !important;
    font-size: .9rem;
    box-shadow: none;
    border: 1px solid #E2E2E2 !important;
    line-height: 32px!important;*/
    /*font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;*/
    /*background: ##efeeee !important;*/
    width: 100% !important;
    padding: 13px 0 !important;
    border-radius: 4px !important;
    color: #747373 !important;
    -webkit-appearance: none !important;
    overflow: hidden !important;
    z-index: 1 !important;
    /*********************/
    -webkit-tap-highlight-color: transparent !important;
    border-radius: 0 !important;
    /*border-radius: 5px !important;*/
    border: 1px solid #e0dcdc !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    /*display: block !important;
    float: left !important;*/
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: normal !important;
    font-weight: 600 !important;
    /*height: auto!important; */
    /*line-height: 48px !important;*/
    outline: 0 !important;
    padding-left: 15px !important;
    padding-right: 30px !important;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    white-space: pre-wrap !important;
    min-height: 48px !important;
    /*background: #efeeee!important;*/
}

    /*.ts-control:after {
    color: #999;
    font-family: Font Awesome\ 5 Pro;
    content: "\f0d7";
    display: block;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    font-weight: 600;
    height: 10px;
    line-height: 10px;
    transition: all .15s ease-in-out;
    width: 5px;
}*/

    .nice-select .list li:hover {
        color: #DBB94E;
    }

    .hidearrow .ts-control:after {
        display: none !important;
    }

    .ts-dropdown [data-selectable].option {
        text-align: left !important;
    }

    /*.ts-control:focus-within {
        border: 1px solid #747373!important;
    }*/

    /*.ts-wrapper.single .ts-control:after {
    border-color: #343a40 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: " ";
    display: block;
    height: 0;
    margin-top: -3px;
    position: absolute; 
    right: calc(.75rem);
    top: 22px;
    width: 0;
    pointer-events: none;
}*/
    /*right: calc(.75rem + 5px);*/
    /*top: 50%;*/

    /*.ts-control:after {
    content: "▼";
    font-size: 13px;
    color: #343a40;
    right: 10px;
    top: 0;
    height: 46px;
    line-height: 1.5;
    padding: 14px 0px 0px 7px;
    position: absolute;
    pointer-events: none;
}*/
    /*content: '\f101';
    font-family: FontAwesome;*/

    .ts-control > input {
        min-width: 3rem !important;
    }

    #homesearch .ts-control,
    #homesearch .custom-select {
        line-height: 19px !important;
    }

        #homesearch .ts-control > input,
        #homesearch .custom-select > input {
            flex: 1 0 !important;
        }

    .ts-control, .ts-wrapper.single.input-active .ts-control {
        background: #fff;
        cursor: text;
    }

        /*.ts-dropdown, .ts-control {
        color: #747373 !important;
        font-family: inherit;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
        vertical-align: middle;
        font-smoothing: inherit;
    }*/

        .ts-control input {
            color: #747373 !important;
            font-family: inherit;
            font-size: 14px !important;
            font-weight: 400;
            line-height: 1.5;
            vertical-align: middle;
            font-smoothing: inherit;
        }

            .ts-control input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
                color: #5e5e5e;
                opacity: 1; /* Firefox */
                font-weight: 600;
            }

            .ts-control input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                color: #5e5e5e;
                font-weight: 600;
            }

            .ts-control input::-ms-input-placeholder { /* Microsoft Edge */
                color: #5e5e5e;
                font-weight: 600;
            }

    .ts-wrapper.multi .ts-control > div {
        cursor: pointer;
        /*margin: 1px 3px 3px 0 !important;
        padding: 2px 8px !important;*/
        margin: 0 3px 0 0 !important;
        padding: 0 5px 0 0!important;
        padding-right: 6px;
        background: #fff !important;
        color: #747373;
        border: 0 solid #d0d0d0;
    }

    .ts-dropdown .create:hover, .ts-dropdown .option:hover, .ts-dropdown .active {
        background-color: #DBB94E !important;
        color: #fff !important;
    }

    .ts-dropdown [data-selectable] .highlight {
        /*background: rgba(205, 170, 36, 0.5)!important;*/
        background: none !important;
        border-radius: 1px;
    }

    .plugin-clear_button .clear-button {
        opacity: 0;
        position: absolute;
        top: 0!important;
        right: 5px!important;
        margin-right: 0 !important;
        background: transparent !important;
        transition: opacity 0.5s;
        cursor: pointer;
        color: #DBB94E !important;
    }

.ts-wrapper.multi .ts-control > div.clear-button {
    margin: 0 !important;
    padding: 2px !important;
    line-height: 10px!important;
    font-size: 18px!important;
}

.ts-wrapper.plugin-remove_button .item .remove {
    color: #DBB94E!important;
}

.ts-wrapper:not(.form-control):not(.form-select):not(.inputarea) .ts-control:after {
    position: absolute;
    right: 16px;
    /*right: 0.75rem;*/
    content: '\f107';
    font-family: FontAwesome;
    color: #747373;
    opacity: 0.5;
    /* margin: 0 20px 0 0; */
}

    /*.hidearrow .nice-select {
    height: auto;
}*/

@media only screen and (max-width: 821px) {
    .ts-control,
    .ts-control input,
    .nice-select {
        font-size: 12px !important;
    }
}

/******** tom-select changes end ********/
.nophoto {
    background-color: #e6e6e6;
    width: auto;
    height: 340px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

        .nophoto img {
            width: 100%;
            height: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .onephoto {
        height: 340px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    }

    .nophotobox {
        /*background-color: #ddd;
    border: solid 1px #ddd;*/
        text-align: center;
        padding: 15px;
        font-size: 16px;
        font-weight: 600;
        color: #878C9F;
        /*margin-top: 1rem !important*/
    }

    /******** energy start ********/

    .classno {
        position: relative;
        display: block;
        height: 18px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 3px;
        margin-bottom: 2px;
        padding-left: 5px;
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 1rem;
        line-height: 19px;
        font-weight: 600;
    }

    .classengeneral {
        position: relative;
        display: block;
        height: 18px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 3px;
        margin-bottom: 2px;
        padding-left: 5px;
        color: #fff;
        font-family: Arial, sans-serif;
        font-size: 1rem;
        line-height: 19px;
        font-weight: 600;
        width: 30px;
        background-color: #747373;
        border-color: #747373;
    }

        .classengeneral::after {
            content: "";
            position: absolute;
            right: 100%;
            border: 9px solid transparent;
            border-right: 9px solid #747373;
        }

    .classAPlus, .classA, .classBPlus, .classB, .classC, .classD, .classE, .classF, .classG {
        position: relative;
        display: block;
        height: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 3px;
        margin-bottom: 2px;
        padding-left: 5px !important;
        color: #fff;
        /*font-family: Arial, sans-serif;*/
        font-size: 12px;
        line-height: 19px;
        font-weight: 600;
        color: #fff !important;
    }

    .classUP, .classNR {
        position: relative;
        display: block;
        height: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 3px;
        margin-bottom: 2px;
        padding-left: 5px !important;
        color: #fff;
        /*font-family: Arial, sans-serif;*/
        font-size: 12px;
        line-height: 19px;
        font-weight: 600;
    }

        .classAPlus::after, .classA::after, .classBPlus::after, .classB::after, .classC::after, .classD::after, .classE::after, .classF::after, .classG::after, .classUP::after, .classNR::after {
            content: "";
            position: absolute;
            left: 100%;
            border: 10px solid transparent;
            border-left: 10px solid #fbb900;
        }

        .classAPlus > sup, .classA > sup, .classBPlus > sup, .classB > sup, .classC > sup, .classD > sup, .classE > sup, .classF > sup, .classG > sup, .classUP > sup, .classNR > sup {
            position: absolute;
            top: 10px;
        }

    .classAPlus {
        width: 24px;
        background-color: #026f30;
        border-color: #026f30;
    }

        .classAPlus::after {
            border-left-color: #026f30;
        }

    .classA {
        width: 34px;
        background-color: #2d8f28;
        border-color: #2d8f28;
    }

        .classA::after {
            border-left-color: #2d8f28;
        }

    .classBPlus {
        width: 44px;
        background-color: #89ae03;
        border-color: #89ae03;
    }

        .classBPlus::after {
            border-left-color: #89ae03;
        }

    .classB {
        width: 54px;
        background-color: #a3d000;
        border-color: #a3d000;
    }

        .classB::after {
            border-left-color: #a3d000;
        }

    .classC {
        width: 64px;
        background-color: #fb9a00;
        border-color: #fb9a00;
    }

        .classC::after {
            border-left-color: #fb9a00;
        }

    .classD {
        width: 74px;
        background-color: #e30613;
        border-color: #e30613;
    }

        .classD::after {
            border-left-color: #e30613;
        }

    .classE {
        width: 84px;
        background-color: #b41818;
        border-color: #b41818;
    }

        .classE::after {
            border-left-color: #b41818;
        }

    .classF {
        width: 94px;
        background-color: #8d1e1e;
        border-color: #8d1e1e;
    }

        .classF::after {
            border-left-color: #8d1e1e;
        }

    .classG {
        width: 104px;
        background-color: #671111;
        border-color: #671111;
    }

        .classG::after {
            border-left-color: #671111;
        }

    .classUP {
        width: 150px;
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

        .classUP::after {
            border-left-color: #5e5e5e;
        }

    .classNR {
        width: 134px;
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

        .classNR::after {
            border-left-color: #5e5e5e;
        }

    /******** energy end ********/

    .flexContainbtn {
        display: flex;
    }

    .inputFieldbtn {
        flex: 1;
    }

    .buttonIn {
        position: relative;
    }

    .codebutton {
        /*position: absolute;
    top: 1px;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right: 3px;
    z-index: 2;
    border: none;
    cursor: pointer;
    color: white;
    background-color: #000;
    transform: translateX(2px);
    height: 44px;*/
        /*******************/
        position: absolute;
        top: 22px;
        border-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        right: 3px;
        z-index: 2;
        border: none;
        cursor: pointer;
        color: white;
        /*background-color: #878C9F;*/
        background-color: transparent;
        transform: translateX(2px);
        height: 48px;
        outline: none !important;
        padding: 0 10px;
        color: #DBB94E;
    }

        .codebutton:hover {
            color: #474646;
            text-decoration: none;
            /*background-color: #747373;*/
            /*color: rgba(255, 255, 255, .7);*/
        }

    .header-search-wrapper .custom-form input[type="text"] {
        padding: 10px 30px 10px 15px !important;
    }

    .codebutton_first {
        position: absolute;
        top: 6px;
        border-radius: 3px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        right: 12px;
        z-index: 2;
        border: none;
        cursor: pointer;
        color: white;
        background-color: transparent;
        transform: translateX(2px);
        height: 46px;
        outline: none !important;
        padding: 0;
        color: #DBB94E;
    }

        .codebutton_first:hover {
            color: #747373;
            text-decoration: none;
            /*background-color: #343342;*/
            /*color: rgba(255, 255, 255, .7);*/
        }

    .pagination {
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .addimage {
        background-image: url('../images/globe.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: right top;
    }

    .areainput::before {
        position: absolute;
        display: block;
        top: .75rem;
        right: 1rem;
        color: #747373;
        font-family: FontAwesome;
        content: '\f041';
        font-size: 1rem;
        z-index: 999;
    }

    .codeinput::before {
        position: absolute;
        display: block;
        top: .75rem;
        right: 1rem;
        color: #747373;
        font-family: FontAwesome;
        content: '\f002';
        font-size: 1rem;
        z-index: 999;
    }

    .pxp-sp-agent-section {
        background-color: #fff;
        padding: 20px;
        overflow: hidden;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.16);
    }

    .page-item {
        font-size: 1.75rem;
        display: inline-block;
    }

        .page-item .page-link {
            color: #999 !important;
            /*background: #747373;*/
            background-color: transparent;
            cursor: pointer;
            outline: 0;
            border: none !important;
            padding: 4px 8px;
            font-size: 20px;
            border-radius: 3px;
        }

            .page-item .page-link:hover {
                color: #747373 !important;
                /*background: #000;*/
            }

        .page-item.disabled .page-link {
            display: none;
            color: #ccc !important;
            /*background: #666;*/
        }

    ul.pagination li {
        display: inline-block;
        font-weight: 600;
        font-size: 15px;
    }

    .small {
        font-size: 0.9rem !important;
    }

    .smaller {
        font-size: 0.8rem !important;
    }

    .page-link:focus {
        box-shadow: none;
    }

    .sort-select,
    .sort-select:focus {
        background-color: #DBB94E;
        display: inline-block;
        /*text-align: center;*/
        white-space: nowrap;
        height: 46px;
        padding: 0 10px 0 10px;
        border: 1px solid #DBB94E;
        /*margin-right: 10px;
    margin-bottom: 10px;*/
        border-radius: .25rem;
        font-size: .9rem;
        /*text-transform: uppercase;*/
        line-height: 46px;
        font-weight: 400;
        color: #000;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        cursor: pointer !important;
        min-width: 200px;
    }

        .sort-select:hover {
            background-color: #d8af17;
            border: 1px solid #DBB94E;
            box-shadow: none;
        }

        .sort-select:before {
            /*content: "▼";*/
            font-size: 13px;
            color: #343a40;
            right: 10px;
            top: 0;
            height: 46px;
            line-height: 1.5;
            padding: 14px 0px 0px 7px;
            position: absolute;
            pointer-events: none;
            content: '\f101';
            font-family: FontAwesome;
        }

    /*select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') no-repeat right #ddd;
    -webkit-appearance: none;
    padding-right: 1.5rem;
    background-position: right 0.1rem center;
}

    select:focus {
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') no-repeat right #ddd;
        background-position: right 0.1rem center;
    }*/

    button:disabled {
        background-color: #dddddd;
    }

    .p-5-noxs {
        padding: 3rem !important;
    }

    @media only screen and (max-width: 821px) {
        .p-5-noxs {
            padding: 1rem !important;
        }
    }

    /*.pswp img {
    max-width: none;
    object-fit: none!important;
}*/
    .pswp__img--placeholder--blank {
        display: none !important;
    }

    .pswp--zoom-allowed .pswp__img {
        cursor: default !important
    }

    .pxp-sp-kd-item-value .fa,
    .pxp-sp-kd-item-value .fas,
    .pxp-sp-kd-item-value .fal {
        color: #909090;
    }

    /************** Cookies start **************/
    .freeprivacypolicy-com---nb .cc-nb-main-container {
        padding: 0.7rem 20rem !important;
        text-align: center;
    }

    .freeprivacypolicy-com---pc-overlay {
        background: rgba(0,0,0,0.75);
    }

    .freeprivacypolicy-com---palette-dark .cc-nb-okagree {
        color: #fff !important;
        background-color: #DBB94E !important;
    }

    .freeprivacypolicy-com---palette-dark .cc-nb-reject {
        color: #fff !important;
        background-color: #DBB94E !important;
    }

    .freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
        background: #DBB94E !important;
        color: #fff !important;
    }

    .freeprivacypolicy-com---nb .cc-nb-title {
        font-size: 18px !important;
        font-weight: 600;
    }

    .freeprivacypolicy-com---reset p {
        margin-top: 0;
        margin-bottom: 0.5rem !important;
    }

    .freeprivacypolicy-com---nb .cc-nb-text {
        font-size: 14px !important;
        margin: 0 0 0.5rem 0 !important;
    }

    .freeprivacypolicy-com---nb-simple {
        right: 0;
        top: auto;
        bottom: 0;
        left: auto;
        max-width: 100% !important;
        position: fixed;
        background: #474646 !important;
    }

    .freeprivacypolicy-com---palette-dark .cc-pc-container {
        background: #474646 !important;
        border: solid 1px #747373;
    }

    .freeprivacypolicy-com---palette-dark .cc-cp-body {
        background: #474646 !important;
        color: #f5f5f5;
    }
    /*.freeprivacypolicy-com---palette-dark .cc-cp-body-content {
    background: #474646 !important;
    color: #f5f5f5;
}*/
    /*.freeprivacypolicy-com---palette-dark .cc-pc-head-title {
    background-image: url(../images/logo.svg) !important;
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: 15px 10px;
}*/
    .freeprivacypolicy-com---palette-dark .cc-pc-head-title-text {
        color: #DBB94E;
        font-weight: 500;
        /*display: none;*/
        font-size: 18px;
        line-height: 1.5;
        margin: 0;
    }

    .freeprivacypolicy-com---pc-dialog .cc-pc-head-title-headline {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        margin-bottom: 0px;
    }

    .freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-title {
        font-size: 18px;
        font-weight: 600;
    }

    .freeprivacypolicy-com---pc-dialog .cc-cp-body-content-entry-text {
        font-size: 14px;
        line-height: 1.35;
    }

    .freeprivacypolicy-com---palette-dark .cc-pc-head {
        background: #474646 !important;
        color: #fff;
        border-bottom: 1px solid #111;
    }

    .freeprivacypolicy-com---palette-dark .cc-cp-foot {
        background: #474646 !important;
        border-top-color: #111;
    }

    .freeprivacypolicy-com---reset select, .freeprivacypolicy-com---reset optgroup, .freeprivacypolicy-com---reset textarea {
        font-size: 14px;
        line-height: inherit;
    }

    .freeprivacypolicy-com---palette-dark .cc-pc-head-lang select:focus {
        /*box-shadow: 0 0 0 2px #fff!important;*/
        box-shadow: 0 0 0 1px #fff !important;
    }

    @media screen and (max-width: 600px) {
        .freeprivacypolicy-com---nb .cc-nb-main-container {
            padding: 1rem !important;
            text-align: center;
        }

        .freeprivacypolicy-com---nb-simple {
            max-width: 100% !important;
            right: 0;
            top: auto;
            bottom: 0;
            left: auto;
            position: fixed;
        }
    }

    /************** Cookies end **************/

    .container-photos {
        height: 280px;
        background-color: #000;
    }

        .container-photos img {
            width: 100%;
            height: 280px;
            object-fit: cover;
            object-position: 50% 50%;
        }

    .has_one_column .container-photos {
        height: 210px;
        background-color: #000;
    }

        .has_one_column .container-photos img {
            width: 100%;
            height: 210px;
            object-fit: cover;
            object-position: 50% 50%;
        }

    @media only screen and (max-height: 800px) {
        .container-photos {
            height: 240px;
            background-color: #000;
        }

            .container-photos img {
                width: 100%;
                height: 240px;
                object-fit: cover;
                object-position: 50% 50%;
            }
    }

    .geodir-category-location {
        font-size: 18px;
        float: left;
        text-align: left;
    }

        .geodir-category-location i {
            padding-right: 4px;
        }

    /*.has_one_column .geodir-category-location {
     display: none;
}

.geodir-category-location-one {
    display: none;
}

.has_one_column .geodir-category-location-one {
    display: block;
    position: absolute;
    bottom: 15px;
    right: 20px;
}*/
    .gotobottom {
        position: absolute;
        bottom: 15px;
    }

    .container-photos-in {
        height: 480px;
        background-color: #fff;
    }

        .container-photos-in img {
            width: 100%;
            height: 480px;
            object-fit: cover;
            object-position: 50% 50%;
        }

    .container-photos-inthumb {
        height: 112px;
        background-color: #fff;
    }

        .container-photos-inthumb img {
            width: 100%;
            height: 110px;
            object-fit: cover;
            object-position: 50% 50%;
        }

    @media only screen and (max-width: 564px) {
        .container-photos-in {
            height: 380px;
            background-color: #fff;
        }

            .container-photos-in img {
                width: 100%;
                height: 380px;
                object-fit: cover;
                object-position: 50% 50%;
            }

        .container-photos-inthumb {
            height: 80px;
            background-color: #fff;
        }

            .container-photos-inthumb img {
                width: 100%;
                height: 80px;
                object-fit: cover;
                object-position: 50% 50%;
            }
    }

    .geodir-category-content h3 {
        text-align: left;
        padding: 0 0 7px 0;
        font-weight: 600;
        font-size: 16px;
    }

    @media only screen and (max-width: 821px) {
        .geodir-category-content h3 {
            text-align: left;
            padding: 0 0 7px 0;
            font-weight: 600;
            font-size: 13px;
        }
    }

    .langright {
        position: absolute;
        right: 60px;
        top: 28px;
        float: right;
        z-index: 999;
        height: 48px;
    }

    .langrightxs {
        display: none;
    }

    .nice-select.langicon {
        padding-left: 40px;
        font-size: 13px;
    }

    @media screen and (max-width: 820px) {
        .langright {
            /*display: none !important;*/
            position: absolute;
            right: 35px;
            top: 15px;
            float: right;
            z-index: 999;
            height: 36px;
        }

        .langrightxs {
            display: block !important;
        }

        /*.langright {
        position: absolute;
        right: 35px;
        top: 10px;
        float: right;
        z-index: 999;
        height: 48px;
    }
    .langright span,
    .langright li {
        font-size: 12px;
    }

        .langright .nice-select {
            width: auto;
            height: 36px;            
            font-weight: 400;
            line-height: 34px;
        }*/
        .nice-select.langicon {
            padding-left: 30px;
            padding-right: 20px;
            top: 8px;
            margin-bottom: 20px;
        }

        .nice-select:after {
            right: 10px;
        }
    }

    /*.langicon:before {
    position: absolute;
    display: block;
    top: 0;
    left: 8px;
    color: #787c86;
    font-family: "Font Awesome 6 Pro";
    content: '\f0ac';
    font-size: 14px;
    font-weight: 300;
}*/

.infoboxred {
    background: #DBB94E;
    padding: 3px 6px;
    color: #fff;
    border-radius: 2px;
    border: solid 1px #DBB94E4c;
    font-size: 13px;
    font-weight: 600;
    display: block;
}

        .infoboxred i {
            margin-right: 5px;
        }

.infoboxblack {
    background: #DBB94E;
    padding: 3px 6px;
    color: #fff;
    border-radius: 2px;
    border: solid 1px #DBB94E4c;
    font-size: 13px;
    font-weight: 600;
}

        .infoboxblack i {
            margin-right: 5px;
            opacity: 0.65;
        }

    #homeradar-map {
        height: 340px;
        border: none;
    }

    .iconleft {
        font-size: 30px;
        float: left;
        position: relative;
        top: 0;
        color: #DBB94E;
        width: 36px;
        text-align: center !important;
    }

        .iconleft i {
            text-align: center;
        }

    .textright {
        margin-top: 0px;
        margin-left: 46px;
    }

    .columns2 {
        column-count: 2;
        column-gap: 30px;
    }

    @media (max-width: 821px) {
        .columns2 {
            column-count: 1;
            column-gap: 0;
        }
    }

    /************** Print Property Page start **************/

    @media print {

        body {
            background-color: #fff;
        }

        @page {
            size: auto; /* auto is the initial value */
            margin: 20mm 20mm 20mm 20mm;
        }

        #wrapper {
            padding-top: 0;
        }

        /*h1, h2, h3, h4, h5, div[class^="list-"] {*/
        h1, h2, h3, h4, h5,
        div[class^="list-single-main-item"] {
            page-break-inside: avoid;
        }

        .list-single-header-item.no-bg-list_sh h1 {
            font-size: 20px;
        }

        .main-header,
        .main-footer,
        .inline-facts-wrap,
        #overlay {
            display: none !important;
        }

        div[class^="mt-"],
        div[class^="mb-"] {
            margin-top: 0;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 0;
        }

        .list-single-main-container {
            border-radius: 6px;
            overflow: hidden;
            background: #fff;
            border: none;
        }

        .content {
            padding-top: 0 !important;
        }

        /*.columns2 {
        column-count: 1;
        column-gap: 0;
    }*/

        #homeradar-map {
            height: 340px;
            border: none;
        }

        .leaflet-right {
            left: 0;
        }

            .leaflet-right .leaflet-control {
                float: left !important;
            }

        .printpage table {
            max-width: auto;
            width: 100%;
            min-width: 2rem;
            border: solid #fff;
        }

        .printpage th, td {
            white-space: pre-wrap;
            overflow: hidden;
            text-overflow: ellipsis;
            border: 12px solid #fff;
            padding: 0.1rem;
            text-align: center;
            max-width: 3rem;
            min-width: 0rem;
            cursor: pointer;
        }

        /*.printpage table img {
        max-height: 200px;
    }*/

        .imgowl1 {
            height: 120px;
        }

            .imgowl1 img {
                width: 100%;
                height: 120px;
                object-fit: cover;
                object-position: 50% 50%;
            }

        /*.imgowl1 {
        position: relative;
        background-color: #fff;
        width: auto;
        height: 240px;
        overflow: hidden;
        z-index: 1;
    }

        .imgowl1 img {
            position: absolute;
            left: -1000%;
            right: -1000%;
            top: -1000%;
            bottom: -1000%;
            margin: auto;
            opacity: 1;
            height: 100%;
            width: 100%;
            object-fit: contain;
        }*/

        /*.content {
        margin-top: 30px;        
    }*/
        .list-single-main-wrapper {
            padding-left: 0;
            margin-top: -50px;
            border-top: solid 1px #ddd;
        }
    }

    /*************** Print Property Page end ***************/

    .ts-dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 99 !important;
        border: 1px solid #d0d0d0;
        background: #fff;
        margin: 0.25rem 0 0 0;
        border-top: 0 none;
        box-sizing: border-box;
        box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
        border-radius: 0;
        margin: 0!important;
    }

    .g-recaptcha,
    #error-captcha {
        float: left;
        display: inline-block;
    }

    .video-container-kw {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

        .video-container-kw iframe,
        .video-container-kw object,
        .video-container-kw embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    /* -------------------------------- 

Main Components 

-------------------------------- */
    .cd-horizontal-timeline {
        opacity: 0;
        margin: 0 auto;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

        .cd-horizontal-timeline::before {
            /* never visible - this is used in jQuery to check the current MQ */
            content: 'mobile';
            display: none;
        }

        .cd-horizontal-timeline.loaded {
            /* show the timeline after events position has been set (using JavaScript) */
            opacity: 1;
        }

        .cd-horizontal-timeline .timeline {
            position: relative;
            height: 100px;
            width: 90%;
            max-width: 1600px;
            margin: 0 auto;
        }

        .cd-horizontal-timeline .events-wrapper {
            position: relative;
            height: 100%;
            margin: 0 40px;
            overflow: hidden;
        }

            .cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
                /* these are used to create a shadow effect at the sides of the timeline */
                content: '';
                position: absolute;
                z-index: 2;
                top: 0;
                height: 100%;
                width: 20px;
            }

            .cd-horizontal-timeline .events-wrapper::before {
                left: 0;
                background-image: -webkit-linear-gradient( left, ##efeeee, rgba(248, 248, 248, 0));
                background-image: linear-gradient(to right, ##efeeee, rgba(248, 248, 248, 0));
            }

            .cd-horizontal-timeline .events-wrapper::after {
                right: 0;
                background-image: -webkit-linear-gradient( right, #f8f8f8, rgba(248, 248, 248, 0));
                background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
            }

        .cd-horizontal-timeline .events {
            /* this is the grey line/timeline */
            position: absolute;
            z-index: 1;
            left: 0;
            top: 49px;
            height: 2px;
            /* width will be set using JavaScript */
            background: #dfdfdf;
            -webkit-transition: -webkit-transform 0.4s;
            -moz-transition: -moz-transform 0.4s;
            transition: transform 0.4s;
        }

        .cd-horizontal-timeline .filling-line {
            /* this is used to create the green line filling the timeline */
            position: absolute;
            z-index: 1;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-color: #DBB94E;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transform-origin: left center;
            -moz-transform-origin: left center;
            -ms-transform-origin: left center;
            -o-transform-origin: left center;
            transform-origin: left center;
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s;
        }

        .cd-horizontal-timeline .events a {
            position: absolute;
            bottom: 0;
            z-index: 2;
            text-align: center;
            font-size: 1.3rem;
            padding-bottom: 25px;
            color: #383838;
            /* fix bug on Safari - text flickering while timeline translates */
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }

            .cd-horizontal-timeline .events a::after {
                /* this is used to create the event spot */
                content: 'kw';
                position: absolute;
                left: 50%;
                right: auto;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
                bottom: -15px;
                height: 30px;
                width: 30px;
                border-radius: 50%;
                border: 2px solid #dfdfdf;
                background-color: #f8f8f8;
                -webkit-transition: background-color 0.3s, border-color 0.3s;
                -moz-transition: background-color 0.3s, border-color 0.3s;
                transition: background-color 0.3s, border-color 0.3s;
                color: #DBB94E;
                text-align: center;
                font-size: 18px;
                font-weight: 600;
                line-height: 30px;
                letter-spacing: -1px;
            }

    .no-touch .cd-horizontal-timeline .events a:hover::after {
        background-color: #DBB94E;
        border-color: #DBB94E;
    }

    .cd-horizontal-timeline .events a.selected {
        pointer-events: none;
        color: #DBB94E;
    }

        .cd-horizontal-timeline .events a.selected::after {
            color: #fff;
        }

        .cd-horizontal-timeline .events a.selected::after {
            background-color: #DBB94E;
            border-color: #DBB94E;
        }

    .cd-horizontal-timeline .events a.older-event::after {
        border-color: #DBB94E;
    }

    @media only screen and (min-width: 1100px) {
        .cd-horizontal-timeline {
            margin: 0 auto;
        }

            .cd-horizontal-timeline::before {
                /* never visible - this is used in jQuery to check the current MQ */
                content: 'desktop';
            }
    }

    .cd-timeline-navigation a {
        /* these are the left/right arrows to navigate the timeline */
        position: absolute;
        z-index: 1;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 34px;
        width: 34px;
        border-radius: 50%;
        border: 2px solid #dfdfdf;
        /* replace text with an icon */
        overflow: hidden;
        color: transparent;
        text-indent: 100%;
        white-space: nowrap;
        -webkit-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        transition: border-color 0.3s;
    }

        .cd-timeline-navigation a::after {
            /* arrow icon */
            content: '';
            position: absolute;
            height: 16px;
            width: 16px;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            background: url(../images/cd-arrow.svg) no-repeat 0 0;
        }

        .cd-timeline-navigation a.prev {
            left: 0;
            -webkit-transform: translateY(-50%) rotate(180deg);
            -moz-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            -o-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
        }

        .cd-timeline-navigation a.next {
            right: 0;
        }

    .no-touch .cd-timeline-navigation a:hover {
        border-color: #DBB94E;
    }

    .cd-timeline-navigation a.inactive {
        cursor: not-allowed;
    }

        .cd-timeline-navigation a.inactive::after {
            background-position: 0 -16px;
        }

    .no-touch .cd-timeline-navigation a.inactive:hover {
        border-color: #dfdfdf;
    }

    .cd-horizontal-timeline .events-content {
        position: relative;
        width: 100%;
        margin: 2em 0;
        overflow: hidden;
        -webkit-transition: height 0.4s;
        -moz-transition: height 0.4s;
        transition: height 0.4s;
    }

        .cd-horizontal-timeline .events-content li {
            position: absolute;
            z-index: 1;
            width: 100%;
            left: 0;
            top: 0;
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
            padding: 0 5%;
            opacity: 0;
            -webkit-animation-duration: 0.4s;
            -moz-animation-duration: 0.4s;
            animation-duration: 0.4s;
            -webkit-animation-timing-function: ease-in-out;
            -moz-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
        }

            .cd-horizontal-timeline .events-content li.selected {
                /* visible event content */
                position: relative;
                z-index: 2;
                opacity: 1;
                -webkit-transform: translateX(0);
                -moz-transform: translateX(0);
                -ms-transform: translateX(0);
                -o-transform: translateX(0);
                transform: translateX(0);
            }

            .cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
                -webkit-animation-name: cd-enter-right;
                -moz-animation-name: cd-enter-right;
                animation-name: cd-enter-right;
            }

            .cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
                -webkit-animation-name: cd-enter-left;
                -moz-animation-name: cd-enter-left;
                animation-name: cd-enter-left;
            }

            .cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
                -webkit-animation-direction: reverse;
                -moz-animation-direction: reverse;
                animation-direction: reverse;
            }

            .cd-horizontal-timeline .events-content li > * {
                max-width: 1600px;
                margin: 0 auto;
            }

        .cd-horizontal-timeline .events-content i {
            font-weight: bold;
            font-size: 2rem;
            line-height: 1.2;
            color: #DBB94E;
        }

        .cd-horizontal-timeline .events-content h2 {
            font-weight: bold;
            font-size: 2.4rem;
            font-weight: 700;
            line-height: 1.2;
            color: #DBB94E;
        }

        .cd-horizontal-timeline .events-content em {
            display: block;
            font-style: italic;
            margin: 10px auto;
        }

            .cd-horizontal-timeline .events-content em::before {
                content: '- ';
            }

        .cd-horizontal-timeline .events-content p {
            font-size: 1.4rem;
            color: #959595;
        }

        .cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
            line-height: 1.6;
        }

    @media only screen and (min-width: 799px) {
        .cd-horizontal-timeline .events-content h2 {
            font-size: 2.4rem;
        }

        .cd-horizontal-timeline .events-content h3 {
            font-size: 1.4rem;
        }

        .cd-horizontal-timeline .events-content em {
            font-size: 1rem;
        }

        .cd-horizontal-timeline .events-content p {
            font-size: .8rem;
        }
    }

    @-webkit-keyframes cd-enter-right {
        0% {
            opacity: 0;
            -webkit-transform: translateX(100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
        }
    }

    @-moz-keyframes cd-enter-right {
        0% {
            opacity: 0;
            -moz-transform: translateX(100%);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0%);
        }
    }

    @keyframes cd-enter-right {
        0% {
            opacity: 0;
            -webkit-transform: translateX(100%);
            -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
            -o-transform: translateX(100%);
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
        }
    }

    @-webkit-keyframes cd-enter-left {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
        }
    }

    @-moz-keyframes cd-enter-left {
        0% {
            opacity: 0;
            -moz-transform: translateX(-100%);
        }

        100% {
            opacity: 1;
            -moz-transform: translateX(0%);
        }
    }

    @keyframes cd-enter-left {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100%);
            -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            -o-transform: translateX(-100%);
            transform: translateX(-100%);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0%);
            -moz-transform: translateX(0%);
            -ms-transform: translateX(0%);
            -o-transform: translateX(0%);
            transform: translateX(0%);
        }
    }

    .timeline-title {
        text-align: center;
    }

        .timeline-title h2 {
            color: #747373;
            font-size: 26px;
            text-align: center;
            font-weight: 600;
            margin-bottom: 40px;
        }

    /******************/

    @keyframes chartjs-render-animation {
        from {
            opacity: .99
        }

        to {
            opacity: 1
        }
    }

    .chartjs-render-monitor {
        animation: chartjs-render-animation 1ms
    }

    .chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
        position: absolute;
        direction: ltr;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        pointer-events: none;
        visibility: hidden;
        z-index: -1
    }

        .chartjs-size-monitor-expand > div {
            position: absolute;
            width: 1000000px;
            height: 1000000px;
            left: 0;
            top: 0
        }

        .chartjs-size-monitor-shrink > div {
            position: absolute;
            width: 200%;
            height: 200%;
            left: 0;
            top: 0
        }

    /***********************/

    .tabs {
        width: 100%;
        /*max-width: 1600px;*/
        margin: 0 auto;
    }

    .tabs__navigation {
        display: flex;
        border-bottom: 1px solid #c8c8c8;
        background-color: #fff;
        justify-content: center;
    }

        .tabs__navigation:hover .tool-tabs__tab.active {
            color: #000;
            font-weight: 400;
            /*background-color: #c8c8c8;*/
        }

            .tabs__navigation:hover .tool-tabs__tab.active:after {
                width: 0;
            }

        .tabs__navigation:hover .tool-tabs__tab:hover.active {
            color: #000;
            font-weight: 500;
        }

            .tabs__navigation:hover .tool-tabs__tab:hover.active:after {
                width: 100%;
            }

    .tabs__btn {
        position: relative;
        flex: 0 1 50%;
        padding-top: 15px;
        padding-bottom: 15px;
        border: none;
        background-color: transparent;
        font-size: 24px;
        line-height: 30px;
        /*line-height: 120%;*/
        color: #c8c8c8;
        transition: color 0.2s;
        cursor: pointer;
        max-width: 20%;
    }

        .tabs__btn.active {
            color: #DBB94E;
            font-weight: 400;
            /*background-color: #c8c8c8;*/
        }

        .tabs__btn:hover {
            color: #747373;
            font-weight: 500;
        }

            .tabs__btn:hover.active {
                /*color: red;*/
                font-weight: 500;
            }

    .tabs__content {
        margin-top: 15px;
        text-align: center;
    }

    .tabs__body {
        display: none;
        font-size: 18px;
    }

        .tabs__body.active {
            display: block;
        }


    .tabs__btn:first-child.active ~ .Tabs__presentation-slider {
        transform: translateX(30%) scaleX(0.20);
    }

    .tabs__btn:nth-child(2).active ~ .Tabs__presentation-slider {
        transform: translateX(50%) scaleX(0.20);
    }

    .Tabs__presentation-slider {
        position: absolute;
        top: 58px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #DBB94E;
        transform-origin: 0 0;
        transition: transform .25s;
    }

    @media only screen and (max-width: 768px) {
        .tabs__btn {
            position: relative;
            flex: 0 1 50%;
            padding-top: 15px;
            padding-bottom: 15px;
            border: none;
            background-color: transparent;
            font-size: 18px;
            line-height: 30px;
            color: #c8c8c8;
            transition: color 0.2s;
            cursor: pointer;
            max-width: 50%;
        }

            .tabs__btn:first-child.active ~ .Tabs__presentation-slider {
                transform: translateX(0) scaleX(0.50);
            }

            .tabs__btn:nth-child(2).active ~ .Tabs__presentation-slider {
                transform: translateX(50%) scaleX(0.520);
            }
    }

    /***********************/

    .text-left {
        text-align: left !important;
    }

    .headerkw {
        display: none;
    }

    .bodykw {
        display: block;
        box-sizing: border-box;
    }

    @media only screen and (max-width: 1063px) {
        /*.bodykw {
            display: none;
            box-sizing: border-box;
        }*/

        .headerkw {
            display: block;
            padding: 13px 0;
            border-radius: 4px;
            color: #fff;
            cursor: pointer;
            margin-bottom: 20px;
            text-align: center;
        }
    }

    /*.cross-icon {
    position: absolute;
    right: 30px;
    transition: all 0.5s ease-in;
    opacity: 0.8;
}

    .cross-icon::after {
        content: "";
        position: absolute;
        width: 20px;
        height: 3px;
        border-radius: 10px;
        background-color: white;
    }

    .cross-icon::before {
        content: "";
        position: absolute;
        height: 20px;
        width: 3px;
        border-radius: 10px;
        background-color: white;
        left: 8px;
        bottom: -12px;
        transition: all 0.5s ease-in;
    }

.active.cross-icon::before {
    transform: rotate(90deg);
}*/


    .Guide__banner {
        color: #fff;
        background: #747373;
        position: relative;
        overflow: hidden;
        text-align: center;
        min-height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .Guide__banner .Guide__outerContainer {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 0;
            opacity: 0.2;
        }

            .Guide__banner .Guide__outerContainer img {
                top: -75%;
                position: absolute;
                left: 0;
                width: 100%;
            }

        .Guide__banner .Guide__banner__content .Guide__banner__header {
            font-size: 56px;
            color: #fafafa;
        }

        .Guide__banner .Guide__banner__content .Guide__banner__subheader {
            font-size: 18px;
            color: #fafafa;
            margin: 20px 0 40px;
        }

        .Guide__banner .Guide__banner__content .KWButton.Guide__find_agent {
            color: #fff;
            background-image: linear-gradient(to right, #68d0cb, #1ca1d4);
            border: 0;
            font-size: 16px;
            padding: 15px 30px;
            height: auto;
        }

    .Guide__steps {
        width: 80%;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
    }

    @media (max-width: 767px) {
        .Guide__steps {
            width: 100%;
        }
    }

    .Guide__steps .Guide__steps__step_wrapper {
        border-left: 2px solid #dedede;
        position: relative;
        padding-bottom: 70px;
        padding-left: 70px;
        display: flex;
        flex-direction: row;
    }

        .Guide__steps .Guide__steps__step_wrapper:last-of-type {
            border-left: none;
        }

    @media (max-width: 767px) {
        .Guide__steps .Guide__steps__step_wrapper {
            flex-direction: column;
        }
    }

    @media (max-width: 359px) {
        .Guide__steps .Guide__steps__step_wrapper {
            padding-left: 40px;
        }
    }

    .Guide__steps .Guide__steps__step_wrapper .GuideStep__checkbox.GuideStep__circle {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 20px;
        font-weight: 600;
        line-height: 38px;
        color: #fff;
        text-align: center;
        background-image: linear-gradient(to bottom right, #68d0cb, #1ca1d4);
        position: absolute;
        left: 0;
        transform: translateX(-50%);
    }

    .Guide__steps .Guide__steps__step_wrapper .GuideStep {
        flex: 1;
        text-align: left;
    }

    .Guide__steps .Guide__steps__step_wrapper .GuideInstructionSet {
        flex: 1;
    }

    .GuideStep {
        padding-right: 30px;
    }

    @media (max-width: 767px) {
        .GuideStep {
            margin-bottom: 30px;
            padding-right: 0;
        }
    }

    .GuideStep .GuideStep__container {
        width: 100%;
    }

        .GuideStep .GuideStep__container .GuideStep__title {
            color: #747373;
            font-weight: 400;
            margin-top: 4px;
            margin-bottom: 10px;
            font-size: 24px;
        }

        .GuideStep .GuideStep__container .GuideStep__description {
            font-size: 16px;
            color: #5e5e5e;
        }

    .GuideInstructionSet__wrapper {
        font-size: 16px;
        padding: 15px 0;
        border-bottom: 1px solid #dedede;
        background: ##efeeee;
    }

        .GuideInstructionSet__wrapper:last-of-type {
            border: 0;
        }

        .GuideInstructionSet__wrapper .GuideInstructionSet__bar {
            cursor: pointer;
            display: flex;
            justify-content: space-between;
        }

            .GuideInstructionSet__wrapper .GuideInstructionSet__bar .Guide__instruction__title-text {
                font-weight: 600;
            }

            .GuideInstructionSet__wrapper .GuideInstructionSet__bar .icon:before {
                line-height: 24px;
                font-size: 20px;
                color: #1ca1d4;
            }

        .GuideInstructionSet__wrapper .Guide_instruction__content .Guide__instruction__description {
            font-size: 16px;
            color: #5e5e5e;
        }

        .GuideInstructionSet__wrapper .Guide_instruction__content ul {
            color: #5e5e5e;
            font-size: 16px;
            margin: 15px 0;
        }

        .GuideInstructionSet__wrapper .Guide_instruction__content .Guide__instruction__footer {
            font-weight: 600;
            font-size: 16px;
            color: #5e5e5e;
        }

    .GuideRoute__wrapper {
        background-color: #fafafa;
    }

        .GuideRoute__wrapper .GuideRoute__tabs {
            background: #fff;
        }

        .GuideRoute__wrapper div.GuideRoute__tab {
            background-color: #fff;
            padding: 20px 64px;
            max-width: 33%;
        }

            .GuideRoute__wrapper div.GuideRoute__tab .KWTabs__text {
                font-size: 26px;
            }

    .GuideRoute__container {
        padding: 30px 16px 0;
    }

        .GuideRoute__container .GuideRoute__description {
            max-width: 600px;
            margin: 0 auto 80px;
            text-align: center;
        }

        .GuideRoute__container .GuideRoute__description__header {
            font-size: 21px;
            color: #747373;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .GuideRoute__container .GuideRoute__description_text {
            color: #5e5e5e;
            font-size: 18px;
        }

    .accordionlist ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .accordionlist li {
        line-height: 1.5;
        text-indent: -30px;
        padding: 2px 0 2px 30px;
        text-align: left;
        font-size: 15px;
        color: #5e5e5e
    }

        .accordionlist li:last-child {
            padding-bottom: 10px;
        }

        .accordionlist li:before {
            float: left;
            display: block;
            /*content: '\2605';*/
            content: '\f061';
            font-family: FontAwesome;
            color: #DBB94E;
            margin: 0 30px 0 0;
        }

    .mototext h1 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.75px;
    }

    .bolder {
        font-weight: 700;
    }

    .requiredfield {
        color: red;
        font-size: 0.9rem;
        text-align: left !important;
    }

    #interested-form,
    #email-form {
        text-align: left;
    }

    #interested-form label{
        color: #fff;
    }

    .lightfont {
        font-weight: 400;
    }

    /*************** callslide-instagram ***************/

    #callslide-instagram {
        transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -webkit-transition: left 0.4s ease-in-out;
        transition: 0.5s;
        /***********************/
        height: 60px;
        width: 180px;
        float: left;
        position: fixed;
        top: calc(73% - 120px);
        left: -115px;
        z-index: 9999 !important;
        background: #DBB94E;
        color: #fff;
        padding: 10px;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: -2px 0px 2px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.75);
        box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.75);
        cursor: default;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.1em;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    #callicon-instagram img {
        position: absolute;
        left: 130px;
        top: -10px;
        padding: 20px;
    }

    /*#callicon-instagram {
    position: absolute;
    right: 225px;
    bottom: 0;
    padding: 20px;
    background: #DBB94E;
    font-size: 24px;
    height: 65px;
    color: #fff;
}*/

    #callicon-instagram i {
        position: absolute;
        left: 125px;
        top: 15px;
        color: #fff;
    }

    .calltoggle-instagram {
        padding: 10px 60px 0 0;
        float: right;
        font-size: 20px;
        line-height: 1.1em;
    }

    #callslide-instagram:hover {
        left: 0px;
        background-color: #DBB94E;
        opacity: 1;
    }

    #callslide-instagram a {
        color: #fff;
    }

        #callslide-instagram a:hover {
            color: rgba(255, 255, 255, 0.80);
        }

    /*************** callslide-pinterest ***************/

    #callslide-pinterest {
        transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -webkit-transition: left 0.4s ease-in-out;
        transition: 0.5s;
        /***********************/
        height: 60px;
        width: 180px;
        float: left;
        position: fixed;
        top: calc(73% - 60px);
        left: -115px;
        z-index: 9999 !important;
        background: #DBB94E;
        color: #fff;
        padding: 10px;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: -2px 0px 2px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.75);
        box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.75);
        cursor: default;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.1em;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    #callicon-pinterest img {
        position: absolute;
        left: 130px;
        top: -10px;
        padding: 20px;
    }

    /*#callicon-pinterest {
    position: absolute;
    right: 225px;
    bottom: 0;
    padding: 20px;
    background: #DBB94E;
    font-size: 24px;
    height: 65px;
    color: #fff;
}*/

    #callicon-pinterest i {
        position: absolute;
        left: 125px;
        top: 15px;
        color: #fff;
    }

    .calltoggle-pinterest {
        padding: 10px 60px 0 0;
        float: right;
        font-size: 20px;
        line-height: 1.1em;
    }

    #callslide-pinterest:hover {
        left: 0px;
        background-color: #DBB94E;
        opacity: 1;
    }

    #callslide-pinterest a {
        color: #fff;
    }

        #callslide-pinterest a:hover {
            color: rgba(255, 255, 255, 0.80);
        }

    /*************** callslide-youtube ***************/

    #callslide-youtube {
        transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -webkit-transition: left 0.4s ease-in-out;
        transition: 0.5s;
        /***********************/
        height: 60px;
        width: 180px;
        float: left;
        position: fixed;
        top: calc(73%);
        left: -115px;
        z-index: 9999 !important;
        background: #DBB94E;
        color: #fff;
        padding: 10px;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: -2px 0px 2px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.75);
        box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.75);
        cursor: default;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.1em;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    #callicon-youtube img {
        position: absolute;
        left: 130px;
        top: -10px;
        padding: 20px;
    }

    /*#callicon-youtube {
    position: absolute;
    right: 225px;
    bottom: 0;
    padding: 20px;
    background: #DBB94E;
    font-size: 24px;
    height: 65px;
    color: #fff;
}*/

    #callicon-youtube i {
        position: absolute;
        left: 125px;
        top: 15px;
        color: #fff;
    }

    .calltoggle-youtube {
        padding: 10px 60px 0 0;
        float: right;
        font-size: 20px;
        line-height: 1.1em;
    }

    #callslide-youtube:hover {
        left: 0px;
        background-color: #DBB94E;
        opacity: 1;
    }

    #callslide-youtube a {
        color: #fff;
    }

        #callslide-youtube a:hover {
            color: rgba(255, 255, 255, 0.80);
        }

    /*************** callslide-facebook ***************/

    #callslide-facebook {
        transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -webkit-transition: left 0.4s ease-in-out;
        transition: 0.5s;
        /***********************/
        height: 60px;
        width: 180px;
        float: left;
        position: fixed;
        top: calc(73% + 60px);
        left: -115px;
        z-index: 9999 !important;
        background: #DBB94E;
        color: #fff;
        padding: 10px;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: -2px 0px 2px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.75);
        box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.75);
        cursor: default;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.1em;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    #callicon-facebook img {
        position: absolute;
        left: 130px;
        top: -10px;
        padding: 20px;
    }

    /*#callicon-facebook {
    position: absolute;
    right: 225px;
    bottom: 0;
    padding: 20px;
    background: #DBB94E;
    font-size: 24px;
    height: 65px;
    color: #fff;
}*/

    #callicon-facebook i {
        position: absolute;
        left: 125px;
        top: 15px;
        color: #fff;
    }

    .calltoggle-facebook {
        padding: 10px 60px 0 0;
        float: right;
        font-size: 20px;
        line-height: 1.1em;
    }

    #callslide-facebook:hover {
        left: 0px;
        background-color: #DBB94E;
        opacity: 1;
    }

    #callslide-facebook a {
        color: #fff;
    }

        #callslide-facebook a:hover {
            color: rgba(255, 255, 255, 0.80);
        }

    /*************** callslide-linkedin ***************/

    #callslide-linkedin {
        transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -webkit-transition: left 0.4s ease-in-out;
        transition: 0.5s;
        /***********************/
        height: 60px;
        width: 180px;
        float: left;
        position: fixed;
        top: calc(73% + 120px);
        left: -115px;
        z-index: 9999 !important;
        background: #DBB94E;
        color: #fff;
        padding: 10px;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: -2px 0px 2px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.75);
        box-shadow: -2px 0px 4px 0px rgba(0,0,0,0.75);
        cursor: default;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.1em;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    #callicon-linkedin img {
        position: absolute;
        left: 130px;
        top: -10px;
        padding: 20px;
    }

    /*#callicon-linkedin {
    position: absolute;
    right: 225px;
    bottom: 0;
    padding: 20px;
    background: #DBB94E;
    font-size: 24px;
    height: 65px;
    color: #fff;
}*/

    #callicon-linkedin i {
        position: absolute;
        left: 125px;
        top: 15px;
        color: #fff;
    }

    .calltoggle-linkedin {
        padding: 10px 60px 0 0;
        float: right;
        font-size: 20px;
        line-height: 1.1em;
    }

    #callslide-linkedin:hover {
        left: 0px;
        background-color: #DBB94E;
        opacity: 1;
    }

    #callslide-linkedin a {
        color: #fff;
    }

        #callslide-linkedin a:hover {
            color: rgba(255, 255, 255, 0.80);
        }

    /***************************************************/

    .containersemifull {
        margin: 0 auto;
        width: 90%;
        max-width: 1480px;
    }

    #maincontent1 {
        margin: 0;
        padding: 40px 0 40px;
    }

    .slick-item h1, .slick-item h2 {
        margin-bottom: 15px;
        font-size: 28px;
        color: #747474;
        font-weight: 500;
        text-align: left;
        /*line-height: 1.3;*/
    }

    .half-mobile-carousel {
        display: none;
    }

    .half-carousel-wrap {
        display: block;
    }


    @media only screen and (max-width: 1023px) {
        .half-carousel-wrap {
            display: none;
        }

        .half-mobile-carousel {
            display: block;
        }
    }


    .half-mobile-content {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0 30px;
        bottom: 30px;
        z-index: 99;
    }

    .half-mobile-carousel .hc-mobile-counter {
        opacity: 0;
        visibility: hidden;
        bottom: 30px;
        color: #fff;
        background: #DBB94E;
        padding: 5px;
    }

    .half-mobile-carousel .slick-current.slick-active .hc-mobile-counter {
        opacity: 1;
        visibility: visible;
    }

    .half-mobile-carousel h1 {
        margin-bottom: 15px;
        font-size: 20px;
        color: #747474;
        font-weight: 500;
        text-align: left;
        /*line-height: 1.3;*/
    }

    .bg-mobile {
        width: 100%;
        height: auto;
    }

        .bg-mobile:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            z-index: 20;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(40, 42, 46, 0.65) 100%);
        }


        .bg-mobile .hc-counter {
            color: #fff;
            position: absolute;
            left: 30px;
            padding: 8px 20px;
            /*border-radius: 4px;*/
            border-radius: 0;
            z-index: 10;
            font-size: 16px;
            transition: all 400ms linear;
            opacity: 0;
            visibility: hidden;
            bottom: 30px;
        }

    .text-mobile {
        padding: 20px 0;
    }

        .text-mobile .btn {
            padding: 10px 20px;
            color: #fff;
            border-radius: 4px;
            font-weight: 500;
            font-size: 12px;
            margin-top: 15px;
            letter-spacing: 0.5px;
            font-family: 'Roboto Slab', serif;
            cursor: pointer;
        }

        .text-mobile p {
            padding-bottom: 10px;
            font-size: 13px;
            color: #747474;
            font-weight: 400;
            text-align: left;
            /*line-height: 1.3;*/
        }

    .half-carousel-wrap .slick-dots,
    .half-mobile-carousel .slick-dots {
        position: absolute;
        bottom: -40px;
        left: 0;
        width: 100%;
    }

        .half-carousel-wrap .slick-dots li,
        .half-mobile-carousel .slick-dots li {
            position: relative;
            display: inline-block;
            width: 15px;
            height: 15px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer;
        }

            .half-carousel-wrap .slick-dots li button,
            .half-mobile-carousel .slick-dots li button {
                font-size: 0;
                line-height: 0;
                display: block;
                width: 15px;
                height: 15px;
                cursor: pointer;
                color: #747373;
                border: 0;
                outline: none;
                background: #747373;
                border-radius: 100%;
            }

    .showlogo {
        display: block;
    }

    .showlogoxs {
        display: none;
    }

    .lastsebtn,
    .sefirstbottom {
        padding-bottom: 10px;
    }

    .sefirstbg {
        background-color: #fff;
        padding: 20px;
    }

    .sefirstpadding {
        padding-left: 5px;
        padding-right: 5px;
    }

    @media only screen and (max-width: 1278px) {
        .showlogo {
            display: none;
        }

        .showlogoxs {
            display: block;
        }

        .sefirstbottom {
            padding-bottom: 2px;
        }

        .lastsebtn {
            padding-bottom: 0 !important;
        }

        .sefirstpadding {
            padding-left: 1px;
            padding-right: 1px;
        }
    }

.h2inline h2,
.h2inline .h2 {
    display: inline-block !important;
}

/*************************************************/

.custom-select {
    /*position: relative;
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin-top: 25px;*/
    vertical-align: baseline;
    /*display: inline-block;*/
    line-height: 16px !important;
    background: #fff;
}

    .custom-select select {
        width: 100% !important;
        padding: 15px 0 !important;
        color: #747373 !important;
        -webkit-appearance: none !important;
        overflow: hidden !important;
        z-index: 1 !important;
        -webkit-tap-highlight-color: transparent !important;
        border-radius: 0 !important;
        border: 1px solid #e0dcdc !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        font-family: inherit !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        outline: 0 !important;
        padding-left: 15px !important;
        padding-right: 30px !important;
        text-align: left !important;
        -webkit-transition: all .2s ease-in-out !important;
        transition: all .2s ease-in-out !important;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        white-space: pre-wrap !important;
        height: 48px !important;
        line-height: 16px !important;        
    }

    .custom-select::after {
        /*content: '';
        border-width: 5px;
        border-style: solid;
        border-color: transparent;
        border-top-color: #222;
        display: inline-block;
        border-radius: 0;
        position: absolute;
        right: 10px;
        bottom: 10px;*/
        position: absolute;
        top: 16px;
        right: 16px;
        content: '\f107';
        font-family: FontAwesome;
        color: #747373;
        opacity: 0.5;
        font-weight: 600;
        font-size: 14px;
    }

    .custom-select .selector-options {
        /*list-style: none;
        padding: 5px 0;
        margin: 0;
        background: #fff;
        color: #fff;
        border-radius: 0;
        z-index: 1;
        width: 96%;
        position: absolute;
        left: 2%;
        top: 35%;*/
        /******************/
        position: absolute;
        top: 48px;
        left: 5px;
        width: calc(100% - 10px);
        z-index: 12;
        border: 1px solid #d0d0d0;
        background: #fff;
        margin: 0.25rem 0 0 0;
        border-top: 0 none;
        box-sizing: border-box;
        box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
        border-radius: 0;
        opacity: 1;
        cursor: pointer;
    }

    .custom-select.fullwidth .selector-options {
        width: 100% !important;
        left: 0!important;
    }

        .custom-select .selector-options li {
            /*height: 35px;
            display: flex;
            align-items: center;
            padding: 0 15px;
            cursor: pointer;
            transition: background 0.3s ease;*/
            /****************************/
            padding: 5px 8px;            
            scroll-behavior: smooth;
            color: #303030;
            font-family: inherit;
            font-size: 13px;
            line-height: 18px;
            text-align: left !important;
        }

            .custom-select .selector-options li:hover {
                background: #d8af17;
                color: #fff
            }

.category-home .ts-control {
    padding-left: 30px !important;
}

    .category-home .ts-control:before {
        position: absolute;
        top: 14px;
        left: 7px;
        content: url('../images/i1.png');
    }

.price-home .nice-select {
    padding-left: 30px !important;
}

.price-home:before {
    position: absolute;
    top: 14px;
    left: 7px;
    content: url('../images/i2.png');
    z-index: 1;
}

.sqr-home .nice-select {
    padding-left: 30px !important;
}

.sqr-home:before {
    position: absolute;
    top: 14px;
    left: 7px;
    content: url('../images/i3.png');
    z-index: 1;
}

.area-home.custom-select select {
    padding-left: 30px !important;
}

.area-home.custom-select:before {
    position: absolute;
    top: 14px;
    left: 7px;
    content: url('../images/i4.png');
    z-index: 1;
}

.area-home1 .ts-control {
    padding-left: 30px !important;
}

    .area-home1 .ts-control:before {
        position: absolute;
        top: 14px;
        left: 7px;
        content: url('../images/i4.png');
    }

.chosesortselect .nice-select .option {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.agent-box {
    min-height: 60px!important; 
}

/******************************/

.align-center {
    text-align: center !important;
}
