@font-face {
  font-family: 'Lato';
  src: url("/assets/fonts/leto/Lato-Regular.eot");
  src: url("/assets/fonts/leto/Lato-Regular.eot?#iefix") format('embedded-opentype'),  url("/assets/fonts/leto/Lato-Regular.woff") format('woff'),  url("/assets/fonts/leto/Lato-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("/assets/fonts/leto/Lato-Bold.eot");
  src: url("/assets/fonts/leto/Lato-Bold.eot?#iefix") format('embedded-opentype'),  url("/assets/fonts/leto/Lato-Bold.woff") format('woff'),  url("/assets/fonts/leto/Lato-Bold.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("/assets/fonts/leto/Lato-Light.eot");
  src: url("/assets/fonts/leto/Lato-Light.eot?#iefix") format('embedded-opentype'),  url("/assets/fonts/leto/Lato-Light.woff") format('woff'),  url("/assets/fonts/leto/Lato-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

body {
  padding-top: 50px;
  font-family: 'Lato';
  -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3 {
  font-family: 'Lato';
  font-weight: bold;
}

h3 {
  color: #f74a27;
}

.clearfix {
  clear: both;
}

/*header css*/

.navbar-inverse {
  background-color: #fff;
      border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
}

.btn-warning {
  background-color: #072834;
  border-color: #072834;
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #072834;
}

.navbar-brand {
  width: 100%;
}

.navbar-brand img {
  width: 80%;
  margin: 0 auto;
  padding: 10px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0a3284;
  color: #ffffff;
}

.btn-primary {
  background-color: #0074e4;
  border-color: #3390e9;
  color: #ffffff;
  font-family: 'Lato';
}

.btn-primary:hover {
  background: #0074e4 !important;
}

.btn-primary:hover {
  background-color: #072834;
  border-color: #072834;
  color: #ffffff;
}

.help-block a {
  color: #03369f !important;
}

.join_us a {
  color: #04660b !important;
}

.navbar-nav > li:nth-child(7),
.navbar-nav > li:nth-child(8),
.navbar-nav > li:nth-child(9) {
  display: block;
}

.navbar-nav > li:nth-child(6),
.navbar-nav > li:nth-child(7),
.navbar-nav > li:nth-child(8),
.navbar-nav > li:nth-child(9) {
  display: block;
}

/*header css end*/

/*footere style*/

footer {
  background: #3b3d3e url("/assets/images/footer_bg.png") no-repeat scroll center bottom;
  border-top: 3px solid #0074e4;
  padding-top: 0px;
  border-bottom: #0074e4 5px solid;
}

footer .row {
  margin: 0;
}

footer p {
  text-align: justify;
  word-break: keep-all;
  margin-left: 15px;
}

footer h4 {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  text-transform: uppercase;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  display: block;
  float: none;
  list-style: outside none none;
}

footer ul li a {
  color: #c6c7c9;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 6px;
  padding-top: 5px;
  transition: all 0.3s ease 0s;
}

footer ul li a:hover {
  color: #3390e9;
  text-decoration: none;
}

footer ul li a:focus {
  color: #3390e9 !important;
  text-decoration: none;
}

.copyrights {
  color: #fff;
  padding-bottom: 10px;
  padding-top: 0px;
  text-align: center;
  margin-bottom: 20px;
}

footer .ftr_title {
  font-size: 13px;
  font-weight: bold;
  padding-top: 10px;
  color: #04660b;
  padding-right: 30px;
}

footer .ftr_title a {
  font-weight: normal;
}

.borrder_top {
  border-top: 1px solid #00407d;
  display: block;
  padding-top: 22px;
}

.footer_text {
  color: #fff;
  padding: 0px;
}

.footer_text p span {
  font-weight: bold;
}

.icon_logo-arz {
  position: relative;
  top: 19px;
}

.social_icon {
  float: left;
  margin-bottom: 30px;
  margin-top: 29px;
}

.social_icon a {
     background: #0074e4 none repeat scroll 0 0;
    border: 1px solid #3390e9;
  border-radius: 0;
  display: inline-table;
  font-size: 22px;
  height: 40px;
  line-height: 28px;
  margin-left: 10px;
  padding: 9px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 48px;
  color: #fff;
}

.fb {
  border: #0a50ae 1px solid;
  color: #fff;
}

.fb:hover {
  border: #0a50ae 1px solid;
  color: #fff;
  background: #0a50ae;
}

.instagram {
  border: #004cee 1px solid;
  color: #fff;
}

.instagram:hover {
  border: #fc0a54 1px solid;
  color: #fff;
  background: #fc0a54;
}

.twt {
  border: #009cff 1px solid;
  color: #fff;
}

.twt:hover {
  border: #009cff 1px solid;
  color: #fff;
  background: #009cff;
}

.youtube {
  border: #ff0000 1px solid;
  color: #fff;
}

.youtube:hover {
  border: #ff0000 1px solid;
  color: #fff;
  background: #ff0000;
}

.linkdin {
  border: #0b71fc 1px solid;
  color: #fff;
}

.linkdin:hover {
  border: #0b71fc 1px solid;
  color: #fff;
  background: #0b71fc;
}

.social_icon span {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
}

.footer_blog {
  border: 1px solid #0074e4;
  min-height: 170px;
  padding: 20px;
  text-align: center;
}

.footer_blog h2 {
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
}

.footer_blog h3 {
  color: #cdcdcd;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 300;
}

.footer_blog h3 a {
  color: #cdcdcd;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 300;
}

.icons_ftr {
  width: 40px;
  display: inline-block;
}

.icons_ftr i.fa {
  color: #3390e9;
}

.ftr_top {
  margin-bottom: 20px;
}

.ftr_logo {
  margin-top: 29px;
  width: 182px;
}

.footer_text span {
  color: #004cee;
}

.sp_line {
  background: #0074e4 none repeat scroll 0 0;
  height: 63px;
  margin-top: 20px;
  width: 1px;
}

.hieght {
  height: 50px;
}

.small,
small {
  font-size: 85%;
  line-height: 26px;
}

.trm_link a {
  color: #fff;
  font-size: 14px;
  padding: 0 4px;
  transition: all 0.3s ease 0s;
}

.trm_link span {
  color: #fff;
}

.trm_link a:hover {
  color: #008a0a;
  text-decoration: none;
}

.copyrights .small a {
  color: #0074e4;
}

.ftr_nave {
  display: none;
}

.footer_mobile {
  display: none;
}

.footer_about_section {
  padding-bottom: 10px;
  margin-top: 20px;
}

/*Home page css start*/

#tabbed-search #searchTabs li.active a {
  background-color: rgba(0, 116, 228, 0.75) !important;
  border: medium none;
  color: #fff !important;
  border-radius: 0 !important;
}

#tabbed-search #searchTabs li {
  background: #686d69 none repeat scroll 0 0;
  width: 25% !important;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #093646;
  text-decoration: none;
}

#newsearch li.active,
#newsearch li a:hover {
  background-color: #093646;
  border: medium none !important;
  border-radius: 0 !important;
}

.btn-brand {
  background-color: #3390e9;
  border-color: rgba(0,116,228,0.75) !important;
  border-radius: 4px !important;
  color: #ffffff;
  float: right;
  margin-top: 10px !important;
}

.btn-brand:hover {
  background-color: #3390e9 !important;
  border-color: rgba(0, 116, 228, 0.75) !important;
  color: #ffffff !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #3b4144;
  font-family: "ProximaNova-Semibold", Calibri, Candara, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
}

footer .copyrights {
  margin-top: 0px;
  text-align: right;
}

footer .copyrights p {
  text-align: right;
}

#home-about {
  background-color: #fff;
  padding: 10px 0;
  background-size: 100%;
}

.about_sc_logo {
  text-align: right;
}

#home-about img {
  margin-right: 15px;
  margin-top: 22px;
  max-width: 70px;
}

.home_about_title {
  text-align: left;
}

.home_about_title {
  color: #3d3d3d;
  font-size: 30px;
  text-transform: uppercase;
}

.home_about_title span {
  color: #04660b;
}

.banner_title {
  font-size: 40px !important;
  padding-bottom: 20px;
}

#home-search {
  height: auto;
  margin-bottom:25px;
}

.apk-sidebar {
  height: 100vh;
}

.app_btns {
  bottom: 15px;
  float: left;
  left: 18px;
  position: absolute;
  z-index: 999;
}

.app_btns a img {
  width: 130px;
}

.find_link {
  margin-top: 5px;
  margin-bottom: 16px;
  margin-left: 9px;
}

.find_link a img {
  width: 49%;
}

.img_2 {
  margin-left: 0.5%;
}

#search-listing-results {
  margin-right: 10px;
  padding: 0px 0 0;
}

.img-wrapper .hot-property {
  background: rgba(0, 0, 0, 0) url("/assets/images/hot-property.png") no-repeat scroll 0 0 / 90% auto;
  display: block;
  height: 22px;
  left: 8px;
  position: absolute;
  top: 5px;
  width: 65px;
}

.app_btns_footer {
  float: left;
  margin-left: 20px;
  margin-top: 31px;
}

.app_btns_footer a img {
  width: 130px;
}

.form-area {
  border: #CCC 1px solid;
  padding: 15px;
}

.form-control {
  border: medium none;
  border: 1px solid #f0f0f0 !important;
  box-shadow: none;
}

a {
  color: #0074e4;
  text-decoration: none;
}

.singin_form {
  border: 1px solid #ccc;
  max-width: 600px;
  text-align: left;
}

.singin_form h2 {
  background: #f5f5f5 none repeat scroll 0 0;
  margin: 0;
  padding: 17px;
  text-align: left;
}

#refine-search .btn-primary {
  background-color: #072834 !important;
  border-color: #072834 !important;
  color: #ffffff;
  font-family: "Lato";
}

#refine-search h4 {
  color: #000;
}

#search-filters .btn-default.active:hover,
#search-filters a.btn-default:hover {
  background-color: #04660b;
  border-color: #04660b;
  color: #fff;
}

#search-filters .btn-default.active {
  background-color: #072834;
  border-color: #072834;
  color: #fff;
}

#location {
  border: 1px solid #ccc;
  padding: 5px 6px;
  position: relative;
  top: 0px;
  margin: 0 !important;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid #ccc;
  padding: 5px 6px;
}

.artwork img {
  width: 100%;
}

.search_btn {
  margin: 0 !important;
  padding: 8px 11px !important;
}

.filter_search select {
  border: 1px solid #ccc !important;
  border-radius: 4px;
  font-family: inherit;
  font-size: inherit;
  height: 38px;
  line-height: inherit;
  margin-left: 5px;
  padding: 0 6px !important;
  width: 35%;
}

.filter_search input {
  border: 1px solid #ccc !important;
  border-radius: 4px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-left: 5px;
  padding: 8px 6px !important;
  width: 35%;
}

#search-filters .btn {
  border-radius: 3px;
  margin-top: -4px;
  padding: 8px 10px;
}

#main-content {
  background: #f3f3f9 none repeat scroll 0 0;
  min-height: 400px;
  padding: 30px 0;
}

.property-listing {
  background: #FFF;
  border-bottom: #a7a7a7 3px solid !important;
  margin-bottom: 15px;
}

.agent-listing {
  background: #FFF;
  border-bottom: #a7a7a7 3px solid !important;
  margin-bottom: 15px;
}

/*vercal side bar_agents*/

.side_bar .wedgits_agents {
  background-color: #03379f;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 10px;
  width: 263px;
}

.side_bar .wedgits_agents h1 {
  color: #fff;
  font-size: 18px;
  border-bottom: #fff 1px solid;
  padding-bottom: 10px;
  margin-top: 0;
}

.side_bar .wedgits_agents .agent_col {
  background: rgba(0, 0, 0, 0) url("/assets/images/agent_bg.png") repeat scroll 0 0 / 100% auto;
  border: 4px solid #fff;
  min-height: 117px;
  overflow: hidden;
  margin-bottom: 10px;
}

.side_bar .wedgits_agents .agent_col .detail h2 {
  background: rgba(0, 0, 0, 0) url("/assets/images/title_shade.png") repeat scroll 0 0 / 100% auto;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 8px;
}

.side_bar .agent_logo {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  margin: 10px;
  overflow: hidden;
  padding-bottom: 3px;
  padding-top: 4px;
  text-align: center;
  width: 70px;
}

.side_bar .agent_logo img {
  width: 92%;
}

.side_bar .agent_details {
  float: right;
  margin-top: 10px;
  text-align: left;
  width: 140px;
}

.side_bar .agent_phone_number {
  text-shadow: 0px 2px 1px rgba(33, 33, 33, 0.71);
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  padding-top: 8px;
}

.side_bar .agent_col .agent_details .more_details {
  background: #f74a27 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 8px;
  max-width: 87px;
  padding: 5px;
  text-align: center;
}

.side_bar .agent_col .agent_details .more_details:hover {
  background: #03379f none repeat scroll 0 0;
  text-decoration: none;
}

.agent_title {
  background: #002671 none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  margin: 0 !important;
  padding: 11px;
  width: 263px;
}

.well {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0px;
  min-height: 20px;
  padding: 20px !important;
  border-bottom: #04660b 3px solid;
}

.result-count {
  color: #000;
  padding-bottom: 0 !important;
}

.result-count span {
  color: #04660b;
}

.btn-primary:focus,
.btn-primary.focus {
  background-color: #04660b;
  border-color: #04660b;
  color: #ffffff;
}

.pagination > li > a,
.pagination > li > span {
  color: #04660b;
  margin-bottom: 6px;
}

.btn-register {
  margin-bottom: 50px;
}

#apk-search-field .form-control {
  border: none!important;
  box-shadow: none;
}

.sigin_form {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  padding: 10px 30px 30px;
  width: 411px;
  margin: 0 auto;
}

.label-primary {
  background-color: #04660b;
}

#refine-search input[type="text"] {
  border-radius: 4px;
  margin: 0 0 10px;
  padding: 7px 10px;
  width: 100%;
}

#refine-search select {
  border-radius: 4px;
  margin: 0 0 10px;
  padding: 7px 3px;
  width: 100%;
}

.show_items {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 2px;
  padding: 13px 10px 6px;
}

.btn_blue {
  background: #072834;
  color: #FFF;
  border: #03379f 1px solid;
  margin-bottom: 4px;
}

#property-info-box h4,
#owener-contact-number h4 {
  background-color: #072834;
}

.pgwSlideshow .ps-current .ps-next,
.pgwSlideshow .ps-current .ps-prev {
  background: hsl(124, 92%, 21%) none repeat scroll 0 0 !important;
  border: medium none !important;
  box-shadow: none !important;
}

.pgwSlideshow .ps-list .ps-next,
.pgwSlideshow .ps-list .ps-prev {
  background: hsl(124, 92%, 21%) none repeat scroll 0 0 !important;
  border-color: hsl(124, 92%, 21%) none repeat scroll 0 0;
  -moz-use-text-color: hsl(124, 92%, 21%) none repeat scroll 0 0 !important;
  border-width: 0 !important;
  box-shadow: none !important;
}

ul.features li::before {
  color: #04660b;
  content: "";
  font-family: "FontAwesome";
  margin: 0 5px 0 0;
}

#search-filters .panel i {
  color: #04660b;
  font-size: 24px;
  padding-right: 8px;
  vertical-align: middle;
}

.agency-contact-no {
  color: #03379f;
  display: block;
  margin-top: 15px;
  text-align: center;
  height: 0px;
}

.agency-contact-no a {
  width: 100% !important;
}

.stars {
  color: #04660b !important;
  font-size: 16px;
  margin: 5px 0;
}

#property-listings .property-listing:hover {
  background-color: #fff;
  border-bottom: 3px solid #072834 !important;
}

.agent-listing:hover {
  background: #fff none repeat scroll 0 0;
  border-bottom: 3px solid #072834 !important;
  margin-bottom: 15px;
}

.map_list {
  background: #072834 none repeat scroll 0 0;
}

.map_list:hover {
  background: #04660b none repeat scroll 0 0;
}

.map_filter {
  background: #072834 none repeat scroll 0 0;
}

#green .slider-selection {
  background: #04660b none repeat scroll 0 0 !important;
}

.title_map {
  background: #072834 none repeat scroll 0 0;
}

.height_15 {
  height: 15px;
}

/*featured Agents*/

.left_col_agent {
  float: left;
  left: 10px;
  position: relative;
  width: 67%;
}

.agentas {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #eaeaea;
  padding-bottom: 7px;
}

.agentas ul.columns {
  width: 98%;
  margin: 0 auto;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.agentas ul.columns li {
  display: inline-block;
  float: left;
  margin: 0.5%;
  padding: 0;
  position: relative;
  width: 89px;
}

.agentas ul.columns li:hover {
  z-index: 99;
}

.agentas ul.columns li a img {
  width: 100% !important;
  max-width: 100% !important;
  border: #f1f1f1 4px solid;
}

.agentas ul.columns li:hover img {
  z-index: 999;
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.agentas ul.columns li .info {
  background: #fff none repeat scroll 0 0;
  border: 6px solid #ccc;
  border-radius: 5px;
  display: none;
  font-size: 1.2em;
  left: -10px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 98px;
  width: 220px;
}

.agentas ul.columns li:first-child .info {
  left: -10px;
}

.agentas ul.columns li:last-child .info {
  left: -133px !important;
}

.agentas ul.columns li .info img {
  width: 50px;
}

.agentas ul.columns li .info p {
  font-size: 13px;
  color: #333;
}

.agentas ul.columns li:hover .info {
  display: block;
}

.agentas ul.columns li h2 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
  color: #03369f;
}

.agentas ul.columns li p {
  color: #8a8a8a;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.agentas ul.columns li p i {
  color: #f74a27;
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

.contact_number {
  color: #333;
  font-size: 18px !important;
}

.agentas .line_sap {
  border-bottom: #999 1px solid;
  margin-bottom: 8px;
  margin-top: 8px;
}

.view_detais_col {
  padding: 10px 0;
  margin-top: 5px;
}

.agentas .view_detais {
  background: #f74a27 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 9px;
  text-align: center;
  transition: all 0.3s ease;
}

.agentas .view_detais:hover {
  background: #03369f none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 9px;
  text-align: center;
  text-decoration: none;
}

.agentas h1 {
  font-size: 20px;
  text-align: center;
}

/*agents end*/

.right_col_properties {
  left: 12%;
  position: relative;
  right: 0;
  top: 25px;
  width: 230px;
}

.popular_properties_title h2 {
  background: #072834 none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 10px;
  text-align: left;
}

.agent_left_title h1 {
  background: #03369f none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.proties_links {
  background: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #eaeaea;
}

.proties_links ul {
  margin: 0;
  padding: 0;
}

.proties_links ul li {
  display: block;
}

.proties_links ul li a {
  border-bottom: 1px solid #e0e0e0;
  display: block;
  font-size: 15px;
  padding: 10px;
  text-align: left;
  color: #333;
}

.proties_links ul li a:hover {
  background: #04660b;
  color: #FFF;
}

.top_contents {
  padding-top: 13px;
  padding-bottom: 20px;
}

.read_more_col {
  text-align: right;
}

.redmore_btn {
  background: none;
  border: none;
  padding-bottom: 20px;
  color: #072834;
  text-decoration: underline;
}

.redmore_btn:hover {
  background: none;
  border: none;
  padding-bottom: 20px;
  color: #04660b;
}

/*vercal side bar_agents*/

.side_bar .wedgits_agents {
  background-color: #03379f;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 10px;
  width: 263px;
}

.side_bar .wedgits_agents h1 {
  color: #fff;
  font-size: 18px;
  border-bottom: #fff 1px solid;
  padding-bottom: 10px;
  margin-top: 0;
}

.side_bar .wedgits_agents .agent_col {
  background: rgba(0, 0, 0, 0) url("/assets/images/agent_bg.png") repeat scroll 0 0 / 100% auto;
  border: 4px solid #fff;
  min-height: 117px;
  overflow: hidden;
  margin-bottom: 10px;
}

.side_bar .wedgits_agents .agent_col .detail h2 {
  background: rgba(0, 0, 0, 0) url("/assets/images/title_shade.png") repeat scroll 0 0 / 100% auto;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 8px;
}

.side_bar .agent_logo {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  float: left;
  margin: 10px;
  overflow: hidden;
  padding-bottom: 3px;
  padding-top: 4px;
  text-align: center;
  width: 70px;
}

.side_bar .agent_logo img {
  width: 92%;
}

.side_bar .agent_details {
  float: right;
  margin-top: 10px;
  text-align: left;
  width: 140px;
}

.side_bar .agent_phone_number {
  text-shadow: 0px 2px 1px rgba(33, 33, 33, 0.71);
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  padding-top: 8px;
}

.side_bar .agent_col .agent_details .more_details {
  background: #f74a27 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 8px;
  max-width: 87px;
  padding: 5px;
  text-align: center;
}

.side_bar .agent_col .agent_details .more_details:hover {
  background: #03379f none repeat scroll 0 0;
  text-decoration: none;
}

.agent_title {
  background: #002671 none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  margin: 0 !important;
  padding: 11px;
  width: 263px;
}

.filter_search .from {
  padding-top: 36px;
  padding-left: 9px;
  padding-right: 0;
}

.filter_search .to {
  padding-top: 36px;
  padding-left: 0;
  padding-right: 0;
}

.filter_search .from input[type="number"] {
  width: 58%;
}

.filter_search .to input[type="number"] {
  width: 66%;
}

@media (max-width:900px) {
  .side_bar .wedgits_agents {
    width: 100%;
  }

  .side_bar .wedgits_agents .agent_col {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
  }
}

@media (max-width:550px) {
  .side_bar .wedgits_agents .agent_col {
    width: 100%;
  }
}

/*end*/

.search_fltrs {
  padding: 10px;
}

.from_count {
  text-align: center;
  width: 53% !important;
}

.to_count {
  text-align: center;
  width: 73% !important;
}

.fld_label {
  margin-right: 10px;
}

.full_width {
  width: 100%;
}

#contact-owner {
  margin-top: 0px;
  padding-top: 0px;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: 0 !important;
}

.filter_container .bootstrap-select.btn-group .dropdown-menu {
  box-sizing: border-box;
  height: 307px;
  min-width: 100%;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #04660b;
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}

:required {
  background: white;
}

.leftSidebar {
  width: 50%;
  float: left;
  position: relative;
}

.register_btn {
  float: right;
  margin-right: 21px;
  width: 200px;
}

.apk-terms {
  font-size: 13px;
  padding-right: 24px;
}

/*search filter css*/



.form_container .map_btn_group {
  float: left;
  width: 131px;
  margin-top: 5px;
}

.form_container .form_left {
  float: left;
  width: 42%;
}

.form_container .form_left .select_city {
  border: #ccc 1px solid;
  width: 48%;
  margin-left: 2px;
  margin-right: 2px;
  padding: 8px 1.7%;
  border-radius: 4px;
}

.form_container .form_left .select_location {
  border: #ccc 1px solid;
  width: 45%;
  margin-left: 2px;
  margin-right: 2px;
  padding: 8px 1.7% !important;
  border-radius: 4px;
}

.form_container .form_right {
  float: right;
  width: 44%;
  text-align: right;
}

.form_container .form_right .form_group .input_field {
  width: 29%;
  padding: 8px 1.7% !important;
  border-radius: 4px;
}

.form_container .form_right .form_group .text_hint {
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 4px;
}

.btrn_search {
  background: #04660b;
  border: medium none;
  border-radius: 3px;
  color: hsl(0, 0%, 100%);
  font-size: 15px;
  margin-left: 1%;
  padding: 9px 1.8%;
}

#price_min,
#price_max {
  padding: 1%;
}

/*search filter css end*/

.map_prpperties {
  width: 50% !important;
  float: right;
}

#property-listings .property-listing h2 {
  font-size: 20px;
  font-weight: 500;
  margin-left: 15px;
  padding-right: 2%;
  width: 97%;
}

.map_full {
  height: 100vh !important;
}

.slider.slider-horizontal {
  width: 100% !important;
}

.map_full_hieght {
  height: 100vh !important;
  max-height: 100% !important;
}

.apk-sidebar-map {
  height: 100vh !important;
}

.h4-title {
  display: inline-block;
  max-width: 400px;
}

/*=================================================================== ghani css ===================================*/

.ghani_inner_section {
  width: 90%;
  margin: 0 auto;
}

.alghni_banner {
  background: url("/assets/ghni_images/alghni_banner.jpg") no-repeat;
  background-size: 100%;
  height: 100vh;
}

.alghni_logo {
  margin-top: 20px;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  padding-top: 30px;
}

.alghni_logo img {
  width: 98%;
}

.ghani_nav {
  margin-left: 2vw;
  padding-top: 36px;
  text-align: center;
}

.ghani_nav ul {
  margin: 0;
  padding: 0;
}

.ghani_nav ul li {
  display: inline-block;
  margin-bottom: 4px;
  width: 147px;
}

.ghani_nav ul li a {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  padding: 10px;
  text-transform: uppercase;
  margin-right: 1%;
  background: #3e2d25;
  border-radius: 4px;
  width: 100%;
}

.ghani_nav ul li a:hover {
  background: #6d2604;
  text-decoration: none;
}

.ghni_banenr_contants {
  text-align: center;
  padding-top: 4vw;
}

.ghni_banenr_contants h1 {
  color: #FFF;
  font-size: 60px;
  font-weight: normal;
  text-transform: uppercase;
}

.ghni_banenr_contants h1 span {
  display: block;
  font-weight: bold;
}

.ghni_banenr_contants p {
  font-size: 23px;
  margin-top: 2vw;
  color: #FFF;
}

.ghni_banenr_contants p span {
  display: block;
}

.orange_bg {
  background: #e94a00;
}

.ghni_section_title {
  color: #FFF;
  font-size: 50px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: bold;
}

.section_in {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ghni_player {
  float: right;
  margin: 2%;
  width: 60%;
}

.ghni_video {
  height: 32vw;
  border: #999 4px solid;
  border-radius: 4px;
}



.ghni_paragraph p {
  font-size: 17px;
  margin-top: 2vw;
  color: #FFF;
}

.black_bg {
  background: url("/assets/ghni_images/property.jpg") no-repeat;
}



.ghani_feature_list ul h2 {
  margin: 0;
  padding: 0 0 16px;
  border-bottom: #666 1px solid;
  font-weight: bold;
  margin: 0 0 30px;
  color: #FFF;
}

.ghani_feature_list {
  padding-top: 50px;
}

.ghani_feature_list ul h3 {
  margin: 0;
  padding: 0 0 16px;
  color: #e94a00;
  display: inline-block;
  font-weight: bold;
}

.ghani_feature_list ul {
  margin: 0;
  padding: 0;
}

.ghani_feature_list ul li {
  color: #ccc;
  font-size: 20px;
  padding: 6px 0;
  list-style-image: url("/assets/ghni_images/ghni_list.png");
  margin-left: 35px;
}

.ghni_footer .ghani_footer_left h1 {
  color: #FFF;
  font-size: 25px;
}

.ghni_footer .ghani_footer_left p {
  color: #FFF;
  font-size: 16px;
  text-align: justify;
}

.ghni_contact_title {
  background: url("/assets/ghni_images/contact_title_bg.png");
  border-radius: 4px;
  padding: 10px;
  max-width: 300px;
}

.ghni_contact_title h2 {
  background: hsla(0, 0%, 0%, 0) url("/assets/ghni_images/contact_dev.png") no-repeat scroll left center / 65px auto;
  border-radius: 4px;
  color: hsl(0, 0%, 100%);
  display: block;
  font-size: 22px;
  margin: 0;
  padding: 13px;
  text-indent: 61px;
}

.ghni_contact form {
  padding-top: 20px;
}

.ghni_contact .ghni_field {
  background: none;
  border: #333333 1px solid;
  padding: 10px;
  color: #FFF;
}

.ghni_btn {
  text-align: right;
}

.ghni_submit {
  background: #ff5a00;
  border: medium none;
  color: hsl(0, 0%, 100%);
  font-size: 17px;
  min-width: 200px;
  padding: 10px;
  text-transform: uppercase;
}

.ghani_social {
  text-align: right;
  padding-top: 40px;
}

.ghani_social a img {
  width: 50px;
}

.white_bg {
  background: #FFF;
  position: relative;
}

.shad_col {
  position: absolute;
  top: 0;
  width: 100%;
  height: 122px;
  background: url("/assets/ghni_images/top_shad.png");
  z-index: 2;
}

.ghni_section_title {
  position: relative;
  z-index: 4;
}

.white_bg h1 {
  color: #000;
}

.contect_stiky {
  position: fixed;
  z-index: 20;
  width: 200px;
  color: #FFF;
  padding: 10px;
  right: -10px;
  vertical-align: middle;
  margin-top: 70px;
  transition: all .2s ease-in-out;
}

.contect_stiky a img {
  width: 100%;
}

.ghni_footer {
  padding-top: 54px;
}

.ftr_call {
  display: none;
}

.ghni_paragraph h2 {
  color: white;
}

.ghni_paragraph ul {
  color: white;
}

/*=================================================================== ghani css End ===================================*/

/*=================================================================== ghani css End ===================================*/

/*======= footer subscribe ==================*/

.subscribe_zp {
  background: #0404047a;
  padding: 10px 10px 31px;
  text-align: center;
  margin-bottom:14px;

}

.subscribe_zp h1 {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}

.subscribe_zp p {
  text-align:center;
color: #FFF;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 4px;
}

.subscribe_zp .soundest-subscribe-form {
  max-width: 700px;
  margin: 0 auto;
}

.subscribe_zp .form .soundest-subscribe-input {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  display: inline-block;
  float: left;
  height: 42px;
  margin: 0px 5px 0px 0px;
  padding: 10px;
  width: 44%;
}

.subscribe_zp .form .soundest-subscribe-input:focus {
  border-bottom: #F00 1px solid;
  border-top: #F00 1px solid;
}

.subscribe_zp .form .soundest-subscribe-btn {
  background: #0074e4 none repeat scroll 0 0;
  border: medium none;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  font-size: 14px;
  height: 42px;
  margin: 0px 4px;
  padding: 10px 19px;
  float: left;
  border-radius: 0 4px 4px 0;
}

.subscribe_zp .form label {
  background: #0074e4;
  border: medium none;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  float: left;
  font-size: 22px;
  height: 42px;
  margin: 0;
  padding: 4px 13px;
  border-radius: 4px 0px 0px 4px;
}

@media (max-width: 620px) {
  .subscribe_zp .form .soundest-subscribe-input {
    font-size: 14px;
    width: 62%;
  }

  .subscribe_zp .form .soundest-subscribe-btn {
    font-size: 14px;
    padding: 10px 13px;
  }
}

@media (max-width: 480px) {
  .subscribe_zp .form .soundest-subscribe-input {
    width: 52%;
  }

  .subscribe_zp .form .soundest-subscribe-btn {
    font-size: 13px;
    padding: 10px 6px;
  }

  .subscribe_zp .form label {
    padding: 6px 10px;
    font-size: 20px;
  }
}

/*SUBSCRIBE POPUP*/

.pop_bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 2.5;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.7);
}

.subscribe_popup {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 20% !important;
  width: 100%;
  text-align: center;
}

.popup_container {
  position: relative;
  border-radius: 5px;
  width: 800px;
  display: inline-block;
  text-align: left;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1042aa+0,03369f+100 */
  background: #1042aa;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #1042aa 0%, #03369f 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #1042aa 0%, #03369f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #1042aa 0%, #03369f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1042aa', endColorstr='#03369f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.popup_container .email_icon {
  float: left;
  width: 20%;
}

.popup_container .email_icon img {
  width: 97%;
}

.popup_container .new_txt {
  float: left;
  width: 78%;
}

.popup_container .new_txt h1 {
  color: #FFF;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
}

.popup_container .new_txt p {
  color: #FFF;
  font-size: 16px;
}

.popup_container .news_conents {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
}

.popup_container .subscribe_form {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 60px;
}

.popup_container .subscribe_form .sub_fld {
  background: #FFF;
  padding: 10px;
  border-radius: 4px;
  color: #333;
  width: 47%;
  border: none;
  font-size: 18px;
  border: none;
  height: 54px;
  text-indent: 8px;
  margin-right: 1%;
  float: left;
}

.popup_container .subs_btn {
  background: #ff411b;
  border: medium none;
  border-radius: 4px;
  color: hsl(0, 0%, 100%);
  font-size: 14px;
  margin-left: 1%;
  padding: 20px 4px;
  text-transform: uppercase;
  width: 19%;
  color: #FFF;
  height: 56px;
}

.popup_container .subscribe_form p {
  color: #FFF;
  padding-top: 15px;
}

.pop_close {
  color: hsl(0, 0%, 100%);
  cursor: pointer;
  font-size: 23px;
  height: 38px;
  line-height: 29px;
  position: absolute;
  right: 1px;
  text-align: center;
  top: 4px;
  width: 37px;
}

@media (max-width: 870px) {
  .popup_container {
    width: 90%;
  }

  .popup_container .new_txt h1 {
    font-size: 3.6vw;
  }
}

@media (max-width: 680px) {
  .popup_container .subscribe_form .sub_fld {
    width: 43%;
    font-size: 16px;
  }

  .popup_container .subs_btn {
    width: 23%;
  }

  .subscribe_popup {
    top: 3%;
  }
}

@media (max-width: 480px) {
  .popup_container .subscribe_form .sub_fld {
    width: 95%;
  }

  .popup_container .subs_btn {
    width: 95%;
  }

  .popup_container .subs_btn {
    margin-left: 0;
    margin-top: 10px;
  }

  .popup_container .email_icon {
    float: none;
    margin: 0 auto;
    width: 28%;
  }

  .popup_container .new_txt {
    float: none;
    text-align: center;
    width: 100%;
  }

  .popup_container .new_txt h1 {
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 5px;
  }

  .popup_container .news_conents {
    padding-top: 29px;
  }

  .popup_container .new_txt p {
    font-size: 13px;
  }

  .popup_container .subscribe_form .sub_fld {
    font-size: 14px;
    height: 43px;
    padding: 7px;
    text-indent: 8px;
    width: 100%;
  }

  .popup_container .subs_btn {
    font-size: 14px;
    height: 46px;
    padding: 6px 10px;
    width: 100%;
  }

  .popup_container .subscribe_form p {
    text-align: center;
  }

  .popup_container .subscribe_form {
    padding-bottom: 20px;
  }

  .pop_close {
    font-size: 19px;
    height: 40px;
    line-height: 28px;
    right: -2px;
    top: 2px;
    width: 40px;
  }
}

/*=================================================================== cities box css ===================================*/

.project_list_page {
  padding: 0px 15px !important;
  padding-top: 53px !important;
}

.project_list_page {
  padding-top: 30px;
}

.project_list_page .row {
  margin: 0px !important;
}

.left_half {
  width: 630px;
  float: left;
  margin: 2%;
}

.project_list_page .project_list_col {
  background: #fff;
  border: #CCC 1px solid;
  margin-bottom: 17px;
}

.project_list_page .project_list_col .project_list_title .row {
  background: #072834;
  font-size: 20px;
  /*padding:10px;*/
  font-weight: normal;
  /*padding-bottom:21px !important;*/
  margin-top: 0;
}

.project_list_page .project_list_col .project_list_title h1 {
  background: #04660b;
  font-size: 20px;
  padding: 10px;
  font-weight: normal;
  padding-bottom: 21px !important;
  margin-top: 0;
}

.project_list_page .project_list_col .project_list_title h1 span {
  position: relative;
  top: 4px;
}

.project_list_page .project_list_col .project_list_title h2 span {
  position: relative;
  top: 4px;
}

.project_list_page .project_list_col .project_list_title h2 {
  color: #FFF !important;
  margin: 12px -30px;
}

.project_list_page .project_list_col .project_list_title h2 {
  color: #FFF !important;
  margin: 12px -30px;
}

.project_list_page .project_list_col .project_list_title img {
  position: relative;
  width: 30px;
  margin: 10px 0px 0px 0px;
  float: left;
}

.project_list_page .project_list_col .no-margin {
  margin-left: -50px !important;
}

.project_list_page .project_list_col .project_list_title h2 img {
  position: relative;
  width: 30px;
  float: left;
}

.project_list_page .project_list_col {
  font-size: 17px;
  /*padding:0px 15px;*/
  color: #333;
  font-weight: bold;
  margin-top: 3px;
}

.project_list_page .project_list_col1 {
  margin-top: 15px;
}

.project_list_page .project_list_col h3 {
  font-size: 15px;
  color: #333;
  font-weight: bold;
  text-align: left;
}

.project_list_page .project_list_col ul {
  float: left;
  margin: 0;
  padding: 5px 15px;
  width: 25%;
}

.project_list_page .project_list_col ul li {
  margin: 0;
  padding: 4px 0;
  display: block;
  height: 50px;
}

.project_list_page .project_list_col ul li a {
  font-size: 14px;
  padding: 5px 0;
  color: #072834;
}

.pb_c h2 {
  color: black;
  font-size: 16px;
  margin-left: 10px;
}

.cities_sectors li {
  margin: 0;
  display: block;
  width: 94%;
}

.cities_sectors li a {
  color: #072834;
  display: block;
  font-size: 14px;
  line-height: 30px;
}

.cities_sectors li span {
  color: #04660b;
}

.sector_content {
  padding-left: 16px !important;
  padding-top: 0 !important;
}

.project_list_page .project_list_col ul li span {
  color: #04660b;
}

.project_list_page .project_list_col .pb_c {
  border-bottom: #CCC 1px solid;
  padding: 5px 6px 25px;
  margin-bottom: 10px;
}

.project_list_page .project_list_col .pb_c:last-child {
  border: none !important;
}

.nopadding_top {
  padding: 0 !important;
}

.vr_scroll {
  max-height: 320px;
  overflow-y: scroll;
}

@media (max-width:680px) {
  .project_list_page {
    float: none;
    margin: 2%;
    width: 98%;
  }

  .project_list_page .project_list_col ul {
    width: 32%;
  }
}

@media (max-width:580px) {
  .project_list_page .project_list_col ul {
    width: 50%;
  }
}

@media (max-width:480px) {
  .project_list_page .project_list_col ul {
    width: 100%;
  }
}

/*=================================================================== cities box css end ===================================*/

.no_border {
  border: none !important;
}

/*home search fixed css*/

.padding_zero {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.awesomplete {
  display: inline-block;
  position: relative;
  width: 95%;
}

.home_search_tag {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  background-color: hsl(0, 0%, 100%);
  border: none !important;
  border-radius: 0 !important;
  height: 39.5px !important;
  padding-top: 5px;
  margin-top: 0px;
}

.awesomplete {
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px !important;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
  margin-top: 0px;
}

#tabbed-search .input-group {
  background: #fff;
  width: 100% !important;
  position: relative;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.location_filter {
  width: 100% !important;
  top: 0 !important;
}

.select_2 {
  border: #CCC 1px solid;
  border-radius: 4px;
  height: 37px;
  margin-top: 1px;
  width: 98%;
}

.select_2 .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: medium none !important;
  border-radius: 0 !important;
  height: 33.5px !important;
  margin-top: 0px;
  padding-top: 5px;
}

.select_2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 21px;
  position: absolute;
  right: 5px;
  top: 0;
  width: 20px;
}

#location {
  float: none !important;
  margin: 0 !important;
  width: 100%;
}

.awesomplete ul h5 {
  padding-left: 10px;
}

/*********************css needs fix *******************************************/

#content {
  width: 100%;
  /* 650/960 */
  max-width: 960px;
  text-align: left;
  margin: 0px auto;
  /*auto centers the container */
  padding: 3.84615384615385%;
  /* 25/650 */
}

/*CSS3 multiple columns.*/

/* Get em size for colums: 184/16 */

.columns {
  -moz-column-width: 11.5em;
  /* Firefox */
  -webkit-column-width: 11.5em;
  /* webkit, Safari, Chrome */
  column-width: 11.5em;
}

/*remove standard list and bullet formatting from ul*/

.columns ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* correct webkit/chrome uneven margin on the first column*/

.columns ul li:first-child {
  margin-top: 0px;
}

.left_title {
  float: left;
  margin: 0;
  max-width: 600px;
  font-size: 24px;
}

.result-count {
  float: right;
  font-size: 16px;
}

@media (max-width: 500px) {
  .result-count {
    display: block;
    float: left !important;
    margin-bottom: 5px;
    width: 100%;
  }
}

.property-purposes li {
  display: inline-block;
  list-style: none;
}

.property-purposes li a {
  background-color: #072834 !important;
  border-color: #072834 !important;
  color: #ffffff;
  font-family: "Lato";
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
}

.properties_link {
  text-align: center;
  border-bottom: #333 1px solid;
  padding: 0px;
  margin: 0 auto;
  margin-top: 0px;
  background: hsl(0, 0%, 10%) none repeat scroll 0 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.properties_link h1 {
  color: hsl(10, 93%, 56%);
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 0px;
  margin-top: 0px;
}

.properties_link ul {
  margin: 0 !important;
  padding: 0 !important;
}

.properties_link ul li {
  display: block;
  padding-bottom: 6px;
}

.properties_link ul li a {
  color: #ccc;
}

.properties_link ul li a:hover {
  color: #f74926;
}

.fb-login-button {
  width: 100%;
}

.login-or {
  text-align: center;
  display: block;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.number-anchor {
  display: block !important;
  width: 100% !important;
  padding-top: 5px;
}

.number-anchor-white-text {
  color: white;
}

.number-anchor-white-text:hover {
  color: #ffffff;
}

.number-anchor-white-text:focus {
  color: #f74926;
}

/*accordian start new*/

.feature_title {
  background: #072834;
  padding: 10px;
  position: relative;
  width: 100%;
}

.feature_title h2 {
  color: hsl(0, 0%, 100%);
  font-size: 18px;
  margin: 0;
}

.feature_title h2 img {
  margin-right: 10px;
  width: 40px;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/assets/images/ui-icons_ffffff_256x240.png");
}

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  display: block;
  font-size: 100%;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  position: relative;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: hsl(210, 100%, 50%) none repeat scroll 0 0;
  border: 1px solid hsl(225, 100%, 50%);
  color: hsl(0, 0%, 100%);
  font-weight: normal;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: hsl(0, 0%, 96%) none repeat scroll 0 0;
  border: 1px solid hsl(0, 0%, 77%);
  color: hsl(0, 0%, 27%);
  font-weight: normal;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  background: hsl(0, 0%, 96%) none repeat scroll 0 0;
  border: 1px solid hsl(0, 0%, 77%);
  color: hsl(0, 0%, 27%);
  font-weight: normal;
}

.cl_contents {
  height: 100% !important;
  padding-bottom: 10px;
}

/*accordian end new*/

#accordion h3 i {
  color: #04660b;
  font-size: 15px;
  margin-right: 4px;
}

#accordion li {
  font-size: 14px;
  margin-left: 30px;
  margin-top: 10px;
  position: relative;
  display: block;
}

#accordion li:before {
  background: hsla(0, 0%, 0%, 0) url("/assets/images/check_icon_green.png") no-repeat scroll 0 0 / 15px auto;
  content: "";
  height: 17px;
  left: -20px;
  position: absolute;
  top: 3px;
  width: 20px;
}

#accordion .content {
  height: auto !important;
  background: white !important;
  max-height: 180px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding-bottom: 10px;
}

#accordion .nearbyPlaces_loading {
  position: absolute;
  right: 20px;
  font-size: 18px;
  color: #000000;
  top: 5px;
}

.map_details {
  padding-top: 58px;
}

.agent-domain-page .search-listing li .mls {
  margin-left: 6px;
}

.agent_logo_wedgets {
  width: 100%;
}

.summary table tr {
  display: block;
  padding: 5px;
}

.form_owner {
  margin-top: 20px;
}

.summary {
  margin-top: 20px;
}

.city_icon_left {
  margin: 8px !important;
}

.project_list_title .row h2 {
  font-size: 18px !important;
  padding-top: 5px;
  margin-left: 5px;
}

.navbar-login {
  text-align: center;
}

.user_photo {
  border-radius: 100px;
  margin: 0 auto;
}

.navbar-login {
  padding: 10px 10px 0;
  width: 100%;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsla(0, 0%, 0%, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px hsla(0, 0%, 0%, 0.176);
  display: none;
  float: left;
  font-size: 15px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 272px;
  z-index: 1000;
}

.navbar-nav .open .dropdown-menu {
  background-color: #fff;
}

.property-listing .img-wrapper .p_list_img {
  display: block;
  height: 217px;
  overflow: hidden;
}

.property-listing .img-wrapper .p_list_img img {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 268px;
}

.property-listing .img-wrapper a .property_photos {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 268px;
}

.usefullinks {
  margin-top: 20px;
  min-height: 100px;
}

.usefullinks li {
  padding: 3px 0;
  margin-left: 15px;
}

.usefullinks li a:hover {
  color: #04660b;
}

.small-container legend {
  background-color: #04660b;
}

.dropdown-menu > li > a {
  white-space: inherit !important;
}

.nearby_drop {
  position: absolute;
  right: 5px;
}

.nearby_drop i {
  color: #333 !important;
}

.agent_list_img {
  display: block;
  height: 110px;
}

.agent_list_img img {
  width: 100%;
  height: 100%;
}

.usefull_ul {
  margin-left: 0px !important;
  padding-left: 0px !important;
}

@media (max-width:566px) {
  .home_search_btn {
    text-align: center !important;
    width: 118px !important;
  }
}

@media (max-width:1000px) {
  .select2-dropdown {
    position: relative !important;
  }

  .select2 {
    width: 100% !important;
  }
}

.fa_custom {
  color: hsl(0, 0%, 100%);
  font-size: 25px;
  left: 1px;
  position: relative;
  top: -15px;
}

.news_letter_drop {
  float: left;
  height: 42px;
  width: 30%;
}

.sub_fld_popup_drop {
  border: medium none;
  border-radius: 4px;
  float: left;
  height: 53px;
  width: 29%;
}

.add_list_mobile {
  display: none;
}

.add_list_mobile_smal {
  display: none;
}

.overlayPhoto {
  z-index: 0;
}

.top-margin {
  margin-top: 15px;
}

.review-box {
  margin-bottom: 10px;
}

.search-listing . {
  height: 135px;
  list-style: outside none none;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
}

.text-muted {
  padding-bottom: 30px !important;
}

.top_inner_header {
  padding-left: 15px;
  padding-right: 15px;
}

.top_menu {
  float: left;
  margin: 0;
  padding-left: 0px;
 line-height:50px 
}

.top_menu li {
  display: inline-block;
  position: relative;
}
/*
.top_menu li:after {
  content: "";
  display: inline-block;
  background: #666;
  height: 10px;
  position: absolute;
  width: 1px;
  top: 8px;
}
*/
.top_menu li:last-child:after {
  background: none;
}

.top_menu li a {
    color: #000;
    font-size: 15px;
    padding: 5px 10px;
    font-weight: 400;
}

.top_menu li a:hover{
 color:#62aef7;
}
.top_menu li a:active{
 color:#62aef7;
 border-bottom: 5px solid #0074e4;
}

.add_property {
  float: right;
}

.add_property a {
  border-radius: 3px;
  height: 49px;
  margin-top: 8px;
  padding-top: 13px;
}

.login_section {
  margin: 0;
  padding:0;
 }

.navbar-brand {
  height: auto;
  padding: 0 5px;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: 0px;
}

.main_nav li a {
  height: 64px;
  margin-right: 5px;
  padding-bottom: 0;
  padding-top: 22px;
  font-size: 15px;
}

.login_iocn {
  margin-right: 1px;
  position: relative;
  top: -2px;
  width: 15px;
}

.nav-icon {
  width: 24px;
}

.login_section li {
  display: inline-block;
}

.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
  top: 26px;
}

.right_top_header {
  float: right;
  max-width: 600px;
  line-height:50px;
}

.btn-warning:hover {
  background-color: #04660b;
  border-color: #04660b;
}

.other_links {
  border-top: #6c6c7c 1px solid;
  margin: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.other_links li a {
  color: #fff !important;
  padding: 4px 10px;
  display: block;
  height: auto;
}

.other_links li a:hover {
  text-decoration: none;
}

.wdg_agent_logo {
  width: 30%;
}

.logo_agents {
  margin-bottom: 20px;
}

.owner_form {
  margin-top: 20px;
}

.title_widgt {
  background-color: #072834;
  color: hsl(0, 0%, 100%);
  font-size: 16px;
  font-weight: normal;
  margin: 0px 0 0;
  padding: 10px;
}

#ceo-message h2 {
  padding-top: 10px;
}

.height_top {
  height: 51px;
}

.map_sc {
  margin-top: 44px;
}
.dropdown-toggle:hover {
  text-decoration: none !important;
}

.dropdown-toggle:focuse {
  text-decoration: none !important;
  outline: none !important;
}

.log_out_btn {
  padding: 10px;
  width: 100%;
}

a:hover,
a:focus {
  color: #072834;
  text-decoration: none;
}

.edti_link {
  color: #333 !important;
  font-size: 13px !important;
  border-top: #CCC 1px solid;
  display: block;
  padding-top: 10px;
}

.edti_link_dash {
  color: #333 !important;
  font-size: 13px !important;
  border-bottom: #CCC 1px solid;
  display: block;
  padding-bottom: 10px;
}

.dropdown-messages li a {
  color: #333;
}

.user_info_login {
  display: block !important;
}

.city_drop .dropdown-menu {
  width: 100%;
}

.city_drop .bootstrap-select {
  width: 89% !important;
}

.search_fltr_ap {
  width: 29%;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.city_drop .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  margin-top: 5px;
  width: 220px;
}

.search_body {
  padding: 10px 20px !important;
}

.search_btn_ap {
  float: left;
  width: 10%;
}

.search_btn_ap .btn {
  border-radius: 3px;
  margin-top: 0 !important;
  padding: 7px 10px !important;
}

.modal-dialog {
  margin: 140px auto !important;
}

.price_hint_text {
  color: red;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  height: 300px;
}

.verification_form {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  margin: 70px auto 0;
  max-width: 600px;
  padding: 1px 20px 20px;
}

.verification_form .form-control {
  height: 44px;
  padding: 10px;
}

.verification_form .btn-primary {
  background-color: #072834;
  border-color: #072834;
  color: hsl(0, 0%, 100%);
  font-family: "Lato";
  margin-bottom: 10px;
  padding: 13px;
  width: 49.6%;
  margin-top: 0 !important;
  display: inline-block;
}

.verification_form .resend-code {
  background: hsl(122, 98%, 20%) none repeat scroll 0 0 !important;
  border: hsl(122, 98%, 20%) none repeat scroll 0 0 1px solid !important;
}

.verification_form h1 {
  font-size: 20px;
}

@media (max-width: 500px) {
  .page-title span {
    float: none !important;
    padding-top: 5px;
  }

  .well-sm {
    padding: 13px !important;
  }
}

.sub_type {
  float: left;
  width: 47%;
}

.sub_type label {
  display: block !important;
}

.type_fld {
  border-radius: 3px;
  width: 100%;
}

.city_name {
  float: right;
  width: 47%;
}

@media (max-width: 1200px) {
  #listing-package h1,
  #listing-package .panel-heading h2 {
    font-size: 15px;
  }

  .panel-footer label {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .sub_type {
    float: none;
    width: 100%;
  }

  .city_name {
    float: none;
    width: 100%;
  }

  #owener-contact-number {
    margin-top: -10px;
    max-width: 300px;
  }
}

@media (max-width: 989px) {
  #listing-package h1,
  #listing-package .panel-heading h2 {
    font-size: 20px;
  }

  .panel-footer label {
    font-size: 20px;
  }
}

@media (max-width: 490px) {
  .verification_form .btn-primary {
    width: 100%;
  }

  .verification_form {
    margin: 20px 22px 0 15px;
  }

  #owener-contact-number {
    margin: 0 auto;
  }
}

.result-count {
  padding-bottom: 0 !important;
}

.forgot_fld {
  margin-bottom: 10px;
}

.sub_type {
  float: none !important;
  width: 100% !important;
}

.city_name {
  float: none !important;
  width: 100% !important;
}

.forgotpass {
  height: 49px;
}

.btn_reset_pass {
  padding: 13px;
  width: 135px !important;
  float: right;
}

.theiaStickySidebar {
  width: 50vw !important;
}

.estimate_link {
  background: #3390e9;
  border-radius: 3px;
  margin-left: 8px;
  padding-bottom: 7px !important;
  color: #fff !important;
}

.estimate_link:hover {
  background: #62aef7;
}

.main_logo {
  float: left;
  position: relative;
  top: 0;
  width: 13%;
  z-index: 9999999;
}

.main_logo a {
  display: table;
  text-align: center;
}

.main_logo span {
  display: table-cell;
  vertical-align: middle;
}

.header_right_contents {
  float: left;
  width: 87%;
}

.newsletter_title h2 {
  color: #FFF !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #072834;
  border-color: #072834;
  color: hsl(0, 0%, 100%);
  cursor: default;
  z-index: 3;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0074e4 !important;
  color: #fff !important;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #04660b !important;
  border-color: #04660b !important;
  color: hsl(0, 0%, 100%);
}

.map_filter .search {
  background: #04660b !important;
  border: #017c0a 1px solid;
}

.slider-handle {
  background-color: #009f0b !important;
  background-image: none !important;
}

.fav_pop li:last-child {
  display: block;
  padding: 5px;
  text-align: center !important;
}

.help-block a {
  color: #04660b !important;
}

#agent-listings .agent-listing .img-wrapper img {
  height: 100%;
  width: 190px;
}

@media (max-width: 500px) {
  #agent-listings .agent-listing .img-wrapper img {
    height: 100%;
    width: 100%;
  }
}

.card.card-block {
  height: 126px;
  position: relative;
}

.card.card-block button {
  bottom: 0;
  position: absolute;
}

.card_col {
  width: 25%;
  float: left;
}

@media (max-width: 600px) {
  .card_col {
    float: left;
    width: 50%;
  }
}

@media (max-width: 400px) {
  .card_col {
    float: none;
    width: 100%;
  }

  .card.card-block button {
    bottom: 0;
    position: relative;
  }

  .card.card-block {
    height: auto;
    position: relative;
  }
}

/*ADVANCE FILTER HOME CSS*/

.advance_filters_home {
  background: #FFF;
  padding: 10px;
  border-top: #ccc 1px solid;
  /*width: 99.9%;*/
}

.price_box {
  float: left;
  width: 40%;
  margin-right: 2%;
}

.range_box {
  float: left;
  width: 32%;
}

.min_price_home {
  padding: 4.4px !important;
  width: 48% !important;
}

.area_box {
  float: right;
  margin-left: 1%;
  padding-top: 0;
  width: 24%;
}

.range_home {
  padding: 4.4px !important;
  width: 48%;
}

.advance_filters_home label {
  color: hsl(204, 86%, 40%);
  display: block;
}

.land_select {
  width: 100% !important;
}

@media (max-width: 650px) {
  .price_box {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .min_price_home {
    width: 49% !important;
  }

  .range_box {
    float: none;
    width: 100%;
  }

  .range_home {
    width: 49%;
  }

  .area_box {
    float: none;
    padding-top: 10px;
    width: 100%;
  }

  .land_select {
    width: 98% !important;
  }
}

.homesearch_wrapper {
  background: #FFF;
}

.side_bar_main_title {
  margin-top: 5px;
}

.agent_banners_box {
  background-image: url("/assets/images/agent_title_bg.png");
  display: inline-block;
  margin: 0 auto;
  padding: 21px;
  position: relative;
}

.agnt_logo {
  background: hsl(0, 0%, 93%) none repeat scroll 0 0;
  border: 1px solid hsl(0, 0%, 80%);
  margin-bottom: 11px;
  padding: 10px;
  text-align: center;
}

#property-gallery {
  margin-left: 15px;
  margin-right: 15px;
}

#listing-package .panel-success > .panel-heading {
  background-color: #14821c;
  border-color: #14821c;
  color: #fff;
}

#listing-package .btn-success {
  background-color: #14821c;
  border-color: #14821c;
  color: #fff;
}

#listing-package .btn-success:hover {
  background-color: #04660b;
  border-color: #04660b;
  color: #fff;
}

#listing-package .panel-primary > .panel-heading {
  background-color: #04660b;
  border-color: #04660b;
  color: #fff;
}

#listing-package .btn-primary {
  background-color: #04660b;
  border-color: #04660b;
  color: #fff;
}

#listing-package .btn-primary:hover {
  background: #004805 !important;
}

#listing-package .panel-primary {
  border-color: #04660b;
  padding: 1px;
}

#listing-package .panel-success {
  border-color: #14821c;
  padding: 1px;
}

#listing-package .panel-info > .panel-heading {
  background-color: #0b3a4b;
  border-color: #0b3a4b;
  color: #0b3a4b;
}

#listing-package .btn-info {
  background-color: #0b3a4b;
  border-color: #0b3a4b;
  color: #fff;
}

#listing-package .panel-info {
  border-color: #0b3a4b;
  padding: 1px;
}

#listing-package .btn-info:hover {
  background-color: #072834;
  border-color: #072834;
  color: #fff;
}

#listing-package .panel-warning > .panel-heading {
  background-color: #072834;
  border-color: #072834;
  color: #fff;
}

#listing-package .panel-warning {
  border-color: #072834;
  padding: 1px;
}

#listing-package .btn-warning:hover {
  background-color: #031921;
  border-color: #031921;
}

.owner_number_btn {
  display: block !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  margin: 0 auto 10px !important;
  max-width: 300px !important;
}

.owner_numbers h4 {
  margin-top: 4px !important;
  background: #f5f5f5 !important;
  color: #04660b !important;
  border: #04660b 2px solid;
}

.owner_numbers h4 a {
  color: #04660b !important;
  font-size: 18px;
}

.panorama {
  float: none;
  height: 200px;
  margin-top: -5px;
  position: relative;
  width: 400px;
}

.panorama .credit {
  background: rgba(0,0,0,0.2);
  color: white;
  font-size: 12px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: right;
}

.pv-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.pv-inner.pv-animating {
  -webkit-transition: background-position 500ms ease-out;
  -moz-transition: background-position 500ms ease-out;
  -o-transition: background-position 500ms ease-out;
  transition: background-position 500ms ease-out;
}

.pv-inner {
  display: inline-block;
  height: 100%;
  width: auto;
  cursor: move;
}

.pv-vertical .pv-inner {
  width: 100%;
}

.pv-inner .pv-pano {
  height: 100%;
  width: auto;
}

.pv-vertical .pv-inner .pv-pano {
  height: auto;
  width: 100%;
}

.pv-container .pv-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
}

.pv-container .pv-overlay i.pvicon-overlay {
  margin-top: -43px;
  top: 50%;
  margin-left: -40px;
  position: absolute;
  left: 50%;
  width: 80px;
  height: 87px;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABXCAYAAACTFMIVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RDhBRjE4Mzg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RDhBRjE4NDg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZEOEFGMTgxODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZEOEFGMTgyODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8++haY+QAAD8FJREFUeNrkXXtU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");
}

.pv-container.pv-vertical .pv-overlay i.pvicon-overlay {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABXCAYAAACTFMIVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2RDhBRjE4Nzg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2RDhBRjE4ODg2NDMxMUUzOEI3OTg1NzVCMjUzMzE0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZEOEFGMTg1ODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjZEOEFGMTg2ODY0MzExRTM4Qjc5ODU3NUIyNTMzMTRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FSJ+/AAAC+1JREFUeNrkXQlQ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");
}

.owner_numbers {
  margin-bottom: 10px !important;
  margin: 0  auto !important;
  max-width: 300px;
  padding-bottom: 11px;
}

.search_fltr_ap .awesomplete {
  width: 85%;
}

.search_fltr_ap .awesomplete > input {
  display: inline-block !important;
  width: 100% !important;
}

@media (max-width: 900px) {
  .search_fltr_ap .awesomplete {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .no_padding_small {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .list-group-item {
    padding: 10px 7px;
  }

  .panel-heading h2 {
    font-size: 22px;
  }

  .list-group-item span {
    float: none !important;
    width: 100%;
    display: block;
    position: relative;
    padding-top: 10px;
  }

  .lead span {
    float: none !important;
    width: 100%;
    display: block;
    position: relative;
    padding-top: 10px;
  }

  .page-header h2 {
    text-align: center;
    font-size: 24px;
  }

  .content-header {
    text-align: center;
  }

  #listing-package .panel > .list-group .list-group-item,
  #listing-package .panel > .panel-collapse > .list-group .list-group-item {
    font-size: 12px;
    text-align: center;
  }

  #listing-package .lead {
    font-size: 16px;
    text-align: center;
  }
}

/*================ Property listing css =====================*/

.pro_listing_wrapper {
  padding: 15px;
}

.pro_listing_wrapper .property_avatar {
  float: left;
  width: 31%;
}

.pro_listing_wrapper .property_details {
  float: left;
  margin-left: 15px;
  width: 66%;
}

.pro_listing_wrapper .pr_ad {
  float: left;
  width: 60%;
}

.pro_listing_wrapper .property_prices {
  width: 36%;
  float: right;
  text-align: right;
  margin-left: 15px;
}

.pro_listing_wrapper .property_prices .pr_price {
  font-size: 21px;
  font-weight: bold;
}

.pro_listing_wrapper .dacktop_hide {
  display: none;
}

.cont_btn {
  width: 100%;
}

.property_description {
  max-width: 340px;
}

@media (max-width: 600px) {
  .pro_listing_wrapper .pr_ad {
    float: none;
    width: 100%;
  }

  .pro_listing_wrapper .property_prices {
    margin-left: 0;
    text-align: left;
    width: 60%;
    text-align: right;
  }

  .pro_listing_wrapper .dacktop_show {
    display: none;
  }

  .pro_listing_wrapper .dacktop_hide {
    display: block;
  }

  .cont_btn {
    width: 40%;
    float: left;
  }

  .pro_listing_wrapper .text-muted {
    padding-bottom: 10px;
  }
}

@media (max-width: 550px) {
  .pro_listing_wrapper .property_details {
    float: left;
    margin-left: 15px;
    width: 65%;
  }
}

@media (max-width: 500px) {
  .pro_listing_wrapper .property_avatar {
    float: none;
    width: 100%;
  }

  .pro_listing_wrapper .property_avatar img {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100% !important;
  }

  .pro_listing_wrapper .property_details {
    float: left;
    margin-left: 0;
    width: 100%;
  }
}

/*================ Property listing css end =====================*/

.owner_box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bld_tab_section {
  margin-top: 20px;
}

.bld_tab_section .tab-content {
  background: hsl(0, 0%, 100%) none repeat scroll 0 0;
  padding: 16px;
  border-top: #dbdbe0 4px solid;
  border-bottom: #dbdbe0 4px solid;
  margin-bottom: 30px;
}

.bld_tab_section .tab-content h3 {
  color: #04660b;
  font-size: 20pxs;
  padding: 8px 0px;
  margin: 0;
  text-transform: inherit;
}

.bld_tab_section .nav  li  a {
  display: block;
  padding: 13px 21px;
  position: relative;
}

.bld_tab_section .nav-tabs > li > a {
  background: hsl(0, 0%, 20%) none repeat scroll 0 0;
  border: 1px solid hsla(0, 0%, 0%, 0);
  border-radius: 0;
  color: hsl(0, 0%, 100%);
  line-height: 1.42857;
  margin-right: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 184px;
}

.bld_tab_section  .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #04660b;
  border-color: #04660b;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: hsl(0, 0%, 33%);
  cursor: default;
  text-transform: uppercase;
  color: #FFF;
}

.bld_tab_section .nav-tabs {
  border-bottom: none;
  height: 48px;
}

@media (max-width:420px) {
  .mobile_view li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }

  .mobile_view li a {
    width: 100% !important;
    float: none;
    display: block;
  }

  .bld_tab_section .nav-tabs {
    height: auto;
  }
}

.ps-list ul li {
  width: auto !important;
}

.well h2 {
  font-size: 19px;
}


fieldset {
  position: relative;
}

#property-detail-page p {
  word-wrap: break-word;
}

.property_fearture_container {
  padding-top: 15px;
  padding-bottom: 0px;
}

.property_fearture_container ul {
  padding: 0;
  margin: 0;
}

/*.property_fearture_container ul li{
	background:#eeeeee;
	border:#04660b 1px solid;
	padding:5px;
	display:block;
	float:left;
	width: 109px;
	margin-right:10px;
	border-radius:4px;
	font-weight:700;
	text-align:center;
	margin-bottom:10px;
	color:#04660b;
}*/

.property_fearture_container ul li {
  padding: 5px;
  display: block;
  float: left;
  margin-right: 9px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #04660b;
  font-size: 16px;
}

.property_fearture_container ul li label {
  display: inline-block;
  padding-left: 10px;
}

@media (max-width: 990px) {
  .pro_detail_price {
    text-align: left !important;
    font-size: 30px;
  }

  .pro_detail_price h3 {
    font-size: 30px !important;
    margin-top: 0;
    color: #04660b;
  }
}

@media (max-width: 450px) {
  .property_fearture_container ul li {
    width: 46%;
  }
}

.hr_ad {
  max-width: 1154px;
  margin-bottom: 20px;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  max-height: 162px;
  padding-bottom: 7px;
}

.hr_ad img {
  width: 100%;
}

.active_ad {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
}

.ad_300x400 {
  background: url("/assets/images/ad_300x400.png");
  width: 262px;
  height: 362px;
  background-size: 100%;
  margin-top: 20px;
}

.ad_300x400 img {
  width: 100%;
  height: 100%;
}

.ad_260x150 {
  background: url("/assets/images/ad_262x150.png");
  width: 262px;
  height: 150px;
  background-size: 100%;
  margin-top: 20px;
}

.ad_260x150 img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1050px) {
  .ftr_logo {
    margin-top: 29px;
    width: 140px;
  }
}

/*cal to client*/

.call_to_client {
  display: none;
}

.call_popup {
  display: none;
}

@media (max-width: 600px) {
  .call_to_client {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 999999;
    text-align: center;
    display: block;
    display: -webkit-flex;
    /* Safari */
    display: flex;
  }

  .call_to_client a {
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
  }

  .height {
    height: 40px;
  }

  .stiky_email {
    background: #072834;
    color: #fff;
    padding-top: 10px;
    font-size: 16px;
    opacity: 0.90;
  }

  .stiky_call {
    background: #04660b;
    color: #FFF;
    padding-top: 10px;
    font-size: 16px;
    opacity: 0.90;
  }

  .stiky_call:focus {
    background: #04660b;
    color: #FFF;
  }

  .stiky_call:hover {
    background: #04660b;
    color: #FFF;
  }

  .stiky_email:focus {
    background: #072834;
    color: #FFF;
  }

  .stiky_email:hover {
    background: #072834;
    color: #FFF;
  }

  .call_popup .modal {
    margin: 16px;
  }

  .call_popup {
    display: block;
  }

  .contact_numbers {
    text-align: center;
  }

  .contact_numbers p {
    border: 1px solid #333;
    padding: 4px;
    border-radius: 4px;
  }

  .contact_numbers p a {
    font-family: 'Lato';
    font-weight: 300;
    color: #333;
    font-size: 18px;
  }

  #myContainer {
    padding-bottom: 0;
  }

  .call_popup .modal-title {
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 17px;
  }

  .call_popup .modal-header {
    border-bottom: 1px solid #169b20;
    background: #04660b;
    padding: 4px;
  }

  .modal-footer {
    border-top: none;
  }

  .call_popup .modal .close {
    color: #fff;
    margin-top: 6px;
    margin-right: 10px;
  }

  textarea.form-control {
    height: 78px;
  }

  h1,
  .h1 {
    font-size: 19px;
  }

  .pro_detail_price h3 {
    font-size: 20px !important;
  }

  .property_fearture_container ul li {
    font-size: 14px;
  }

  .mobile_discription {
    height: 44px;
    overflow: hidden;
  }

  .full_text {
    height: auto;
    overflow: visible;
  }

  .removed_read_btn {
    display: none;
  }

  .mobile_discription span {
    cursor: pointer;
  }

  .readmore_dic {
    color: #04660b;
    cursor: pointer;
    position: relative;
    top: 5px;
  }

  .login_section strong {
    max-width: 95px;
    overflow: hidden;
    display: inline-block;
    height: 14px;
  }

  p {
    margin: 0 0 5px;
  }
}

.carousel {
  margin-bottom: 30px;
}

.city_drop_list {
  position: relative;
}

.sold_property {
  background: url("/assets/images/sold.png") no-repeat;
  position: absolute;
  right: 37%;
  top: 128px;
  width: 200px;
  height: 200px;
  background-size: 100%;
  z-index: 999;
}

.sold_list {
  background: url("/assets/images/sold_small.png") no-repeat;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  background-size: 100%;
}

.tab-content {
  position: relative;
}

.property-listing {
  position: relative;
}

@media (max-width: 630px) {
  .sold_property {
    right: 37%;
    top: 168px;
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 430px) {
  .sold_property {
    right: 34%;
    top: 157px;
    width: 80px;
    height: 80px;
  }
}

.scrollup {
  width: 34px;
  height: 34px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  background-color: #dadada;
  z-index: 999;
  text-align: center;
  color: #04660b;
  border-radius: 100px;
  padding-top: 7px;
  opacity: .9;
}

.scrollup:focus {
  color: #04660b;
}

.scrollup:active {
  color: #04660b;
}

.scrollup:hover {
  color: #04660b;
}

.pager li > a,
.pager li > span {
  border-radius: 2px !important;
}
#pull {
  display: none;
}

.hide_decstop {
  display: none;
}

.mobile_brand {
  display: none;
}

.mobile_small {
  display: none;
}

.other_links {
  display: none;
}

@media (max-width: 1640px) {
  .hide_tab2 {
    display: none !important;
  }
}

@media (max-width: 1350px) {
 /* #search-filters {
    margin-bottom: 10px;
  }*/

  .search_btn {
    margin-top: 0px;
  }

  #search-filters {
    margin-top: 20px;
    padding-bottom: 45px;
  }
}
@media (max-width: 1250px) {
  .apk-content {
    float: right;
    height: auto;
    overflow: hidden;
    width: 50%;
  }
}

@media (max-width: 1218px) {
  .mobile_nav {
    float: right;
  }

  .add_list_mobile .btn-warning {
    height: 43px;
    line-height: 31px;
  }

  .navbar-header {
    margin-right: 0;
  }

  .navbar-inverse .navbar-toggle {
    height: 40px;
    margin: 0;
    width: 56px;
  }

  .mobile_header {
    margin-right: 0px !important;
  }

  .navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 22px;
  }

  .agent_number_btn a {
    display: block;
    margin: 0 auto 10px;
    max-width: 300px;
  }

  .search_fltr_ap {
    width: 28.8%;
  }
}

@media (max-width: 1200px) {
  .filter_search input {
    width: 42%;
  }

  .filter_search select {
    width: 43%;
  }

  .search_btn {
    margin: 0 !important;
    padding: 8px 26px !important;
  }

  .form_container .form_left {
    width: 41%;
  }

  .fb-login-button {
    width: 100%;
    max-width: 270px;
  }

  .login_drop {
    width: 50% !important;
    margin: 0 auto !important;
    float: none;
  }

  .container-fluid {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .search_fltr_ap {
    width: 27.8%;
  }

  .agent_information .col-md-6 {
    width: 100%;
    text-align: left;
  }

  .logo_agents {
    margin-bottom: 3px;
  }

  .featured-agets-widget li table td {
    display: block;
    padding: 3px;
  }

  .top_menu li a {
    color: hsl(0, 0%, 0%);
    font-size: 11px;
    padding: 5px 10px;
  }
}

@media (max-width: 1196px) {
  .add_property {
    float: right;
    margin-right: 20px;
  }
}

@media (max-width: 1182px) {
  #price_min,
  #price_max {
    margin-bottom: 8px;
  }
}

@media (max-width: 1136px) {
  .hidden-tab {
    display: none !important;
  }

  .social_icon a {
    padding: 7px;
    width: 44px;
  }

  .social_icon {
    float: left;
    margin-bottom: 11px;
    margin-top: 29px;
  }

  .top_menu li a {
    padding: 5px 7px;
  }

  .main_nav li a {
    margin-right: 0;
    padding-right: 0px;
  }
}

@media (max-width: 1085px) {
  .filter_search select {
    margin-left: 0;
    margin-top: 11px;
    width: 100%;
  }

  .filter_search input {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  .filter_search .from input[type="number"] {
    width: 55%;
  }

  .filter_search .from {
    padding-top: 27px;
  }

  .filter_search .to {
    padding-top: 26px;
  }

  .top_menu li a {
    font-size: 10px;
  }
}

@media (max-width: 1050px) {

}

@media (max-width: 1272px) {

}

@media (max-width: 1224px) {
  .mobile_set {
    width: 22.333% !important;
  }

  .project_list_page .project_list_col .project_list_title h2 {
    color: hsl(0, 0%, 100%);
    left: 10px;
    margin: 12px 0;
    position: relative;
  }
}

@media (max-width: 1200px) {
  .featured-agets-widget li img {
    height: auto;
    width: 100%;
  }
}

@media (max-width: 1050px) {
  .hide_after_login_small {
    display: none;
  }
}

@media (max-width: 1024px) {
  .bootstrap-select button {
    width: 100% !important;
  }

  .navbar-inverse .navbar-nav > li > a {
    font-size: 13px;
  }
}

@media (max-width: 989px) {
  .theiaStickySidebar {
    width: 100% !important;
  }

  .header_right_contents {
    float: left;
    width: 100%;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: hsl(0, 0%, 20%) !important;
  }

  .nav > li > a {
    padding: 15px 8px;
    font-size: 13px !important;
  }

  .app_btns {
    bottom: 45px;
  }

  .nav > li {
    text-align: center;
  }

  .navbar-inverse .navbar-nav > li > a {
    font-size: 16px !important;
  }

  .hidden-tab {
    display: block !important;
  }

  #navbar-main .navbar-nav > li > a {
    float: none;
    font-weight: 700;
    height: auto;
    margin-right: 0;
    padding: 8px 8px 8px 23px;
    text-align: left;
    width: auto;
    font-size: 15px !important;
  }

  .navbar-collapse {
    background-color: #03369f;
  }

  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background: none;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: relative;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    background: #fff;
    border-bottom: 4px solid #072834;
    max-height: 340px;
    position: absolute !important;
    right: 16px !important;
    width: 300px !important;
    max-height: 180vh !important;
    left: auto;
    background-size: 100%;
  }

  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #fff;
    color: #000;
  }

  body {
    padding-top: 0;
  }

  .navbar {
    margin-bottom: 0;
  }

  #search-listing-results {
    margin-right: 10px;
    padding: 0;
  }

  .find_link {
    margin-bottom: 16px;
    margin-left: 9px;
    margin-top: 9px;
  }

  .navbar-login {
    text-align: center !important;
  }

  .navbar-login p {
    text-align: center !important;
  }

  .navbar-login {
    margin: 0 auto;
    padding: 10px 10px 0;
    max-width: 305px;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: hsl(0, 0%, 100%);
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: 300px !important;
    margin: 0 auto;
  }

  .other_links {
    display: block;
  }

  #main-content {
    padding: 0;
  }

  body {
    padding-top: 0px;
  }

  .mb_view {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .footer_blog {
    margin-top: 20px;
  }

  #pull {
    background: #262626 none repeat scroll 0 0;
    display: block;
    padding: 15px;
    color: #fff;
    text-align: center;
  }

  #pull span i {
    font-size: 15px;
  }

  #pull:hover {
    text-decoration: none;
  }

  #pull:focus {
    text-decoration: none;
    outline: none;
  }

  #footer {
    display: none;
  }

  .footer_mobile {
    display: block;
    background: #101010d9 none repeat scroll 0 0;
    padding: 15px;
    text-align: center;
  }

  .social_icon {
    margin-bottom: 10px;
    margin-top: 14px;
  }

  .social_icon a {
    height: 32px;
    padding: 4px;
    width: 40px;
  }

  .trm_link {
    border-top: 1px solid hsl(124, 100%, 15%);
    padding-top: 11px;
  }

  #home-about {
    padding: 10px 20px;
    text-align: center;
  }

  #home-about h2 {
    text-align: center;
    width: 100%;
    font-size: 20px;
  }

  .filter_search select {
    width: 100%;
    margin-bottom: 10px;
  }

  .filter_search input {
    width: 100% !important;
  }

  .navbar-login {
    background: #FFF;
  }

  .navbar-login p {
    color: #333;
    text-align: center;
  }

  .sigin_form {
    width: 100%;
  }

  .signup_form {
    width: 100%;
  }

  .apk-content {
    float: none;
    height: auto;
    overflow: visible;
    width: 100%;
  }

  .app_btns_footer {
    float: none;
  }

  .social_icon {
    width: 100%;
  }

  .apk-sidebar {
    height: 100vh;
    position: relative !important;
    width: 100%;
  }

  #social-icons {
    bottom: 58px;
  }

  #search-listing-results {
    margin-right: 10px;
    padding: 0;
  }

  .apk-content {
    float: right;
    width: 100%;
  }

  .sticky {
    top: 0 !important;
  }

  .ftr_top {
    margin-bottom: 20px;
    text-align: center;
  }

  .footer_property_links {
    text-align: center;
  }

  .footer_about_section {
    display: none;
  }

  footer h4 {
    text-align: center;
  }

  .app_btns_footer {
    float: left;
    margin-left: 10px;
    margin-top: 0;
  }

  .app_mobile {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
  }

  footer .ftr_title {
    padding-right: 0px;
  }

  footer {
    padding-bottom: 20px;
  }

  .search_btn {
    margin-top: 18px !important;
  }

  #search-filters .btn {
    margin-top: 0;
  }

  .from_count {
    text-align: center;
    width: 100% !important;
  }

  .to_count {
    text-align: center;
    width: 100% !important;
  }

  .fld_label {
    margin-right: 0px;
  }

  .listing-view-options {
    margin-bottom: 10px;
    margin-left: 5px;
  }

  .right_col_properties {
    width: 100%;
    left: 0;
  }

  #tabbed-search {
    left: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15%;
    position: relative;
    top: 0;
    width: 80%;
  }

  #social-icons {
    bottom: 0;
    float: none;
    margin: 0 auto;
    padding-top: 8px;
    position: relative;
    text-align: center;
  }

  .apk-sidebar {
    height: auto;
  }

  .navbar .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .navbar-brand {
    margin: 0 13px;
  }

  .navbar-inverse .navbar-toggle {
    border-color: transparent;
    margin-right: 0px;
  }

  .agent-domain-page .btn-primary {
    margin-bottom: 4px;
  }

  .agent_search #search-filters .btn-primary {
    width: 98% !important;
  }

  #sub-banner {
    padding: 20px;
  }

  .about_sc_logo {
    text-align: center;
    padding-bottom: 20px;
  }

  #home-about img {
    margin-top: 23px;
    max-width: 62px;
  }

  .leftSidebar {
    width: 100%;
    float: left;
    position: relative;
  }

  .proties_links ul li a {
    text-align: center;
  }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
  }

  .form_container .map_btn_group {
    margin-top: 0px;
  }

  .map_sc {
    overflow: hidden;
    position: relative;
  }

  .map_scroll {
    position: absolute;
    width: 53px;
    right: 0;
    top: 47px;
    height: 400vh;
    background: #000;
    opacity: 0.02;
  }

  .nopadding_mobile {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-header {
    width: 100%;
  }

  .form_container .form_left {
    width: 40%;
  }

  .filter_search .from {
    padding-left: 0;
  }

  .search-listing li {
    display: block !important;
  }

  .search-listing li {
    float: left;
    width: 33.2%;
  }

  .map_details {
    padding-top: 20px;
  }

  .class_1 {
    width: 300px !important;
  }

  .summary {
    margin: 20px auto 0;
    max-width: 630px;
  }

  .usefullinks {
    margin: 20px auto 0;
    max-width: 633px;
    min-height: 100px;
  }

  #property-info-box a.btn-sm {
    color: hsl(0, 0%, 100%);
    display: inline-block;
    margin: 0 auto 10px;
    max-width: 300px;
  }

  .agent_list_img {
    margin-bottom: 10px;
    width: 200px;
  }

  #home-search {
    height: 100%;
    padding-bottom: 5vw;
  }

  .mobile_set {
    width: 100% !important;
  }

  .agnt_img {
    text-align: center;
  }

  .agnt_det {
    text-align: center;
  }

  .agent_list_img2 {
    width: 100% !important;
  }

  .mobile_brand {
    display: block;
    width: 135px;
    margin-left: 0 !important;
  }

  .apk-content {
    margin-top: 6px;
  }

  .mobile_header {
    margin-left: 0;
  }

  .navbar-right .dropdown-menu {
    left: auto;
    right: -16px;
    top: 32px;
  }

  #login-dp {
    min-width: 254px;
  }

  .login_section {
    border-left: medium none;
    float: right;
    margin: 0;
    
  }

  .logo_agents {
    float: left;
    margin-bottom: 20px;
    width: 27%;
  }

  .agent_number_btn a {
    display: inline-block;
    margin: 0 auto 10px;
    max-width: 300px;
  }

  .agent_number_btn {
    text-align: left;
    padding-left: 14px;
  }

  .agent_information {
    float: left;
    margin-left: 20px;
    width: 68%;
  }

  .wrapper-review-inner-box {
    margin-bottom: 30px;
  }

  .agent_wdg_section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .email_btn {
    display: ?inline-block;
    padding: 11px;
    width: 131px;
  }

  .btn_send {
    text-align: right;
  }

  #google-map {
    margin-bottom: 20px;
  }

  .img_woners {
    float: left;
    width: 30%;
  }

  .message_col {
    float: left;
    margin-left: 20px;
    width: 62%;
  }

  .project_list_page {
    padding: 0 15px !important;
  }

  #search-filters {
    margin-top: 0px;
  }

  .map_sc {
    margin-top: 0px;
  }

  .map_sc h1 {
    margin-top: 10px;
  }

  .sign-in {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sigin_form {
    max-width: 600px;
    margin: 0 auto;
  }

  #myContainer {
    margin-top: 20px;
  }

  #sub-banner {
    margin-top: 0;
  }

  .new_pro_top_tixed {
    margin-top: 0px !important;
  }

  #search-filters .panel input[type="text"] {
    width: 82%;
  }

  .pro_title {
    width: 50% !important;
    float: left;
  }

  .pro_viewall {
    width: 50% !important;
    float: right;
  }

  .form-horizontal {
    margin: 0 auto;
    max-width: 600px;
  }

  .other_links li a {
    color: hsl(0, 0%, 0%) !important;
  }

  .estimate_link {
    color: #fff !important;
  }

  .form_owner {
    max-width: 630px;
    margin: 0 auto;
    margin-top: 20px;
  }

  #contact-owner h3 {
    margin-top: 5px;
  }

  .form_mobile {
    width: 48%;
    float: left;
    margin-right: 1%;
  }

  .fld_mobile {
    margin-left: 10px;
    width: 83%;
  }

  .search_container {
    width: 98%;
    margin: 0 auto;
  }

  .filter_search .from input[type="number"] {
    width: 100%;
  }

  .filter_search .to input[type="number"] {
    width: 100%;
  }

  .padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .filter_search .from {
    float: left;
    padding-top: 27px;
    width: 49%;
  }

  .filter_search .to {
    float: right;
    padding-top: 26px;
    width: 49%;
  }

  .img_logo {
    float: left;
    width: 30%;
  }

  .agent_details_wdgts {
    float: left;
    width: 68%;
    margin-left: 2%;
  }

  .hide_mobile {
    display: none !important;
  }

  .add_list_mobile {
    display: block;
    float: right;
  }

  .hide_decstop {
    display: block;
  }

  .navbar-brand {
    margin-left: 0px !important;
    height: auto;
    border-right: none;
    padding: 0px 10px;
    width: 122px;
  }

  .featured-agets-widget li {
    width: 24%;
    vertical-align: top;
    min-height: 256px;
  }

  .featured-agets-widget li img {
    height: auto;
    margin-bottom: 16px;
    width: 100%;
  }

  #successMessage {
    position: relative;
    top: 0px !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
  }

  .agnt_logo {
    border: none;
    padding: 10px;
    background: hsl(0, 0%, 91%) none repeat scroll 0 0;
    border: medium none;
    height: 120px;
    width: 100%;
  }

  .agnt_logo a img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
  }

  .btn.btn-warning.btn-block.submit {
    margin-bottom: 15px;
  }

  .sub_navigation {
    padding-top: 15px;
  }

  .agent_mobile_view {
    float: left;
    width: 300px;
  }

  .agent_number_btn {
    padding-left: 0;
    text-align: left;
  }

  .navbar-brand img {
    width: 95%;
  }
  span#country {
	left: 39px;
    top: 24px;  
}
}

/*992 end*/

@media (max-width: 890px) {
  .form_container .form_right {
    float: none;
    width: 100%;
  }

  .form_container .form_left {
    float: none;
    width: 100%;
  }

  #price_min,
  #price_max {
    width: 44%;
  }

  .form_container .map_btn_group {
    float: none;
    width: 100%;
  }

  .form_container .form_left .select_city {
    margin-bottom: 10px;
    width: 100%;
  }

  .form_container .form_left .select_location {
    border: 1px solid hsl(0, 0%, 80%);
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
    width: 100%;
  }

  #price_min,
  #price_max {
    width: 44%;
  }
}

@media (max-width: 889px) {
  .hint_to {
    display: none !important;
  }

  .form_container .form_right .form_group .text_hint {
    display: block;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 4px;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
  }

  #price_min,
  #price_max {
    width: 49.5%;
  }

  #search-filters .panel input[type="text"],
  #search-filters .dropdown-toggle {
    width: 100%;
  }

  .search_fltr_ap {
    width: 26.8%;
  }

  .search_fltr_ap label {
    display: none;
  }

  .city_drop .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    margin-top: 1px;
    width: 100% !important;
  }
}

@media (max-width: 848px) {
  .featured-agets-widget li {
    height: auto;
    width: 49%;
  }
}

@media (max-width: 800px) {
  #price_min,
  #price_max {
    width: 49.6%;
  }

  .img-thumbnail {
    margin-bottom: 8px;
    padding: 11px;
    width: 100% !important;
  }

  .search_btn_ap .btn {
    margin-top: 0;
    width: 133px !important;
    display: inline-block !important;
  }

  .search_fltr_ap {
    width: 98%;
  }

  .search_btn_ap {
    float: none;
    text-align: right;
    width: 98.6%;
  }
}

@media (max-width: 768px) {
  .map_prpperties {
    float: right;
    width: 99% !important;
  }

  .apk-sidebar-map {
    height: auto !important;
  }

  .filter_search .to {
    float: right;
    padding-top: 0;
    width: 49%;
  }

  .filter_search .from {
    float: left;
    padding-top: 0px;
    width: 49%;
  }

  .btrn_search {
    padding: 9px 5%;
  }

  .search-listing li {
    float: left;
    width: 33.3% !important;
  }

  .subscribe_zp .soundest-subscribe-form {
    margin: 0 auto;
    max-width: 460px;
  }

  .news_letter_drop {
    width: 26%;
  }

  .subscribe_zp .form .soundest-subscribe-input {
    width: 35%;
  }

  .agent_list_img2 {
    width: 100% !important;
  }

  #agent-listings .agent-listing h3 {
    margin-top: 15px;
  }

  .featured-agets-widget li {
    height: auto;
    width: 48%;
    vertical-align: top;
  }
}

@media all and (max-width: 990px) and (min-width: 769px) {

}

@media all and (max-width: 768px) and (min-width: 480px) {
  #social-icons {
    position: relative;
  }

  #home-search {
    height: auto;
    padding-bottom: 8%;
  }
}

@media all and (max-width: 468px) and (min-width: 280px) {
  #social-icons {
    position: absolute;
  }

  #home-search {
    height: 93vh;
  }
}

.property-purposes li {
  margin-left: 10px;
  margin-top: 15px;
}

@media (max-width: 640px) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    right: 0 !important;
  }

  .property-purposes li a {
    min-width: 300px;
  }
}

@media (max-width: 630px) {
  .popup_container .subscribe_form .sub_fld {
    font-size: 16px;
    width: 66%;
  }

  .popup_container .subs_btn {
    margin-left: 0;
    margin-top: 4px;
    width: 96%;
  }
}

@media (max-width: 600px) {
  #price_min,
  #price_max {
    width: 49.5%;
  }

  #post-review-box .stars {
    font-size: 20px;
  }
}

@media (max-width: 567px) {
  .find_link a img {
    margin-bottom: 10px;
    width: 100%;
  }

  #sub-banner h2 {
    font-size: 7vw;
    font-weight: 300;
  }

  .footer_about_section {
    text-align: center;
  }

  .banner_title {
    font-size: 20px;
    padding-bottom: 4px;
  }

  #tabbed-search {
    padding-top: 14%;
  }

  .pager li > a,
  .pager li > span {
    font-size: 11px;
    padding: 5px 10px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }

  .select2-container--open .select2-dropdown {
    left: 0;
    width: 225px !important;
  }

  #apk-search-field .input-group-btn {
    border-bottom: 1px solid hsl(0, 0%, 80%);
    display: block;
    font-size: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
  }

  #tabbed-search .btn {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    text-align: left;
    width: 100%;
  }

  #apk-search-field .caret {
    border-left: 4px solid hsla(0, 0%, 0%, 0);
    border-right: 4px solid hsla(0, 0%, 0%, 0);
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    position: absolute;
    right: 13px;
    top: 20px;
    vertical-align: middle;
    width: 0;
  }

  #tabbed-search .dropdown-menu {
    width: 100%;
  }

  .search-listing li {
    float: left;
    width: 100% !important;
  }

/*  .search-listing li {
    height: 191px;
  }
*/
  .mb_view {
    margin: 15px;
    max-width: 600px;
  }

  .carousel .item img {
    height: 100%;
    width: 100%;
  }

  .search-listing li img {
    height: 100%;
  }

  .select2-container--open .select2-dropdown {
    width: 85.5% !important;
  }
}

@media (max-width: 550px) {
  .select2-container--open .select2-dropdown {
    width: 85.3% !important;
  }

  .agent_list_img {
    margin-bottom: 10px;
    width: 100%;
  }

  .agent_list_img {
    display: block;
    height: auto;
  }
}

@media (max-width: 497px) {
  .agent_information .col-md-6 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .sub_fld_popup_drop {
    height: 43px;
  }

  .mobile_width {
    width: 100%;
    float: none;
    display: block;
  }

  .logo_agents {
    text-align: center;
  }
}

@media (max-width: 453px) {
  .select2-container--open .select2-dropdown {
    width: 81.9% !important;
  }
}

@media (max-width: 461px) {
  #price_min,
  #price_max {
    width: 49.4%;
  }

  .img_logo {
    float: none;
    width: 100%;
  }

  .agent_details_wdgts {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  #home-search {
    height: 100%;
    padding-bottom: 82px;
  }

  #social-icons {
    position: relative;
  }

  #tabbed-search h2 {
    font-size: 24px !important;
    margin: 0 0 12px;
  }
}

@media (max-width: 496px) {
  .select2-container--open .select2-dropdown {
    width: 83.3% !important;
  }

  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .logo_agents {
    float: none;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 20px;
  }

  .agent_information {
    float: none;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }

  .mb_set {
    width: 100% !important;
    float: none !important;
    margin-top: 20px !important;
    text-align: center;
  }

  .agent_number_btn {
    padding-right: 0px;
    text-align: center;
  }

  .add_list_mobile a {
    padding: 6px 9px;
  }

  .login_section {
    border-left: medium none;
    float: right;
    margin: 0;
   
  }

  .mobile_brand {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 135px;
  }

  .featured-agets-widget li h3 {
    margin: 0 0 6px;
  }

  .number-anchor {
    display: block;
    padding-top: 7px;
    width: 100%;
  }

  .agent_mobile_view {
    float: none;
    margin: 0 auto;
    width: auto;
  }
}

@media (max-width: 460px) {
  #tabbed-search {
    top: 15%;
  }

  .banner_title {
    font-size: 20px;
  }

  #home-about img {
    margin-top: 15px;
    max-width: 30%;
  }

  #social-icons {
    right: 0;
  }

  .right_col_properties {
    float: none;
    position: relative;
    right: 0;
    width: 100%;
  }

  #tabbed-search {
    padding-top: 17%;
  }

  #apk-search-field .form-control {
    font-size: 11px;
    padding-bottom: 11px;
    padding-left: 5px;
    padding-top: 14px;
  }

  .register_btn {
    width: 100%;
    float: none;
    text-align: center;
  }

  .add_list_mobile_smal {
    display: block;
  }

  .add_list_mobile_smal a {
    display: block;
    width: 100%;
    height: auto !important;
  }

  .add_list_mobile {
    display: none;
  }

  .mobile_small {
    bottom: -7px;
    display: block;
    float: left;
    margin: 0 16px;
    position: relative;
    width: 140px;
  }

  .mobile_small a {
    background: #072834;
    border-radius: 3px 3px 0 0;
    color: hsl(0, 0%, 100%);
    display: inline-block;
    padding: 7px 10px;
  }

  .featured-agets-widget li {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .ellipsed-sm {
    width: 120px;
  }

  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
    top: 29px;
  }

  .fav_pop {
    left: auto;
    right: -40px !important;
    top: 36px;
    width: 215px !important;
  }

  .forgot_title {
    font-size: 25px;
  }
}

@media (max-width: 391px) {
  #price_min,
  #price_max {
    width: 49.3%;
  }
}

@media (max-width: 360px) {
  .select2-container--open .select2-dropdown {
    width: 76.9% !important;
  }

  .btn-file_mobile {
    color: hsl(0, 0%, 100%);
    display: block !important;
    font-family: "Lato";
    margin: 5px;
    max-width: 135px !important;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    width: 100% !important;
  }
}

@media (max-width: 380px) {
  .select2-container--open .select2-dropdown {
    width: 78.3% !important;
    border-radius: 3px;
  }

  .news_letter_drop {
    border-radius: 3px;
    width: 97%;
  }

  .subscribe_zp .form .soundest-subscribe-input {
    border-radius: 0 3px 3px 0;
    float: left;
    margin-bottom: 5px;
    width: 86%;
  }

  .subscribe_zp .form .soundest-subscribe-btn {
    border-radius: 3px;
    font-size: 13px;
    margin-top: 6px;
    padding: 10px 8px;
    width: 97.1%;
    margin-left: 0;
  }

  .img_woners {
    float: none;
    width: 99%;
  }

  .message_col {
    float: none;
    margin-left: 0;
    width: 95%;
  }
}

@media (max-width: 343px) {
  .subscribe_zp .form .soundest-subscribe-input {
    border-radius: 0 3px 3px 0;
    width: 83%;
  }

  .news_letter_drop {
    width: 96%;
  }

  .subscribe_zp .form .soundest-subscribe-btn {
    width: 96.1%;
    margin-top: 5px;
  }
}

@media (max-width: 340px) {
  #price_min,
  #price_max {
    width: 49.2%;
  }

  .mobile_brand {
    margin-top: 4px;
    width: 119px;
  }

  .login_section {
    padding: 15px 0 4px 5px;
  }
}

@media (max-width: 320px) {
  #price_min,
  #price_max {
    width: 49.1%;
  }

  .select2-container--open .select2-dropdown {
    width: 74.3% !important;
  }

  .loan_c_container .c_btn {
    font-size: 13px !important;
  }

  .loan_c_container .c_btn {
    display: block !important;
    width: 100% !important;
  }

  #search-filters .btn-primary {
    float: none !important;
    width: 100% !important;
  }

  #social-icons {
    position: relative;
    padding-top: 14px;
  }
}

#city-newsletter-footer option:hover {
  background: #04660b !important;
}

.btn-warning:focus,
.btn-warning.focus {
  background-color: #04660b !important;
  border-color: #04660b !important;
  color: hsl(0, 0%, 100%);
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-color: #04660b !important;
  border-color: #04660b !important;
  color: hsl(0, 0%, 100%);
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #04660b !important;
  border-color: #04660b !important;
  color: hsl(0, 0%, 100%);
}

.log_out_btn {
  color: #fff !important;
}

.select2-container {
  width: 100% !important;
}

@media (max-width:1500px) {
  .select2-container--open .select2-dropdown {
    width: 200px !important;
  }

  .select2-container {
    width: 100% !important;
  }
}

@media (max-width:990px) {
  .select2-container--open .select2-dropdown {
    width: 30% !important;
  }

  .intl-tel-input .country-list.dropup {
    bottom: 5%;
    margin-bottom: -1px;
  }
}

@media (max-width:769px) {
  .advance_filters_home {
    width: 100%;
  }
}

@media (max-width:650px) {
  .select2-container--open .select2-dropdown {
    width: 200px !important;
  }
}

@media (max-width:460px) {
  .agnt_logo {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    border: medium none;
    height: auto;
    padding: 0;
    width: 100%;
  }

  .agnt_logo a img {
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
}

.modal-header-success {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #04660b;
  background-color: #04660b;
}

.modal-title {
  margin: 6px 0px;
  line-height: 1.42857143;
}

.close {
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1.2;
}

@media (max-width:459px) {
  .advance_filters_home {
    width: 99.8%;
  }

  #tabbed-search {
    width: 95%;
  }

  #successMessage {
    font-size: 11px;
    padding: 10px;
    visibility: visible;
  }

  .modal-footer .btn {
    width: 200px;
    text-align: center;
    margin-top: 10px;
    float: none !important;
    display: inline-block;
    margin-left: 0px !important;
  }

  .modal-footer {
    text-align: center;
  }
}

@media (max-width:600px) {
  .mobile_brand {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .navbar-brand {
    argin-left: 0px !important;
  }

  .estimate_wrapper .alert {
    margin-bottom: 15px !important;
  }

  .navbar-right > li > a {
    text-align: center !important;
    font-size: 12px;
  }

  .navbar-brand img {
    width: 86%;
  }
  span#country {
    left: 28px;
    top: 23px;
  }
}
.awesomplete [hidden] {
  display: none;
}

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.awesomplete {
  display: inline-block;
  /*position: relative;*/
}

.awesomplete > input {
  display: block;
}

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 100;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
}

.awesomplete > ul:empty {
  display: none;
}

.awesomplete > ul {
  border-radius: .3em;
  margin: .2em 0 0;
  margin-top: 5px;
  background: hsla(0,0%,100%,.9);
  background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
  border: 1px solid rgba(0,0,0,.3);
  box-shadow: .05em .2em .6em rgba(0,0,0,.2);
  text-shadow: none;
}

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: .3s cubic-bezier(.4,.2,.5,1.4);
    transform-origin: 1.43em -.43em;
  }

  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease;
  }
}

/* Pointer */

.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer;
}

.awesomplete > ul > li:hover {
  background: hsl(200, 40%, 80%);
  color: black;
}

.awesomplete > ul > li[aria-selected="true"] {
  background: hsl(205, 40%, 40%);
  color: white;
}

.awesomplete mark {
  background: hsl(65, 100%, 50%);
}

.awesomplete li:hover mark {
  background: hsl(68, 100%, 41%);
}

.awesomplete li[aria-selected="true"] mark {
  background: hsl(86, 100%, 21%);
  color: inherit;
}

a.btn-viewall {
    color: #0074e4;
}
/*# sourceMappingURL=awesomplete.css.map */

span#country {
    position: absolute;
    right: 0;
    top: 29px;
    color: #ea5a4b;
}