.slide_thumbnails {

	padding-top: 20px;

}

.slide_thumbnails li {

	display: inline-block;

}

.slide_thumbnails li img {	

	margin-right: 5px;

	width:80px;

	height:auto;

}



.search_property_class li {

	display: inline-block !important;

	width: auto !important;    padding: 0 10px;

}

h4.label {

	color: #1a1a1a;	

	font-family: 'Montserrat', sans-serif;

    margin: 0px 0 10px 0;

    text-transform: uppercase;

    border-bottom: 1px dotted #eee;

}



/* search box - start */

.multiselect {

  width: 100%;

}



.selectBox {

  position: relative;

}



.selectBox select {

  width: 100%;

  font-weight: normal;

  font-size: 14px;

  height: 46px !important;

  border-radius: 0 !important;

}



.overSelect {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

}



#checkboxes {

  display: none;

  border: 1px #dadada solid;

}



#checkboxes label {

  display: block;

}



#checkboxes label:hover {

  background-color: #1e90ff;
	color:#fff;	

}
.multiselect.dropdown_multiselect_checkbox input {
    margin-left: 0;
}


.dropdown_multiselect_checkbox label {

	padding: 10px;

  font-size: 14px;

  font-family: 'Raleway', sans-serif;

  font-weight: 400;

  color: #818181;

}

.dropdown_multiselect_checkbox label input {

	text-align: left;

	width: 40px;

	height: 15px !important;

  border-radius: 0 !important;

}

/* search box - end */





/* forms - start */

.article-block__copy.services_form_inner h1 {

    color: #606262;

    font-family: "Open Sans Semibold";

    font-size: 37px;

    margin: 15px 0;

    text-align: center;

    text-transform: capitalize;

}

.article-block__copy.services_form_inner h2,

.serviceForm h2 {

  font-family: "Open Sans";

  text-align: center; 

  margin: 0; 

  padding: 5px 0 20px 0; 

  

  color: #454545; 

  font-weight: normal;

  text-transform: capitalize;

}

.article-block__copy.services_form_inner h3,

.serviceForm h3 {

  font-family: "Open Sans";

  text-align: center; 

  margin: 0; 

  padding: 5px 0 20px 0; 

  font-size: 26px; 

  color: #454545; 

  font-weight: normal;

  text-transform: capitalize;

}



.tblform {

  table-layout: fixed;

  width: 100%;

}

.tblform tr {

  

}

.tblform tr td {

  border: 1px solid #b7b7b7;

  padding: 12px 24px 12px;

}

.tblform tr td input,

.tblform tr td select {

  color: #666;

  background: #fff;

  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));

  border: 1px solid #bbb;

  border-radius: 3px;  

  height: 33px;

  font-size: 16px;

  width: 35% !important;

  float: none;

  display: inline-block !important;

  margin: 7px;  

}

.tblform tr td textarea {

  color: #666;

  background: #fff;

  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));

  border: 1px solid #bbb;

  border-radius: 3px;  

  font-size: 16px;  

  float: none;

  display: inline-block !important;

  margin: 7px;

}



.wpcf7-form-control-wrap .bootstrap-select .dropdown-toggle::after {

  float: left;

  margin-top: 21px

}

.wpcf7-form-control .bootstrap-select {

  width: 100% !important;

  height: auto;

  font-weight: 400

}

.profile_area .personal_infor .wpcf7-form-control-wrap {

  margin-bottom: 25px

}





/*========= CSS for Right To Left Version ==========*/

.bootstrap-select .dropdown-toggle .filter-option, .wpcf7-form-control, .bootstrap-select .dropdown-menu li {

  text-align: left;

    font-size: 14px;

    font-weight: 500;font-family: "Montserrat", sans-serif;

}
input[type=text] { width: 100%;
    height: 46px !important;
    margin-left: 0px !important;
}

.bootstrap-select .dropdown-toggle .filter-option, .form-control, .bootstrap-select .dropdown-menu li {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.property_search_form input.btn.btn_primary {
    margin: 21px 0 0 0;
    width: 100%;
    line-height: 42px;
}
 .btn_primary:hover, 	.btn_link:hover {
    background-color: #1a1a1a;
    color: #fff;
}
a.btn_link {
    padding: 5px 10px;
}
#slider-fixed .slider-search-2 {
	width: 100%;}
.wpcf7-form-control-wrap .bootstrap-select .dropdown-toggle::after {

  float: left;

  margin-top: 21px

}
.form-group .bootstrap-select .dropdown-toggle::after {
    float: right;
    font-weight: 900;
    font-size: 11px;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    border: none;
    margin-top: 14px;
}

ul.pagination li:last-child {
    display: none;
}
.property_item .property_text > span > i{margin-right: 10px;}
ul.pagination li:nth-child(3){order: 5;}
ul.pagination li:nth-child(3) a:hover{background: none;  color: #000;cursor: inherit;}
.inner-title, .info-pages, .save_change, .settings_links_2, .submit_form .alert, .list_table thead tr td, .list_table tbody tr td, .single_blog_detail {

  text-align: left;

}
.property_grid_1.property_item .quantity > ul{display: flex;flex-wrap: wrap;}
.property_grid_1.property_item .quantity > ul li:first-child{display: flex; align-items: center;}
.pagination {

  float: right

}

.pagination_style1 {

    display: table;

    width: 100%

}

/*========= Bootstrap css edited start ============*/

button:focus {

  outline: none

}

.wpcf7-form-control::-webkit-input-placeholder {

 opacity: 1;

 font-family: 'Montserrat', sans-serif;

 font-size: 14px;

 font-weight: 600;

 color: #a1a1a1;

}

.wpcf7-form-control::-moz-placeholder {

 opacity: 1;

 font-family: 'Montserrat', sans-serif;

 font-size: 14px;

 font-weight: 600;

 color: #a1a1a1;

}

.wpcf7-form-control:-ms-input-placeholder {

 opacity: 1;

 font-family: 'Montserrat', sans-serif;

 font-size: 14px;

 font-weight: 600;

 color: #a1a1a1;

}


.wpcf7-form-control::-ms-input-placeholder {

 opacity: 1;

 font-family: 'Montserrat', sans-serif;

 font-size: 14px;

 font-weight: 600;

 color: #a1a1a1;

}

.wpcf7-form-control::placeholder {

 opacity: 1;

 font-family: 'Montserrat', sans-serif;

 font-size: 12px;

 font-weight: 500;

 color: #a1a1a1;

}

.wpcf7-form-control {

  border: 1px solid;

  font-family: "Montserrat", sans-serif;

  padding: 0 20px;

  width: 100%;

  border-radius: 0;

  height: 46px;

}

.wpcf7-recaptcha {

  border: 0;

  font-family: "Montserrat", sans-serif;

  padding: 0;

  width: 100%;  

  height: auto;

}

.wpcf7-form-control:focus {

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);

  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);

  border: 1px solid;

}

.btn {

  font-family: 'Montserrat', sans-serif;

  font-weight: 600;

  font-size: 14px;

  text-transform: uppercase;

  display: inline-block;

  text-shadow: none;

  cursor: pointer;

  border: 2px solid transparent;

  padding: 0 25px;

  line-height: 44px;

  border-radius: 0;

}

/* forms - end */



/* list grid - additional styling - start */
.quantity table.quantity-table {
  width: 100%;
}
.quantity table.quantity-table td {
  text-align: center;
  border-left: 1px solid #e5e5e5;
}
.quantity table.quantity-table td.first {
  border:0;
}
.bed_area .property-price {
  color: #ef0e17 !important;
}


.proper-case {
  text-transform: capitalize !important;
}
.text-normal {
  font-weight: normal !important;
}
.indent {
  margin-left: 26px;
}

/*
input[type="email"].form-control::placeholder,
input[type="text"].form-control::placeholder,
input[type="number"].form-control::placeholder,
.property_search_form input.form-control::placeholder,
.property_search_form option.placeholder,
.property_search_form .filter-option-inner-inner {
    color: #999 !important;
    font-weight: normal !important;
}
*/