.amcharts-chart-div a {
    display: none !important;
}

.tp--plugin-view {
    width: 100%;
    height: auto;
    position: relative;
}

.tp--filter-option {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

#tp--maps {
    width: 100%;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    background-color:#ffffff;
    height: calc(100vh - 205px);
    /*margin-top: -75vw;*/
    /*padding-top: 75vw;*/
    display: inline-block;
    position: relative;
    vertical-align: top;
}

#tp--maps circle {
    stroke-width: 1;
    stroke: #fff;
}

.tp--detail-view #tp--maps {
    width: 50% !important;
}

@media all and (min-width: 1400px) {
    .tp--detail-view #tp--maps {
        width: 60% !important;
    }
}


.tp--filter {
    display: inline-block;
    width: 100%;
    position: relative;
}

.tp--filter input,
.tp--filter select {
    width: 100%;
}

.tp--filter label {
    margin: 0;

}

.tp--filter input {
    height: 40px;
    background-color: #f2f2f2;
    border: 0;
    border-bottom: 2px solid #ea4148;
    line-height: 30px;
    padding: 0 10px;
}

.tp--filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;       /* remove default arrow */
    height: 40px;
    background-color: #f2f2f2;
    border: 0;
    border-bottom: 2px solid #ea4148;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 0;
    font-size: 14px;

}

.tp--maps-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

#tp--details {
    width: 50%;
    min-height: 500px;
    display: inline-block;
    position: relative;
    right: -1px;
    top: 0;
    transform: translateX(0%);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    white-space: normal;
    vertical-align: top;
    background-color: #fff;
}

@media all and (min-width: 1400px) {
    #tp--details {
        width: 40% !important;
    }
}

.tp--details-inner {
    padding: 0 36px;
}

@media all and (max-width: 1024px) {
    .tp--filter-option {
        width: 100%;
    }

    #tp--details {
        width: 100%;
        position: fixed;
        background-color: #ffffff;
        transform: translateX(100%);
        z-index: 10000;
        height: 100%;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .tp--details-inner {
        padding: 15px;
    }

    .tp--detail-view #tp--details {
        transform: translateX(0%);
    }

    .tp--detail-view #tp--maps {
        width: 100% !important;
    }

    .tp--detail-view .close {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
    }

    .tp--detail-view .close:hover {
        opacity: 1;
    }
    .tp--detail-view .close:before, .tp--detail-view .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #333;
    }
    .tp--detail-view .close:before {
        transform: rotate(45deg);
    }
    .tp--detail-view .close:after {
        transform: rotate(-45deg);
    }


}


.tp--detail-view #tp--details {
    /*transform: translateX(0%);*/
}

#tp--details.tp--detail-loading:after,
.tp--plugin-view.tp--loading:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 300px;
    background: url('ajax-loader.svg') center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.tp--plugin-view .tp--plugin-content {
    opacity: 0;
    position: relative;
    margin-bottom: 100px;
}

ul.ui-autocomplete {
    z-index: 100;
    position: absolute;
    margin: 0;
    padding: 0;
}

ul.ui-autocomplete > li > div {
    padding: 5px 11px 3px;
    border: 0 !important;
    font-family: 'OfficinaSansITCW01-Book_734509';
    font-size: 14px;
}

ul.ui-autocomplete > li > div.ui-state-active {
    background-color: #6598cf;
}

ul.ui-autocomplete > li {
    list-style-type: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.tp--plugin-content .tp--logo {
    margin-top: 30px;
}

.tp--plugin-content .tp--logo img {
    width: 100%;
    height: auto;
    max-height: 300px;
    max-width: 300px;
}

.tp--plugin-content h3.tp--title {
    margin-top: 15px;
}

.tp--plugin-content .tp--description {

}

.tp--plugin-content h3.red-line {
    border-bottom: 1px solid #ea4148;
    margin-top: 30px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.tp--plugin-content .row {
    margin-right: 0;
    margin-left: 0;
}

.tp--image-cache {
    height: 1px;
    width: 1px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.tp--plugin-content .row > .col-6:first-child {
    padding-right: 30px;
}

.tp--plugin-content table {
    width: 100%;
    margin-bottom: 15px;
}

.tp--plugin-content .tp--address {
    width: 100%;
}

.tp--plugin-content .tp--foot-notes {
    width: 100%;
    display:inline-block;
    font-family: 'Yantramanav';
    font-size: 14px;
}

.tp--plugin-content table tr > th {
    padding: 10px;
    border-bottom: 2px solid #6598cf;
    text-align: right;
}

.tp--plugin-content table tr > td {
    padding: 10px;
    border-bottom: 1px solid #6598cf;
    text-align: right;
}

.tp--plugin-content table tr > th:first-child,
.tp--plugin-content table tr > td:first-child {
    text-align: left;
}

.amcharts-balloon-div > div {
    font-size: 16px !important;
    font-family: 'OfficinaSansITCW01-Book_734509' !important;
    font-weight: 400 !important;
}

@media screen and (max-width: 1199px) {
    #tp--details h3 {
        font-size: var(--size-4);
    }
}