*
{
padding:0px;
margin:0px;
box-sizing:border-box;
font-family: GothamBook;
}
.col_100
{
width: 100%;
}
.left
{
float: left;
}
@font-face
{
src:url('../fonts/GothamBook.ttf');
font-family: GothamBook;
}
input
{
height: 45px !important;
border-radius: 0px  !important;
}
.title
{
font-size:25px;
}
.title_container
{
padding: 0px 0px  60px  0;
}
.hr_border
{
width: 120px;
margin: 0 auto;
background-color: #0093d0;
height: 2px;
}
.pd_0
{
padding: 0px !important;
}
.com_pd
{
padding: 30px 0px;
}
.blue_btn
{
margin-top: 20px;
padding: 10px 37px;
background-color: #1f52a1;
color: #fff;
/* border-radius: 3px; */
font-size: 19px;
}
.container-fluid
{
padding: 0px;
}
.pd_rt_5
{
padding-right: 5px !important
}
.pd_lt_5
{
padding-left: 5px !important
}
.pd_3px
{
padding: 3px !important;
}
.ht_225
{
height: 225px !important;
}
/*global css*/

/*header*/
.main_header
{
background-color: #fff;
box-shadow: 0px 0px 3px #f2f2f2;
}
.main_header ul.menu
{
margin: 0px;
padding: 0px;
}
.main_header ul.menu li
{
width: 14%;
float: left;
padding: 24px 15px;
list-style: none;
margin: 0 auto;
text-align: center;
position: relative;
}
ul.menu li .select2-container--default .select2-selection--single
{
border: 0px !important;
}
ul.menu li .select2-container--default .select2-selection--single .select2-selection__placeholder
{
color: #000;
}

.main_header ul.menu li.logo
{
padding:22px 0px;
}
.main_header ul.menu li a.city::before
{
content: "";
background-image: url(../images/down_arrow.png);
background-repeat: no-repeat;
background-size: 35% 100%;
height: 14px;
position: absolute;
top: 28px;
z-index: 99999;
left: 116px;
right: 0;
}
.main_header ul.menu li a
{
font-family: GothamBook;
font-size: 14px;
color: #000;
text-decoration: none;
}
/*header*/

/*banner*/
.banner
{
background-image: url('../images/banner.jpg');
background-size: cover;
height: 560px;
position: relative;
}
.banner::after
{
content: "";
position: absolute;
background-color: #0000008c;
height: 560px;
top: 0;
left: 0;
right: 0;
}
.banner_content
{
position: relative;
z-index: 9;
}
.banner_content .banner_contentinner ul.all_btn 
{
margin-top: 75px;
}
.banner_content .banner_contentinner ul.all_btn  li
{
float: left;
padding: 10px 20px;
list-style: none;
position: relative;
}
/*.banner_content .banner_contentinner ul.all_btn  li a.auctions
{
background-image: url('../images/auction.png');
background-size:15% 71%;
background-repeat: no-repeat;
background-position: 4% center;
}
.banner_content .banner_contentinner ul li a.add_property
{
background-image: url('../images/add_properties.png');
background-size: 22% 85%;
background-repeat: no-repeat;
background-position: left center;
}*/
.baner_button
{
/*padding: 15px 38px;*/
/*background-color: #ffffffb5;*/
padding: 15px 20px;
background-color: #ffd989fa;
color: #000;
border-radius: 3px;
border: 2px solid #fff;
}
.banner_search_inner
{
width: 722px;
margin: 52px auto;
}
.banner_search
{
padding: 20px 0px;
}
.banner_search input[type="search"]
{
height:55px !important;
border-radius: 0px  !important;
position: relative;
}
.banner_search input::before
{
content: "";
background-image: url('../images/search.png');
height: 10px;
position: absolute;
}
.current_location
{
background-color: #fff;
padding: 10px 13px;
position: relative;
bottom: 24px;
box-shadow: 3px 3px 8px #00000070;
}
.current_location p
{
margin: 0px;
text-decoration: none;
color: #333;
margin-left: 19px;
}
button.search_btn
{
background: none;
background-color: transparent;
border: 0px;
position: relative;
left: 94%;
bottom: 39px;
}
.current_location ul.banner_search_ul
{
margin:30px 0px 0 0;
}
.current_location ul.banner_search_ul li
{
list-style: none;
padding: 10px 5px;
}
.current_location ul.banner_search_ul li img
{
position: relative;
bottom: -11px;
}
.current_location ul.banner_search_ul li a
{
color: #000;
}
.current_location ul.banner_search_ul li a span.city_town
{
font-size: 12px;
color: #bdbdbd;
margin-left: 36px;
}
.service_container .service_box_in
{
width: 20%;
float: left;
}
/*service_sections*/
.service_listing
{
position: relative;
bottom:211px;
height: 118px;
}
.service_container h4
{
font-weight: 600;
text-align: center;
}
.service_container .service_box ul.service_list li
{
float: left;
list-style: none;
padding: 10px;
}
.service_container .service_box ul.service_list li:hover
{
transform: scale(1.02)  translate(0px, -8px);
transition: all 300ms ease-in-out 0s;
}
.service_container .service_box ul.service_list li .box
{
background-color: #fff;
border-radius: 15px;
box-shadow: 0px 3px 12px #2b2b2b0f;
}
.service_container .service_box ul.service_list li:hover > .box
{
box-shadow: 0px 3px 12px #2b2b2b26;
border: 3px solid #bfecff;
}
.service_container .service_box ul.service_list li:hover > .box .service_search select
{
background-color: #00b8f7;
color:#fff;
transition: all 0.2s ease 0s;
}

.service_search select
{
width: 72%;
margin: 0 auto;
border-radius: 100px;
border-color: #fbfbfb;
}
.property_list_slider 
{
padding-top: 60px;
}
.property_list_slider2
{
padding-top: 20px;
}
#property_slider .item img,
#property_slider2 .item img,
#auctions_slider .item img
{
position: relative;
border-radius:5px;
}
#property_slider .item,
#property_slider2 .item,
#auctions_slider .item
{
transition: all .2s ease-in-out;
}
#property_slider .item:hover,
#property_slider2 .item:hover,
#auctions_slider .item:hover
{
-ms-transform: translateY(-4%);
-webkit-transform: translateY(-4%);
transform: translateY(-1%);
}
.slide_details
{
position: absolute;
top: 0;
left: 0;
right: 0;
padding: 12px;
}
.slide_details::before
{
content: "";
position: absolute;
left: 0px;
right: 0px;
height: 244px;
background-color: #0000003d;
top: 0;
border-radius:5px;
}
span.flag_rent
{
background-color: #00bdfe;
color: #fff;
padding: 3px 14px;
float: left;
position: relative;
}
span.flag_rent p
{
margin: 0px;
font-size: 16px;
}
span.property_price
{
position: relative;
bottom: -100px;
}
span.property_price h4
{
font-size: 26px;
color: #fff;
float: left;
}
.prop_details p
{
color: #fff;
float: left;
text-align: left;
}
.prop_details span
{
color: #fff;
float: left;
margin-right: 20px;
}
/*about_us*/
.about_us
{
padding: 30px 0px 0px 0px;
}


.about_container
{
background-image: url('../images/get_app.jpg');
background-position: left;
background-repeat: no-repeat;
background-size: 50% auto;
position: relative;
height: 400px;
margin-top: 60px;
}
.about_inn::before
{
background-color: #fff;
background-image: url('../images/explore-pattern-bg.png');
background-size: cover;
}
.about_us .about_inn::before
{
bottom: 0;
content: '';
height: 100%;
left: 44%;
padding-bottom: inherit;
position: absolute;
right: 0;
top: 0;
-webkit-transforms: skewx(15deg);
transforms: skewx(15deg);
width: 48%;
-webkit-transforms-style: preserve-3d;
transforms-style: preserve-3d;
}
.about_inn p
{
font-size: 19px;
line-height: 32px;
}
.about_us_left
{
padding: 20px 0px;
}
.about_us_left h3
{
font-size: 45px;
font-weight: 100;
color: #000000;
font-family: roboto;
line-height: 58px;
}
.get_app_btn
{
padding: 15px 0px;
}

/*customer_recent_review*/
.customer_recent_review
{
background-color: #f7f7f7;
}
#customer_review .customer_review_box
{
padding: 45px 30px;
background-color: #fff;
text-align:left;
height: 402px;
box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
#customer_review .customer_review_box .fa-star
{
color: gold;
font-size: 24px;
}
#customer_review .customer_review_box .rating_title
{
padding: 10px 0;
height: 90px;
}
#customer_review .customer_review_box .rating_title h3
{
margin: 0px;
}
#customer_review .customer_review_box .customer_name
{
padding:15px 0px 0px 0px;
}
#customer_review .customer_review_box .customer_name h4
{
font-weight: 600;
margin-bottom: 10px;
font-size: 15px;
}
#customer_review .customer_review_box .customer_date p
{
color:#717171;
}
.download_app
{
background-image: url('../images/download_app.png');
height: 400px;
background-size: cover;
}
/*customer_recent_review*/


/*listing-page*/
.bottom_header
{
border-bottom: 1px solid #f5f5f5;
border-top: 1px solid #f5f5f5;
}
.bottom_header ul li:first-child
{
list-style: none;
float: left;
padding: 15px 0px;
}
.bottom_header ul li:nth-child(2)
{
list-style: none;
float: left;
padding: 15px 0px;
}
.bottom_header ul li
{
list-style: none;
float: left;
padding:21px 16px;
}
.bottom_header ul li a
{
color: #000;
text-decoration: none;
}
.inactive_btn
{
padding: 10px 20px;
background-color: #fff;
border:1px solid #c9c9c9;
color: #000;
float: left;
}
.active_btn
{
padding: 10px 20px;
background-color: #00adfb;
border: 1px solid #c9c9c900;
color: #fff !important;
float: left;
transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15)
}
.bottom_header .pointer_title
{
margin-left: 13px;
margin-right: 13px;
} 
.filters_menu ul.filter_nav li
{
position: relative;
}
.filters_menu ul.filter_nav li > ul.submenu
{
display: none;
}
.filters_menu ul.filter_nav li:hover > ul.submenu
{
display: block;
position: absolute;
background-color: #ffffff;
top: 56px;
border: 1px solid white;
z-index: 9;
width: 311px;
box-shadow: 0px 3px 12px #2b2b2b0f;
}
.filters_menu ul.filter_nav li:hover > ul.submenu li
{
width: 100%;
float: left;
padding: 15px 20px;
}
.orange_pointer
{
float: left;
margin-right: 10px;
}
/* Hide the browser's default checkbox */
.check_container
{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
	
/* On mouse-over, add a grey background color */
.check_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check_container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hida
{
font-weight: normal;
}
.mutliSelect ul li input[type=checkbox]
{
float: left;
margin-top: -11px;
margin-right: 14px;
width: 19px;
position: relative;
}
/*.mutliSelect ul li input::before
{
content: "";
position: absolute;
left: -4px;
right: 0px;
background-color: white;
width: 25px;
height: 25px;
top: 10px;
border-radius: 100px;
border: 1px solid #d0d0d0;
}*/
.filter_container  .panel-default > .panel-heading
{
border: transparent !important;
background-color: transparent !important;
width: 100%;
float: left;
padding: 10px 0px;
}
.filter_container .panel-default
{
    border-color: transparent;
    margin-bottom: 0px;
}
.filter_container ul.nav-tabs
{
width: 100%;
float: left;
border-bottom: 0px !important;
}
.filter_container ul.nav-tabs li
{
float: left;
list-style: none;
padding: 0px;
}
.filter_container h3
{
font-size: 22px;
margin: 0px;
}
.filter_container
{
padding: 10px 10px 0px;
border-bottom: 1px solid #f5f5f5;
box-shadow: 0px 3px 5px #dedede57;
}
.filter_container  ul li
{
float: left;
padding: 10px 20px;
list-style: none;
position: relative;
}
.filter_container  ul.city_btn li::before
{
content: "";
position: absolute;
width: 7px;
height: 7px;
background-color: #868686;
left: 5px;
top: 17px;
border-radius: 1000px;
}
.filter_container .panel
{
margin-bottom:0px !important;
background-color: #fff;
border: 0px !important;
border-radius: 4px;
-webkit-box-shadow: 0px !important;
box-shadow: 0px !important;
}
.filter_container .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
color: #fff  !important;
cursor: default;
background-color: #00adfb !important;
/* border: 1px solid #ddd; */
border-bottom-color: transparent  !important;
border-radius: 100px  !important;
padding: 10px 40px;
}
.filter_container .nav-tabs>li>a
{
padding: 10px 40px;
}

.filter_container .nav-tabs>li>a:hover
{
	border-radius: 100px  !important;
	color: #000 !important;
}
.tab_body .panel-body {
    padding: 15px 0px;
}
/*listing-page*/


/*login page*/

.login-page {
  padding:3% 0 0;
}
.forms {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 504px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.forms input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  height:55px !important;
}
.forms button {
  font-family: "Roboto", sans-serif;
  text-transforms: uppercase;
  outline: 0;
  background:#00a9f2;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.forms button:hover,.forms button:active,.forms button:focus {
  background: #00a9f2;
}
.forms .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.forms .message a {
  color:#00a9f2;
  text-decoration: none;
}
.forms .register-forms {
  display: none;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
.fb_btn
{
background:#3b5998 !important;
    margin-top: 9px;
}
.insta_btn
{
background-color: #d22156 !important;
    margin-top: 9px;
}
.listing_page .panel-body span.property_price
{
position: relative;
bottom: -69px !important;
}
.residence_details
{
padding:0px 10px;
}
.residence_details .table>thead>tr>th
{
border-bottom: 0px !important;
}
.residence_details td
{
text-align: right;
}
.residence_details .table-striped>tbody>tr:nth-of-type(odd)
{
background-color: #f0fdfd !important;
}
.contact_call
{
position: relative;
}
/*login page*/


/*footer*/
.footer
{
padding: 60px 0px 0 0;
}
.footer_accordian
{
padding: 10px;
position: relative;
}
.footer_accordian a
{
font-size: 16px;
color: #333;
}
.footer_accordian::after
{
content: "";
position: absolute;
/* left: 0px; */
right: 0px;
background-color:#bfbfbf;
height: 40px;
width: 1px;
top: 0;
}
ul.prop_list_footer
{
margin-left: 76px;
}
ul.prop_list_footer li
{
width: 100%;
float: left;
list-style: none;
padding: 7px 0px;
}
ul.prop_list_footer li a
{
color: #7b7b7b;
}
.footer_links
{
padding: 30px 0;
position: relative;
}
.footer_links::before
{
content: "";
position: absolute;
left: 0;
right: 0px;
width: 100%;
height: 1px;
background-color: #f3f3f3;
top: 19px;
}
.footer_links::after
{
content: "";
position: absolute;
left: 0;
right: 0px;
width: 100%;
height: 1px;
background-color: #f3f3f3;
bottom:19px;
}
.footer_links ul li
{
list-style: none;
float: left;
padding: 10px 11px;
}
.footer_links ul li a
{
color: #969696;
}
.social_container
{
width: 90%;
margin: 0 auto;
}
.social_box
{
padding: 30px 0px;
}
.footer_social_links .social_container .social_box ul.social_link
{
float: left;
}
.footer_social_links .social_container .social_box ul.social_link li
{
float: left;
list-style: none;
padding: 10px 10px;
}
.footer_social_links .social_container .social_box ul.social_link li p
{
font-style: italic;
margin-top:0px;
font-size: 28px;
font-family: initial;
font-weight: 600;
color: #a5a5a5;
}
.footer_social_links .social_container .social_box  .f_logo 
{
float: right;
margin: 12px 0;
}
.bottom_img
{
background-image: url('../images/bottom_footer.png');
height: 203px;
background-size: cover;
background-position: bottom;
}

input[type=checkbox]:checked+label::before {
    background-color: #006dc7;
    border-color: #006dc7;
}
ul.submenu li .checkbox-right label::before {
    right: 0;
    left: auto;
}


ul.submenu li .checkbox input[type=checkbox] {
    opacity: 0;
}
ul.submenu li .checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}
ul.submenu li .checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
ul.submenu li .checkbox-right label::before {
    right: 0;
    left: auto;
}
ul.submenu li .checkbox label::before {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 17px;
    width: 17px;
    left: 19px;
    margin-left: -20px;
    position: absolute;
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
    transition: border .15s ease-in-out,color .15s ease-in-out;
}
ul.submenu li .checkbox-primary input[type=checkbox]:checked+label::after {
  color: #fff;
    font-size: .8em;
}
ul.submenu li .checkbox input[type=checkbox]:checked+label::after {
    content: 'done';
    font-family: 'Material Icons';
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}
ul.submenu li .checkbox-right label::after {
    right: 1px;
    left: auto;
}
ul.submenu li .checkbox label::after {
    color: #555;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    width: 16px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 0;
    left: 0;
}
ul.submenu li .checkbox label {
    display: inline-block;
    padding-left: 5px;
    position: relative;
}
ul.submenu li .checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

