
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 400;
    letter-spacing: 0.4px;
}

a, img {
    display: block;
    outline: none;
    border: 0px;
}

    a:hover, a:focus, a:active {
        outline: none;
    }

h1, h2, h3, h4, h5, h6, ul, li, p {
    margin: 0px;
    padding: 0px;
}

ul, li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
}

[class^="flaticon-"]::before, [class^="flaticon-"]::after {
    margin: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #989898 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #989898 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #989898 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #989898 !important;
}
input[placeholder], [placeholder], *[placeholder] {
    color: #989898 !important;
}

a:hover, a:focus {
    text-decoration: none;
}

.form-control:focus {
    border-color: #3e3e3e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(70, 72, 71, 0.6);
    outline: 0 none;
}


.nav > li > a:hover, .nav > li > a:focus {
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
}
/***header***/
.logo a {
    display: inline-block;
}

header .navbar1 {
    background-color: #fff;
    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: 0px;
}

header .navbar1-container {
    padding: 5px 15px 0; /*padding: 10px 15px 10px;*/
}

    header .navbar1-container.fixed-theme {
        padding: 5px 15px 0;
    }

header .navbar1.navbar1-fixed-top.fixed-theme {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
/***Fixed navbar***/
.navbar1-brand {
    font-size: 24px;
}

.navbar1-container {
    padding: 20px 0 20px 0;
}

.navbar1.navbar1-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar1-brand.fixed-theme {
    font-size: 18px;
}

.navbar1-container.fixed-theme {
    padding: 0;
}

.navbar1-brand.fixed-theme, .navbar1-container.fixed-theme, .navbar1.navbar1-fixed-top.fixed-theme, .navbar1-brand, .navbar1-container {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
/***login btn**/
.headright-btn {
    float: right;
}

.sel_lang {
    float: left;
    margin: 15px 24px 0 20px;
    position: relative;
}

    .sel_lang a {
        color: rgba(59, 59, 59, 0.8);
        text-transform: uppercase;
        font-weight: 600;
    }

.icon-small {
    height: 18px;
    margin: 0;
    padding: 0;
}

.icon-medium {
    height: 25px;
    margin: 0;
    padding: 0;
}

.sel_lang .img-thumbnail {
    border: 0 none;
}

.drop-menu {
    margin: 0;
    padding: 0;
    top: 54px;
}

    .drop-menu > li {
        margin-bottom: 5px;
    }

    .drop-menu li > a:hover {
        background-color: #2ecc71 !important;
        color: #fff !important;
    }

.login-btn {
    background-color: #2ecc71;
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 14px;
    line-height: 14px;
    margin-top: 9px;
    padding: 10px 30px;
}

    .login-btn i {
        display: none;
    }
/***navbar**/
.navbar1-headertop {
    margin: 0px;
    float: left;
}

header .navbar1-nav {
    float: right;
    text-transform: uppercase;
}

    header .navbar1-nav > li {
        margin: 0px 20px;
    }

header .navbar1 .navbar1-nav > .active > a, header .navbar1 .navbar1-nav > .active > a:focus, header .navbar1 .navbar1-nav > .active > a:hover, header .navbar1 .navbar1-nav > li > a:focus, header .navbar1 .navbar1-nav > li > a:hover {
    color: #2ecc71;
    font-size: 14px;
    font-weight: 600;
}

header .navbar1 .navbar1-nav > li > a {
    color: rgba(59, 59, 59, 0.80);
    font-size: 14px;
    font-weight: 600;
    padding: 16px 0;
}

.navbar1 .navbar1-toggle .icon-bar {
    background-color: #2ecc71;
    border-color: #2ecc71;
}
/**banner**/
.banner-cover {
    position: relative;
    margin-top:82px;
}

.banner {
    background-image: url('../../images/banner.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 73px;
    min-height: 450px;
}

.bannner-caption {
    padding-top: 100px;
    position: absolute;
    left: 10%;
    right: 10%;
    margin: 0px auto;
}

    .bannner-caption h2 {
        font-family: 'Lato', sans-serif;
        font-size: 40px;
        color: #fff;
        font-weight: 900;
    }

    .bannner-caption p {
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        margin: 40px 0px 50px 0px;
    }

    .bannner-caption .block {
        display: block;
    }

    .bannner-caption .green-btn {
        padding: 15px 90px;
        line-height: 16px;
        margin-top: 25px;
    }

.banner-tabs {
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.24);
    width: 100%;
    padding: 10px 23px;
}

    .banner-tabs > ul {
        background-color: transparent;
        border: 0 none;
        padding-bottom: 23px;
    }

        .banner-tabs > ul li.active a, .banner-tabs > ul li a, .banner-tabs > ul li.active > a:focus {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border: 0 none;
            color: #fff;
            text-transform: uppercase;
            border-bottom: 2px solid transparent;
        }

        .banner-tabs > ul li {
            margin: 0 7px;
        }

            .banner-tabs > ul li a {
                padding-left: 8px;
                padding-right: 8px;
            }

            .banner-tabs > ul li a {
                color: rgba(255, 255, 255, 0.40);
            }

                .banner-tabs > ul li.active a:hover, .banner-tabs > ul li a:hover, .banner-tabs > ul li.active a, .banner-tabs > ul li.active > a:focus {
                    background: none;
                    color: #fff;
                    border: 0px;
                    border-bottom: 2px solid #fff;
                }

    .banner-tabs input.form-control[type="text"] {
        height: 42px;
    }

    .banner-tabs .orange-btn {
        padding-left: 24%;
        padding-right: 24%;
    }
     .ddlHeader {
        padding-top: 16px;
        padding-top: 16px;
        color:#2ecc71;
    }
    .logohead{
        height: auto;
        width:183px;
     }
    .imghead {height: 75px;
    width: 75px;
  }
/*why home grab*/
.why_hm_grab {
    position: relative;
}

.why-grab {
    left: 0px;
    position: absolute;
    padding: 0px;
    text-align:right;
    padding-right:40px;
}
.why-grab img { display:inline-block;}
.why-itemlist {
    float: right;
    width: 73%;
}
/*.why-grab_cover {
  left: 0px;
  position: absolute;
}
.why-grab {
  background-color: #2ecc71;
  height: 280px;
  padding: 33px;
  position: absolute;
  width: 340px;
  z-index: 1;
}
.box1 {
  background-color: #2ecc71;
  border: 4px solid #fff;
  color: #fff;
  display: block;
  font-size: 33px;
  font-weight: 700;
  height: 100%;
  padding: 60px 26px;
  vertical-align: middle;
  width: 100%;
}
.box-2 {
  background-color: #fff;
  border: 4px solid #2ecc71;
  height: 225px;
  left:70px;
  position: absolute;
  top: 85px;
  width: 300px;
  z-index: 0;
}*/
.title-section h3 {
    border-bottom: 3px solid #01565d;
    display: inline-block;
    font-size: 18px !important;
    margin-bottom: 9px;
    font-weight: 300 !important;
    padding-bottom: 9px;
}

.why_item {
    margin-top: 25px;
    text-align:left;
}

    .why_item > img {
        display: block;
    margin: 0px 14px;
    width: 165px;
    border: 6px solid #7f7f7f;
    border-radius: 50%;
    height: 160px
    }

    .why_item > div {
        margin: 30px 0 20px;
        min-height: 208px;
        text-align: left;
    }

    .why_item ul li {
        color: rgba(7, 7, 7, 0.8);
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        padding: 0 0 15px 20px;
        position: relative;
    }

        .why_item ul li i {
            color: #2ecc71;
            font-size: 9px;
            left: 0;
            position: absolute;
            top: 2px;
        }

    .why_item button {
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
        font-size: 14px;
        margin-left: 20px;
    }

.ml-97 {
    margin-left: 97px;
}
/*hot deals*/
.hot-deals {
    padding: 30px 0px;
}

.sec_title {
    color: #00555c;
    font-size: 25px;
    font-weight: 700;
    position: relative;
    text-align: center;
}

.hot-deals .sec_title {
    margin-bottom: 30px;
}

.sec_title::before {
    background-color: #00555c;
    bottom: -12px;
    content: "";
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 77px;
}
/*deals*/
.deals {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.property-slide-wrap .deal-detail {
    bottom: 0;
    padding: 0 12px 10px;
    position: absolute;
    width: 92%;
    z-index: 1;
    border-radius: 4px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,000000+47,000000+100 */
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 47%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 47%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 47%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
    height:60px;
}
#recentlyAdded .deal-detail {
    bottom: 0;
    padding: 0 12px 10px;
    position: absolute;
    width: 92%;
    z-index: 1;
    border-radius: 4px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,000000+47,000000+100 */
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 47%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 47%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 47%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}


.deal-detail {
    bottom: 0;
    padding: 15px 5px 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
    border-radius: 4px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,000000+47,000000+100 */
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 47%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 47%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 47%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */

}

.deal-detail p a { color: #fff; float: left; font-size: 16px; padding-top: 5px; }
.price { float: left; }
.price button.btn { float: right; font-size: 12px; font-weight: 400; height: 23px; line-height: 12px; padding: 0; text-transform: none; width: 98px; }
.price > span { color: #fff; display: block; font-size: 16px; font-weight: 400; text-align: right; }
.hottest-deal-item { position: absolute; top: 20px; left: 20px; z-index: 10000; width: 100px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
.deals:hover .hottest-deal-item { top: 30px; left: 30px; }
.hoverdeal { height: 100%; position: absolute; top: 0; width: 100%; background-color: rgba(0, 0, 0, 0.6); text-align: center; padding: 20px; transition: all 0.35s ease-in-out 0s; opacity: 0; z-index: 0 }
.hovercv { border: 2px solid #fff; border-radius: 3px; -webkit-border-radius: 3px; height: 87%; width: 100%; display: table; }
.hovercv.hovercv-sm { height: 70%; }
.hovercv.hovercv-sm img { margin: 0 auto 10px; }
.hoverdeal .hovercv-sm button { margin-top: 10px; padding: 3px 15px; }
.hover-table { display:block; vertical-align: middle; padding:2px; }
.hovercv > ul { text-align: center; }
.hovercv li { display: inline-block; margin: 0 14px; text-align: center; }
.hovercv li a { color: #fff; font-size: 12px; }
.hoverdeal button { font-size: 14px; font-weight: 400; padding: 6px 20px; text-transform: none; margin-top: 70px; }
.hovercv img { margin: 0px auto 20px; }
.deals:hover .hoverdeal { opacity: 1; }
.hot-deals .orange-btn i { display: inline-block; font-size: 22px; line-height: 12px; padding-left: 10px; padding-top: 4px; float: left; }
.orange-btn > span { float: left; }
.hot-deals button.orange-btn { float: right; margin-top: 35px; }
.web-bg-lt { left: 0; position: absolute; top: 0; }
.web-bg-rt { bottom: 0; position: absolute; right: 10px; }
.manage-web .white-btn { margin-top: 8px; }

.deal-detail p a { color: #fff; float: left; font-size: 13px; padding-top: 28px; }
.price { float: right; }
.price button.btn { float: right; font-size: 12px; font-weight: 400; height: 23px; line-height: 12px; padding: 0; text-transform: none; width: 98px; }
.price > span { color: #fff; display: block; font-size: 15px; font-weight: 400; text-align: right; }
.hottest-deal-item { position: absolute; top: 20px; left: 20px; z-index: 10000; width: 100px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
.deals:hover .hottest-deal-item { top: 30px; left: 30px; }
.hoverdeal { height: 100%; position: absolute; top: 0; width: 100%; background-color: rgba(0, 0, 0, 0.6); text-align: center; padding: 20px; transition: all 0.35s ease-in-out 0s; opacity: 0; z-index: 0 }
.hovercv { border: 2px solid #fff; border-radius: 3px; -webkit-border-radius: 3px; height: 87%; width: 100%; display: table; }
.hovercv.hovercv-sm { height: 70%; }
.hovercv.hovercv-sm img { margin: 0 auto 10px; }
.hoverdeal .hovercv-sm button { margin-top: 10px; padding: 3px 15px; }
.hover-table { display:block; vertical-align: middle; padding:2px; }
.hovercv > ul { text-align: center; }
.hovercv li { display: inline-block; margin: 0 14px; text-align: center; }
.hovercv li a { color: #fff; font-size: 12px; }
.hoverdeal button { font-size: 14px; font-weight: 400; padding: 6px 20px; text-transform: none; margin-top: 70px; }
.hovercv img { margin: 0px auto 20px; }
.deals:hover .hoverdeal { opacity: 1; }
.hot-deals .orange-btn i { display: inline-block; font-size: 22px; line-height: 12px; padding-left: 10px; padding-top: 4px; float: left; }
.orange-btn > span { float: left; }
.hot-deals button.orange-btn { float: right; margin-top: 35px; }
.web-bg-lt { left: 0; position: absolute; top: 0; }
.web-bg-rt { bottom: 0; position: absolute; right: 10px; }
.manage-web .white-btn { margin-top: 8px; }

#livechat-eye-catcher{ display:none;}
#recentlyAdded .deal-detail {
    bottom: 0;
    padding: 0 12px 10px;
    position: absolute;
    width: 92%;
    z-index: 1;
    border-radius: 4px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,000000+47,000000+100 */
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 47%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 47%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.60) 47%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}

.deal-detail p a {
    color: #fff;
    float: left;
    font-size: 13px;
    padding-top: 28px;
}

.price {
    float: right;
}

    .price button.btn {
        float: right;
        font-size: 12px;
        font-weight: 400;
        height: 23px;
        line-height: 12px;
        padding: 0;
        text-transform: none;
        width: 98px;
    }

    .price > span {
        color: #fff;
        display: block;
        font-size: 16px;
        font-weight: 400;
        text-align: right;
    }

.hottest-deal-item {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10000;
    width: 100px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.deals:hover .hottest-deal-item {
    top: 30px;
    left: 30px;
}

.hoverdeal {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    padding: 20px;
    transition: all 0.35s ease-in-out 0s;
    opacity: 0;
    z-index: 0;
}

.hovercv {
    border: 2px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 87%;
    width: 100%;
    display: table;
}

    .hovercv.hovercv-sm {
        height: 70%;
    }

        .hovercv.hovercv-sm img {
            margin: 0 auto 10px;
        }

.hoverdeal .hovercv-sm button {
    margin-top: 10px;
    padding: 3px 15px;
}

.hover-table {
    display: block;
    vertical-align: middle;
    padding: 2px;
}

.hovercv > ul {
    text-align: center;
}

.hovercv li {
    display: inline-block;
    margin: 0 14px;
    text-align: center;
}

    .hovercv li a {
        color: #fff;
        font-size: 12px;
    }

.hoverdeal button {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 20px;
    text-transform: none;
    margin-top: 70px;
}

.hovercv img {
    margin: 0px auto 20px;
}

.deals:hover .hoverdeal {
    opacity: 1;
}

.hot-deals .orange-btn i {
    display: inline-block;
    font-size: 22px;
    line-height: 12px;
    padding-left: 10px;
    padding-top: 4px;
    float: left;
}

.orange-btn > span {
    float: left;
}

.hot-deals button.orange-btn {
    float: right;
    margin-top: 35px;
}

.web-bg-lt {
    left: 0;
    position: absolute;
    top: 0;
}

.web-bg-rt {
    bottom: 0;
    position: absolute;
    right: 10px;
}

.manage-web .white-btn {
    margin-top: 8px;
}

/*manage website*/
.manage-web {
    background-color: #2ecc71;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 50px 0px;
    margin-top: 40px;
}

    .manage-web p {
        font-size: 23px;
        font-weight: 400;
        text-align: left;
        line-height: 30px;
        color: #fff;
    }
    .manage-web label {
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        line-height: 30px;
        color: #fff;
    }
/*added*/
.added .price, .added .price button.btn {
    float: left;
}

.added .deal-detail p a {
    font-size: 16px;
    padding-top: 5px;
}

.added .deal-detail span {
    color: #fff;
    float: right;
    font-size: 20px;
    padding-top: 0px;
    text-align: right;
}

.added {
    padding: 70px 0px;
}

.project-slide {
    margin-top: 60px;
    margin-left: 25px;
}
/*meet agent*/
.meet {
    float: left;
    width: 100%;
    padding: 60px 0px;
    background-color: #f7f7f7;
}

.pro_name {
    color: #00555c;
    font-size: 16px;
    font-weight: bold;
}

.com_name {
    color: #868686;
    font-size: 16px;
}

.con_num {
    color: #868686;
    font-size: 14px;
}

.profile1 {
    text-align: center;
}

    .profile1 span {
        display: block;
        padding-bottom: 10px;
        line-height: 18px;
    }

    .profile1 img {
        display: inline-block;
        padding-bottom: 30px;
    }

.meet .sec_title {
    margin-bottom: 60px;
}

.view_link a {
    color: #00555c;
    float: right;
    font-size: 16px;
    font-weight: bold;
}

.view_link {
    display: inline-block;
    padding-top: 20px;
    width: 100%;
}
/*footer*/
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;
}

    .home_icn img {
        display: inline-block;
        padding-bottom: 30px;
    }

.fot_con span {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 11px;
    padding-top: 8px;
}
.fot_con div {
    text-align: center;
    display: block;
    color: #fff;
    font-size: 11px;
    padding-top: 10px;
}
    .fot_con > div > p {
        font-size:11px; color:#fff; 
    }

.fot_link li {
    display: inline-block;
}

    .fot_link li a {
        color: #fff;
        padding: 10px 20px;
        position: relative;
    }

.fot_link {
    text-align: center;
    padding: 35px 0px;
}

.social_link h2 {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.soc_icons {
    float: left;
    width: 100%;
    text-align: center;
    padding: 25px 0px;
}

    .soc_icons li {
        display: inline-block;
        margin: 0px 12px;
    }

    .soc_icons a {
        display: block;
    }

        .soc_icons a i {
            color: #fff;
            font-size: 24px;
        }

        .soc_icons a:hover i {
            color: #e8e8e8;
        }

.fot_link li a:hover::before {
    background-color: #fff;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}

.last_sec {
    padding: 20px 0px;
    background: #000e0f;
    text-align: center;
    float: left;
    width: 100%;
}

    .last_sec img {
        display: inline-block;
        padding: 0px 10px;
        width:55px !important;
    }

    .last_sec span {
        color: #fff;
        font-size: 16px;
    }
/**common css**/
.pricing_table {
    width: 100%;
    min-width: 520px;
}

    .pricing_table th {
        font-size: 15px;
        padding: 7px 10px;
        background: #f2f2f2;
        font-weight: 400;
    }

    .pricing_table tr td span {
        font-size: 12px;
        padding: 5px 10px;
    }

    .pricing_table span.property_name {
        color: #2ecc71;
        font-size: 14px;
    }

    .pricing_table span.property_desc {
        color: #727272;
        display: block;
        font-size: 12px;
        font-weight: 300;
        line-height: 22px;
        width: 303px;
    }

    .pricing_table tr:nth-child(2n+1) {
        background: #fafafa none repeat scroll 0 0;
    }

.green-btn {
    border: 1px solid #6f6f6f!important;
    background-color: #7f7f7f!important;
    color: #fff!important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    overflow: hidden;
}



.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.80);
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.80);
}

.form-control:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.80);
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.80);
}

.orange-btn {
    background-color: transparent;
    height: 42px;
    color: #fff;
    border-color: transparent;
    text-transform: uppercase;
    padding: 0 15px;
}

    .orange-btn:hover {
        color: #fff;
    }

.block {
    display: block;
}

.mt-30 {
    margin-top: 38px;
}

.white-btn {
    background-color: transparent;
    height: 49px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    padding: 0 25px;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center { /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content { /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: 100%;
    height: inherit; /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.mdl-login {
    max-width: 350px;
}
/* added on 06-June */
.img-size {
    height: 520px;
}
/*.meet .slick-slider{
    overflow:hidden;
}*/
.modal-header-color {
    color: #2ecc71;
}

.why_item .green-btn {
    font-size: 14px !important;
    display:inline-block;
}

.mdl-login .modal-body h4 {
    margin-bottom: 10px;
}

#header-container .nav.navbar1-nav {
    padding: 0px 0 !important;
}

.main-wrap h4 {
    width: 55%;
    float: left;
}
.popup-modal .modal-content{ width:100%; box-shadow:none !important; border:none !important;} 
.popup-header .nav.navbar1-nav{ float:right;}
.clr-btn-srch a{color: rgb(46, 204, 113); font-size: 14px; font-weight: 600;}
.clr-btn-fndr a{color: rgba(59, 59, 59, 0.80); font-size: 14px; font-weight: 600; padding: 16px 0;}
.navbar1-container.popup-header{ padding:5px 15px 0px 15px}
.clr-btn-fndr a:hover{color: rgb(46, 204, 113) !important; }
.modal-content-header{-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.35); border-bottom: 1px solid #efefef; border-radius: 0px;}
/*---banner tabs css----*/
#myTab2,#myTab{display:none !important;}
.modal-dialog.mdl-login.log_in .modal-content {
    background: rgb(243, 243, 243) !important;
}
.modal-dialog.mdl-login.log_in .modal-body {
margin-top:0px !important; padding:15px; width:100%;}
@media all and (max-width:768px) {
    .overlay-content .form-control{ width:auto !important;}
    .full-tab-col .dl-rw dt {
        float: left;
        width: 114px;
    }

    /*body .showdtlmap {
        left: 15px;
        top: 20px;
    }*/

    .img-size {
        width: 100%;
    }

    .meet .slick-slider {
        overflow: visible;
    }
    .carousel-inner > .item > img{ width:auto; margin:0 auto;}
}

@media (min-width:573px) and (max-width:768px) {
    .main-wrap h4 {
        width: 50%;
        float: left;
        margin-bottom: 12px;
    }
}
@media all and (min-width:1200px){
    .col-xs-12.col-sm-6.map-width{ width:54%;}
.col-xs-12.col-sm-6.contnt-width{width:46%;}
}
@media all and (min-width:1350px){
    #recentlyAdded .deal-detail, .property-slide-wrap .deal-detail{ width:100% !important;}
    
}
@media all and (min-width:1550px){
    .why-grab{padding-right:120px;}
    .hover-table {
    padding: 40px;
}
    .last_sec .container{ text-align:center;}
}

@media all and (max-width:572px) {
    .main-wrap h4 {
        width: 100%;
        float: left;
        margin-bottom: 12px;
    }
}
/*********** FEEDBACK (14JUNE2017) ***********/
.navbar1-headertop .logo img {
    max-height: 140px;
}

.banner-ovt {
    bottom: 85px;
    background: none;
    max-width: 800px;
    left: 50%;
    margin-left: -400px;
}

    .banner-ovt > ul {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

        .banner-ovt > ul li {
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -ms-border-radius: 0px;
            margin: 0px;
            width: 33.33%;
            background: rgba(0, 0, 0, 0.44);
            text-align: center;
            border: 1px solid #fff;
            border-right: none;
            border-top: none;
        }

            .banner-ovt > ul li:nth-child(3n) {
                width: 33.342%;
            }

            .banner-ovt > ul li a {
                border: none !important;
                margin-right: 0px;
                color: #fff;
                border-radius: 0px;
                -webkit-border-radius: 0px;
                -ms-border-radius: 0px;
            }

            .banner-ovt > ul li.active a {
                border: none;
                cursor: pointer;
            }

            .banner-ovt > ul li a:hover {
                opacity: 0.8;
            }

            .banner-ovt > ul li.active a:hover, .banner-ovt > ul li.active a, .banner-ovt > ul li.active a:focus {
                cursor: pointer;
                background: rgb(46, 204, 113);
                opacity: 1;
            }

    .banner-ovt .btn.orange-btn {
        min-width: 100%;
    }

.cstm-bn-cap {
    padding-top: 120px;
}

.overlay_bg {
    position: absolute;
    background: rgba(0,0,0,0.0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.map_over {
    position: relative;
}
/*********** /FEEDBACK (14JUNE2017) ***********/
/*********** FEEDBACK (15JUNE2017) ***********/
.dl-wrp .deals {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.dl-wrp .price {
    margin-top: 4px;
}

.agnt-lst-rw {
    display: table;
    width: 100%;
    padding-bottom:8px;
}

.agnt-avt-wrp {
    width: 50px;
    display: table-cell;
    vertical-align: top;
}

.agnt-cntnt {
    padding-left: 10px;
    vertical-align: top;
    display: table-cell;
    text-align:left;
}

    .agnt-cntnt a {
        color: #00555c;
        font-size: 14px;
    }

    .agnt-cntnt p {
        font-size: 12px;
        color: #777;
    }

.agnt-avt {
    width: 100%;
    /*height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;*/
}
.agnt-avt a img { border:1px solid #efefef;}

.ft-agt-ttl {
    text-transform: uppercase;
    font-size: 19px;
    color: #00555c;
    margin: 0px 0px 10px 0px;
    margin: 0 0 10px 0;
    font-weight: 800 !important;
    text-align: left;
}

.spc-btn-bx button.orange-btn {
    margin-top: 10px;
}

.hoverdeal {
    z-index: 1;
}

.advnc-srch a {
    display: inline-block;
    width: auto;
    color: #fff;
    text-decoration: underline;
}

.adv-mdl h4 {
    margin-bottom: 0px;
}

.adv-mdl .modal-title {
    margin-top: 4px;
}

.adv-mdl .close {
    margin-top: -2px;
    position: absolute;
    right: 15px;
    opacity: 1;
    top: 10px;
    color: #e67e22;
    font-size: 32px;
}

#wrapper {
    left: 90px !important;
}

@media (min-width:992px) and (max-width:1199px) {
    .hovercv li a {
        font-size: 11px;
    }
.btn.green-btn.hvr-rectangle-out.mrgn{margin-top:0;}  
.why_item p span{font-size:12px !important;}
}
@media (max-width:1400px){
    .hm-feat-tag{ padding-left:7px !important;}
}

@media all and (min-width:1300px) {
    .container {
        width: 1230px;
    }

    .col-deal-10 {
        width: 80%;
    }

    .col-deal-2 {
        width: 20%;
    }
}

@media all and (min-width:1360px) {
    .container {
        width: 1300px;
    }
    .btm-slide-img{width:100% !important; height:100% !important; object-fit: cover}
}

@media all and (min-width:1460px) {
    .container {
        width: 1380px;
        /*text-align: -webkit-right;*/
    }
    .btm-slide-img{width:100% !important; height:100% !important; object-fit: cover}
    .col-deal-2 {
        width: 16%;
    }
}
@media all and (min-width:1760px) {
    .container {
        width: 1700px;
        text-align: -webkit-right;
    }
}
@media all and (min-width:1900px) {
    .container {
        width: 1860px;
        text-align: -webkit-right;
    }
        .btm-slide-img{width:700px !important; height:240px !important; object-fit: cover}
        .ms-options-wrap > button{ width:398% !important;}
    }


/*********** /FEEDBACK (15JUNE2017) ***********/
/*********** LISTING DESIGN (16JUNE2017) ***********/
.main-wrap {
    margin-top: 92px;
}

.sort-ttl-rw {
    padding-right: 200px;
    margin-bottom: 26px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
}

    .sort-ttl-rw:before {
        width: 130px;
        position: absolute;
        content: "";
        left: 0px;
        bottom: -3px;
        height: 4px;
        background: #00555c;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
    }

    .sort-ttl-rw h4 {
        display: inline-block;
        margin: 0px;
        font-weight: 400;
        color: #727272;
        font-size: 20px;
    }

.sort-ttl-rt {
    position: absolute;
    right: 0px;
    top: 0px;
}

.locol-grid img {
    width: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.box-img {
    background: #000;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -ms-border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}

    .box-img a {
        height: 24px;
        width: 24px;
        color: #343535;
        background: rgba(255,255,255,0.8);
        display: inline-block;
        font-size: 13px;
        text-align: center;
        padding: 3px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        position: absolute;
        right: 12px;
        top: 15px;
    }

        .box-img a:hover {
            background: rgba(255,255,255,0.6);
        }

.box-pd-wrp {
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 8px #eeeeee;
    -webkit-box-shadow: 0 0 10px 8px #eeeeee;
    -ms-box-shadow: 0 0 10px 8px #eeeeee;
}

.price-strip {
    padding: 13px 64px 25px 15px;
    background: #2ecc71;
    color: #fff;
    position: relative;
}
/* by prateek */
.price-undervalue { padding:12px 15px 12px 15px;width:100%;float:left;}
.price-undervalue .content-info-2 { position: absolute;top: -45px;right: 7px;background: #2ecc71;padding: 5px 10px;font-size: 11px;border-radius: 5px;}
.price-undervalue .price-wrp { position: relative;top:0;}
.price-undervalue .price-wrp label { margin-bottom:0;font-size:18px;}
.price-undervalue .price-wrp p { font-size:12px;font-weight:normal;}

    .price-strip h4 {
        font-size: 14px;
        font-weight: normal;
        margin: 0px;
    }

.price-wrp {
    position: absolute;
    right: 10px;
    top: 0px;
}

    .price-wrp span {
        display: inline-block;
        margin-right: 6px;
        color: #fff;
    }

    .price-wrp label {
        font-size: 16px;
        display: inline-block;
        color: #fff;
    }

.hm-feat-tbl {
    display: table;
    padding: 15px 0px;
    width: 100%;
    border-bottom: 1px solid #38ce77;
}

.hm-feat-cl {
    display: table-cell;
    text-align: center;
}

.hm-feat-tag {
    min-height: 18px;
    /*padding-left: 16px;*/
    font-size: 11px;
    color: #787878;
    display: inline-block;
}

/*.bath-icon {
    background: url(../images/bath.png) no-repeat 0px 0px;
}

.bed-icon {
    background: url(../images/bed.png) no-repeat 0px 0px;
}

.area-icon {
    background: url(../images/area.png) no-repeat 0px 0px;
}*/

.row-10 {
    margin: 0px -10px;
}

.col-10 {
    padding: 0px 10px;
}

.thumb-exp span {
    font-size: 16px;
    color: #787878;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    display: inline-block;
    padding: 3px 7px;
    text-align: center;
    width: 40px;
}

.lgn-lst-tbl {
    display: inline-block;
    width: 100%;
    padding: 8px 5px;
}

.lgn-lst-cl {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 15px;
}

.p-shrtfeat-dsc {
    padding-left: 6px;
    padding-right: 6px;
    min-height:280px;
}

.wd-lg-feat {
    color: #2ecc71;
    font-size: 12px;
}

.lst-feat-thumb {
    margin: 0;
}

    .lst-feat-thumb .thumb-exp {
        display: inline-block;
        float: left;
    }

        .lst-feat-thumb .thumb-exp .button-inverse {
            width: 50px;
            padding: 4px 5px;
        }

.vw-dtl-lnk {
    padding: 7px 16px;
    display: inline-block;
    background: transparent;
    color: #fff;
    font-weight: normal;
    border-radius: 0 !important;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    font-size: 13px;
    float: right;
}
.vw-dtl-lnk-home {
    padding: 7px 16px;
    display: inline-block;
    background: transparent;
    color: #fff;
    font-weight: normal;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    font-size: 13px;
    margin-top: 10px;
    
}

    .vw-dtl-lnk:focus {
        color: #fff;
    }

.show-map-btn {
    padding: 6px 16px;
    background: #2ecc71;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    color: #fff;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 13px;
    min-width: 108px;
}

.set-pref-btn {
    padding-left: 36px;
    /*background: url(../images/preficon.png) no-repeat 0px 0px;*/
    display: inline-block;
    font-size: 12px;
    color: #727272;
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

    .set-pref-btn:hover {
        background: url(/images/preficonhvr.png) no-repeat 0px 0px;
        color: #e28f20;
    }

.vw-dtl-lnk:hover {
    color: #fff;
    background: #2ecc71;
}

.show-map-btn:hover {
    background: #087E88;
    color: #fff;
}

.wd-lg-feat:hover {
    color: #FF5D00;
}

.feat-sld {
    margin-top: 34px;
}

.feat-added {
    padding-top: 40px;
}

.box-pd-wrp:hover {
    box-shadow: 0 0 8px 0px #ccc;
}

    .box-pd-wrp:hover .box-img img {
        opacity: 0.4;
        -webkit-transform: scale3d(1.1, 1.1, 1);
        -ms--webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }

.locol-grid {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.col-half .col-plst-hold {
    width: 50%;
    padding-right: 10px;
    height: 545px;
    overflow: auto;
    margin-top: 0px;
}

.col-half .map-wrap {
    display: block;
}

.col-half .col-10 {
    width: 50%;
}

.show-map-btn:focus {
    color: #fff;
}

.map-wrap {
    display: none;
}

#dvMap {
    height: 545px !important;
}

/*********** /LISTING DESIGN (16JUNE2017) ***********/
/*********** DETAIL DESIGN (20JUNE2017) ***********/
.dtl-nav {
    padding-left: 0px;
    padding-right: 0px;
    float: right;
}

    .dtl-nav li {
        display: inline-block;
        margin-left: 0px;
        vertical-align: middle;
    }
   

.dtl-link a {
    padding: 13px;
    display: inline-block;
    vertical-align: middle;
}

.doc-link a {
    background: url(../../images/doc.png) no-repeat center center;
}

.envl-link a {
    background: url(../../images/email.png) no-repeat center center;
}

.prnt-link a {
    background: url(../../images/print.png) no-repeat center center;
}

.thumb-link a {
    width: 28px;
    display: inline-block;
    height: 24px;
    color: #787878;
    border: 1px solid #d7d7d7;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 2px 0;
}

.dtl-nav li.dtl-link {
    margin-left: 8px;
}

.modal button.close {
    font-size: 26px;
    opacity: 0.6;
    position: absolute;
    right: 5px;
    top: 0;
}
.modal button.close:hover {
    color:#000;
}

.vwmp-btn a {
    padding: 8px 10px;
    background: transparent;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #fff;
}

.modal-title {
    font-size: 16px;
    color: #727272;
    margin-top: 6px;
}

.modal-lg {
    width: 1100px;
    max-width: 98%;
}

.modal img {
    max-width: 100%;
}

.dtl-prc-lbl {
    background: #2ecc71;
    font-size: 18px;
    color: #fff;
    padding: 7px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    text-align: center;
    font-weight: 600;
}

.btn-default {
    color: #2ecc71;
}

.btn-cstm-dflt {
    padding: 10px 12px;
    font-size: 13px;
    width: 100%;
}

.adrs-dtl-lb label {
    color: #787878;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    width: 100%;
}

.dtl-brdcrmb {
    padding: 0px;
    background: none;
}

    .dtl-brdcrmb > li + li::before {
        content: ">";
    }

    .dtl-brdcrmb a, .dtl-brdcrmb span {
        display: inline-block;
        color: #b0b0b0;
        font-size: 12px;
        text-transform: uppercase;
    }

.prprt-ttl {
    font-size: 14px;
    color: #727272;
    margin-top: 14px;
    display: inline-block;
}

.prprt-head {
    border-bottom: 1px solid #cbcbcb;
    display: inline-block;
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.hm-feat-tbl-dtl {
    border: none;
    padding-top: 0px;
}

    .hm-feat-tbl-dtl .hm-feat-cl {
        border-right: 2px solid #cbcbcb;
        display: inline-block;
        line-height: 16px;
        margin-right: 4px;
        padding-right: 6px;
    }

        .hm-feat-tbl-dtl .hm-feat-cl:last-child {
            padding-right: 0px;
            margin-right: 0px;
            border-right: none;
        }

.dtl-nav li:first-child {
    margin-left: 0px;
}

.dl-rw {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    padding-bottom: 12px;
}

    .dl-rw dt {
        width: 106px;
        padding-right: 20px;
    }

.dl-horizontal dd {
    margin-left: 124px;
}

.dl-rw dt, .dl-rw dd {
    text-align: left;
    font-weight: normal;
    color: #737373;
    position: relative;
    word-wrap:break-word;
}

    .dl-rw dt em {
        position: absolute;
        right: 0px;
        font-style: normal;
    }

.prdct-info p {
    color: #777777;
    margin-bottom: 0px;
    font-size: 13px;
}

.dtl-nav-tab {
    margin-bottom: 25px;
}

.abt-dtl-rw {
    margin-top: 20px;
}

.dtl-nav-tab > li {
    margin-right: 10px;
}

    .dtl-nav-tab > li > a {
        color: #727272;
        padding-left: 0px;
        border: none !important;
        background: none !important;
    }

    .dtl-nav-tab > li:before {
        display: none;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px;
        height: 3px;
        background: #01565d;
        content: "";
    }

    .dtl-nav-tab > li.active:before {
        display: block;
    }
/*.prdct-thumb-blk{ width:100px; float:left;}*/
.prdct-thumb-blk #thumbnail-slider-next {
    bottom: -35px;
}

.prdct-thumb-blk #thumbnail-slider {
    height: 300px;
}

    .prdct-thumb-blk #thumbnail-slider div.inner ul {
        width: 100% !important;
    }

    .prdct-thumb-blk #thumbnail-slider ul li {
        border-left: none;
        border-right: none;
        width: 100% !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

.prdct-thumb-blk #thumbnail-slider {
    padding: 0px;
}

    .prdct-thumb-blk #thumbnail-slider div.inner {
        background: none;
        padding: 0px;
        margin-top: 16px;
    }

.prdct-img-blk {
    margin-left: 110px;
}

.prdct-thumb-blk #thumbnail-slider {
    width: 100%;
}

.prdct-img-blk #ninja-slider {
    width: 100%;
    background: none;
}

    .prdct-img-blk #ninja-slider .ns-img {
        background-color: transparent;
    }

.prdct-img-blk .slider-inner ul {
    padding-top: 65% !important;
}

.prdct-img-blk #ninja-slider-prev, .prdct-img-blk #ninja-slider-next {
    width: 20px;
    opacity: 1;
    background: rgba(226, 143, 32, 0.6);
}

    .prdct-img-blk #ninja-slider-prev::before, .prdct-img-blk #ninja-slider-next::before {
        width: 12px;
        height: 12px;
    }

    .prdct-img-blk #ninja-slider-prev::before, .prdct-img-blk #ninja-slider-next::before {
        top: 22px;
    }

    .prdct-img-blk #ninja-slider-prev::before {
        left: 8px;
    }

    .prdct-img-blk #ninja-slider-next:before {
        right: 8px;
    }

.prdct-img-blk #ninja-slider .ns-img {
    background-size: 100%;
}

.prdct-thumb-blk #thumbnail-slider-prev, .prdct-thumb-blk #thumbnail-slider-next {
    height: 18px;
}

    .prdct-thumb-blk #thumbnail-slider-prev::before, .prdct-thumb-blk #thumbnail-slider-next::before {
        border-left: 2px solid #ccc;
        border-top: 2px solid #ccc;
    }

    .prdct-thumb-blk #thumbnail-slider-next::before {
        bottom: 6px;
    }

    .prdct-thumb-blk #thumbnail-slider-prev::before {
        top: 6px;
    }

.prdct-thumb-blk #thumbnail-slider-prev, .prdct-thumb-blk #thumbnail-slider-next {
    background: none;
    border: 1px solid #ccc;
}

    .prdct-thumb-blk #thumbnail-slider-next.disabled, .prdct-thumb-blk #thumbnail-slider-prev.disabled {
        opacity: 0.5;
    }
/*********** /DETAIL DESIGN (20JUNE2017) ***********/



/*** 26 June 2017 ***/
.abt-dtl-rw .login-btn-links {
    padding-top: 42px;
}

    .abt-dtl-rw .login-btn-links li {
        font-size: 12px;
        line-height: 18px;
    }

        .abt-dtl-rw .login-btn-links li + li {
            margin-top: 10px;
        }

    .abt-dtl-rw .login-btn-links a {
        display: block;
        background-color: #2ecc71;
        color: #fff;
        -wekit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 11px 10px;
    }

        .abt-dtl-rw .login-btn-links a:hover {
            background-color: #087e88;
        }

.prdct-info p {
    color: #787878;
}

.feature-agent {
    padding-top: 13px;
}

    .feature-agent h2 {
        color: #727272;
        font-size: 14px;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 11px;
    }

    .feature-agent ul {
        height: 242px;
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 2px;
    }

        .feature-agent ul li {
            float: left;
            padding-bottom: 15px;
            padding-top: 15px;
        }

            .feature-agent ul li + li {
                border-top: 1px solid #e5e5e5;
            }

            .feature-agent ul li figure {
                width: 50px;
                height: 50px;
                border-radius: 100%;
                background-color: #6beca2;
                float: left;
            }

                .feature-agent ul li figure img {
                    width: 50px;
                    height: 50px;
                    border-radius: 100%;
                }

            .feature-agent ul li div {
                padding-left: 60px;
            }

            .feature-agent ul li h3 {
                font-size: 12px;
                color: #2ecc71;
                padding-bottom: 8px;
            }

                .feature-agent ul li h3 a, .feature-agent ul li h3 a:focus {
                    color: #2ecc71;
                }

                    .feature-agent ul li h3 a:hover {
                        color: #087e88;
                    }

            .feature-agent ul li p {
                font-size: 12px;
                color: #727272;
                line-height: 18px;
            }

.map-frame, .graph-frame {
    height: 600px;
}

    .map-frame iframe {
        width: 100%;
        height: 600px;
    }

.map-frame, .graph-frame {
    height: 600px;
}
.prdct-info .map-frame{ height:300px !important;} 

    .map-frame iframe {
        width: 100%;
        height: 600px;
    }

.graph-frame {
    margin-top: 15px;
}

.nearby-prices h2 {
    color: #727272;
    font-size: 24px;
}
/*** 27 June 2017 ***/
.slider_nav {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 13px 18px 40px 12px;
}

#sold-property .slider_nav {
    padding: 0px 18px 40px 12px;
}

.slider_nav .slick-list {
    padding: 0 0 10px;
}

.slider_nav .slick-next {
    right: -10px;
}

.slider_nav .slick-prev {
    left: -10px;
}

.slider_nav .slick-next {
    background: url(../../images/arrow_next.png) no-repeat center;
    width: 12px;
    height: 19px;
}

.slider_nav .slick-prev {
    background: url(../../images/arrow_prev.png) no-repeat center;
    width: 12px;
    height: 19px;
}

.slider_nav .slick-next, .slider_nav .slick-prev {
    display: inline-block !important;
}

.slider_nav ul {
    border: 0px;
    margin: 0px;
}

    .slider_nav ul li {
        text-align: center;
        float: left;
        padding: 0px 16px;
    }

        .slider_nav ul li a {
            display: inline;
            color: #3b3b3b;
            font-size: 15px;
            font-weight: 400;
        }

            .slider_nav ul li.active a, .slider_nav ul li a:hover {
                border-bottom: 2px solid #2ecc71;
                color: #2ecc71;
                padding-bottom: 8px;
            }

.nearby-prices .tab-contents {
    display: none;
}

    .nearby-prices .tab-contents.current {
        display: block;
    }

.title_section {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px;
}

    .title_section > span {
        border-bottom: 3px solid #01565d;
        display: inline-block;
        margin-bottom: -1px;
        padding: 10px 15px 10px 0;
    }

#pricing_table, #tbBeds, #tbSqFt, #tbStreet {
    width: 100%;
    min-width: 520px;
}

    #pricing_table th, #tbBeds th, #tbSqFt th, #tbStreet th {
        font-size: 16px;
        padding: 7px 10px;
        background: #f2f2f2;
    }

    #pricing_table td, #tbBeds td, #tbSqFt td, #tbStreet td {
        font-size: 12px;
        padding: 5px 10px;
    }

    #pricing_table .property_name, #tbBeds .property_name, #tbSqFt .property_name, #tbStreet .property_name {
        color: #2ecc71;
        font-size: 14px;
    }

    #pricing_table .property_desc, #tbBeds .property_desc, #tbSqFt .property_desc, #tbStreet .property_desc {
        color: #727272;
        display: block;
        font-size: 12px;
        font-weight: 300;
        line-height: 22px;
        width: 303px;
    }

    #pricing_table tr:nth-child(2n+1), tbBeds tr:nth-child(2n+1), #tbSqFt tr:nth-child(2n+1), #tbStreet tr:nth-child(2n+1) {
        background: #fafafa none repeat scroll 0 0;
    }

#slider_nav_inner {
    width: 600px;
    max-width: 100%;
}

.prdct-gl-wrp {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.slider_nav .slick-disabled {
    opacity: 0.24;
}

/*****29-JUne-17****/
.sdnv-inpt {
    border-radius: 25px;
    /*background-color: #ccc;*/
}

.btn-mrgn {
    margin-bottom: 12px;
}

.icon-srch {
    float: right;
    top: -26px;
    right: 14px;
    position: relative;
}

.sidenav-hdg {
    color: #e67e22;
    left: 25px;
    font-size: 22px;
    margin-bottom: 24px;
    padding-left: 32px;
}

.sidenav-brdr {
    border: 2px solid #ccc;
    margin-bottom: 22px;
}

.sidenav {
    bottom: 0;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 84px;
    right: 0;
    background-color: #efefef;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 16px;
    opacity: .94;
}
.sidenav.dv-sidenav{ background-color:#ffffff}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover, .offcanvas a:focus {
            color: #111;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 8px;
        right: 25px;
        font-size: 22px;
        margin-left: 50px;
        font-weight: 200;
    }

.overlay {
    height: 0%;
    width: 68%;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
    float: right;
}

.overlay-content {
    position: relative;
    top: -20%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

/*.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}*/

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: -28px;
    right: 0px;
    font-size: 60px;
    z-index:9999 !important;
}

#sold-property .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
}

.margin-top {
    margin-top: 9px;
}

.mar_tp_70{margin-top:70px;}

#myCarousel .carousel-inner > .item {
    /*background: #000 !important;*/
}

@media screen and (min-device-width: 1900px) and (max-device-width: 1950px) {
    #myCarousel .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: auto !important;
        width: 100% !important;
    }
}
@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

        .overlay a {
            font-size: 20px;
        }

        .overlay .closebtn {
            font-size: 40px;
            top: 15px;
            right: 35px;
        }
}

@media (min-width: 768px) {
    #sold-property .navbar1-nav > li > a {
        padding-top: 0px;
    }
}

.ovrlay-map #dvGMap {
    height: 276px;
}

.ovrlay-map {
    position: absolute;
    right: 15px;
    overflow: hidden;
    height: 276px;
    left: 100%;
    z-index: 1;
}
/*.showdtlmap{ left:0px;}*/
.hidemap-link {
    background-color: #2ecc71;
    border-radius: 4px;
    position: absolute;
    right: 0px;
    top: 30px;
    color: #fff;
    float: right;
    font-size: 14px;
    line-height: 14px;
    z-index: 1;
    margin-top: 9px;
    padding: 10px 16px;
}

    .hidemap-link:hover {
        color: #fff;
        opacity: 0.8;
    }

.load-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60px;
    display: inline-block;
}


.loader {
    display: block;
    margin: 100px auto;
    height: 60px;
    width: 60px;
    border-radius: 90px;
    overflow: hidden;
    position: relative;
    animation: 3s spin linear infinite;
}

    .loader:after {
        content: '';
        display: block;
        position: absolute;
        left: 5px;
        top: 5px;
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        background: #FFF;
        border-radius: 90px;
    }

.loader-inner {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

    .loader-inner.left {
        left: 0;
    }

    .loader-inner.right {
        left: 50%;
    }

    .loader-inner i {
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgb(46, 204, 113);
        animation-timing-function: linear;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
    }

    .loader-inner.left i {
        left: 100%;
        transform-origin: 0 50%;
        border-radius: 0 90px 90px 0;
        animation-name: rotate-lt;
    }

    .loader-inner.right i {
        left: -100%;
        transform-origin: 100% 50% 0px;
        border-radius: 90px 0 0 90px;
        animation-name: rotate-rt;
    }

@keyframes rotate-lt {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-rt {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(150deg);
    }

    75% {
        transform: rotate(150deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/********************** CUSTOM SELECT ************************/
.select-wrapper {
    float: left;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    cursor: pointer;
}

.select-wrapper {
    width: 100%;
    position: relative;
}

    .select-wrapper:before {
        position: absolute;
        content: "";
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #000;
        right: 10px;
        top: 16px;
    }

    .select-wrapper select {
        width: 100%;
        padding-right: 30px;
    }

    .select-wrapper .holder {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        cursor: pointer;
        display: block;
        margin: 0 35px 0 0;
        overflow: hidden;
        padding: 6px 7px;
        position: relative;
        white-space: nowrap;
    }

    .select-wrapper select {
        margin: 0;
        top: 0px;
        bottom: 0px;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: none;
        opacity: 0;
        /* CSS hacks for older browsers */ _noFocusLine: expression(this.hideFocus=true);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
    }

.form-label-bx .form-control {
    height: 44px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
}

.form-label-bx textarea.form-control {
    height: 76px;
}
/********************** /CUSTOM SELECT ************************/
#myNav .orange-btn, #myNav .login-btn {
    margin-top: 0px !important;
    height: 36px;
}

#ad-srch .col-sm-3 {
    padding-left: 0px !important;
    padding-right: 90px;
}

.custom-select option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.pop-btn {
    padding: 7px 20px;
    display: inline-block;
    background: #e28f20;
    color: #fff !important;
    font-weight: normal;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
    bottom: 0;
    width:100%;
}

.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
    }

        .pagination a.active {
            background-color: #2ECC71;
            color: white;
            /*border-radius: 5px;*/
        }

        .pagination a:hover:not(.active) {
            background-color: #ddd;
            /*border-radius: 5px;*/
        }

/** NEW CSS**/
.main-wrap {
    margin-top: 120px;
}

header {
    background-color: #fff;
    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: 0;
    position: relative;
    top: 0px;
    z-index: 9999;
}
.count-info #photo-profile1 { border-radius:50%;width:50px !important;height:50px !important;}

.sort-ttl-rt {
    position: absolute;
    right: 0px;
    top: 78px;
}

/*.nav.navbar1-nav {
    height: 75px;
    padding: 28px 0;
    margin-right:70px;
}*/

#sold-property .nav.navbar1-nav {
    padding: 2px 0;
}
.PrivacyPolicy {
    margin-top: 140px !important;
    font-family: sans-serif, helvetica;
    text-align: left;
}
/*.nav.navbar1-nav li a:hover {
    background-color: transparent !important;
}*/

/*.nav.navbar1-nav li a {
    font-weight: 600;
}*/

#myCarousel .nav > li > a {
    padding: 10px 11px;
}

    #myCarousel .nav > li > a > img {
        width: 130px;
        height: 50px;
        border:1px solid #efefef;
    }

.featured-wrap {
    margin-bottom: 13px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
    padding-bottom: 7px;
}
.featured-wrap .fw-img-frame { padding-right:0;}
.featured-wrap .fw-img-frame .photo-property { width:100%;}
.featured-wrap .fw-img-frame a img { width:100%;}
.featured-wrap .phone-agent { color:red;}

#sold-property .slider_nav ul li {
    padding: 8px 16px !important;
    text-align: left !important;
}

    #sold-property .slider_nav ul li a {
        padding: 3px 0;
    }

    #sold-property .slider_nav ul li ul li {
        width: 100%;
        float: none;
    }



@media (min-width:787px) {
    #myCarousel .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 350px;
        width: 750px;
    }
}

@media (min-width:787px) {
    #myCarousel .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        height: 350px;
        width: 750px;
    }
}

.grab-img-icon {
    width: 90px;
}

.grab-img-icon1 {
    width: 97px;
}

@media (min-width:787px) {
    #myCarousel .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        /*height: 284px;
        width: 609px;*/
        text-align: center;
        margin: 0 auto;
    }
}

@media all and (max-width:1080px) {
    .nav.navbar1-nav {
        display: inline-flex;
    }
    .overlay{ width:100% !important;}
}

@media all and (max-width:880px) {
    .full-tab-col {
        width: 100%;
    }
}

@media all and (max-width:600px) {
    .map-wrap #dvMap {
        height: 300px !important;
    }

    .prdct-thumb-blk {
        width: 60px;
    }

    .prdct-img-blk {
        margin-left: 70px;
    }

    .prdct-thumb-blk #thumbnail-slider ul li {
        height: 52px !important;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media screen and (max-width: 786px) {
    .overlay-content .form-group{ text-align:left !important;}
    #dvmap {
        max-height: 400px;
    }

    .col-half .col-plst-hold {
        width: 100%;
    }

    .map-wrap {
        width: 100%;
        margin-bottom: 20px;
    }

    .prdct-thumb-blk #thumbnail-slider {
        height: 228px;
    }

    #myCarousel .nav > li > a > img {
        width: 70px;
        height: 40px;
    }
	
    .caret.pull-right{ float:none !important; margin-top:0px !important;}
    #slider_nav_inner.navbar1-nav .open .dropdown-menu{ position:absolute !important; background-color: #fff !important; margin-top: 30px !important;}
 
}

@media all and (max-width: 400px) {
    .map-wrap #dvMap {
        height: 260px !important;
    }

    .prdct-thumb-blk #thumbnail-slider {
        height: 114px;
    }
}
/*CSS ADDED BY MOHIT OF HOME PAGE FOR SEPRATE THE CSS AND JS CODE  */
.mdl-signup {
    max-width: 400px;
    margin-top: 30px;
}

    .mdl-signup .modal-content {
        width: 100%;
    }

    .mdl-signup .modal-header h3 {
        margin: 0px 0px 0px 0px;
        color: #2ecc71;
    }

    .mdl-signup .removesign {
        margin-left: 88%;
        font-size: 20px;
        color: #e24a4a;
        margin-top: -20px;
        float: right;
    }

    .mdl-signup .modal-body {
        padding: 30px;
        padding-top: 15px;
    }

.dvd-ttl {
    margin-bottom: 15px;
    text-align: center;
    font-family: Open Sans,open-sans,Arial,Helvetica Neue,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.mdl-signup .submitbtn {
    background: #2ecc71;
    color: #fff;
    width: 140px;
    text-align: center;
}

.mdl-signup hr {
    margin-bottom: 0px;
}

.mdl-login {
    max-width: 350px;
    margin-top: 60px;
}

    .mdl-login h5 {
        font-weight: normal;
    }

    .mdl-login .modal-header {
        border: none;
        padding-bottom: 0px;
    }

    .mdl-login .modal-body {
        padding: 30px;
        padding-top: 6px;
    }

        .mdl-login .modal-body h4 {
            font-size: 18px;
            color: #666;
            font-weight: normal;
            letter-spacing: 0px;
            margin-bottom: 10px;
        }

    .mdl-login .modal-content {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        width: 100%;
    }

    .mdl-login .image-login {
        text-align: center;
    }

        .mdl-login .image-login img {
            border: 3px solid ;
            display: inline-block;
            background-color: #fff;
            border-radius: 50%;
            max-width: 84px;
            padding: 10px;
            box-shadow: 0px 0px 0px 5px #f1f1f1;
            margin-top: -50px;
        }

    .mdl-login .form-control {
        border-radius: 0px;
        background: #f1f1f1;
        margin-top: 5px;
        margin-bottom: 5px;
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
    }

    .mdl-login .remember-forgot label {
        font-size: 13px;
        color: #666;
    }

    .mdl-login .remember-forgot a {
        color: #666;
        font-weight: bold;
        font-size: 13px;
    }

    .mdl-login .remember-forgot .left, .mdl-login .remember-forgot .right {
        width: 50%;
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mdl-login .remember-forgot .left {
        text-align: left;
    }

    .mdl-login .buttonLogin {
        display: inline-block;
        padding-top: 9px;
        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%;
    }

    .mdl-login .button-inverse {
        background-color: transparent;
        color: #2ecc71;
        border: 1px solid #2ecc71;
    }

    .mdl-login .submitbtn {
        width: 100%;
        cursor: pointer;
        background: #2ecc71;
        color: #fff;
    }

.imgframe { /*background: #ff6600;
    padding:5px;
    border:1px solid #999;*/
    height: 170px;
    width: auto;
}

.ui-menu-item {
    list-style-position: inside;
    border-bottom: 1.5px solid;
    border-color: rgb(242, 242, 242);
    margin: 2px;
    font-size: medium;
}

.ui-autocomplete {
    z-index: 9999;
}

/*.ui-autocomplete-loading { background:url('img/autoComp_loader.gif') no-repeat right center }*/

.redirect {
    color: #4d4d4d;
}

.ui-widget-content a:visited {
    color: #4d4d4d;
}

.btn-chkt-hvr {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    padding: 3px 15px;
    text-transform: inherit;
}

.modal-backdrop {
    z-index: 11111;
}

.modal.fade {
    z-index: 111111;
}
/********************* INTERNAL CSS (11AGST2017) *********************/
/********************* SEARCH LISTING (11AGST2017) *********************/
.mdl-login {
    max-width: 320px;
    margin-top: 60px;
}

    .mdl-login h5 {
        font-weight: normal;
    }

    .mdl-login .modal-header {
        border: none;
        padding-bottom: 0px;
    }

    .mdl-login .modal-body {
        padding: 30px;
        padding-top: 6px;
    }

        .mdl-login .modal-body h4 {
            font-size: 18px;
            color: #666;
            font-weight: normal;
            letter-spacing: 0px;
            margin-bottom: 10px;
        }

    .mdl-login .modal-content {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        width: 100%;
    }

    .mdl-login .image-login {
        text-align: center;
    }

        .mdl-login .image-login img {
            border: 3px solid #2ecc71;
            display: inline-block;
            background-color: #fff;
            border-radius: 50%;
            max-width: 84px;
            padding: 10px;
            box-shadow: 0px 0px 0px 5px #f1f1f1;
            margin-top: -50px;
        }

    .mdl-login .form-control {
        border-radius: 0px;
        background: #f1f1f1;
        margin-top: 5px;
        margin-bottom: 5px;
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
    }

    .mdl-login .remember-forgot label {
        font-size: 13px;
        color: #666;
    }

    .mdl-login .remember-forgot a {
        color: #666;
        font-weight: bold;
        font-size: 13px;
    }

    .mdl-login .remember-forgot .left, .mdl-login .remember-forgot .right {
        width: 50%;
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mdl-login .remember-forgot .left {
        text-align: left;
    }

    .mdl-login .buttonLogin {
        display: inline-block;
        padding-top: 9px;
        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%;
    }

    .mdl-login .button-inverse {
        background-color: transparent;
        color: #2ecc71;
        border: 1px solid #2ecc71;
    }

    .mdl-login .submitbtn {
        width: 100%;
        cursor: pointer;
        background: #2ecc71;
        color: #fff;
    }

.mdl-signup {
    max-width: 400px;
    margin-top: 30px;
}

    .mdl-signup .modal-content {
        width: 100%;
    }

    .mdl-signup .modal-header h3 {
        margin: 0px 0px 0px 0px;
        color: #2ecc71;
    }

    .mdl-signup .removesign {
        margin-left: 88%;
        font-size: 20px;
        color: #e24a4a;
        margin-top: -20px;
        float: right;
    }

    .mdl-signup .modal-body {
        padding: 30px;
        padding-top: 15px;
    }

.dvd-ttl {
    margin-bottom: 15px;
    text-align: center;
    font-family: Open Sans,open-sans,Arial,Helvetica Neue,sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.mdl-signup .submitbtn {
    background: #2ecc71;
    color: #fff;
    width: 140px;
    text-align: center;
}

.mdl-signup hr {
    margin-bottom: 0px;
}
/********************* /SEARCH LISTING (11AGST2017) *********************/
/********************* /INTERNAL CSS (11AGST2017) *********************/
.pl-rt-bx {
    float: right;
    margin-bottom: 20px;
}

.property-list-wrap .locol-grid .col-10 {
    padding: 0px 5px;
}

    .property-list-wrap .locol-grid .col-10 .box-pd-wrp {
        margin-bottom: 10px;
    }

#mySidenav {
    overflow: auto;
}
#mySidenav .btn-mrgn { text-align:left;}
#graph1 {
    width: 519px;
    height: 280px;
}

.custom-select {
    height: 34px;
}
.custom-select + .holder { display:none;}

.image-login a {
    margin-left: 280px;
}

.nav .open > a {
    background-color: transparent;
}

.featured-wrap .col-md-8 img {
    width: 24px;
    padding-right: 5px;
}

.featured-wrap .col-md-4 {
    padding: 0px;
}

.featured-wrap .col-md-8 {
    padding-right: 0px;
}

.contct-lnk {
    margin-left: 12px;
    color: #fff;
}

    .contct-lnk a {
        color: #fff;
        text-decoration: underline;
    }

        .contct-lnk a:hover {
            color: #efefef;
        }

.ui-autocomplete {
    z-index: 999999 !important;
}

.project-slide-feature-pro .price { float:left;}
.project-slide-feature-pro .deal-detail p a { font-size:16px;}

/***Added on 5th Sep***/
.price-wrp{ font-size: 12px;color: #fff; text-align: left; float: left;left:5px;right:116px; width:212px; top:0px; padding-top:16px;}
/*.price-wrp{ font-size: 12px;color: #fff; text-align: left; float: left; display: contents;}*/
.dl-wrp .price.mrgn-tp{ margin-top:-4px;}
.ft-agt-ttl.headng-rght{ margin-bottom: 15px !important; margin-top:0px !important; text-align: center !important;}
#DivFeatureProperty .photo-property{ margin:0 auto; display:inline-block;}
.text-right{ text-align:right;}
.feature-bedroom, .feature-bathroom{ font-size:13px;}
.feature-bedroom img, .feature-bathroom img{ width:22px; line-height:24px;}
.feature-address{ font-size:13px;}
.feature-address span{ text-align:right;}
/***End /- Added on 5th Sep***/

/*added 7th sep frof Mohit's task*/
.banner-ovt > ul#myTab2 li:nth-child(4),
                .banner-ovt > ul#myTab2 li:nth-child(5) { width:50%;}
/***End /- Added on 7th Sep***/

/*form New Login/Registration*/

.panel-login { border-color: #ccc;-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);margin-bottom:0;}
.panel-login>.panel-heading { color:#00415d;background-color:#fff;text-align:center;border:2px solid #22bb72;border-radius:30px;overflow:hidden;padding:0;margin:0 15px;}
.panel-login>.panel-heading a { text-decoration: none;color: #666;font-weight: bold;font-size: 15px;-webkit-transition: all 0.1s linear;-moz-transition: all 0.1s linear;transition: all 0.1s linear;float:left;width:50%;padding:10px 15px;}
.panel-login>.panel-heading a.active { background-color:#22bb72;color:#ffffff;}
.panel-login>.panel-heading hr { margin-top: 10px;margin-bottom: 0px;clear: both;border: 0;height: 1px;background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));}
.panel-login input[type="text"],
.panel-login input[type="email"],
.panel-login input[type="password"] { height: 45px;border: 1px solid #ddd;font-size: 16px;-webkit-transition: all 0.1s linear;-moz-transition: all 0.1s linear;transition: all 0.1s linear; color:#555 !important; overflow:hidden !important; line-height:1.2 !important;}
.panel-login input:hover,
.panel-login input:focus { outline: none;-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;border-color: #ccc;}
.panel-login .radio { float:left;width: 100px;padding:6px 12px;background-color: #f7f7f7;border: 1px solid #e7e7e7;border-radius: 30px;margin-top:0;margin-right:10px;}
.panel-login .radio label { width:100%;padding-left:0;}
.panel-login #dvClientReg .radio label input[type="radio"].form-control { position:relative !important;display:inline-block;margin:0 10px 0 0 !important;width:auto;height:16px !important;top:3px;}
.btn-login { background-color: #59B2E0;outline: none;color: #fff;font-size: 14px;height: auto;font-weight: normal;padding: 14px 0;text-transform: uppercase;border-color: #59B2E6;}
.btn-login:hover,
.btn-login:focus { color: #fff;background-color: #53A3CD;border-color: #53A3CD;}
.forgot-password { text-decoration: underline;color: #888;}
.forgot-password:hover,
.forgot-password:focus { text-decoration: underline;color: #666;}
.btn-register { background-color: #1CB94E;outline: none;color: #fff;font-size: 14px;height: auto;font-weight: normal;padding: 14px 0;text-transform: uppercase;border-color: #1CB94A;}
.btn-register:hover,
.btn-register:focus { color: #fff;background-color: #1CA347;border-color: #1CA347;}
.user-form-wrap .modal.in .modal-dialog { width:436px;box-shadow:0 0 17px 0 rgba(0,0,0,0.32);}
.user-form-wrap .modal.in .modal-dialog .modal-content { overflow:hidden;}
.user-form-wrap .modal.in .modal-dialog .modal-content:after { content:'';width:150px;height:200px;background-color:#19b085;border-radius:50%;position: absolute;left:-130px;top:-35px;}
.user-form-wrap .modal.in .modal-dialog .modal-content:before { content:'';width:150px;height:200px;background-color:#19b085;border-radius:50%;position: absolute;right:-130px;bottom:-35px;}
.user-form-wrap .modal.in .modal-dialog .modal-body { padding:8px; margin:20px;}
.user-form-wrap .modal.in .modal-dialog .modal-footer { text-align:center;border:none;}
.user-form-wrap .panel-login { box-shadow:none;border:none;}
.user-form-wrap .panel-login .panel-body { padding:0;}
.user-form-wrap .panel-login>.panel-heading a { font-weight:normal;}
.user-form-wrap h3 { font-size:17px;color:#333333;font-weight:500;margin:50px 0 20px 0;}
.user-form-wrap .form-group { position:relative;}
.user-form-wrap .form-group a { text-decoration:none;}
.user-form-wrap .form-group .plcholdr { position:absolute;top:8px;left:0;font-size:16px;color:#989898;-webkit-transition:0.3s;-moz-transition:0.3s;transition:0.3s;font-weight:normal;z-index:1;}
.user-form-wrap .form-group .plcholdr.move { top:-10px;font-size:12px;color:#2ecc71;}
.user-form-wrap .form-group .plcholdr .fa { margin-right:10px;}
.user-form-wrap .form-group .rembrme-wrap { }
.user-form-wrap .form-control { padding:4px 0 !important;height:40px !important;border-radius:2px;box-shadow:none;font-size:16px !important;position:relative;z-index:2;background-color:transparent;border:none !important;border-bottom:2px solid rgba(115,115,115,0.50) !important;}
.user-form-wrap button[type="button"].form-control { padding:4px 12px !important;background-color:#ffffff;border:2px solid transparent;font-size:14px !important;color:#22bb72;border-radius:30px;display:block;max-width:295px;margin:20px auto 0;}
.user-form-wrap input[type="submit"].form-control { padding:4px 12px !important;background-color:#ffffff;border:2px solid transparent;font-size:14px !important;color:#22bb72;border-radius:30px;display:block;max-width:295px;margin:20px auto 0;}
.user-form-wrap button[type="submit"].form-control { padding:4px 12px !important;background-color:#ffffff;border:2px solid transparent;font-size:14px !important;color:#22bb72;border-radius:30px;display:block;max-width:295px;margin:20px auto 0;}

.user-form-wrap button[type="button"].form-control:hover { background-color:#22bb72;color:#ffffff;}
.user-form-wrap input[type="submit"].form-control:hover { background-color:#22bb72;color:#ffffff;}
.user-form-wrap button[type="submit"].form-control:hover { background-color:#22bb72;color:#ffffff;}
.user-form-wrap .rembrme-wrap label { font-weight:normal;}
.user-form-wrap .terms-condition a { display:inline-block;color:#22bb72;}
.user-form-wrap .input-detail-txt { color:red;font-size:12px;}
.user-form-wrap .input-detail-txt a { display:inline-block;color:#22bb72;margin-right:10px;}
.professional-info-wrap { text-align:center;}
.professional-info-wrap a.pi-img { display:inline-block;width:50px;height:50px;background-color:#ffffff;color:#959595;border:1px solid #c0c0c0;border-radius:50%;font-size:20px;padding:10px;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.professional-info-wrap .row div:hover a.pi-img,
.professional-info-wrap .row div.activeRole a.pi-img { background-color:#22bb72;color:#ffffff;border-color:#22bb72;}
.professional-info-wrap span.pi-txt { color:#959595;display:block;margin-top:5px;}
.professional-info-wrap .row div:hover span.pi-txt,
.professional-info-wrap .row div.activeRole span.pi-txt { color:#22bb72;}
.dv-form a{text-decoration:none;
  color:#222;
  background-color:transparent;
  padding:4px 5px;}
#dvClientReg .radio input[type="radio"]{ position:fixed; margin:-9px 0 0 !important;}
.recent-added-feature .deal-detail > .price { width:100%; padding-top:20px;}
.recent-added-feature .price.mrgn-tp { float:right;}
.recent-added-feature .deal-detail > .price .price-wrp { bottom:12px;top:auto;}
.indx-reg{ z-index:999999!important;}
.dv-login .modal-header{ padding:0px 15px !important; border-bottom:none !important;}
.tp-links{margin-top: -13px !important; color:#2ecc71;}
#register-form label.error{ font-weight:400; color:#a94442;}
.overlay-content .form-group{ z-index:999 !important;}

.navbar1-headertop .col-xs-4 { width:230px;}
.headright-btn .login-btn[data-target="#signupform"] { display:none;}
.gm-style-iw + div{ background-color:transparent; right:60px !important; opacity:0.9;}
div.infowindow {
    max-height:250px;
 }
.dropdown-menu{ right:0 !important; left:inherit;}
.gm-style-iw {
   width: 250px !important;
   top: 0 !important;
   left: 0 !important;
   background-color: #fff;
   box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
   border: 1px solid rgba(72, 181, 233, 0.6);
   border-radius: 2px 2px 0 0;
}
.gm-style-iw > div { width:100%;}
.sidenav a.pop-btn.hvr-rectangle-out { margin-bottom:40px;}
.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;position:relative;}
.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;}
.count-info + .dropdown-alerts li a span.glyphicon { top:10px;position:absolute;right:11px;}
.ms-options-wrap ul{ list-style:none; padding-left:7px;}
#DivAgentActiveListing{ height:500px; overflow:auto;}
.navbar1-header .col-xs-3{ width:16% !important; padding-top:5px;}
.navbar1-header .col-xs-4{ padding-top:12px !important; padding-left:0px !important; font-size:12px;}
.dv-listing-hg{ height:580px; overflow:auto;}
#editorfield_captcha input{ width:100% !important;}

@media (max-width:768px) {
.navbar1-right.on-togle {position: absolute;background: #fff;width: 100%;top: 85px;text-align: center;}
.ham-icon i {  font-size: 24px;    right: 0; color: #2ecc71 !important;}
.ham-icon {  position: absolute;    right: 34px;    top: 24px;}
.col-sm-2.pad_lft_0 .form-group{float:right !important;}
.p-shrtfeat-dsc {
    min-height:285px;
}
}
.hg-value .col-md-6{ background-color:#f9f9f9; margin-bottom:12px; }
                   .hg-value .col-md-12 p{ font-size:20px; font-weight:600;}
                   .hg-value .col-md-12 p.tp-price{ font-size:25px; font-weight:600;}
                   .hg-value .col-md-6 p{ font-size:12px; font-weight:600; text-align:center}
#myModal.dv-login{position:fixed;}
.body-fixed {
    position: fixed;
    width: 100%;
    overflow:hidden;
}
.pddng-lt{ padding-left:22px;}
.btn-contact{ border:0px;}
.dv-status label, .dv-status span{font-size: 12px !important; margin-top: 12px; color: #7f7f7f !important; font-weight:300;}
.col-sm-2.pad_lft_0{padding-left:0;}  
.col-sm-2.pad_lft_0 .form-group{float:left;}  
.col-sm-2.pad_lft_0 .show-map-btn.search_tp{padding: 8px 16px;}
.dv-serchlsting-hdr{font-size:12px; line-height:16px;}


@media print {
    header .navbar-fixed-top {
        position: relative !important;
    }
    a[href]:after {
        content: none !important;
    }
}


/*=================Content=================*/
/***********Page Agent Detail **************/

.agent-detail-main {
    color: #666666 !important;
}

.agent-detail-right {
    padding-bottom: 0px;
    /* padding-top: 5px; */
    padding-right: 20px;
    padding-left: 20px;
}

.contact-agent-border {
    border: 1px solid #f1f1f1;
    margin-right: -15px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    box-shadow: 0px 0px 11px 1px #efefef;
}

.panel-border h4, .team-member h4, .contact-agent-border h4 {
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0;
    /*text-align: center;*/
}

.basic-search.form-group .searchAgentInput,
.basic-search.form-group .locationAgentInput {
    width: calc(50% - 55px);
    float: left;
    border-radius: 0;
    border: 2px solid;
    border-right: 1px;
    padding: 10px 15px;
    height: auto;
}

.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: 220px !important;
    text-align: left;
}

.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;
        float: left;
        margin-right: 10px;
    }

    .agent-detail-inside div.link {
        display: inline-block;
        font-size: 15px;
        float: left;
    }

.agent-detail-left-photo img {
    margin-bottom: 10px;
    border: 1px solid #efefef;
}

.agent-detail-inside h3 {
    width: 100%;
    margin: 10px 0 5px;
    font-size: 19px;
    font-weight: 600;
}

.agent-detail-inside h4 {
    width: 100%;
    margin: 10px 0 5px;
    font-size: 16px;
}

.agent-detail-inside-2 a {
    margin-top: 15px;
    width: 50%;
    border-radius: 2px;
    /*float: left;*/
}

.agent-detail-inside-2 .rate-agent {
    margin-left: 0px;
}

.agent-detail-inside-3 {
    margin-top: 30px;
}

.agent-detail-inside div.phone img, .agent-detail-inside div.link img {
    display: inline-block;
    height: 25px;
    margin-right: 5px;
}

.agent-detail-inside div span {
    float: left;
}

.agent-detail-inside div.link a {
    margin: 0;
    float: left;
}

@media (max-width: 520px) {
    .agent-detail-inside-1 {
        padding-left: 0;
        width: 100px;
    }

    .agent-detail-inside-2 {
        padding-left: 5px;
        width: calc(100% - 100px);
        line-height: 18px;
        font-size: 12px !important;
    }

    .agent-detail-inside h4 {
        font-size: 14px !important;
    }

    .agent-detail-inside div.phone img, .agent-detail-inside div.link img {
        height: 17px;
    }

    .agent-detail-inside div.phone {
        font-size: 12px;
    }

    .agent-detail-inside div.link {
        font-size: 11px;
    }
}

.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;
    }