* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}



:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

a, a:after, a:before, button:after, button:before, button, .btn, .transition, .deal-map-block, .deal-listing-block {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

body {
    font-family: 'Muli', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #2C3E50;
    overflow-x: hidden;
}

p:last-child {
    margin-bottom: 0;
}

/*added by dev*/
.tooltip.top .tooltip-arrow {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.in {
    opacity: 0.9;
}

.slider.slider-horizontal .tooltip {
    margin-left: 0 !important;
    font-size: 11px;
    line-height: 12px;
}

.slider.slider-horizontal {
    margin: 0 5px;
    width: 96% !important
}
.slider.slider-horizontal{margin: 0 5px; width:96% !important}
.location-ratting .jq-ry-container {
    position: absolute !important;
}


.ratingContainer .tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    right: -60px;
    top: 5px
}

.offer:hover .img-HoverWrap .img-overlay {
    height: 100%;
}

.img-HoverWrap {
    position: relative;
    min-width: 100px;
    min-height: 100px;
}

.listing-img img {
    object-fit: cover;
    width: 100%;
}

.img-Hover {
    display: block;
    width: 100%;
    height: auto;
}

.img-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    overflow: hidden;
    opacity: 0.5;
    width: 100%;
    height: 0;
    transition: .5s ease;
    z-index: 9;
}

.img-overlay-text {
    white-space: nowrap;
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.offer.selectedOffer {
    border: solid 1px #337AB7;
}

.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
    color: #d9534f;
}

.btn-light {    
    border-color: #b2b5b9 !important;
}

#LoginForm .form-control-feedback {
    width: 100%;
}

#frm-register .form-control-feedback {
    width: 100%;
}

#ForgotForm .form-control-feedback {
    width: 100%;
}
