/*
Template Name: Farm Property - Bootstrap 4
Author: Adam
Version: 1.5.1
*/
/*
     -- body
     -- Extra
     -- Top Navbar
     -- Navbar
     -- Tab Menu
     -- Slider
     -- Slider Form
     -- Card
     -- Agents Card
     -- Sidebar Card
     -- Grid/list Filters
     -- Properties List
     -- Blog
     -- Property Single
     -- Add Property
     -- My Account
     -- Property Single Gallery
     -- Footer
     -- Mobile Media
     -- Font 13 and 14
     -- Search Image
     -- Agency Theme Colours
     -- No Gutters
     -- Ad display
     -- Properties List Image
     -- Backend Agency
     -- Accordion
     -- CRM Providers
     -- Breadcrumbs
*/
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/* Body */
 body {
     background-color: #eceff1;
     font-size: 13px;
     line-height: 25px;
     color: #333;
     font-family: 'Rubik', sans-serif;     
}
h1, h2, h3, h4, h5, h6 {
     font-family: 'Rubik', sans-serif !important;
     
}
.body-listing {
     background-color: #eceff1;
     font-size: 13px;
     line-height: 25px;
     color: #34495e;
     font-family: 'Open Sans', sans-serif;
     padding-top: 140px;
}
@media (min-width: 992px) and (max-width: 1023px) {
     .body-listing {
     padding-top: 128px;
     }
    }

@media (max-width: 991px) {
     .body-listing {
     padding-top: 129px;
     }
}

@media (max-width: 323px) {
     .body-listing {
     padding-top: 163px;
     }
}

.body-backend {
      background-color: #eceff1;
     font-size: 13px;
     line-height: 25px;
     color: #34495e;
     font-family: 'Open Sans', sans-serif;
     padding-top:  139px;
   }
   
@media (max-width: 991.5px) {
     .body-backend {
     padding-top: 120px !important;
     }
   }
   
@media (max-width: 323px) {
     .body-backend {
     padding-top: 163px;
     }
   }

.body-buyer {
      background-color: #eceff1;
     font-size: 13px;
     line-height: 25px;
     color: #34495e;
     font-family: 'Open Sans', sans-serif;
     padding-top:  77px;
}
@media (max-width: 323px)
{
     .body-buyer
{
     padding-top: 100px;
}
}

 h1, h2, h3, h4, h5, h6 {
     color: #333333;
}
 p {
     font-size: 13px;
     line-height: 22px;
     color:#666666;
}
 img {
     height: auto;
     max-width: 100%;
}
 ul {
     list-style: outside none none;
}
 ul {
     margin: 0;
     padding: 0;
}
 img {
     transform-style: preserve-3d;
}
 a {
     transition: color 300ms ease 0s, background-color 300ms ease 0s;
     text-decoration:none !important;
}
 a:hover {
     transition: color 300ms ease 0s, background-color 300ms ease 0s;
}
 a, a:hover {
     text-decoration: none;
     color:#f04e23;
     overflow-wrap: break-word;
     word-wrap: break-word;
}
 a:focus {
     outline: medium none;
     outline-offset: 0;
}
/* Extra */
 .bg-primary {
     background-color: #f04e23 !important;
}
.bg-agency {
     background-color: #005f1c !important;
}
 .bg-dark {
     background-color: #263238;
}
 .text-primary {
     color: #f04e23 !important;
}
 .text-secondary{
     color: #ff5722 !important;
}
 .text-dark{
     color: #263238 !important;
}
 label {
     font-size: 14px;
     font-weight: 500;
     margin-bottom: 2px;
}
 .form-control {
     font-size: 13px;
     border-radius: 2px;
     height: 38px;
}
 textarea.form-control {
     height: auto;
}
 .help-block li {
     color: red;
}
 .pagination .page-item.active .page-link {
     background-color: #f04e23;
     border-color: #f04e23;
     color: #fff;
     z-index: 1;
}
 .pagination .page-link:hover{
     background-color: #f04e23;
     border-color: #f04e23;
     color: #fff;
}
 .pagination .page-link {
     color: #f04e23;
     font-weight: 500;
     height: 38px;
     line-height: 20px;
     margin: 0 3px;
     text-align: center;
     width: auto;
}
 .box-shadow-none {
     border: 7px solid #fff !important;
     box-shadow: none !important;
}
 .round-icon {
     background: #fff none repeat scroll 0 0;
     border-radius: 50px;
     box-shadow: 0 5px 7px #efd2cb;
     display: inline-block;
     height: 90px;
     line-height: 88px;
     text-align: center;
     width: 90px;
}
 .inner-header {
     background: rgba(0, 0, 0, 0) url("../img/colum.jpg") repeat scroll center top / 100% auto;
     position: relative;
     width: 100%;
     height: 350px;
     background-repeat: no-repeat;
     background-position: center;
     background-size:cover;
}

 .inner-header-2 {
     background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/inner_header_2.jpg");
     position: relative;
     width: 100%;
     background-repeat: no-repeat;
     background-position: center;
     background-size:cover;
}
.agency-header{
     margin-top: 0px;
}

 .overlay{
     background: #000000 none repeat scroll 0 0;
     bottom: 0;
     left: 0;
     opacity: 0.8;
     position: absolute;
     right: 0;
     top: 0;
}
 .inner-header::after {
     background: #000000 none repeat scroll 0 0;
     bottom: 0;
     content: "";
     left: 0;
     opacity: 0.3;
     position: absolute;
     right: 0;
     top: 0;
}
.inner-header-2::after {
     background: #000000 none repeat scroll 0 0;
     bottom: 0;
     content: "";
     left: 0;
     opacity: 0.3;
     position: absolute;
     right: 0;
     top: 0;
}
 .inner-header .container {
     position: relative;
     z-index: 9;
}
.inner-header-2 .container {
     position: relative;
     z-index: 9;
}


 .login-with-social .btn {
     color: #fff;
     font-size: 13px;
     padding: 12px 0;
     position: relative;
     font-weight: 400;
     box-shadow: 0 5px 7px #e0e5e8;
     text-transform: uppercase;
}
 .btn-twitter {
     background: #55acee none repeat scroll 0 0 !important;
     color:#fff !important;
}

.btn-pinterest {
     background: #C92228 none repeat scroll 0 0 !important;
     color:#fff !important;
}

 .btn-google {
     background: #dd4b39 none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-facebook {
     background: #3b5999 none repeat scroll 0 0 !important;
     color:#fff !important;
}
.btn-linkedin {
     background: #0077B5 none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-instagram {
     background: #517fa6 none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-whatsapp {
     background: #25d366 none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .btn-messenger {
     background: #0084ff none repeat scroll 0 0 !important;
     color:#fff !important;
}
 .login-with-social .btn .mdi {
     font-size: 19px;
     left: 18px;
     position: absolute;
     top: 8px;
}
 b, strong {
     font-weight: bold;
}
 #map {
     height: 225px;
     width: 100%;
}
 #content .card {
     box-shadow: none;
     margin: 0;
     padding: 26px 0px 26px 26px;
}
 #content .card-body, #content .card-footer {
     padding: 16px 0;
}
 #content .card-footer span {
     font-size: 12px;
}
 #content .card-footer {
     padding-bottom:0px;
}
 .map-slider-form {
     background: #ffffff none repeat scroll 0 0;
     left: auto !important;
     padding: 20px 0;
     position: relative !important;
     right: auto !important;
}
 .slider-form.map-slider-form .select2 {
     border: 1px solid rgba(204, 204, 204, 0.3);
     width: 100%;
}
 .slider-h-auto .carousel-item {
     height: auto !important;
}
 .padding-card .card-body {
     padding: 35px;
}
 .margin-auto {
     margin: auto;
}
 .no-radius {
     border-radius: 0 !important;
}
 .select2-container--open .select2-dropdown--below {
     border: medium none;
     border-radius: 0;
}
 .section-padding {
     padding: 25px 0;
}
 .section-title h2 {
     font-size: 27px;
     font-weight: bold;
}
 
 .btn-light {
     background-color: #E4E6EB !important;
    }

 .btn-light:hover {
     background-color: #cdcfd3 !important;
} 
 .btn-primary {
     background: #f04e23 none repeat scroll 0 0;
     box-shadow: 0 5px 7px #cccccc;
     color: rgba(255, 255, 255, 0.82);
     border-color: #f04e23;
}
 .btn-primary:hover, .btn-primary:focus {
     background-color: #d8461f;
     border-color: #d8461f;
     color: rgba(255, 255, 255, 0.82);
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #d8461f;
    border-color: #d8461f;
}

 .btn-outline-primary {
     background-color: transparent;
     background-image: none;
     border-color: #f04e23;
     color: #f04e23;
}


 .btn-outline-primary:hover {
     background-color: #f04e23;
     border-color: #f04e23;
     color: #fff !important;
}
 .btn-secondary {
     background: #f04e23 none repeat scroll 0 0;
     color: rgba(255, 255, 255, 0.82);
     border-color: #f04e23;
}
 .btn-secondary:hover, .btn-secondary:focus {
     background-color: #d8461f;
     border-color: #d8461f;
     color: rgba(255, 255, 255, 0.82);
}
 .btn-outline-secondary {
     background-color: transparent;
     background-image: none;
     border-color: #f04e23;
     color: #f04e23;
}
 .btn-outline-secondary:hover {
     background-color: #f04e23;
     border-color: #f04e23;
     color: #fff !important;
}
 .btn-success {
     background-color: #13a44a;
     border-color: #13a44a;
     color: #ffffff;
}
 .btn-success:hover, .btn-success:focus {
     background-color: #108d4a;
     border-color: #108d4a;
     color: #ffffff;
}
 .btn-success.disabled, .btn-success:disabled {
     background-color: #13a44a;
     border-color: #13a44a;
     color: #0C8B89;
}
 .btn-outline-success {
     background-color: transparent;
     background-image: none;
     border-color: #13a44a;
     color: #13a44a;
}
 .btn-outline-success:hover {
     background-color: #13a44a;
     border-color: #13a44a;
     color: #13a44a;
}
 .btn-outline-success.focus, .btn-outline-success:focus {
     box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
 .btn-outline-success.disabled, .btn-outline-success:disabled {
     background-color: transparent;
     color: #4BE4E2;
}


 .demo-page .card.padding-card .card-body {
     padding: 0;
}
 .demo-page .card.padding-card .card-body h5 {
     font-size: 15px;
     padding: 4px 10px;
}

 .pdd-30 {
    padding: 30px;
}
/* Top Navbar */
 .navbar-top .mdi-windows {
     color: #2d8af2;
     background: #fff none repeat scroll 0 0;
     border-radius: 22px;
     display: inline-block;
     height: 20px;
     line-height: 19px;
     text-align: center;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
     width: 20px;
}
 .navbar-top .mdi-apple {
     color: #000000;
     background: #fff none repeat scroll 0 0;
     border-radius: 22px;
     display: inline-block;
     height: 20px;
     line-height: 19px;
     text-align: center;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
     width: 20px;
}
 .navbar-top .mdi-android {
     color: #a5ca39;
     background: #fff none repeat scroll 0 0;
     border-radius: 22px;
     display: inline-block;
     height: 20px;
     line-height: 19px;
     text-align: center;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.11);
     width: 20px;
}
 .navbar-top p {
     margin: 7px 0 0;
     color: #fff;

}
 .navbar-top {
     background: #fff none repeat scroll 0 0;
     color: #fff;
}
 .navbar-top span, .navbar-top p {
     text-transform: uppercase;
}
 .navbar-top li {
     border-left: 1px solid #ffffff;
     margin: 0 !important;
     padding: 6px 10px 6px 14px;
}
 .navbar-top li a {
     color: #fff;
}
 .navbar-top .list-inline {
     border-right: 1px solid #ffffff;
     margin: 0;
     padding: 0;
}
/* Navbar */
 .bg-light {
     background-color: #fff !important;
     box-shadow: 0 0px 6px rgba(221, 221, 221, 0.60) !important;
     z-index: 1030;
}
 nav.navbar {
     width: 100%;
     z-index: 1040;
}
 nav.navbar .navbar-nav .nav-link {
     color: #000;
     font-weight: 500;
     padding: 25px 14px;     
}
 .dropdown-menu {
     border: medium none;
     border-radius: 0;
     margin: 0;
     box-shadow: 0 5px 3px rgba(218, 235, 255, 0.51);
}
 .dropdown-menu .dropdown-item {
     font-size: 13px;
     padding: 7px 20px;
}
 .main-nav-right .btn {
     padding: 7px 16px;
}
 .main-nav-right .list-inline-item {
     margin: 0;
}
@media (max-width:991.5px){
.logo-mbl {
     height: 37px;
     margin-right: 43.38px;
     }
}
@media (max-width: 285px) {
.logo-mbl {
     height: 30px;
     margin-right: 43.38px;
     }
}
/* Tab Menu */
.tab-menu {
     background: #eceff1;
}

 @media (max-width: 991.5px) {
.tab-view-mobile {
     display: none;
    }
}

/* Slider */
 .fp-slider {
     position: relative;
}
.card-img-right {
     height: 225px !important;
     padding-bottom: 5px;
}
/* Slider Form */
 .slider-form {
     left: 15%;
     position: inherit;
     right: 15%;
     top: 17%;
}
.mgtb-search {
     margin-top: 120px;
     margin-bottom: 120px;
}
@media (max-width: 992px) {
    .mgtb-search {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
     .advance-search, .dsk-search  {
          display: none;
     }
}
@media (min-width: 768px) {
     .flt-search, .mbl-sarch, .advance-search {
          display: none;
     }
}
 .banner-list h1 {
     font-size: 36px;
}
 .banner-list h6 {
     color: #666;
     font-size: 15px;
     font-weight: 400;
     line-height: 24px;
}
 .slider-form .nav-tabs {
     border: medium none;
     margin: auto auto 12px;
     text-align: center;
}
 .slider-form .nav-tabs a {
     background: #fff none repeat scroll 0 0;
     border: medium none;
     border-radius: 2px;
     color: #263238;
     font-weight: 600;
     margin-right: 10px;
     color:#f04e23;
     padding: 6px 23px;
     position: relative;
     text-transform: uppercase;
}
 .slider-form .nav-tabs a.active {
     background: #f04e23 none repeat scroll 0 0;
     color: #fff;
}
 .slider-form .nav-tabs a.active:after {
     border-left: 8px solid transparent;
     border-right: 8px solid transparent;
     border-top: 8px solid #f04e23;
     bottom: -6px;
     content: "";
     left: 0;
     margin: auto;
     position: absolute;
     right: 0;
     text-align: center;
     width: 14px;
}
 .slider-form .tab-content {
     background: transparent none repeat scroll 0 0;
     border-radius: 2px;
     overflow: hidden;
     /*box-shadow: 0 5px 7px #e0e5e8;*/
}
 .slider-form .input-group-addon {
     line-height: 58px;
     position: absolute;
     text-align: center;
     width: 41px;
     z-index: 9;
}
 .slider-form .input-group-addon .mdi {
     font-size: 18px;
}
 .slider-form .select2-selection {
     border: medium none !important;
     border-radius: 0 !important;
     height: auto !important;
     padding: 15px 15px 15px 33px;
}
 .slider-form .select2 {
     width: 100% !important;
     border-right: 1px solid rgba(204, 204, 204, 0.3);
}
 .slider-form .form-control {    
    border: none !important;
    border-radius: 2.95rem; 
    height: auto !important;
    padding: 9px 15px 9px 3px;    
}
 .slider-form .select2-selection__arrow {
     margin: 15px 12px 0;
}
 
 .select2-dropdown {
     border: medium none;
     border-radius: 0;
}
 .top-search a {
     border: 1px solid #ffffff;
     border-radius: 2px;
     color: #ffffff;
     display: inline-block;
     font-size: 11px;
     font-weight: 500;
     padding: 0 8px;
}
 .top-search a:hover {
     background: #fff;
     color: #000;
}
 .top-search > strong {
     margin: 0 16px 0 0;
     text-transform: uppercase;
}
 .top-search {
     margin: 23px 0 0;
}
 .inner-page-form .input-group{
     padding: 1px;
}
.sl-overlay {
     background: #000000 !important; 
}
.sl-navigation button {
     color: #ffffff !important;
}
.sl-close {
     color: #ffffff !important;
}
/* Card */
 .card {
     border: medium none;
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
     margin-bottom: 15px;
}
 .card-img {
     position: relative;
}
 .love-badge {
     background: #fff none repeat scroll 0 0;
     border-radius: 25px;
     font-size: 16px;
     height: 30px;
     line-height: 30px;
     position: absolute;
     right: 20px;
     text-align: center;
     top: 20px;
     width: 30px;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
     z-index: 9;
}
     .card-img-top {
     width: 100%;
     border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}


 .images-badge {
     background: #fff none repeat scroll 0 0;
     bottom: 18px;
     color: #ff5722;
     font-size: 16px;
     left: 20px;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
     position: absolute;
     right: auto !important;
     z-index: 9;
}
 .card-list .badge, .singl_lst_image .badge {
     border-radius: 2px;
     bottom: 20px;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
     font-size: 16px;
     font-weight: 500;
     padding: 6px 8px;
     position: absolute;
     z-index: 9;
}
 .card-list .card-body h2 {
     font-size: 20px;
     font-weight: bold;
}
 .card-list .card-body .card-title {
     font-size: 14px !important;
     font-weight: 500;
}
 .card-list .card-body .card-subtitle {
     font-size: 14px !important;
     font-weight: 500 !important;
     color: #a7a7a7 !important;
}
 .card-list .card-body .card-subtitle  i {  
     color: #666666 !important;
     display: inline-block;
     height: 20px;
     line-height: 18px;
     margin: 0 4px 0 0;
     text-align: center;
     width: 20px;
}
 .card-list .card-body .agency-card-subtitle  i {
     background: #ff5722 none repeat scroll 0 0;
     border-radius: 50px;
     box-shadow: 0 5px 7px #efd2cb;
     color: #fff;
     display: inline-block;
     height: 20px;
     line-height: 18px;
     margin: 0 4px 0 0;
     text-align: center;
     width: 20px;
}
 .card-list .card-body h2 small {
     font-size: 19px !important;
}
 .card-list .card-footer span {
     color: #666666;
     font-size: 12px;
     margin: 0 16px 0 0;
}
 .card-list .card-footer span i {
     color: #000;
     margin: 0 2px 0 0;
}
 .card-footer {
     background: #fff none repeat scroll 0 0;
     border-color: #eeeeee;
}
 .card-overlay {
     height: 380px;
     overflow: hidden;
     position: relative;
}
 .card-overlay .card-img {
     height: 380px;
     object-fit: cover;
     width: 100%;
}
 .card-overlay .card-img-overlay {
     left: 0;
     margin: auto;
     right: 0;
     text-align: center;
     top: auto;
}

/* Agency list + Agent list */
.agency-card {        
     max-width: 100%;
     max-height: 200px;
     height: 200px;
     flex-basis: 50%;
     padding: 0px 0.75rem;
     display: flex;
     -webkit-box-align: center;
     align-items: center;
}
@media (max-width: 768.5px){
  .agency-card {
     max-height: 150px;
     height: 150px;      
  }  
}

.agency-img-lst {    
     max-height: 145px;     
}
.agency-img {     
     max-height: 150px;
     max-width: 200px;     
}
@media (max-width: 291px){
  .agency-img {
     max-width: 100%;
     max-height: 150px;
 }
}
/* Trusted agents - Agency profile */
.agency-img-pr {
    max-height: 100px;
    max-width: 100%
    }

    .agency-card-pr {
    max-width: 300px;
    max-height: 100px;
    height: 100px;
    flex-basis: 50%;
    padding: 0px 0.75rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.specialist-lg img {
     background: #fff none repeat scroll 0 0;
     border-radius: 110px;
     max-height: 150px;
}

 .about-agent .card-body {
     padding: 22px 0 0 !important;
}
 .about-agent .card {
     box-shadow: none !important;
     margin: 0 !important;
}
 .about-agent h5 {
     font-weight: 700 !important;
}
/* Sidebar Card */
 .sidebar-card .card-body {
     padding: 35px;
}
 .sidebar-card-list li a {

     width: 100%;
     color: #666;
}
 .sidebar-card-list > li {
     line-height: 32px;
}
 .sidebar-card-list li a .sidebar-badge {
     float: right;
     font-weight: 500;
     margin: 0;
}
 #featured-properties .card-body, #featured-properties .card-footer {
     padding: 17px 0;
}
 #featured-properties .card {
     box-shadow: none;
}
 #featured-properties img {
     border-radius: 3px;
}
 #featured-properties .carousel-indicators .active {
     background-color: #818080;
}
 #featured-properties .carousel-indicators li {
     background-color: rgba(166, 166, 166, 0.5);
}
 #featured-properties .carousel-indicators {
     margin: 0;
}
/* Grid/list Filters */
 .tags-action span {
     background: #fff none repeat scroll 0 0;
     border-radius: 3px;
     box-shadow: 0 0 11px #daebff;
     display: inline-block;
     padding: 3px 10px;
}
 .tags-action span i {
     margin: 0 0 0 3px;
}
 .fp_top_filter {
     margin-bottom: 18px;
}
 .view-mode {
     margin: 0 0 0 9px;
}
 .view-mode a {
     background: #fff none repeat scroll 0 0;
     border-radius: 3px;
     box-shadow: 0 0 11px #daebff;
     display: inline-block;
     margin: 0 0 0 4px;
     padding: 3px 10px;
}
 .view-mode a.active {
     color: #34495e;
}
 .sort-by-btn .btn {
     padding: 4px 9px;
     text-align: left;
     position: relative;
}
.results-heading, .results-heading-2 {
     font-size: 1.5rem;
}
@media (max-width: 665px) {
     .ls-tools, .results-heading, .found-sub {
          padding-left: 10px !important;
     }
}
@media (max-width: 768.5px) {
     .results-heading-2 {
          padding-left: 10px !important;
     }
}
/* Properties List */
.propertyAdd-anchr::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.property-address {
     font-size: 1rem !important;
}

.property-price {
     font-size: 1.25rem !important;
     font-weight: 600;
}

.property-search {
     font-size: 1.7rem !important;
}
.limit-text {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

/* Listing size */
.listing-size {
     max-width: 665px;

}

.save_listing {
     position: absolute;
     right: 0;
     z-index: 2;
}
/* Agent image listings */
@media (min-width: 641px){
.agent-ls-size {
    width: 59px !important;
    height: 59px !important;
     }
}
.agent-ls-size {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    border: .5px solid #eceff1;
    background: #fff;
    display: block;
    overflow: hidden;
    position: relative;    
    z-index: 1;
    right: .5rem;
}
.agent-ls-size img {
    width: 100%;
}
.agent-list-img-size {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: .5px solid #eceff1;
    background: #fff;
    display: block;
    overflow: hidden;
    position: inherit;
    top: 5px;
    z-index: 1;
}
.agent-list-img-size img {
    width: 100%
}
.agent-listing-img-size {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: .5px solid #eceff1;
    background: #fff;
    display: block;
    overflow: hidden;
    position: inherit;
    top: 5px;
    z-index: 1;
    flex-shrink: 0;
}
.agent-listing-img-size img {
    width: 100%
}

@media (min-width: 992px){
     #agent-modal-mb-listing {
          display: none !important;
     }
}
/* Featured listing image */
.featured-img {
    position: absolute;
    height: 100%;
    width: 100%;
}

/* Standard listing image */
.standard-img {
    height: 100%;
    width: 100%; 
}
.padded-container-st {
  height: auto;
  display: block;
  padding-bottom: 60%;
}
.st_overflow {
     overflow: hidden;
}

/* Premium and Featured listing badge */
.badge-primary {
     background-color: #618487 !important;
}

.badge-sold {
     background-color: #D61E2A;
     color: #ffffff;
}
.badge-under-offer {
     background-color: #ffc107;
     color: #ffffff;
}
.badge-fp {
    background-color: #f04e23 !important;
}

 .card-list-view .card-body .card-list-view  {
     padding: 20px 30px;
}
/* Blog */
 .blog-card .card-footer img {
     margin: 0 11px 0 0;
     width: 33px;
}
 .blog-card .badge {
     border-radius: 1px;
     font-size: 11px;
     font-stretch: normal;
     font-style: normal;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: normal;
     margin: 0 0 12px;
     padding: 4px 8px;
     text-transform: uppercase;
}
 .blog-card .badge-primary {
     background-color: rgba(92, 93, 232, 0.1);
     color: #5c5de8;
}
 .blog-card .badge-danger {
     background-color: rgba(250, 100, 35, 0.1);
     color: #fa6423;
}
 .blog-card .badge-success {
     background-color: rgba(0, 216, 200, 0.09);
     color: #00d8c8;
}
 .blog-card .badge-dark {
     background-color: rgba(52, 58, 64, 0.19);
     color: #343a40;
}
 .blog-card .badge-info {
     background-color: rgba(23, 160, 184, 0.17);
     color: #17a2b8;
}
 .blog-card .badge-white {
     background-color: rgba(255, 255, 255, 0.81);
     color: #5c5de8;
}
/* Property Single */
 .reviews-card .d-flex {
     height: 50px;
     width: 50px;
}
 .reviews-card h5 small {
     color: #848484;
     font-size: 12px;
     margin: 0 0 0 8px;
}
 .star-rating i {
     font-size: 15px;
     letter-spacing: -6px;
}
 .list-icon i {
     background: #f04e23 none repeat scroll 0 0;
     border-radius: 51px;
     box-shadow: 0 5px 7px #c8d0f3;
     color: #fff;
     float: left;
     font-size: 31px;
     height: 52px;
     line-height: 50px;
     margin: 0 14px 0 0;
     text-align: center;
     width: 52px;
}
 .list-icon {
     margin-bottom: 33px;
}
 .list-icon strong {
     text-transform: uppercase;
     vertical-align: text-top;
}
 .list-icon p {
     line-height: 11px;
}
 .property-single-title {
     bottom: 0;
     left: 0;
     padding: 37px 0;
     position: absolute;
     right: 0;
}
/* Add Property */
 .property-features-add .custom-control {
     margin: 7px 0;
}
 .fuzone {
     background: #f9f9f9 none repeat scroll 0 0;
     border: 2px dashed #eeeeee;
     border-radius: 3px;
     cursor: pointer;
     display: inline-block;
     min-height: 150px;
     position: relative;
     text-align: center;
     transition: all 0.3s linear 0s;
     width: 100%;
}
 .fuzone .fu-text {
     color: #98aab8;
     font-size: 12px;
     margin: 50px 0;
     position: relative;
     text-align: center;
}
 .fuzone .fu-text i {
     display: inline-block;
     font-size: 54px;
     padding-bottom: 10px;
     transition: all 0.3s linear 0s;
     width: 100%;
}
 .fuzone input {
     cursor: pointer;
     height: 100%;
     left: 0;
     opacity: 0;
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 100;
}
/* My Account */
 .tab-view {
     background: #fff none repeat scroll 0 0;
     box-shadow: 0 5px 3px rgba(218, 235, 255, 0.51);
}
 .tab-view .nav-link {
     padding: 21px 30px;
     position: relative;
}
 .tab-view .nav-link.active {
     border-bottom: 2px solid #f04e23;
     color: #f04e23 !important;
     font-weight: 600;
}
/* Property Single Gallery */
.property-features {
     font-size: 0.9375rem;
}
.ls-dt-ic {
     font-size: 16px;
}
 .property-single-title-gallery {
     background: #fff none repeat scroll 0 0;
     padding: 25px 0;
     position: relative;
     box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}
.property-details-address {
     font-size: 24px;
     font-weight: 600 !important;
}

.property-details-price {     
     font-weight: 400 !important;
     margin:0px;
}
.for_sale
{
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.links a:visited
{
    color:#666666 !important;
    text-decoration:underline !important;
}
.links a
{
    color:#666666 !important;
    text-decoration:underline !important;
}
.links a:hover
{
    color:#666666 !important;
    text-decoration:underline !important;
}
/* Footer */

.footer {
     background-color: #384e67;
}
 .footer h6 {
     color: #666;
     font-size: 13px;
     font-weight: bold;
}
 .footer ul li a {
     opacity: 1;
     color: #ffffff !important;
}
 .newsletter-info {
     font-size: 11px;
     line-height: 15px;
     margin: 11px 0 0;
}
 .footer li {
     line-height: 34px;
}
 .footer-social a {
     background: #f5f5f5 none repeat scroll 0 0;
     border-radius: 50px;
     display: inline-block;
     height: 35px;
     line-height: 33px;
     text-align: center;
     width: 35px;
     color: #BCBCBC;
}
 .footer-social a:hover {
     background: #34495e none repeat scroll 0 0;
     color: #f5f5f5;
}

 @media (min-width: 559px) and (max-width: 767px) {
.footer-media {

     width:50% !important;
}
}

/* Mobile Media */
@media (max-width: 574.5px) {
.fs-st-spacing {
     display: none !important;

     }
}
 @media (min-width: 0px) and (max-width: 767px) {
     .slider-form .nav-tabs a, .property-search {
          margin: 0 0 5px 15px;
     }
     .slider-form h2 {
          margin: 0 0 20px;
          padding: 0 15px;
     }
     .top-search, .navbar-top {
         display: none;
    }
     .container {
         max-width: 100%;
    }
     .section-padding {
         padding: 25px 0;
    }
     nav.navbar {
         padding: 10px 15px;
    }
     .navbar-toggler {
         padding: 2px 5px;
    }
     nav.navbar .navbar-nav .nav-link {
         border-bottom: 1px solid #ececec;
         padding: 10px 12px;
         text-align: center;
    }
     .main-nav-right {
         text-align: center;
    }
     nav.navbar .dropdown-menu .dropdown-item {
         font-size: 13px;
         padding: 7px 20px;
         text-align: center;
    }
     .carousel-indicators {
         bottom: auto;
         left: auto;
         margin: 0;
         position: absolute;
         right: 12px;
         top: 16px;
    }
     .banner-list {
         padding:0px 15px !important;
    }
     .banner-list h6 {
         font-size: 13px;
         font-weight: 100;
         line-height: 21px;
         margin: 0 0 27px !important;
    }
     .banner-list .card {
         margin-top: 30px;
    }
     .inner-page-form {
         bottom: 1px !important;
         left: 1px;
         right: 1px;
         margin-top: -60px;

    }

    .slider-form-ag {
         bottom: 1px !important;
         left: 1px;
         right: 1px; 
    }

     .inner-page-form .container, .slider-form .container{
         padding: 0;
    }
    /*
     .carousel-control-prev, .carousel-control-next {
         display: none;
    }
    */
   
     .text-right, .listing_btn {
         text-align: center !important;
         
    }
     .property-single-title .footer-social {
         margin: 20px 0 0;
    }
    
     .tab-view .nav-link {
         border-bottom: 2px solid #ececec;
         margin: 0 1px;
         padding: 15px 14px;
         position: relative;
    }
     h1 {
         font-size: 34px;
    }
     h2 br {
         display: none;
    }
     .padding-card .card-body, .sidebar-card .card-body {
         padding: 15px;
    }
     .card-list-view .card-body, .card-list-view .card-footer {
         padding: 15px;
    }
     .footer h4 {
         margin: 0 0 10px !important;
    }
     .footer h6 {
         margin: 30px 0 8px !important;
    }
     .fp_top_filter{
         text-align:center;
    }
     .fp_top_filter .float-right {
         margin: 3px 1px !important;
    }
}
 @media (min-width: 768px) and (max-width: 1023px) {
     .container {
         max-width: 100%;
    }
     nav.navbar {
         padding: 10px 15px;
    }
     .navbar-toggler {
         padding: 2px 5px;
    }
     nav.navbar .navbar-nav .nav-link, .nav-header.dropdown-toggle {
         border-bottom: 1px solid #ececec;
         padding: 10px 12px !important;         
    }
     .main-nav-right {
         text-align: center;
    }
     nav.navbar .dropdown-menu .dropdown-item {
         font-size: 13px;
         padding: 7px 20px;
         text-align: center;
    }
     .carousel-indicators {
         bottom: auto;
         left: auto;
         margin: 0;
         position: absolute;
         right: 12px;
         top: 16px;
    }
     .padding-card .card-body, .sidebar-card .card-body {
         padding: 18px;
    }
     .card-list-view .card-body, .card-list-view .card-footer {
         padding: 18px;
    }
     .section-padding {
         padding: 25px 0;
    }
}
 @media (min-width: 1024px) and (max-width: 1200px) {
     .container {
         max-width: 100%;
    }
}

@media (max-width: 991.5px) {
     .media-none {
          display: none !important;
     }
}
/*Edge to edge design for col side by side*/
@media (max-width: 768px) {
     .pdding-0 {
          padding-left: 0 !important;
          padding-right: 0 !important;
     }
     .margin-0 {
          margin-left: 0 !important;
          margin-right: 0 !important;
     }
     .margin-0 > [class*="col-"] {
          padding-left: 0 !important;
          padding-right: 0 !important;          
     }     
}
/*Edge design for listing list */

/*.listing-ls-pad {*/

/*          padding-right: 0px !important;*/
/*          padding-left: 0px !important;*/
/*     }*/

@media (max-width: 668px) {
     /*.listing-ls-pad {*/

     /*     padding-right: 0px !important;*/
     /*     padding-left: 0px !important;*/
     /*}*/
}

/*Listing list content and agent mobile widths */
@media (max-width: 767px) {
.agent-mobile {
     width: 33.33% !important;
     }
}

@media (max-width: 767px) {
.content-mobile {
     width: 70% !important;
}
}

@media (max-width: 578px) {
.content-mobile {
     width: 66.67% !important;
}
}

@media (max-width: 578px) {
.agent-mobile {
     width: 33.33% !important;
     }
}

@media (max-width: 768px){
.agency-agent-list-image {
    height: 500px !important;
}
}

@media (max-width: 768px) {
     .advance-search {
          display: none;
     }
}

/* Display none */
@media (max-width: 991px) {
.display-none {
     display: none;
     }
}
/* End Mobile Media */

/*Font 13 and 14 */
.f-13 {
     font-size: 13px !important;
}

.f-14 {
     font-size: 14px !important;
}
.f-15 {
     font-size: 15px !important;
}
.f-16 {
     font-size: 16px !important;
}
.f-17 {
     font-size: 17px !important;
}
.f-18 {
     font-size: 18px !important;
}
.f-22 {
     font-size: 22px !important;
}

.f-32 {
     font-size: 32px !important;
}

.save-deatils {
     margin-right: 100px !important;
}

/* Search Image */
.big-image {
  width:100%;  
  position: inherit;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url('../img/big-image.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}

.top-search {
     color: #ffffff;
}

.copyright {
     background-color: #263445;
     color: #ffffff;
}

.input-group {
     border-bottom: 1px solid rgba(204, 204, 204, 0.3);
}

/* Farm property specialst section. */

.fp-specialist {
     border-top: 1px solid rgba(204, 204, 204, 0.3);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
     color: #fff;
     background-color: #894518 !important;
     border-color: #894518 !important;
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f04e23;
}

/* Agency Theme Colours */

.agency-theme {
     background-color: #CE3030;
     height: 49px;    
}
.agency-theme-profile {
     height: 80px !important;
}
.agency-th-pr {
     background-color: #CE3030;
     height: 65px;    
}
.agency-theme-bx-sh {
     box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.theme-top {
     top: 91px;
}
.slider2 .uk-slider-items li.List{
    padding-left: 15px;
    padding-right: 0;
}

@media (max-width: 991.5px){
     .theme-top {
     top: 80px !important;
     }
}
@media (max-width: 990.5px){
     .theme-top {
     top: 66px !important;
     }
}
@media (max-width: 285px) {
     .theme-top {
     top: 60px !important;
     }
}
@media (min-width: 1024px) {
.back-end-theme-top {
    top: 90px;
	}
}
@media (max-width: 1024px) {
.back-end-theme-top {
    top: 93px;
	}
}
@media (max-width: 991.5px) {
.back-end-theme-top {
    top: 73px !important;
	}
}
.agency-theme-lg img {
     max-height: 40px;
     width: auto;
}

.agency-theme-lg-2 img {
     max-height: 65px;
}

/* Object Fit Cover - used on Featured and Standard */
.object-fit_cover {
     object-fit: cover
}

/* No Gutters */
.no-gutters{
  margin-right:0;
  margin-left:0;
}
.no-gutters > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

/* Ad Display */
.ad-300 img {
     width: 300px;
     height: 600px;
     min-width: 300px;
     min-height: 600px;
}

.ad-468 img {
     width: 468px;
     height: 60px;
     min-height: 60px;
     min-width: 468px;
}
.ad-200 img {
     width: 200px;
}
.ad-bg {
     background-color: transparent !important;
     border: none;
    box-shadow: 0 0px 0px;
    margin-bottom: 15px;
}
@media (max-width: 468px) {
     .ad-468 {
          display: none !important;
     }
}
/* Properties List Image -  aspect ratio Premium and mobile */
.wrapper-pr {
  width: calc(100% / 1);
  margin: 0px;
}
.padded-container {
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}
.pr-img {
  width: 100%;
  height: auto;
}
.centered {
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
}
@media (max-width: 575px)
{
.wrapper-fs {
  width: calc(100% / 1);
  margin: 0px;

}
.padded-container-fs {
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}
.featured-img, .standard-img
{
     height: auto;
     width: 100%;
 }
.centered-fs {
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  margin: auto;
     }
}

@media (max-width: 991.5px){
.desktop-nav {
    display: none !important;

}
}

/* Agency Backend */

.w-10 {
     width: 10%;
}

@media (max-width: 596px){

.listing-thumb img {
width: 100% !important;
}
}

@media (max-width: 425px){

.listing-thumb {
width: 100% !important;
}
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    z-index: 20;
    max-height: 200px;
    overflow-y: auto;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
     background: #666 !important;
}

a.text-primary:focus, a.text-primary:hover
{
     color: #9e4700 !important;
}

.box-shadow-none
{
     box-shadow: none !important;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #894518 !important;
    border-color: #894518 !important;
}
nav.navbar .navbar-nav .dropdown-menu .nav-link {
    font-size: 13px;
    padding: 7px 20px;
}
nav.navbar .navbar-nav .dropdown-menu li.nav-item.divider span {
    display: none;
}

nav.navbar .navbar-nav .dropdown-menu li.nav-item.divider {
    border-bottom: 1px solid #eee;
}

.card_1
{
    margin-left:2vw;
    padding:0;
    width:40vw;
    min-height:60vh;
}
.body
{
    min-height:29vh;
}
.date
{
    position:absolute;
    bottom:0;
}

.articleBody
{
    padding-bottom: 30px;
}
.badge_blue
{
    background-color:#d8eff3;
    padding:5px 10px;
}

.card-footer
{
    width:100%;
    bottom:0;
}

.images-badge-pr
{
     background: #8e8888 none repeat scroll 0 0;
     bottom: 18px;
     color: #ffffff;
     font-size: 16px;
     left: 0px;
     border-radius:0px;
     box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
     position: absolute;
     right: auto !important;
     z-index: 9;
}
.slider_news
{
    margin-left:0px;
    margin-right:0px;
}
.news-card
{
    max-height:480px;
    max-width:460px;
}
.slider2
{
    margin-left:4.5vw;
    margin-right:1vw;
    width:85vw;
}
    .slider1
    {
        margin-left:7vw;
        margin-right:5vw;
        width:82vw;
    }
/*  #wowslider-container1 .ws_images img{*/
/*  width:70% !important;*/
/*}*/
/*#wowslider-container1  .ws_images .ws_effect div div*/
/*{*/
/*  width:75% !important;*/
/*}*/
.sl-overlay
{
    z-index:5000 !important;
}
@media only screen and (max-width:1200px){

    #wowslider-container1
    {
        padding:0px;
    }
    .ws_cover
    {
        width:90vw;
    }

}
@media only screen and (max-width:550px){
    #wowslider-container1
    {
        padding:0px;
        max-height:60vh !important;
    }
    /*.ws_cover*/
    /*{*/
    /*  height:60vh !important;*/
    /*}*/
    .ws_thumbs
    {
        display:none;
    }
    /*.ws_images*/
    /*{*/
    /*  height:60vh !important;*/
    /*}*/
    /*.ws_images img*/
    /*{*/
    /*  height:60vh !important;*/
    /*  object-fit:contain;*/
    /*}*/
    .ws_controls
    {
        display:none;
    }
}
@media only screen and (min-width:1500px){
    /*#wowslider-container1  .ws_thumbs {*/
    /*width:15vw;*/
    /*right:1vw !important;*/
    /*}*/
}

@media screen and (min-width: 1300px){
    .slider1
    {
        margin-left:7vw;
        margin-right:5vw;
        width:82vw;
    }
}
@media only screen and (min-width:2000px)
{
    .slider1
    {
        margin-left:26vw;
        margin-right:10vw;
        width:50vw;
    }
    .slider2
    {
        margin-left:23vw;
        margin-right:10vw;
        width:50vw;
    }
}
@media only screen and (max-width:900px)
{
    .slider1{
        margin-left:10vw;
        margin-right:2vw;
        width:70vw !important;
    }
    .uk-slider-items li
    {
        margin-right:15px !important;
        margin-left:0px !important;
        padding-left:0px !important;
    }
    .slider2 .uk-slider-items li.List{
        margin-right: 0!important;
    }
    .slider2{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}
@media only screen and (max-width:400px)
{
    .slider1{
    margin-left: 30px;
    margin-right: 30px;
    width: 72vw !important
    }
    /*.fluidity*/
    /*{*/
    /*  padding-left:0px !important*/
    /*}*/
    .uk-active
    {
        padding:0px !important;
    }
}
@media only screen and (max-width:700px)
{
    /*#wowslider-container1 .ws_images img{*/
    /*width:100vw !important;*/
    /*height:60vh;*/
    /*object-fit:cover;*/
    /*border:none 0;*/
    /*max-width: none;*/
    /*} */
    /*#wowslider-container1 .ws_images{*/
    /*width:100vw !important;*/
    /*}*/
}
.ui-autocomplete
{
    z-index:10;
}
h6{
    font-size:1rem !important;
}
.agent{
    font-size:10px;
}
.sublist
{
    margin-top:0px;
    margin-left:5px;
    list-style:outside none none;
    line-height:20px;
}
.agency-card-subtitle
{
    margin-top:0px;
    font-size:13px !important;
}
.card-footer a span:hover
{
    color:#f04e23 !important;
}
.agency-profile-links
{
    color:black;
}
.agency-profile-links:hover
{
    color:#f04e23 !important;
}
.Contact-heading
{
  margin-top: 0px;
  margin-bottom: 0px;
}
.content-data
{
  margin-top:10px;
  margin-bottom:10px;
}
.Advert section
    {
        background-color:#eceff1 !important;
    }
.overlay
{
    background: rgb(0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 0;
}
.Footerr
{
    position:relative !important;
}
.form-signin {
    width: 100%;
    max-width: 530px;
    padding: 35px;
    margin: auto;
}
.image-listing-standard
{
    height:100%;
}
.gm-err-icon img
{
    width:auto;
}
#expand-properties
{
    display:none;
}
#expand-agents
{
    display:none;
}

#loading-screen {
     display: none;
     margin-top: -89px;
     position: fixed;
     width: 100%;
     height: 100%;
     z-index: 1000001;
     background-color: rgba(0.5,0.5,0.5,0.3);
}
#loading-screen > .loading-inner {
     position: relative;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     text-align: center;
     color: white;
     font-size: 6rem;
}
@media (max-width: 323px) {
     #loading-screen {
          margin-top: -110px;
     }
}
#navbarResponsive .nav-header.dropdown-toggle {
     padding: 25px 14px;
     color: #000;
     display: block;
     font-weight: 500;
}
.agent-listing-tab > .nav-tabs > .nav-item > .nav-link {
     display: block !important;
}
#minimise-all {
     display: none;
}
#sold-minimise-all {
     display: none;
}
#sold-expand-properties
{
    display:none;
}
.agent_pr {     
     margin-right: 20px;     
     text-align: right;
     max-width: 125px;
}
@media (max-width: 430px) {
.agent_pr {
     margin-right: 20px;
     font-size: 13px !important;
     max-width: 100px;
     }
}
@media (max-width: 329px) {
.agent_pr {
     margin-right: 20px;
     font-size: 13px !important;
     max-width: 75px;
     }
}
.agency-theme-lg-w {
    max-width: 250px;    
     }
@media (max-width: 486px) {
.agency-theme-lg-w {
    max-width: 200px !important;    
     }
}
@media (max-width: 574px) {
     .agency-theme-lg-w {
          max-width: 125px !important;
     }
}
.agency-theme-lg-w-sl {
    max-width: 250px;    
     }
@media (max-width: 1179px) and (min-width: 960px) {
    .agency-theme-lg-w-sl {
          max-width: 125px !important;    
     }
}
@media (max-width: 486px) {
    .agency-theme-lg-w-sl {
        max-width: 200px !important;    
     }
}
@media (max-width: 574px) {
     .agency-theme-lg-w-sl {
          max-width: 125px !important;
     }
}

@media (max-width: 967px) and (min-width: 960px) {
     .agent_pr {
          max-width: 100px;
      }
 }
@media (max-width: 302px) {
     .agent-pr-ls {
          display: none !important;    
     }
}
.agent-modal_close
{    
     margin: 0px !important;  
     opacity: 1;
     position: absolute;
     right: 0px;
     padding-bottom: 0px !important;
     padding-top: 0px !important;    
    
}
#less_desc, #more_desc, p {
     font-size: 1rem !important;
}
.ag-branding {
     border-left: 6px solid #fff;
}

@media (min-width: 768px) {
     .agent-lst-theme {
     display: none !important;
     }
}
.flex-shrink {
     flex-shrink: 0;
}
@media (max-width: 767.5px) {
     .agency-img-lst, .agency-lst-th {
     display: none !important;
     }
}
@media (max-width: 767.5px) {
     .ag-branding  {
     border: none;
     }
}
@media (max-width: 767.5px) {
     .ag-list-text  {
     text-align: center;
     margin-right: auto;
     margin-left: auto;
     }
}
.agency-lst-th {
    max-width: 150px;
    max-height: 150px;
    height: 150px;
    flex-basis: 75%;
    padding: 0px 0.75rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 0.75rem;
}
.btn-xl {
    padding: 10px 20px;
    font-size: 20px;    
}
.border-custom {
     border-color: #e5e5e5;
}
/* Accordion */
.accord-border {
     border: 1px solid rgba(0,0,0,.125);
     box-shadow: none !important;
}
.accord-active-bg
{
     background-color: #263445 !important;  
}
.accord-active-txt {
     color: #ffffff !important;
}
/* CRM Providers */
ul.crm-providers>li {
     width: 50%;
}

@media (max-width: 480px) {
     ul.crm-providers>li {
          width: 100%;
     }
}
.breadcrumb, .breadcrumb a {
     color: #a9afba !important;
     background-color: transparent !important;
     margin-bottom: 0;
     }

.divider img {
     margin-right: 3px;
     margin-bottom: 3px;
}

@media (min-width: 1200px) {
     .breadcrumb {
          max-width: 1140px;
          margin-left: auto;
          margin-right: auto;
          }
     }
.share-text {
    padding-left: 10px;
    padding-right: 10px;
}

#properties-map {
    height: 100%;
    width: 100%;
    /*min-height: 800px;*/
}

.info-window {
    width: 250px;
    font-family: Arial, sans-serif;
}

    .info-window .info-window-price strong {
        font-weight: bold;
    }

    .info-window img {
        width: 100%;
        height: auto;
        border-radius: 8px 8px 0 0;
    }

    .info-window .info-window-body {
        padding: 10px;
        line-height: 1.2rem;
    }

    .info-window .info-window-address {
        margin: 10px 0;
    }

    .info-window .info-window-details {
        margin-bottom: 10px;
    }

#search-map-section {
    position: relative;
    height: 100vh;
}

    #search-map-section .gm-style-iw {
        padding: 0 !important;
    }

    #search-map-section .gm-style-iw-chr {
        display: block;
        position: absolute;
        top: -20px;
        right: 0;
    }

        #search-map-section .gm-style-iw-chr button {
            z-index: 1;
        }

@media (min-width: 992px) {
    #map-search {
        position: absolute;
        top: 30px;
        width: 100%;
        z-index: 100;
    }

        #map-search .modal {
            z-index: 1060;
        }

    .property-search-form {
        margin: 20px auto;
        border-radius: 4px;
    }
}

@media (max-width: 992px) {
    #map-search .container {
        padding: 0;
    }
}

.property-search-form {
    background-color: white;
    padding: 10px;
    border: 1px solid #DDD;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.agency-search-form {
    background-color: white;
    padding: 10px;
    border: 1px solid #DDD;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

    .property-search-form .btn-outline-secondary {
        border-color: #DDD;
        color: #495057;
    }

    .property-search-form .input-group {
        border-bottom: 0;
    }

#search-box .input-group-text {
    border: 0;
    background-color: white;
}

#search-box .form-control {
    border: 0;
}

    #search-box .form-control:focus {
        box-shadow: none;
    }

.autoComplete_wrapper {
    width: 88%;
}

@media (max-width: 767.5px) {
    .btn-mb-100 {
        width: 100%;
    }
}

.gm-style-iw-d {
    overflow: auto !important;
}