.error{
	color:red;
	display: block;
}

.navbar-brand img{
    max-width: 150px;
}
.collapsible-desc.active {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 25px;
    object-position: top;
}
.listing-owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 25px;
    object-position: top;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fd7919;
    background-color: #182379;
    border-color: #182379;
}
h4.no-list-found {
    background: #182379;
    font-size: 18px;
    padding: 10px;
    color: #fff;
}
.sivspin img {
    max-width: 180px;   
}
.sivspin {
    background: #182379;
    display: inline-block;
    padding: 10px;
    animation: zoominoutsinglefeatured 1s infinite ;
    border-radius: 25px;
}
.sivspin h3 {
    font-size: 18px;
    color: #fff;
    padding-top: 5px;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}
.head-base .navbar-nav .themedarkbtn{
    color: #000 !important;
}
.prop-feauters ul li.full {
    width: 100%;
}

.prop-feauters ul li {
    width: 48%;
}
.propertyHomeImg{
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    padding: 20px;
    border-radius: 55px;
}
.properties-base .owl-item:hover {
    transform: scale(1.05);
    z-index: 1;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
   /* background: rgb(243 184 38 / 10%);*/
}
.properties-base .countShow{
    display: none;
}
.properties-base .owl-item:hover .countHide{
    display: none;
    transition: 0.5s; 
}
.properties-base .owl-item:hover .countShow{
    display: block;
    transition: 0.5s; 
}
.properties-base {
    padding-bottom: 0px;
}
.prop-feauters ul li {
    padding-bottom: 0px !important;
}
div#recaptcha {
    display: inline-block;
}
.captcha_reload_icon svg {
    width: 30px;
    height: 30px;
    display: inline-block;
}
.captcha_reload_icon svg.gear{
    animation-name: ckw;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    display: inline-block;
   
}
@keyframes ckw {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.banraows-social-link{
    text-decoration: none;
    color: #000;
}
.banraows-social-link:hover{
    color: #fd7919;
}
.listingTitleHeading {
    color: #182379;
}
.listingTitleHeading:hover {
    color: #fd7919;
}
.banraow_en .head-base .navbar-nav li a{
    font-size: 15px;
}
img#searchLightBoxImg {
    width: 100%;
}
.width-20 {
    width: 20%;
}
.img-caption h2{
    font-size:1.2rem ;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #fd7919;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 9px 0;
    background-color: #ffff04;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    color: #000;
    font-size:15px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
  }
  
  /* top left*/
  .ribbon-top-left {
    top: -10px;
    left: -10px;
    z-index: 8;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 8px;
  }
  .ribbon-top-left::after {
    bottom: 9px;
    left: 0px;
  }
  .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }
  
  .house-sale-base .nav.nav-tabs {
    border: none;
    padding: 4px 5px;
    border-radius: 15px 15px 0 0px;
    -moz-border-radius: 15px 15px 0 0px;
    -webkit-border-radius: 30px;
    background: #fd7919 !important;
}
.house-sale-base .nav.nav-tabs button.active{
    color:#fff !important;
}
.house-sale-base .nav.nav-tabs .nav-link {
    color: #525252;
}
.search-owl-carousel .owl-prev
{
    position: absolute;
    left: 0;    
    top: 23px;
    bottom: 0;
    font-size: 48px !important;
    color: #fff !important;
}
.search-owl-carousel .owl-next
{
    position: absolute;    
    right: 0;
    top: 23px;
    bottom: 0;
    font-size: 48px !important;
    color: #fff !important;
}
.search-owl-carousel  .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #ffff04 !important;
    text-decoration: none;
}
.orange-c{
    color:#fd7919;
}
.blue-c{
    color:#172379;
}
.orange-bg{
    background: #fd7919 !important;    
}
#navbarNavDropdown .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    background: #ffff04 !important;
    color: #000 !important; 
    transition: 0.3s;   
}
#navbarNavDropdown .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:hover {
    background: #ffff04 !important;
    color: #000 !important;   
    transition: 0.5s; 
}
.footer-base {
    background-color: #172379 !important;
}
.backdrop {
   /* background: rgb(243 184 38 / 10%);*/
   background: none;
}
.orange-bgtrans{
background: rgb(255 255 4 / 90%) !important;
}
.image-overlay {    
    background: rgb(255 255 4 / 60%) !important;
    color:#fff !important;
    margin: 20px;
    border-radius: 30px;

}
.ribbon span{
    color:#000 !important;
}
.image-overlay .img-caption h2 {
    color: #000 !important;
}
.list-propertiesbase {
    min-height: 100vh;
}
.searchContactBtn{
    padding: 10px 15px !important;
}
span.ribbon_th {
    font-size: 18px;
}
.footer-base .footer-social-links img{
    max-width: 40px;
}
.footer-base .footer-social-links{
    display: flex;
}
.footer-base .footer-social-links li {
    margin-left: 10px;
}
.themebtn{
    background: #ffff04;
    color:#000 !important;
}
div#compare_listing_btn {
    z-index: 99999 !important;
    background: #fd7919 !important;
    border: 5px solid #ccc;
}
.properties-base .img-caption {
   max-width: 82%;
}
@media only screen and (max-width: 767px){
    .width-20 {
        width: 100%;
    }
    .footer-base .footer-social-links {
        display: block;
        padding-bottom: 25px;
        float: none !important;
    }
   
    .footer-base .footer-social-links li {
        margin-left: 10px;
        display: inline-block;
    }
    .head-base .navbar-light .navbar-toggler {
        background: #fd7919;
    }
    .searchContactBtn {
        margin-bottom: 20px;
    }
    .prop-feauters ul li {
        font-size: 14px  !important;
    }
    .house-sale-base .nav.nav-tabs {
        margin-bottom: 20px;
    }
   
}

