/******************************************
**************Home Grab v 1.0.0************
*******************************************/


/******************************************/
/****************List of content***********/
/******************************************/
/******************************************/

/*
1. Default - 38
    -color - 52
    -button - 74
    -paggination - 217
    -header - 264
2. Home/Dashboard - 499
3. Search Home before login - 674
4. Agent Detail - 755
5. Agent finder - 965
6. Property Detail - 1025
7. Search After login - 1516
8. Search home view on map -
9. Contact section (all of page) - 1490
10. Login

 */
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");


/*@font-face {
    font-family: 'liberation_sansregular';
    src: url('/Content/fonts/liberationsans-regular-webfont.woff2') format('woff2'), url('fonts/liberationsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

/*=================Deafult=================*/

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #666666;
    background-color: #fff;
}
h1, .h1, h2, .h2, h3, .h3{
font-family: 'Montserrat', sans-serif;
}
.clear {
    float: none;
    clear: both;
}

/*Custom COlor*/

.color-primary {
   color: #606060;
text-decoration: underline;
}

.color-secondary {
    color: #0f5f5c;
}

.color-accent {
    color: #444444;
}

.form-control:focus {
    border-color: #2ecc71;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2ecc71;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #2ecc71;
}


/*Custom Button*/

.button {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 7px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    border: 1px solid transparent;
    min-width: 100px;
}

.buttonLogin {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 7px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    border: 1px solid transparent;
    width: 100%;
}

.button-square {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 7px;
    padding-right: 5px;
    padding-left: 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    border: 1px solid transparent;
    min-width: 170px;
}

.button-primary {
    background-color: #2ecc71;
    color: #fff;
}

.button-primary:hover {
    background-color: transparent;
    text-decoration: none;
    color: #2ecc71;
    border: 1px solid #2ecc71;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.button-primaryfavorite_Y {
    background-color: #2ecc71;
    text-decoration: none;
    color: #fff;
    border: 1px solid #2ecc71;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.button-primaryfavorite_N {
    background-color: transparent;
    text-decoration: none;
     border-color: #2ecc71;
    color: #2ecc71;
    border: 1px solid;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

/*.button-primary-favorite:hover{
    background-color: #2ecc71;
    color: #fff;
}*/


.button-inverse{
  background-color:transparent;
  color: #2ecc71;
  border: 1px solid #2ecc71;
}

.button-inverse:hover{
  background-color: #2ecc71;
  text-decoration: none;
  color: #fff;
  border: 1px solid #2ecc71;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}

.button-inverseLike{
  background-color: #2ecc71;
  text-decoration: none;
  color: #fff;
  border: 1px solid #2ecc71;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}





.button-red-inverse{
  border: 1px solid #b04848;
  background-color:transparent;
  color: #b04848;
}

.button-red-inverse:hover{
  background-color:#b04848;
  text-decoration: none;
  color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}

.button-red-inverse-saved{
  background-color:#b04848;
  text-decoration: none;
  color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}

/*.button-red-inverse-saved:hover{
  border: 1px solid #b04848;
  background-color:transparent;
  color: #b04848;
}*/





.button-more {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

.btn-see-more {
    /*padding-left: 15px;*/
    padding-left: 9px;
    margin-top: 15px;
    margin-bottom: 15px;
}


/*Maps*/
#btn-maps .maps-icon{
  width: 26px;
  height: 23px;
  margin-left: -30px;
  margin-top: -5px;
  background-image: url("../img/map-icon.png");
  position: absolute;
}
#btn-dashb .dashboard-icon{
  width: 32px;
  height: 23px;
  left:7px;
  margin-top: -5px;
  background-image: url("../img/dashb.png");
  position: absolute;
}

/*#btn-maps:hover .maps-icon{
  background-image: url("../img/map-icon-hover.png");
  position: absolute;
}*/

/*Arrow*/
#btn-arrow{
    padding-right: 30px;
    margin-left: 10px;
}

#btn-arrow .arrow-icon{
  width: 26px;
  height: 23px;
  margin-left: 0px;
  top: 7px;
  background-image: url("../img/arrow-icon.png");
  position: absolute;
  left:6px;
}

/*#btn-arrow:hover .arrow-icon{
  background-image: url("../img/arrow-icon-hover.png");
  position: absolute;
}*/

#btn-write{
  padding: 8px;
}

#btn-write .note-icon{
  width: 26px;
  height: 23px;
  margin-left: -30px;
  margin-top: -5px;
  background-image: url("../img/note-icon.png");
  position: absolute;
}

#btn-write:hover .note-icon{
  background-image: url("../img/note-icon-hover.png");
  position: absolute;
}

.no-padding{
    padding: 0px;
}

.underline {
    width: 75px;
    border-bottom: 3px solid #2ecc71;
}

.underline-accent{
  width: 75px;
  border-bottom: 2px solid #999;
}

/*Pagination*/
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin: 5px;
    background-color: #eeeeee;
    border: 0px;
}

ul.pagination li a.active {
    background-color: #2ecc71;
    color: white;
}

ul.pagination li a:hover:not(.active) {
  background-color: #ddd;
}

ul.pagination li a.page-break {
  border: 1px solid transparent;
  background-color: transparent;
  margin: 0;
}

ul.pagination li a.page-break:hover {
  border: 1px solid transparent;
  background-color: transparent;
  margin: 0;
}


/*=================Menu=================*/


/*Header*/

#menu-wrapper {
    padding-top: 16px;
    padding-bottom: 10px;
    background: #f9f9f9;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35);
-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35);
width: 100%;
float: left;
margin-bottom: 20px;
}

/*.navbar-brand {
    margin-top: -25px;
    margin-bottom: 25px;
}*/

.navbar-header a {
    font-size: 18pt;
}

.navbar-right ul li a {
        font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-right:18px;
}

.navbar-right ul li a:hover {
    color: #2ecc71;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


.user-menu{
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 35px;
}

#email-icon{
  margin-top: -3px;
  margin-bottom: 3px;
}

#photo-profile{
  margin-top: -5px;
  margin-left: -35px;
  margin-bottom: 3px;
  width: 43px;
  height: 43px;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
}

#photo-profile img {
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    width: 100%;
    height: 100%;
}


.icon-bar {
    background-color: #2ecc71;
    height: 5px;
    border-radius: 3px;
}


/*Location search on home dashboard*/

#location-search {
    margin-top: 200px;
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.panel-search {
    background: #fff;
    margin-bottom: 0px;
}

#location-search .btn-see-more {
    margin: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#search-input {
    width: 680px;
    margin-top: 4px;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-right: 3px;
}

#search-button {
    width: 170px;
    margin-left: 3px;
    margin-right: 30px;
}

#search-input, #search-button {
    margin-top: 15px;
    margin-bottom: 15px;
}

#search-wrapper {
    position: absolute;
    z-index: 1000;
    margin-bottom: 20px;
    width: 100%;
}

#agent-search {
    text-align: center;
    margin-top: -30px;
    /*margin-top:-55px;*/
}


#home-search-form{
  /*background: black;*/
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 1px;
  padding-left: 10px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.search-icon{
  position: absolute;
  /*margin-left: 17px;*/
  margin-left: 3px;
  margin-top: 13px;
  z-index: 1;
  color: #999;
}

.search-box-input, .search-box-input-search{
  margin-top: 4px;
  margin-bottom: 5px;
  /*margin-left: 3px;
  margin-right: 3px;
  padding-left: 35px;*/
  margin-left: 0px;
  margin-right: 0px;    
  padding-left: 16px;
}

.search-box-input{
  padding-left:15px;
}

#home-search-form select{
  margin-top: 4px;
  margin-bottom: 5px;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 140px;
}

.custom-select {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    color: #616263;
    overflow: hidden;
    height: 34px;
    position: relative;
    display: block;
    background: #fff;
}

.custom-select select{
    background-color: #fff;
    border: 1px solid transparent;
    outline: none;
    width: 160px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select option{
    margin: 7px;
}

.custom-select:after {
    /*content:"▼";*/
    content: url('../img/arrow-down-icon.png');
    padding: 5px 8px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
}

hr.fancy-line {
    border: 0;
    height: 0px;
    position: relative;
    margin: 0.5em 0;
    margin-top: -15px;
}

hr.fancy-line:before {
    top: -0.5em;
    height: 1em;
}

hr.fancy-line:after {
    content: '';
    height: 0.5em;
    top: 1px;
}

hr.fancy-line:before, hr.fancy-line:after {
    content: '';
    position: absolute;
    width: 100%;
}

hr.fancy-line, hr.fancy-line:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%);
    background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(75%, rgba(0, 0, 0, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%);
}


/*=================Content=================*/
/*****************Page home*****************/

#home #content-wrapper {
    margin-top: 65px;
}

#home #content-wrapper1 {
    margin-top: 0px;
}

#content-wrapper{
  padding-bottom: 30px;
  margin-top:85px;
}

.content-info {
    position: absolute;
    margin-top: -30px;
    color: #fff;
}

.content-info div {
    float: left;
}

.content-info-1, .content-info-2 {
    padding: 5px 10px 5px 10px;
}

.content-info-1 {
    background: #000;
}

.content-info-2 {
    background: #2ecc71;
}

.content-detail {
    font-size: 11px;
    font-family: 'liberation_sansregular';
    text-align: center;
}

.content-detail-left, .content-detail-right {
    float: left;
    width: 50%;
    background: #fff;
    padding-top: 10px;
}

.content-detail-right {
    border-left: 1px solid #f1f1f1;
}

.content-detail p {
    padding-left: 4px;
}

.grid-content {
    margin-top: 20px;
    margin-bottom: 10px;
}

.side-content {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 25px;
}

.side-content h4 {
    margin-bottom: 35px;
}

.side-content-agent {
    margin-top: 5px;
    padding-left: 20px;
    font-size: 10pt;
}

.side-content-agent .photo-agent {
    width: 65px;
    height: 65px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.side-content-agent .photo-agent img {
    width: 65px;
    height: 65px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

.break-line {
    border-bottom: 2px solid #f1f1f1;
    margin-top: 15px;
    margin-bottom: 15px;
}

.left-content .btn-see-more {
    margin-left: -15px;
    width: 230px;
    font-size: 11pt;
}

#recently-wrapper {
    margin-top: 40px;
}

#recently-wrapper .underline {
    margin: auto;
}

#recently-added-item .item {
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#recently-wrapper .content-detail-left, .content-detail-right {
    float: left;
    width: 50%;
    background: #fff;
    padding-top: 10px;
}

#recently-wrapper .content-detail-right {
    border-left: 1px solid #f1f1f1;
}

#recently-wrapper .content-detail p {
    padding-left: 4px;
    color: #444;
}


/*Login on Page home*/

#login-wrapper {
    /*margin-top: 20px;*/                /*Line Commented by Mahesh - 30 May 2017 */
    /*margin-bottom: 10px;*/                /* Modify :- margin-bottom   10px to -32px; */
    margin-bottom: -32px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

.login-content .image-login img {
    border: 3px solid #2ecc71;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 0px 0px 5px #f1f1f1;
}

.login-content .detail-login {
    border: 2px solid #f1f1f1;
    padding: 50px 15px 20px 15px;
    font-size: 10pt;
    font-family: 'liberation_sansregular';
    letter-spacing: 1px;
    margin-top: -30px;
    min-height: 200px;
}

.login-content .button-login {
    margin-top: -20px;
}

.btn-login:hover {
    background-color: #fff;
}

.fot_con div{ text-align:center;}
/*=================Content=================*/
/********Page Search home before login******/

.top-content{
  float: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-content .top-content-left span{
  display: inline-block;
}
.top-content .top-content-left div{
  display: inline-block;
}

.top-content .top-content-left span h5{
  margin-left: 30px;
}

.top-content .top-content-right{
  float: right;
  margin-top: -50px;
}

.center-content{
  margin-top: 40px;
}

.list-result{
  margin-top: 20px;
  margin-bottom: 20px;
}
.title-background{
  position: absolute;
  margin-left: -14px;
  margin-top: 15px;
}

.title-info{
  position: absolute;
  color: #fff;
  margin-top:27px;
}

.content-detail{
  font-size: 11px;
  font-family: 'liberation_sansregular';
  text-align: center;
}

.content-detail-left,.content-detail-right{
  float: left;
  width: 50%;
  background: #fff;
  padding-top: 10px;
  border: 1px solid #f1f1f1;
}

.content-detail p{
  padding-left: 10px;
}
#DivAgentActiveListing .content-detail p, #DivAgentPastListing .content-detail p{
  padding-left: 1px !important;
}

.center-content .panel-center{
  font-family: sans-serif,helvetica;
}

#list-before-login .center-content .panel-center{
  font-family: sans-serif,helvetica;
}

#list-before-login .panel-right{
  text-align: center;
}

#list-before-login .panel-right .button{
  width: 200px;
  margin-top: 8px;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.bottom-content{
  display: inline-flex;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}


/*=================Content=================*/
/********Page Search home after login******/

#list-after-login .panel-center{
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

#list-after-login .panel-center-top{
  padding-top: 0px;
  margin-top: -15px;
}

#list-after-login .panel-center-top .panel-body{
  padding: 0px;
}

#list-after-login .panel-center-title{
  display: inline-flex;
}

#list-after-login .panel-center-title .title-group{
  padding-left: 15px;
}

#list-after-login .panel-center-title .title-group h5{
  font-weight: 600;
  font-size: 11pt;
}

#list-after-login .panel-center-title .title-group h4{
  font-weight: 600;
  font-size: 12pt;
}

#list-after-login .panel-center-title .title-group{
  margin-bottom: 0px;
}


#list-after-login .panel-right{
  text-align: left;
  padding-left: 25px;
  padding-bottom: 15px;
}

#list-after-login .panel-right h3{
  font-weight: 600;
  font-size: 20pt;
  margin-bottom: 15px;
}

#list-after-login .panel-right .inline{
  margin-top: -8px;
  margin-bottom: 13px;
}

#list-after-login .panel-right .panel-button{
  margin-top: 20px;
}

#list-after-login .panel-right .button{
  width: 200px;
  margin-top: 8px;
  margin-bottom: 7px;
  text-transform: capitalize;
}


/*=================Content=================*/
/***********Page Agent Detail **************/

.agent-detail { margin:0;font-family: sans-serif, helvetica; margin-top:45px;}
.agent-detail-left{
  border: 1px solid #f1f1f1;
  padding: 5px;
  box-shadow:0px 0px 11px 1px #efefef;
  min-height:310px;
}


.agent-detail-right {
    /* border: 1px solid #f1f1f1;
  padding: 20px;*/
    padding-bottom: 0px;
    /* padding-top: 5px;*/
    padding-right: 20px;
    padding-left: 20px;
}
.contact-agent-border{
    box-shadow:0px 0px 11px 1px #efefef;
}

.agent-detail-inside div{
  line-height: 25px;
  font-size:15.5px;
}

.agent-detail-inside div.phone { display:inline-block; font-size:16px;}
.agent-detail-inside div.link { display:inline-block; font-size:15px;}
.agent-detail-left-photo img { margin-bottom:10px;border:1px solid #efefef;}
.agent-detail-inside h4 { margin-bottom:5px; font-size:16px;}
.agent-detail-inside-2 a { margin-top:15px;width: 50%;border-radius: 2px;}
.agent-detail-inside-2 .rate-agent{
  margin-left: 0px;
}

.agent-detail-inside-3{
  margin-top: 30px;
}

.team-member{
  border: 1px solid #f1f1f1;
  padding: 20px;
}

.contact-agent .underline{
  margin-bottom: 25px;
}

.contact-agent input, .contact-agent textarea, .contact-agent button{
  margin-top: 8px;
  margin-bottom: 7px;
  border-radius: 0px;
}

.contact-agent-border{
  border: 1px solid #f1f1f1;
  margin-right: -15px;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
}

.team-member .underline{
  margin-bottom: 25px;
}


.team-member .photo-agent{
  margin: auto;
  margin-bottom: 3px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #2ecc71;
  float: none;
  clear: both;
}

.team-member .photo-agent img {
    width: 150px;
    height: 150px;
    margin: auto;
}

.member-detail .phone-agent,
.member-detail .name-agent,
.member-detail .rate-agent{
  margin-left: 0px;
}


.member-detail{
  text-align: center;
  font-weight: 100;
}


.panel-border{
  border: 1px solid #f1f1f1;
  margin-top: 15px;
  padding: 20px;
}

.panel-border .underline{
  margin-bottom: 20px;
}

.panel-border h4, .team-member h4, .contact-agent-border h4{
  font-family: 'Montserrat', sans-serif;
}

.about-agent{
    font-family: sans-serif;
}

#dvMap{
  background-color: #f1f1f1;
}

.grid-content{
  margin-top: 20px;
  margin-bottom: 10px;
}


.content-info{
  position: absolute;
  margin-top: -30px;
  color: #fff;
}

.content-info div{
  float: left;
}

.content-info-1, .content-info-2{
  padding: 5px 10px 5px 10px;
}

.content-info-1{
  background: #000;
}

.content-info-2{
  background: #2ecc71;
}

.content-detail{
  font-size: 11px;
  font-family: 'liberation_sansregular';
  text-align: center;
}

.content-detail-left,.content-detail-right{
  float: left;
  width: 50%;
  background: #f9f9f9;
  padding-top: 10px;
  border: 1px solid #f1f1f1;
}

.content-detail p{
  padding-left: 10px;
}

.detail-price{
  background: #fff;
  border: 1px solid #f1f1f1;
  padding-top: 50px;
  text-align: center;
  font-family: sans-serif;
}

.view-all a{
  border-radius: 0px;
  margin: 15px;
}

#team-review{
    font-family: sans-serif;
    height:700px;
    overflow:auto;
}

.form-review select{
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-review button{
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  width: 200px;
  padding-top: 5px;
  padding-bottom: 5px;

}

.comment-line{
    width: 100%;
    border-bottom: 3px solid #2ecc71;
    margin-top: 15px;
    margin-bottom: 15px;
}

.comment{
  margin-top: 20px;
}

/*=================Content=================*/
/***********Page Agent finder **************/

.agent-detail-right .comment{
  margin-top: 25px;
}

.comment-bubble {
  position:relative;
  padding:15px;
  margin:1em 0 3em;
  border:2px solid #5a8f00;
  color:#333;
  background:#fff;
}

.comment-bubble:after {
  content:"";
  position:absolute;
  bottom:-10px; /* value = - border-top-width - border-bottom-width */
  left:42px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:12px 12px 0;
  border-style:solid;
  border-color:#fff transparent;
  display:block;
  width:0;
}

.comment-bubble:before {
  content:"";
  position:absolute;
  bottom:-12px; /* value = - border-top-width - border-bottom-width */
  left:42px; /* controls horizontal position */
  border-width:12px 12px 0;
  border-style:solid;
  border-color: #5a8f00 transparent;
  display:block;
  width:0;
}

.comment-bubble i {
  font-family: serif;
  font-weight: 600;
}

.comment h4 {
  font-weight: 600;
}

.bottom-content{
  display: inline-flex;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bottom-content h5{
  padding-top: 7px;
  margin-right: 20px;
}

/*=================Content=================*/
/***********Property Detail **************/


.button-top {
    box-shadow: 0px 2px 5px #cacaca;
}

.button-top a {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*Slider Position*/

.head-content{
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

.head-content-1 .slider { 
    /*background-color: #999;*/                  /*Changed Background Color Of Image Slider by Mahesh: 01-06-2017*/
    background-color: #f9f9f9;
    height: auto;
}

.head-content-1 .slider .item #image-gallery li img {
    height: auto;
    width: 100%;
}

#dvMap {
    width: 100%;
    background: #f1f1f1;
}

.dvMapNearBy {
    width: : 100%;
    height: 314px;
    background: #f1f1f1;
}

.contact-agent {
    font-family: sans-serif, helvetica;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow:0px 2px 9px 2px #dde8e2;
}

.contact-agent h4 {
    font-family: 'montserratregular';
    text-transform: uppercase;
}

.contact-agent .detail-agent {
    margin-bottom: 10px;
    font-size: 9pt;
    display: inline-flex;
}

.contact-agent .contact-agent-photo img {
    width: 60px;
    height: 60px;
    margin-top: 5px;
}

.contact-agent li {
    list-style: none;
    margin-top: 2px;
    margin-bottom: 2px;
}

.contact-agent-detail {
    padding-left: 15px;
    padding-right: 15px;
}

.contact-agent input, .contact-agent textarea, .contact-agent button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-agent button {
    width: 100%;
}


/*about-detail-features*/

.properties-left {
    background-color: #444;
    color: #f1f1f1;
    padding-left: 20px;
        height: 54px;
}

.properties-right {
    background-color: #444444;
    display: table;
    padding: 0px;
}

.properties-right div[class*="right-"] {
    width: 33.33%;
    color: #f1f1f1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top:7px;
}

.right-1 {
    border-right: 1px solid #444;
}

.right-2 {
    border-left: 1px solid #82c45b;
    border-right: 1px solid #444;
}

.right-3 {
    border-left: 1px solid #82c45b;
}

.button-properties a {
    display: table;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 0px;
}

.button-properties h3, .button-properties h4 {
    font-weight: 600;
    font-size: 20pt;
}

.button-properties h3, .button-properties h4, .button-properties h5 {
    text-shadow: 4px 4px 5px #444;
}

.button-properties .price {
    background: linear-gradient(#2ecc71, #5c923b);
    -webkit-linear-gradient(#2ecc71, #5c923b);
    -o-linear-gradient(#2ecc71, #5c923b);
    -moz-linear-gradient(#2ecc71, #5c923b);
}

.button-properties .price:hover {
    color: #fff;
    background: linear-gradient(#5c923b, #2ecc71);
    -webkit-linear-gradient(#5c923b, #2ecc71);
    -o-linear-gradient(#5c923b, #2ecc71);
    -moz-linear-gradient(#5c923b, #2ecc71);
}

.button-properties .potential {
    background: linear-gradient(#656565, #565656);
    -webkit-linear-gradient(#656565, #565656);
    -o-linear-gradient(#656565, #565656);
    -moz-linear-gradient(#656565, #565656);
}

.button-properties .potential:hover {
    color: #fff;
    background: linear-gradient(#565656, #656565);
    -webkit-linear-gradient(#565656, #656565);
    -o-linear-gradient(#565656, #656565);
    -moz-linear-gradient(#565656, #656565);
}

.button-properties a span {
    float: left;
    margin-left: 20px;
    margin-top: 8px;
    font-size: 34pt;
}

.property-details .row {
    display: flex;
}

.photo-contractor {
    margin: auto;
    margin-bottom: 3px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 5px solid #2ecc71;
}

.photo-contractor img {
    border-radius: 50%;
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    height: 100%;
    width: 100%;
}

.table-1, .table-2, .table-3 {
    padding: 5px;
}

.about-detail-features {
    font-family: sans-serif, helvetica;
}

.about-detail-features {
    line-height: 18pt;
}

.about-detail-features .underline {
    margin-bottom: 30px;
}

.about-detail-features h3 {
    font-family: 'montserratregular';
    margin-top: 30px;
}

.features {
    margin-bottom: 30px;
}

.features div[class*="check-"] {
    display: table-row;
}

.features label {
    display: table-cell;
    width: 3.0%;
    padding-top: 5px;
    padding-bottom: 5px;
}


/*notes-report*/

.notes-report {
    margin-top: 15px;
    margin-bottom: 15px;
}

.notes-border, .report-border {
    border: 1px solid #f1f1f1;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    margin-top: 15px;
}

.notes .underline, .report .underline {
    margin-bottom: 20px;
}

.notes p {
    font-family: sans-serif, helvetica;
    line-height: 18pt;
}


/*Nearby-maps*/

#nearby-map {
    margin-top: 30px;
    margin-bottom: 30px;
}

#nearby-map div[class*='col-'] {
    padding: 0px;
}

.nearby li {
    list-style: none;
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 15px;
}

.nearby li a.active {
    color: #2ecc71;
}

.nearby li a.active .arrow-icon {
    background-image: url("../img/arrow-icon-hover.png");
}

.nearby li a {
    color: #444;
    text-decoration: none;
    margin-left: 15px;
}

.nearby li a:hover {
    color: #2ecc71;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.nearby li a:hover .arrow-icon {
    background-image: url("../img/arrow-icon-hover.png");
}

.dvMapNearBy {
    display: none;
}


/*Map Transition*/

.dvMapNearBy {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*Arrow*/

.arrow-icon {
    float: right;
    width: 26px;
    height: 23px;
    margin-top: -2px;
    background-image: url("../img/arrow-icon-dark.png");
}


/*cotractor*/

#contractor-wrapper {
    margin-top: 60px;
    margin-bottom: 40px;
}

#contractor-wrapper .underline {
    margin: auto;
    margin-bottom: 30px;
}

.contractor {
    text-align: center;
    font-weight: 100;
    font-family: sans-serif, helvetica;
}

.contractor-detail {
    margin-top: 15px;
}

.contractor-detail .photo-agent {
    margin: auto;
    margin-bottom: 3px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 5px solid #2ecc71;
}

.contractor-detail .photo-agent img {
    border-radius: 50%;
    position: absolute;
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    height: 100%;
    width: 100%;
}

.border-contractor {
    border: 1px solid #f1f1f1;
    margin-top: -80px;
    padding-top: 90px;
    padding-bottom: 15px;
}

/*#recently-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f9f9f9;
}*/


   /*Modify by Mahesh - 30 May 2017*/
#recently-wrapper {
    padding-top: 2px;
    /*padding-bottom: 30px;*/
    background: #f9f9f9;
}

#recently-wrapper .underline {
    margin: auto;
    /*margin-bottom: 30px;*/                       /* Line Commented by Mahesh : 30 May 2017  */
}

#recently-added-item .item {
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

#recently-wrapper .content-detail-left, .content-detail-right {
    float: left;
    width: 50%;
    background: #fff;
    padding-top: 10px;
}

#recently-wrapper .content-detail-right {
    border-left: 1px solid #f1f1f1;
}

#recently-wrapper .content-detail p {
    padding-left: 10px;
    color: #444;
}

.content-info {
    position: absolute;
    margin-top: -30px;
    color: #fff;
}

.content-info div {
    float: left;
}

.content-info-1, .content-info-2 {
    padding: 5px 10px 5px 10px;
}

.content-info-1 {
    background: #000;
}

.content-info-2 {
    background: #2ecc71;
}

.content-detail {
    font-size: 11px;
    font-family: 'liberation_sansregular';
    text-align: center;
}

.content-detail-left, .content-detail-right {
    float: left;
    width: 50%;
    background: #fff;
    padding-top: 10px;
}

.content-detail-right {
    border-left: 1px solid #f1f1f1;
}

.content-detail p {
    padding-left: 10px;
}

.border {
    border: 1px solid #f1f1f1;
}


/*Contact Page =====================================
--------------------------------------------------*/

#contact-wrapper {
    /*min-height: 189px;*/
    height:160px;
    background: url('../img/contact-bg.png');
}

#contact-wrapper .container .row {
    margin-top: 75px;
}

#contact-wrapper .container .row a {
    font-size: 25pt;
    /*padding: 5px 25px 5px 25px;*/
    margin-top: -10px;
    margin-bottom: 50px;
}

/*=================Content=================*/
/***********Search after login **************/

.top-content{
  float: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-content .top-content-left span{
  display: inline-block;
}

.top-content .top-content-left span h5{
  margin-left: 30px;
}

.top-content .top-content-right{
  float: right;
  margin-top: -50px;
}

.center-content{
  margin-top: 40px;
}

.list-result{
  margin-top: 20px;
  margin-bottom: 20px;
}

.title-background{
  position: absolute;
  margin-left: -14px;
  margin-top: 15px;
}

.title-info{
  position: absolute;
  color: #fff;
  margin-top:27px;
}

.center-content .panel-center,.center-content .panel-right{
  font-family: sans-serif,helvetica;
}

.panel-center{
  padding-left: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.panel-center-top{
  padding-top: 0px;
  margin-top: -15px;
}

.panel-center-top .panel-body{
  padding: 0px;
}

.panel-center-title{
  display: inline-flex;
}

.panel-center-title .title-group{
  padding-left: 15px;
}

.panel-center-title .title-group h5{
  font-weight: 600;
  font-size: 11pt;
}

.panel-center-title .title-group h4{
  font-weight: 600;
  font-size: 12pt;
}

.panel-center-title .title-group{
  margin-bottom: 0px;
}

.btn-view-detail{
  font-weight: 600;
  margin-left: 15px;
  border-radius: 0px;
  width: 130px;
}

.btn-print span{
  font-size: 12pt;
}

.btn-print{
  float: right;
  width: 50px;
  margin-right: 25px;
}

.btn-action{
  border-radius: 0px;
}

.btn .button-inverse .btn-action{
  border: 2px solid #2ecc71;
}

.bottom-content{
  display: inline-flex;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*=================Content=================*/
/********Page Search home on view map******/

.top-content .top-content-left span{
  display: inline-block;
}

.top-content .top-content-left span h5{
  margin-left: 30px;
}

.top-content .top-content-right{
  float: right;
  margin-top: -50px;
}

.center-content{
  margin-top: 40px;
}

#dvMap{
  width: 100%;
  height: 765px;
  background-color: #f1f1f1;
}

.panel-result{
   margin-bottom: 15px;
}

.panel-left{
}

.panel-right{
  border:1px solid #f1f1f1;
  font-family: sans-serif,helvetica;
  padding-bottom: 15px;
  padding-right: 15px;
  margin-left: -30px;
}

.panel-right .panel-right-top{
  width: 100%;
  display: table;
}

.panel-right .panel-right-top .price{
  display: table-cell;
  padding-top: 15px;
  vertical-align: middle;
  padding-left: 20px;
  font-size: 19pt;
}

.panel-right .panel-right-top .like{
  display: table-cell;
  float: right;
  font-size: 20pt;
}

.panel-right .panel-right-top .like a{
  margin-top: 15px;
  border: 3px solid #b04848;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.panel-right .panel-right-top .like span{
  font-size: 15pt;
}

.panel-right .text-detail{
  margin-left: 20px;
  margin-right: 15px;
  margin-top: 10px;
}

.panel-center{
    border: 1px solid #f1f1f1;
}

.title-background{
  position: absolute;
  margin-left: -14px;
  margin-top: 15px;
}

.title-info{
  position: absolute;
  color: #fff;
  margin-top:27px;
}


.content-detail{
  font-size: 11px;
  font-family: 'liberation_sansregular';
  text-align: center;
}

.content-detail-left{
  float: left;
  width: 50%;
  background: #fff;
  padding-top: 10px;
  border: 1px solid #f1f1f1;
}
.content-detail-right{
 padding-top: 8px;
}

.content-detail p{
  padding-left: 10px;
}

.panel-left{
  margin-left: 0px;
}

.bottom-content{
  display: inline-flex;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bottom-content h5{
  padding-top: 7px;
  margin-right: 20px;
}


/******************************************/
/*Login page*******************************/
/******************************************/

#head-cover-login {
    background: url('../img/section-one2.jpg');
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 70px;
}

#search-wrapper-login{
    background: #f9f9f9;
}

#form-login{
    max-width: 350px;
    margin: auto;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;

    font-family: sans-serif;
}

#form-review{
    max-width: 357px;
    margin: auto;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-family: sans-serif;
    border-radius:3%;
}


#form-login input{
    border-radius: 0px;
    background: #f1f1f1;
    margin-top: 5px;
    margin-bottom: 5px;
}

.login-content .image-login img {
    border: 3px solid #2ecc71;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 0px 0px 5px #f1f1f1;
    margin-top: -50px;      /*Line Commented by Mahesh */
}

.remember-forgot .left,
.remember-forgot .right{
    width: 50%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.remember-forgot .left{
    text-align: left;
}

.remember-forgot .right{
    text-align: right;
}

.remember-forgot .right a{
    color: #656565;
    text-decoration: none;
    font-weight: 600;
}


#search-wrapper-login #agent-search-form {
    background: black;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 15px;
}

#search-wrapper-login #agent-search-form label {
    padding-left: 10px;
}

#search-wrapper-login .search-box-label {
    font-size: 12pt;
    margin-right: 3px;
    margin-left: 3px;
}

#search-wrapper-login .search-box-input {
    margin-top: 4px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 3px;
}


#content-wrapper-login{
    padding-top: 15px;
    font-family: sans-serif;
    background: #f9f9f9;
}

#content-wrapper-login .content-border{
    background: #fff;
    min-height: 300px;
}

.explain-agent,
.testimonial,
.features{
    margin-top: 15px;
}

.explain-agent img{
    width: 100%;
    max-height: 150px;
    overflow: hidden;
}

.explain-agent p{
    padding: 15px;
    padding-top: 0px;
}

.features,
.testimonial{
    padding: 15px;
}

.testimonial{
    text-align: center;
}

.testimonial img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.testimonial strong i{
    font-family: serif;
}

.login-features h4{
  margin-top: 15px;
  padding-top:20px;
  padding-left: 30px;
}

.login-features label{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    font-weight: lighter;
}

.login-features label span{
  margin-right: 10px;
}

#our-client{
    margin-top: 30px;
    padding-top: 15px;
    background: #fff;
    padding-bottom: 50px;
    text-align: center;
}

#our-client h3{
    text-align: center;
}

#our-client .underline{
    margin: auto;
    margin-bottom: 30px;
}

/*****************************************/
/************ page FAQ ******************/
#accordion{
    margin-bottom: 30px;
}

#accordion .panel-accordion .panel-heading{
    background: #767676;
    color: #fff;
    border-radius: 0px;
    margin-top: 15px;
}

.panel-heading .panel-title{
    margin-left: 45px;
    margin-top: 8px;
    margin-bottom: 7px;
}

.question-icon{
    background-color: #2ecc71;
    position: absolute;
    margin-left: -60px;
    margin-top: -18px;
    padding: 11px
}

.icon-right{
    float: right;
}

.panel-collapse{
    margin-left: 45px;
}

/*=================About Us=================*/
/*========================================*/

.top-content{
  float: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.top-content .top-content-left span{
  display: inline-block;
}

.top-content .top-content-left span h5{
  margin-left: 30px;
}

.top-content .top-content-right{
  float: right;
  margin-top: -50px;
}

.center-content{
  margin-top: 40px;
}

.bottom-content{
  display: inline-flex;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bottom-content h5{
  padding-top: 7px;
  margin-right: 20px;
}

#about-wrapper{
  min-height: 250px;
  margin-top: 40px;
  background: url('../img/about-us-bg.png') center center;
  background-size: cover;
}

#detail-us{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 30px;
}

#our-team{
    margin-top: 30px;
    background: #f9f9f9;
    padding-top: 30px;
    padding-bottom: 30px;
}

#our-team .underline{
    margin: auto;
    margin-bottom: 30px;
}

#our-team div[class*='col-'] img{
    margin: auto;
}

#our-team div[class*='col-'] h5,
#our-team div[class*='col-'] h6{
    text-align: center;
}


/*=================Footer=================*/
/*========================================*/


#footer {
    font-family: sans-serif, helvetica;
    padding-top: 30px;
    background: #fff;
}

#footer li {
    list-style: none;
    margin-left: -10px;
    margin-top: 5px;
}

#footer li a {
    text-decoration: none;
    color: #444;
    margin-left: 10px;
}

#footer li a:hover {
    color: #2ecc71;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.border-agent {
    border: 1px solid #f1f1f1;
    text-align: center;
    padding: 10px;
  }

.border-agent .photo-agent-2 {
    margin: auto;
    margin-bottom: 3px;
    width: 65px;
    height: 65px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.border-agent .photo-agent-2 img {
    width: 65px;
    height: 65px;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

.grid-content-2 {
    margin-bottom: 10px;
    max-width: 140px;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
}

#footer .content-detail-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    background-color: #fff;
    padding-left: 5px;
    text-align: center;
    height: auto;
}

#footer h4 {
    font-weight: 600;
}

.footer-left {
    padding-top: 15px;
    float: left;
    font-size: 10pt;
}

.footer-right {
    text-align: right;
}

#social-icon li {
    margin-left: -20px;
}

.login-btn {
    background-color: #2ecc71;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    margin-top: 9px;
    padding: 10px 45px;
}

    .login-btn i {
        display: none;
    }
    .hvr-rectangle-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}
    .hvr-rectangle-out:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.20);-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
    .hvr-rectangle-out:active,.hvr-rectangle-out:focus,.hvr-rectangle-out:hover{color:#fff}
    .hvr-rectangle-out:active:before,.hvr-rectangle-out:focus:before,.hvr-rectangle-out:hover:before{-webkit-transform:scale(1);transform:scale(1)}

.slider-mn .nav-justified{ overflow:auto;}
.slider-mn .nav>li>a>img{ width:140px; height:60px;}
.count-info + .dropdown-alerts { padding:0;}
.count-info + .dropdown-alerts:after,
.count-info + .dropdown-alerts:before { content:'';border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #ffffff;position:absolute;right:25px;top:-10px;z-index:2;}
.count-info + .dropdown-alerts:before { border-bottom-color:#afafaf;top:-11px;z-index:1;}
.count-info + .dropdown-alerts li { padding:0 !important;}
.count-info + .dropdown-alerts li div { text-align:right;}
.count-info + .dropdown-alerts li a { padding:8px 12px;font-size:12px;color:#000000;font-weight:400;}
.count-info + .dropdown-alerts li a:hover { background-color:#2ecc71 !important;color:#ffffff; }
.count-info + .dropdown-alerts li a strong,
.count-info + .dropdown-alerts li a b { font-weight:400;}

/*.slider-mn .nav-justified{ overflow:auto;}
.slider-mn .nav>li>a>img{ width:140px; height:60px;}*/

.contact-agent-border .form-control{ margin-bottom:5px; margin-top:3px;}
.nav > li > a:focus {
    background-color: transparent !important;
}
 #testimonial-listing li{box-shadow: 0px 0px 13px 3px #efefef;
padding: 8px;}

 /**Footer CSS**/
 footer {
    padding: 40px 0px 10px;
    background-color: #001c1e;
    float: left;
    width: 100%;
}
 .home_icn {
    color: #33494b;
    font-size: 60px;
    line-height: 0;
    text-align: center;
}
 .fot_link {
    text-align: center;
    padding: 26px 0px;
}
 .fot_link li {
    display: inline-block;
    list-style:none;
    font-family: 'Montserrat', sans-serif;
    padding:10px 8px
}
 .fot_link li a {
    color: #fff;
    padding: 10px 20px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}
    .fot_link li a {
        text-decoration:none;
    }
 .social_link h2 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    margin:0px;
}
 .soc_icons {
    float: left;
    width: 100%;
    text-align: center;
    padding: 25px 0px;
    margin-left:-22px;
}
 .soc_icons li {
    display: inline-block;
    margin: 0px 12px;
}
 .soc_icons a {
    display: block;
}
 .soc_icons a i {
    color: #fff;
    font-size: 24px;
}
 .last_sec {
    padding: 20px 0px;
    background: #000e0f;
    text-align: center;
    float: left;
    width: 100%;
}
 .last_sec img {
    display: inline-block;
    padding: 0px 10px;
}
 .last_sec span {
    color: #fff;
    font-size: 12px;
}
 .fot_link li a:hover::before {
    background-color: #fff;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}
 .sec_title {
    color: #00555c;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
 .fot_con h4.text-center{ font-size:22px; color:#fff;}
 #detail-us strong{ font-weight:300 !important;}
 #detail-us h1{ font-weight:300 !important; font-size: 22px;}
 #livechat-eye-catcher{ display:none;}
/*===============Media screen===============*/

@media screen and (min-width: 1201px) {
    #input-max-prize, #input-min-prize, #input-roi, #input-select{
      width: 183px;
    }

    /*Search before login*/
     #list-before-login .panel-center{
      border: 1px solid #f1f1f1;
      margin-left: -30px;
      margin-right: -15px;
      padding-top: 40px;
      padding-bottom: 40px;
    }

    #list-before-login .panel-right{
      border: 1px solid #f1f1f1;
      margin-left: -15px;
      margin-right: -15px;
    }


    #list-before-login .panel-right .panel-button{
      margin-top: 15px;
    }

    /*Search after login*/
    #list-after-login .content-2{
      float: right;
    }

    #list-after-login .panel-center{
      border: 1px solid #f1f1f1;
      margin-left: -30px;
      margin-right: -15px;
    }

    #list-after-login .panel-center-title .title-group{
      margin-right: 30px;
    }

    #list-after-login .panel-right{
      border: 1px solid #f1f1f1;
      margin-left: -15px;
      margin-right: -15px;
      height: inherit;
    }

    #our-team div[class*='col-'] h5,
    #our-team div[class*='col-'] h6{
        text-align: left;
    }



}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    #location-search {
        margin-top: 150px;
    }

    #search-input {
        width: 500px;
    }
    #search-button {
        width: 170px;
    }

    #list-before-login .panel-center{
    border: 1px solid #f1f1f1;
    margin-left: -30px;
    margin-right: -15px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  #list-before-login .panel-right{
    border: 1px solid #f1f1f1;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
  }

  /*Search after login*/
  #list-after-login .panel-center{
    border: 1px solid #f1f1f1;
    margin-left: -30px;
    margin-right: -15px;
  }

  #list-after-login .panel-right{
    border: 1px solid #f1f1f1;
    margin-left: -15px;
    margin-right: -15px;
  }

  .content-detail img{
  }

  .content-2{
    float: right;
  }

    .side-content-agent {
        margin-top: 5px;
        font-size: 8pt;
    }
    .photo-agent {
        width: 55px;
        height: 55px;
    }
    .photo-agent img {
        width: 78%;
        height: 78%;
    }
    .rate-agent img {
        width: 15px;
        height: 15px;
    }
    .rate-agent {
        margin-left: -10px;
    }
    .name-agent, .phone-agent {
        margin-left: -7px;
    }
    .border-agent {
        border: 1px solid #f1f1f1;
        text-align: center;
        padding: 10px;
    }
    .grid-content-2 {
        margin-bottom: 10px;
        max-width: 150px;
        margin-left: 15px;
        margin-right: 15px;
        float: left;
    }
    .rate-agent-2 img {
        width: 15px;
        height: 15px;
    }

    #our-team div[class*='col-'] h5,
    #our-team div[class*='col-'] h6{
        text-align: left;
    }
}
@media all and (max-width:768px){
    #editorfield input#CaptchaValue{ float:left !important; margin-left: 16px; margin-top: 10px;}
    .navbar-right ul li a{ font-size:11px;}
    ul.navbar-nav{ display:inline-block; float:left;}
    .navbar-collapse{ float:right;}
    .navbar-header .col-xs-3{ float:left; display:inline-block; }
    .navbar-header .col-xs-8, .navbar-header .col-xs-12{ display:inline-block; font-size:10px !important; }
    .navbar-brand img{ width:140px !important; height:auto !important; margin-top:10px;}
    .navbar-header .col-xs-12 { width: 60.333%; padding:0px !important;}
    .navbar-toggle{ margin-right:0px !important; padding:4px !important;}
    .user-hide{ display:inline-block !important; float:right; padding-top:8px !important; padding-left:0px !important;}
    .res-hide #photo-profile1{ display:none !important;}
    .user-hide .dropdown-menu {
        position: absolute;
top: 55px;
left: -113px;
float: left;
    }
    .dropdown-alerts.dropdown-menu > li > a, .dropdown-alerts.dropdown-menu > li > a strong{ font-size:12px !important; text-align:left !important;}
  }
@media all and (min-width:769px) {
    .user-hide{ display:none !important;}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .navbar-brand img{ width:140px !important; height:auto !important; margin-top:10px;}
    .mrgn-tp-25{ margin-top:0px !important;}
    #location-search {
        margin-top: 150px;
    }
    
    .top-content ul.pagination{
      margin-top: 60px;
    }

    #home{
        margin-top: 120px;
    }

    #agent-search-form {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 15px;
    }

    #list-before-login .panel-result{
        margin-top: 30px;
        margin-left: 12%;
      }


    #list-before-login .panel-center{
      border: 1px solid #f1f1f1;
      margin-left: -30px;
      margin-right: -15px;
      padding-top: 40px;
      padding-bottom: 40px;
    }

    #list-before-login .panel-right{
      border: 1px solid #f1f1f1;
      margin-right: -15px;
      margin-left: 0px;
    }

    #home-search-form label.search-box-label{
      display: block;
    }

    .property-details .row {
        display: block;
    }
    
    #search-input {
        width: 400px;
    }
    #search-button {
        width: 170px;
    }
    .left-content .btn-see-more {
        width: 190px;
        font-size: 8pt;
    }
    .side-content-agent {
        margin-top: 5px;
        font-size: 8pt;
    }
    .photo-agent {
        width: 50px;
        height: 50px;
    }
    .photo-agent img {
        width: 70%;
        height: 70%;
    }
    .rate-agent img {
        width: 16px;
        height: 16px;
    }
    .rate-agent {
        margin-left: -30px;
    }
    .name-agent, .phone-agent {
        margin-left: -27px;
    }
    .agent {
        width: 350px;
        margin: auto;
    }
    .grid-2 {
        margin: auto;
    }
    #footer h4 {
        text-align: center;
        margin-top: 30px;
    }

    #footer .list-menu {
        text-align: center;
    }
}

@media only screen and (min-width:641px) and (max-width: 768px) {

    .top-content ul.pagination{
      margin-top: 60px;
    }

    #location-search {
        margin-top: 40px;
    }

    #list-before-login .panel-right{
      margin-right: 0px;
      margin-left: 0px;
    }

    #list-after-login .content-2{
      padding-left: 45px;
    }

     .before-panel-right .panel-right{
        margin-left: 0px;
      }

      .property-details .row {
        display: block;
    }


     #home{
      margin-top: 160px;
    }

    
    #agent-search-form {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 15px;
    }


    .panel-search {
        padding-top: 5px;
        padding-left: 13px;
        padding-right: 15px;
        margin-bottom: 0px;
    }
    #search-input {
        width: 100%;
        margin-bottom: 0px;
        margin-left: 3px;
    }
    #search-button {
        width: 100%;
    }    

    .contractor-detail .photo-agent {
        width: 100px;
        height: 100px;
    }
    .contact-agent {
        padding-top: 30px;
    }

    .side-content {
        margin-right: 40px;
        margin-left: 40px;
    }
    .photo-agent {
        float: right;
    }
    .left-content {
        margin-left: 15px;
        margin-right: 15px;
    }
    #login-wrapper {
        margin-right: 55px;
        margin-left: 55px;
    }
    .agent {
        width: 350px;
        margin: auto;
    }
    .grid-2 {
        margin: auto;
    }
    #footer h4 {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    #footer .list-menu {
        text-align: center;
    }
}

@media only screen and (min-width:480px) and (max-width: 640px) {

    .top-content ul.pagination{
      margin-top: 60px;
    }

    .top-content ul.pagination{
      margin-top: 60px;
    }

    #location-search {
        margin-top: 30px;
    }

     #list-before-login .panel-right{
      margin-right: 0px;
      margin-left: 0px;
    }

    #list-after-login .content-2{
      padding-left: 45px;
    }

   .before-panel-right .panel-right{
        margin-left: 0px;
      }

      .property-details .row {
        display: block;
    }


     #home{
      margin-top: 160px;
    }


    #agent-search {
        margin-top: -55px;
    }
    
    #carousel-bg {
        min-height: 300px;
    }
    #carousel-bg img {
        height: 300px;
        width: 800px;
    }
    .panel-search {
        padding-top: 5px;
        padding-left: 13px;
        padding-right: 15px;
        margin-bottom: 0px;
    }
    #search-input {
        width: 100%;
        margin-bottom: 0px;
        margin-left: 3px;
    }
    #search-button {
        width: 100%;
    }
    #agent-search-form {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 15px;
    }
    .search-box-input {
        margin-top: 6px;
        margin-bottom: 7px;
    }

    .contractor-detail .photo-contractor {
        width: 100px;
        height: 100px;
    }

    .left-content {
        margin-left: 15px;
        margin-right: 15px;
    }
    .left-content .btn-see-more {
        margin-left: -15px;
    }
    .side-content {
        margin-right: 40px;
        margin-left: 40px;
    }

    .team-member .photo-agent{
      width: 120px;
      height: 120px;
    }

    .team-member .photo-agent img {
        width: 120px;
        height: 120px;
    }
    .photo-agent {
        float: right;
    }
    .agent {
        width: 350px;
        margin: auto;
    }
    .grid-2 {
        margin: auto;
    }
    #login-wrapper {
        margin-right: 55px;
        margin-left: 55px;
    }
    #footer h4 {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    #footer .list-menu {
        text-align: center;
    }
}
@media only screen and (max-width: 360px) {
    .navbar-header .col-xs-12 {
        width: 55.333%;
        padding: 0px !important;
    }
}
@media only screen and (max-width: 420px) {
    .navbar-brand img {
        width: 103px !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 479px) {
    .navbar-header .col-xs-12 {
    width: 44.333%;
padding: 0px !important;
font-size: 9px !important;
}
    .navbar-right ul{ margin-right:20px;}
    .navbar-header .col-xs-3 img{ width:42px !important; height:45px !important;}
    .navbar-header .col-xs-8{ padding-left:20px !important;}
    .navbar-brand img{ width:135px !important; height:auto !important; margin-top:10px;}
    .navbar-brand{ padding:10px 0;}

  ul.pagination li a {
      width: 10px;
      margin: 2px;
      padding-right: 23px;
      padding-left: 12px;
  }

  .top-content ul.pagination{
    margin-top: 60px;
  }

   #list-before-login .panel-right{
      margin-right: 0px;
      margin-left: 0px;
    }

  /*Search after login*/

    #list-after-login .content-2{
      padding-left: 45px;
    }

     #list-after-login .panel-center-top{
    padding-top: 0px;
    margin-top: 0px;
  }

   #list-after-login .panel-center-title .title-group h5{
    font-size: 10pt;
  }

   #list-after-login .panel-center-title .title-group h4{
    font-size: 11pt;
  }

   #list-after-login .panel-center-title .title-group{
    width: 50%;
    float: left;
  }

   #list-after-login .panel-center-title{
    width:50%;
    display: inline;
  }

   .before-panel-right .panel-right{
        margin-left: 0px;
      }

  .menu-search{
    padding-top:10px;
    padding-bottom: 10px;
  }

  .btn-see-more {
      margin-top: 5px;
      margin-bottom: 5px;
  }

  .property-details .row {
        display: block;
    }
  

    #location-search {
        margin-top: 40px;
    }


    #home{
      margin-top: 160px;
    }

    #agent-search {
        margin-top: -55px;
    }

    #carousel-bg {
        min-height: 300px;
    }
    #carousel-bg img {
        height: 300px;
        width: 600px;
    }
    #agent-search-form {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 15px;
    }
    .search-box-input {
        margin-top: 6px;
        margin-bottom: 7px;
    }
    .panel-search {
        padding-top: 5px;
        padding-left: 13px;
        padding-right: 15px;
        margin-bottom: 0px;
    }
    #search-input {
        width: 100%;
        margin-bottom: 0px;
        margin-left: 3px;
    }
    #search-button {
        width: 100%;
    }

    #nearby-map .panel-body {
        padding: 0px;
    }

    .contractor-detail .photo-contractor {
        width: 100px;
        height: 100px;
    }

    .team-member .photo-agent{
      width: 80px;
      height: 80px;
    }

    .team-member .photo-agent img {
        width: 80px;
        height: 80px;
    }

    .side-content {
        margin-right: 15px;
        margin-left: 15px;
    }
    .photo-agent {
        float: right;
    }
    .agent {
        margin: auto;
    }
    .grid-2 {
        margin: auto;
    }

    #login-wrapper {
        margin-right: 30px;
        margin-left: 30px;
    }

    #login-wrapper .login-content{
        margin-top: 50px;
    }

    
    #footer h4 {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    #footer .list-menu {
        text-align: left;
    }

    .photo-property{
          width: 65px;
    height: 65px;
    overflow: hidden;
    position: relative; 
    }
    
}
@media (min-width:787px) {
    #myCarousel .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 284px;
        width: 609px;
    }
    .user-hide{ display:none !important;}
}
@media (max-width:787px) {
   .button-square{ max-width:100%;}
}

@media (min-width:787px) {
    #myCarousel .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 284px;
        width: 609px;
    }
}

@media (min-width:787px) {
    #myCarousel .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 284px;
        width: 609px;
        text-align: center;
        margin: 0 auto;
    }
    .ham-icon{ display:none;}
}
@media (min-width:768px){
    #menu-wrapper .navbar-nav > li > a{ padding-top:10px !important;}
}
@media (min-width:1360px){
    #menu-wrapper .container{ width:1300px !important;}
}
@media (min-width:1201px) and (max-width:1299px){
    #content-wrapper{
  margin-top:110px;
}
}
@media (min-width:1300px){
    .navbar-header .col-xs-3{ padding-right:50px;}
    #editorfield .form-control#CaptchaValue{ width:302px !important; border-radius:3px; float:left !important;}
}

.mrgn-tp-25{ margin-top:25px !important;}
#menu-wrapper .navbar{ margin-bottom: 0px !important;}
#menu-wrapper .login-btn{ margin-top:0px !important; text-transform:uppercase;}
a:hover .login-btn { text-decoration:none !important;}
.txt-clr-grn a{color:#2ecc71 !important;}
.dropdown-toggle.count-info{ padding-top:0px !important;}
.fot_con span{
    text-align: center;
    display: block;
    color: #fff;
    font-size: 11px;
    padding-top: 8px;
}

.about-header{ font-size:30px;}