.zoom:hover{
font-size:20px;
font-weight:bolder;    
text-decoration: : none!important;
}

.zm:hover{
font-size:16px;
font-weight:bolder;    
text-decoration: : none!important;
}


header.main-header .header-links>ul>li>a:hover {
    background: #20306b!important;
}

 .btn-info:hover {
    color: #fff;
    background-color: #000000!important;
    border-color: #269abc;
}
p#hh {
    font-size: 20px;
}
@media (max-width: 768px) {
  .btn-responsive {
    padding:2px 4px;
    font-size:80%;
    line-height: 1;
    border-radius:3px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
  }
}



.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}





@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
body {
  font-family: 'Open Sans', 'sans-serif';
}
.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
   
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
















/*main css*/







*:focus {
    outline: none;
}
.bgPopupHeader {
    background: url(../../images/nriPopup/bg-popHeader.png) 0 0 no-repeat;
    height: 124px;
}
.nriFormConWrap {
    height: 376px;
    background: #fff;
    position: relative;
    overflow: hidden;
    font-family: 'open_sansregular';
}
.customBtn {
    cursor: pointer;
    border-radius: 3px;
}
.nriPopupTitle {
    color: #fff;
    text-align: center;
    padding: 10px 0 0;
}
.nriPopupTitle h2 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    letter-spacing: -0.7px;
    font-family: 'opensans-bold';
    font-size: 24px;
    line-height: 25px;
}
.nriPopupTitle h2 span {
    display: block;
    font-family: 'open_sansregular';
    font-size: 16px;
    display: block;
    padding-top: 8px;
    color: #dda19f;
}
.boldText {
    font-family: 'opensans-bold';
}
.popupKeyFeatureList {
    padding: 17px 0 0 22px;
}
.popupKeyFeatureList ul {
    margin: 0;
    padding: 0;
}
.popupKeyFeatureList li {
    background: url("../../images/nriPopup/iconTick.png") no-repeat scroll 0 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 21px;
}
.popupKeyFeatureList li+li {
    margin-left: 39px;
}
.iWantToOptionRow .customRadionInput {
    width: 20%;
}
.popupHeading {
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 36px;
    padding: 13px 0 0 0;
}
.formConInner {
    padding-top: 30px;
}
.formConInner .jqFormRow {
    margin-bottom: 30px;
}
.elemLabel {
    font-size: 14px;
    color: #4a4a4a;
    padding-bottom: 6px;
    opacity: .40;
    color: #000;
}
.jqFormRow {
    padding: 0;
    position: relative;
}
.jqFormField {
    height: 56px;
    position: relative;
    overflow: hidden;
}
.jqLabelText {
    color: #4a4a4a;
    font-family: 'open_light';
    display: block;
    font-size: 20px;
    left: 10px;
    position: absolute;
    text-align: left;
    top: 20px;
    transition: all .2s ease 0s;
    opacity: .3;
}
.jqInputText {
    font-family: 'open_light';
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #eaeaea;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #4a4a4a;
    font-size: 20px;
    left: 2px;
    padding: 0 0 0 11px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 17px;
    transition: all .2s ease 0s;
    width: 100%;
    outline: none;
    height: 38px;
}
.jqFormField.jqInputFocused .jqLabelText {
    font-family: "open_light";
    font-size: 14px;
    top: 0;
    opacity: .4;
    left: 0;
    height: 25px;
    background: #fff;
}
.jqFormField.jqInputFocused .jqInputText {
    border-bottom: 1px solid #eaeaea;
}
.posBtnWrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 57px;
    text-align: center;
}
.customBtn {
    min-width: 92px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    border-radius: 3px;
    font-family: 'opensans-bold';
    padding: 0 14px;
}
.customBtn.customBtnBlack {
    background: #000;
    color: #fff;
    position: relative;
}
.customBtn.customBtnBlack span {
    display: inline-block;
    background: url(../../images/nriPopup/arrowBtnNext.png) 0 1px no-repeat;
    width: 6px;
    height: 11px;
    margin-left: 3px;
}
.btnPrevGray {
    font-family: 'open_sansregular';
    text-decoration: underline;
    opacity: .70;
    text-transform: capitalize;
}
.aboutNRIInfoForm .asideColm1 {
    float: left;
    width: 477px;
}
.aboutNRIInfoForm .asideColm2 {
    float: right;
    width: 219px;
}
.jqLabelText span {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
.jqFormField.jqInputFocused .jqLabelText span {
    display: none;
}
.countryCodeRow {
    position: relative;
}
.countryCodeRow .jqFormField {
    margin-left: 65px;
}
.countryCodeRow .countryCodeColm {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 55px;
    border-bottom: 1px solid #eaeaea;
}
.jqCustomSelectWrap {
    position: relative;
}
.jqCustomSelectWrap .customSelectInput {
    width: 68px;
    cursor: pointer;
    color: #000;
    font-size: 20px;
    line-height: 41px;
    font-family: open_light;
}
.jqCustomSelectWrap .customSelectDrowdown {
    display: none;
}
.customSelectArrow {
    position: absolute;
    top: 16px;
    right: 5px;
    background: url(../../images/nriPopup/customSelectArrow.png) 0 0 no-repeat;
    width: 15px;
    height: 7px;
}
.countryCodeRow .customSelectArrow {
    right: -4px;
}
.customSelectDrowdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px 0 #ccc;
    display: none;
    font-size: 14px;
    position: absolute;
    width: 68px;
    z-index: 10;
    top: 40px;
    left: 0;
    max-height: 200px;
    overflow: auto;
}
.customSelectDrowdown ul li {
    cursor: pointer;
    padding: 4px 10px;
}
.customSelectDrowdown ul li:hover {
    background: #f8f8f8;
}
#otherNriOption {
    float: right;
    margin-top: -29px;
    width: 228px;
    display: none;
}
.mt16 {
    margin-top: 16px;
}
.customAutoSuggest {
    position: relative;
}
.customAutoSuggestDrowdown {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px 0 #ccc;
    display: none;
    font-size: 14px;
    position: absolute;
    z-index: 10;
    top: 56px;
    width: 310px;
    left: 2px;
    max-height: 182px;
    overflow: auto;
}
.customAutoSuggestDrowdown ul li {
    cursor: pointer;
    padding: 4px 10px;
}
.customAutoSuggestDrowdown ul li:hover {
    background: #f8f8f8;
}
.customAutoSuggest .customAutoSuggestDrowdown li+li {
    border-top: 1px solid #f4f4f4;
}
.jqPropertyTypeRow .customRadionInput {
    width: 25%;
}
.formConInner.nriFormStep3Inner {
    padding-top: 4px;
}
.formConInner.nriFormStep3Inner .jqFormRow {
    margin-bottom: 18px;
}
.formConInner.nriFormStep3Inner .customRadionInput {
    height: 52px;
    line-height: 52px;
}
.formConInner.nriFormStep3Inner .customRadionInput label {
    height: 52px;
    line-height: 52px;
    color: #666;
}
.formConInner.nriFormStep3Inner .customRadionInput.checked label {
    font-family: 'opensans-semibold';
}
.formConInner.thanksYouPage {
    text-align: center;
    line-height: 29px;
    font-size: 16px;
    padding-top: 22px;
    color: #535353;
}
.iconThumbCom {
    width: 140px;
    height: 140px;
    background: #fafafa;
    border-radius: 50%;
    display: inline-block;
}
.iconThumbCom img {
    margin-top: 32px;
}
.thanksYouPage h3 {
    margin: 0;
    padding: 15px 0 14px 0;
    font-family: 'opensans-bold';
    font-size: 20px;
}
.nriFormStep4Row .step4Com1 {
    float: left;
    width: 345px;
}
.nriFormStep4Row .step4Com2 {
    float: right;
    width: 345px;
}
.nriFormStep4Row .customRadionInput {
    width: 50%;
}
.nriFormStep4Row .lookinPosTime .customRadionInput {
    width: 33.3%;
}
.nriFormStep4RentRow .step4Com1 {
    float: left;
    width: 345px;
}
.nriFormStep4RentRow .step4Com2 {
    float: right;
    width: 345px;
}
.nriFormStep4RentRow .customRadionInput {
    width: 50%;
}
.nriFormStep4RentRow .lookinPosTime .customRadionInput {
    width: 33.3%;
}
.minBudgetWrap {
    float: left;
    width: 50%;
    height: 52px;
    border: 1px solid #ededed;
    border-radius: 2px 0 0 2px;
}
.maxBudgetWrap {
    float: left;
    width: 50%;
    height: 52px;
    border: 1px solid #ededed;
    border-left: 0;
    margin-left: -3px;
    border-radius: 0 2px 2px 0;
}
.minBudgetWrap .customSelectInput, .maxBudgetWrap .customSelectInput {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 52px;
    height: 52px;
    float: none;
    width: auto;
}
.minBudgetWrap .customSelectInput .customSelectArrow, .maxBudgetWrap .customSelectInput .customSelectArrow {
    top: 24px;
    right: 31p;
}
.minBudgetWrap .customSelectDrowdown, .maxBudgetWrap .customSelectDrowdown {
    width: 172px;
    top: 52px;
    height: 108px;
}
.formConInner.nriFormStep4Inner .customRadionInput {
    height: 52px;
    line-height: 52px;
}
.formConInner.nriFormStep4Inner .customRadionInput label {
    height: 52px;
    line-height: 52px;
    color: #666;
}
.formConInner.nriFormStep4Inner .customRadionInput.checked label {
    font-family: 'opensans-semibold';
}
.formConInner.nriFormStep4RentInner .customRadionInput {
    height: 52px;
    line-height: 52px;
}
.formConInner.nriFormStep4RentInner .customRadionInput label {
    height: 52px;
    line-height: 52px;
    color: #666;
}
.formConInner.nriFormStep4RentInner .customRadionInput.checked label {
    font-family: 'opensans-semibold';
}
.furnishingRow .customRadionInput {
    width: 25%;
}
.customRadioWrap .customRadionInput {
    float: left;
    height: 58px;
    cursor: pointer;
    line-height: 58px;
    position: relative;
    font-size: 14px;
    color: #333;
}
.customRadioWrap .customRadionInput label {
    height: 58px;
    display: block;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #eaeaea;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #fff;
}
.customRadioWrap .customRadionInput input {
    opacity: 0;
    position: absolute;
}
.customRadioWrap .customRadionInput.checked label {
    background: #fff9f9;
    border: 1px solid #f3cfcf;
    z-index: 1;
}
.customRadioWrap .customRadionInput:first-child label {
    border-radius: 2px 0 0 2px;
}
.customRadioWrap .customRadionInput:last-child label {
    border-radius: 0 2px 2px 0;
    border-right: 1px solid #eaeaea;
}
.customRadioWrap .customRadionInput.checked:last-child label {
    border: 1px solid #f3cfcf;
}
#nriFormStep4 .customBtn.customBtnBlack span {
    display: none;
}
.jqErrorMsg {
    bottom: -18px;
    color: #a6160e;
    font-size: 11px;
    left: 10px;
    position: absolute;
    display: none;
}
.jqCustomAutoSuggest {
    position: relative;
}
.jqCustomAutoSuggest .ui-front {
    max-height: 170px;
    left: 0!important;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px 0 #ccc;
    background: #fff;
    width: 400px!important;
}
.jqCustomAutoSuggest .custom-nriCountrybox-toggle {
    display: none;
}
.jqCustomAutoSuggest input.ui-widget.ui-widget-content {
    border: 0;
    background: none;
    width: 100%;
    height: 37px;
}
.jqCustomAutoSuggest .ui-widget input, .jqCustomAutoSuggest .ui-widget select {
    font-family: open_light;
    color: #4a4a4a;
    font-size: 20px;
    font-weight: normal;
}
.jqCustomAutoSuggest .ui-front ul li {
    cursor: pointer;
    padding: 4px 10px;
}
.jqCustomAutoSuggest .ui-menu .ui-menu-item a {
    border: 0!important;
    border-radius: 0!important;
    cursor: pointer;
    font-family: open_light;
    margin: 0!important;
}
.jqCustomAutoSuggest .ui-menu .ui-menu-item+.ui-menu-item {
    border-top: 1px solid #eaeaea;
}
.jqCustomAutoSuggest .custom-nriCitybox-toggle {
    display: none;
}
.ui-tooltip {
    display: none!important;
}
#GB_overlay, #GB_window {
    -khtml-user-select: none;
}
#GB_overlay, #GB_window, .GB_header {
    left: 0;
    position: absolute;
}
.GB_Window .header, .nsrHeading, .zSearchH {
    font-weight: 700;
}
#GB_overlay, #GB_window, .GB_header {
    position: absolute;
}
#GB_overlay {
    background-color: #000;
    margin: auto;
    top: 0;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#GB_window {
    font-size: 1px;
    overflow: visible;
    z-index: 150;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    background: #fff;
}
#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}
#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}
.GB_Gallery {
    margin: 0 22px;
}
.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}
.GB_header {
    top: 10px;
    margin: 0;
    z-index: 500;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}
.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px;
}
.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}
.GB_header .caption {
    text-align: left;
    color: #fff;
    white-space: nowrap;
    font-size: 20px;
}
.GB_header .close {
    text-align: right;
}
.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}
.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}
#GB_middle {
    color: #eee;
    text-align: right;
    padding: 6px 6px 0 0;
}
#GB_middle .right, #userProfileListing .GB_Window .caption, .GB_Window .caption {
    padding-left: 10px;
}
#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}
#GB_middle .disabled {
    cursor: default;
}
#GB_middle .left {
    padding-right: 0;
}
.GB_Window .header {
    font-size: 12px;
    margin: 0;
}
.GB_Window .close {
    text-align: right;
    width: 60px;
}
.GB_Window .close span {
    font-size: 12px;
}
.GB_Window .close img {
    width: 16px;
    height: 16px;
    cursor: pointer;
    float: right;
    margin: 8px 8px 0 0;
}
.GB_Window.propertyDetailGreyBox .header .close img {
    margin: 8px 8px 0 0!important;
}
#GB_window.propertyDetailGreyBox {
    border: none;
}
.GB_Window .on {
    color: #0165a1;
    cursor: pointer;
}
.GB_Window .click {
    border-bottom: 0 solid #333;
}
#didYouMeanContainer {
    width: 985px;
    margin: 0 auto 0 5px;
}
#didYouMeanContainer .leftCorner {
    width: 5px;
    height: 35px;
    float: left;
    overflow: hidden;
}
#didYouMeanContainer .rightCorner {
    width: 5px;
    height: 35px;
    float: right;
    overflow: hidden;
}
#didYouMeanContainer .dymContent {
    margin: 0 10px;
    padding-top: 15px;
    color: #454545;
}
#didYouMeanContainer .dymContent .showingRF span {
    color: #c00;
}
#didYouMeanContainer .dymContent .dymOptions a {
    color: #054aa9;
    text-decoration: none;
}
#didYouMeanContainer .dymContent .dymOptions a:hover, .alsoSee a {
    text-decoration: underline;
}
#didYouMeanContainer .dymContent .showingRF {
    font-size: 16px;
    font-weight: 700;
}
#didYouMeanContainer .dymContent .dymOptions {
    font-size: 13px;
    padding-top: 5px;
}
#didYouMeanContainer .dymContent .devider {
    color: #a3a3a3;
    font-size: 17px;
    padding: 0 8px;
}
.fLeft {
    float: left;
}
.fRight {
    float: right;
}
.nsrHeading {
    background-image: url(../images/nsrHeadingBg.gif);
    padding: 16px 0 8px 15px;
    color: #c00;
    font-size: 18px;
}
.zeroSearch .zeroSearchContent, .zeroSearchRemoveCritaria .zeroSearchContent {
    font-size: 12px;
    line-height: 22px;
}
.zeroSearch {
    background-image: url(../images/nsrZSearchResult.gif);
    padding: 2px 15px 0;
    background-repeat: no-repeat;
}
.zeroSearchRemoveCritaria {
    padding: 2px 15px 0 0;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.zeroSearch .zeroSearchContent {
    font-weight: 100;
    padding-bottom: 20px;
}
.zeroSearch .zeroSearchContent span {
    font-weight: 700;
}
.zeroSearch .zeroSearchContent img {
    margin-top: -2px;
}
.zeroSearchRemoveCritaria .zeroSearchContent img {
    margin-top: -1px;
}
.zeroSearchRemoveCritaria .zeroSearchContent h1 {
    margin: 0;
    padding: 0;
    line-height: 18px;
    font-size: 11px;
    font-weight: 400;
    display: inline;
}
.zeroSearch .saveHeading {
    font-weight: 700;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    padding: 5px 0 4px 7px;
}
.zeroSearch .nsrContainerBg {
    background: url(../images/nsrSaveResultContainerBg.gif) top left repeat-x!important;
}
.zeroSearch .nsrContainerBg .leftCorner {
    background: url(../images/nsrSaveResultContainerCorner.gif) top left;
    width: 5px;
    height: 6px;
    float: left;
}
.zeroSearch .nsrContainerBg .rightCorner {
    background: url(../images/nsrSaveResultContainerCorner.gif) -5px 0;
    width: 5px;
    height: 6px;
    float: right;
}
#noSearchResultContainer .zeroSearch .nsrSaveQuerySection {
    float: left;
    width: 785px;
    background: url(../images/nsrSaveResultContainerBg.gif) top left repeat-x;
}
#noSearchResultContainer .zeroSearch .nsrSaveQuerySection p {
    padding-right: 15px;
}
.rmSpace {
    margin-right: 5px!important;
}
#noSearchResultContainer {
    width: 834px;
    margin: 0 auto;
    color: #333;
}
#noSearchResultContainer .hFeatProjectWrap {
    color: #383737;
    font-size: 11px;
    margin-bottom: 10px;
    width: 834px;
}
#hCenterWrap .hHeading h3, #noSearchResultContainer .hHeading h3, .hHeading h2 {
    color: #888;
    font-weight: 400;
    display: inline;
}
.hHeading {
    background: url(../images/nsr-h-head-bg.gif) left top no-repeat;
    padding: 15px;
}
.hFeatProjectWrap .content {
    line-height: 16px;
    padding: 0 0 0 15px;
}
.hFeatProjectWrap .content .colmargin {
    margin-right: 25px;
}
.hFeatProjectWrap .content .columnContent {
    float: left;
    width: 182px;
}
.hHeading {
    color: #BB0C13;
    font-size: 13px;
}
.hHeading span {
    color: #888;
}
.nsrRemoveSection {
    margin: 15px 16px;
    border-top: solid 1px #f0f0f0;
    clear: both;
    padding-top: 8px;
    color: #454545;
}
.nsrRemoveSection .noAndDel {
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 8px;
}
.nsrRemoveSection .noAndDel span {
    color: #c33;
}
.nsrRemoveSection .displaying {
    font-size: 10px;
    color: #858484;
}
.alsoSee, .incNearbyLocality {
    font-size: 12px;
}
.alsoSee {
    color: #b2afaf;
}
.alsoSee label {
    font-weight: 700;
    color: #333;
    padding-right: 5px;
}
.alsoSee span {
    padding: 0 5px;
}
.alsoSee a {
    color: #0165a1;
    font-weight: 700;
}
.alsoSee a:hover, .nsrSearchPage {
    text-decoration: none;
}
.moreInCity {
    margin-top: 10px;
    text-align: center;
}
.zeroSearch .nsrSaveQuerySection #reqPost {
    margin: 0 5px!important;
}
#noSearchResultContainer .nsrSaveQuerySection .hotproperties {
    padding: 0!important;
}
.zeroSearch .zeroSearchContent h1 {
    display: inline;
    font-size: 12px;
    color: #333;
    font-weight: 100;
}
#noSearchResultProjectContainer {
    width: 810px;
    margin: 0 auto;
    color: #333;
}
#noSearchResultProjectContainer .hotproperties span {
    margin: 0 12px 0 5px;
    padding: 10px 5px;
}
#projectSearch #noSearchResultProjectContainer .hotproperties span {
    margin: 0 12px 0 0;
    padding: 10px 0;
}
form, img {
    padding: 0;
}
#noSearchResultProjectContainer .nsrHeading {
    background-image: url(../images/nsrHeadingBgSmall.gif);
}
#noSearchResultProjectContainer .zeroSearch {
    background-image: url(../images/nsrZSearchResultSmall.gif);
}
img {
    border: 0;
}
form {
    margin: 0;
}
.nsrSearchPage {
    background: url(../images/myBrightBtnBg.gif) left top repeat-x #e64501;
    border: 1px solid #B14A1F;
    border-radius: 3px;
    color: #FFF;
    display: block;
    font-weight: 700;
    line-height: 17px;
    margin: 10px 6px;
    padding: 5px 10px;
    font-size: 15px;
}
.nsrSearchPage a {
    color: #FFF;
    text-decoration: underline;
}
.nsrSearchPage a:hover {
    text-decoration: none;
}
#GB_overlay.mbLocalityPhotoOverlay {
    background-color: #000;
    opacity: .9!important;
    filter: alpha(opacity=90)!important;
    z-index: 1000;
}
#GB_frame.mbLocalityPhoto, #GB_top_frame.mbLocalityPhoto {
    background: 0 0!important;
}
#GB_window.mbLocalityPhoto #GB_top_frame {
    background: #fff;
    border: 4px solid #B6B6B6;
}
#GB_window.mbLocalityPhoto {
    background: 0;
    box-shadow: none!important;
    border: none;
    z-index: 1003;
}
#GB_window.mbLocalityPhoto .header {
    background: 0 0!important;
    color: #e31114;
    font-size: 24px;
    font-weight: 700;
    border: none;
    height: 0;
}
.GB_Window.mbLocalityPhoto .caption {
    color: #e31217!important;
    font-size: 19px!important;
    font-weight: 400!important;
    padding: 5px 0 0;
}
.GB_Window.mbLocalityPhoto .close {
    text-align: right;
    width: 60px;
    cursor: pointer;
    vertical-align: top;
}
.GB_Window.mbLocalityPhoto .close span {
    padding-top: 2px;
    display: inline-block;
    color: #272727;
    font-family: tahoma!important;
    font-size: 0;
}
.GB_Window.mbLocalityPhoto .close img {
    magin-right: 5px;
    vertical-align: top;
    padding-top: 3px!important;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 35px;
    height: 39px;
}
#GB_window.mbLocalityPhoto .header .caption {
    padding: 13px 0 0 23px;
}
.GB_Window.mbLocalityPhoto .content {
    border: none;
}
.GB_Window.mbLocalityPhoto .close div {
    width: 35px;
    height: 39px;
    position: absolute;
    top: 7px;
    right: 0;
    background: url(../greybox/popupcloseImg.png) left top no-repeat;
}
#GB_window.mbLocalityPhoto .content {
    background: 0 0!important;
}
#GB_window.GB_WindowFull {
    margin-top: -11px;
}
.GB_Window.GB_WindowFull .close div {
    top: 16px;
    width: auto;
    height: auto;
    background: url(../greybox/gbCloseIcon.png) 36px 9px no-repeat;
}
.GB_Window.GB_WindowFull .close span {
    font-size: 13px;
    color: #b2b2b2;
    font-weight: 400;
}
.GB_Window.GB_WindowFull #GB_top_frame {
    background: 0 0!important;
    border: none!important;
}
.GB_Window .close div span {
    display: none;
}
#GB_frame body {
    background: #fff;
}
#mfForum #GB_overlay {
    z-index: 999;
}
#mfForum #GB_top_frame {
    margin-left: 12px;
}
@media(min-width:992px) {
    .container {
    width: 970px;
}
}
@media(min-width:1200px) {
    .container {
    width: 1170px;
}
}
@media(min-width:1250px) {
    .container {
    width: 1200px;
}
}
@media(min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-11 {
    width: 91.66666667%;
}
.col-sm-10 {
    width: 83.33333333%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-8 {
    width: 66.66666667%;
}
.col-sm-7 {
    width: 58.33333333%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-5 {
    width: 41.66666667%;
}
.col-sm-4 {
    width: 33.33333333%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-2 {
    width: 16.66666667%;
}
.col-sm-1 {
    width: 8.33333333%;
}
.col-sm-pull-12 {
    right: 100%;
}
.col-sm-pull-11 {
    right: 91.66666667%;
}
.col-sm-pull-10 {
    right: 83.33333333%;
}
.col-sm-pull-9 {
    right: 75%;
}
.col-sm-pull-8 {
    right: 66.66666667%;
}
.col-sm-pull-7 {
    right: 58.33333333%;
}
.col-sm-pull-6 {
    right: 50%;
}
.col-sm-pull-5 {
    right: 41.66666667%;
}
.col-sm-pull-4 {
    right: 33.33333333%;
}
.col-sm-pull-3 {
    right: 25%;
}
.col-sm-pull-2 {
    right: 16.66666667%;
}
.col-sm-pull-1 {
    right: 8.33333333%;
}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-push-12 {
    left: 100%;
}
.col-sm-push-11 {
    left: 91.66666667%;
}
.col-sm-push-10 {
    left: 83.33333333%;
}
.col-sm-push-9 {
    left: 75%;
}
.col-sm-push-8 {
    left: 66.66666667%;
}
.col-sm-push-7 {
    left: 58.33333333%;
}
.col-sm-push-6 {
    left: 50%;
}
.col-sm-push-5 {
    left: 41.66666667%;
}
.col-sm-push-4 {
    left: 33.33333333%;
}
.col-sm-push-3 {
    left: 25%;
}
.col-sm-push-2 {
    left: 16.66666667%;
}
.col-sm-push-1 {
    left: 8.33333333%;
}
.col-sm-push-0 {
    left: auto;
}
.col-sm-offset-12 {
    margin-left: 100%;
}
.col-sm-offset-11 {
    margin-left: 91.66666667%;
}
.col-sm-offset-10 {
    margin-left: 83.33333333%;
}
.col-sm-offset-9 {
    margin-left: 75%;
}
.col-sm-offset-8 {
    margin-left: 66.66666667%;
}
.col-sm-offset-7 {
    margin-left: 58.33333333%;
}
.col-sm-offset-6 {
    margin-left: 50%;
}
.col-sm-offset-5 {
    margin-left: 41.66666667%;
}
.col-sm-offset-4 {
    margin-left: 33.33333333%;
}
.col-sm-offset-3 {
    margin-left: 25%;
}
.col-sm-offset-2 {
    margin-left: 16.66666667%;
}
.col-sm-offset-1 {
    margin-left: 8.33333333%;
}
.col-sm-offset-0 {
    margin-left: 0;
}
}
@media(min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}
.col-md-pull-12 {
    right: 100%;
}
.col-md-pull-11 {
    right: 91.66666667%;
}
.col-md-pull-10 {
    right: 83.33333333%;
}
.col-md-pull-9 {
    right: 75%;
}
.col-md-pull-8 {
    right: 66.66666667%;
}
.col-md-pull-7 {
    right: 58.33333333%;
}
.col-md-pull-6 {
    right: 50%;
}
.col-md-pull-5 {
    right: 41.66666667%;
}
.col-md-pull-4 {
    right: 33.33333333%;
}
.col-md-pull-3 {
    right: 25%;
}
.col-md-pull-2 {
    right: 16.66666667%;
}
.col-md-pull-1 {
    right: 8.33333333%;
}
.col-md-pull-0 {
    right: auto;
}
.col-md-push-12 {
    left: 100%;
}
.col-md-push-11 {
    left: 91.66666667%;
}
.col-md-push-10 {
    left: 83.33333333%;
}
.col-md-push-9 {
    left: 75%;
}
.col-md-push-8 {
    left: 66.66666667%;
}
.col-md-push-7 {
    left: 58.33333333%;
}
.col-md-push-6 {
    left: 50%;
}
.col-md-push-5 {
    left: 41.66666667%;
}
.col-md-push-4 {
    left: 33.33333333%;
}
.col-md-push-3 {
    left: 25%;
}
.col-md-push-2 {
    left: 16.66666667%;
}
.col-md-push-1 {
    left: 8.33333333%;
}
.col-md-push-0 {
    left: auto;
}
.col-md-offset-12 {
    margin-left: 100%;
}
.col-md-offset-11 {
    margin-left: 91.66666667%;
}
.col-md-offset-10 {
    margin-left: 83.33333333%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-offset-8 {
    margin-left: 66.66666667%;
}
.col-md-offset-7 {
    margin-left: 58.33333333%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-offset-5 {
    margin-left: 41.66666667%;
}
.col-md-offset-4 {
    margin-left: 33.33333333%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-2 {
    margin-left: 16.66666667%;
}
.col-md-offset-1 {
    margin-left: 8.33333333%;
}
.col-md-offset-0 {
    margin-left: 0;
}
}
@media(min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-11 {
    width: 91.66666667%;
}
.col-lg-10 {
    width: 83.33333333%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-8 {
    width: 66.66666667%;
}
.col-lg-7 {
    width: 58.33333333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-5 {
    width: 41.66666667%;
}
.col-lg-4 {
    width: 33.33333333%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-2 {
    width: 16.66666667%;
}
.col-lg-1 {
    width: 8.33333333%;
}
.col-lg-pull-12 {
    right: 100%;
}
.col-lg-pull-11 {
    right: 91.66666667%;
}
.col-lg-pull-10 {
    right: 83.33333333%;
}
.col-lg-pull-9 {
    right: 75%;
}
.col-lg-pull-8 {
    right: 66.66666667%;
}
.col-lg-pull-7 {
    right: 58.33333333%;
}
.col-lg-pull-6 {
    right: 50%;
}
.col-lg-pull-5 {
    right: 41.66666667%;
}
.col-lg-pull-4 {
    right: 33.33333333%;
}
.col-lg-pull-3 {
    right: 25%;
}
.col-lg-pull-2 {
    right: 16.66666667%;
}
.col-lg-pull-1 {
    right: 8.33333333%;
}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-push-12 {
    left: 100%;
}
.col-lg-push-11 {
    left: 91.66666667%;
}
.col-lg-push-10 {
    left: 83.33333333%;
}
.col-lg-push-9 {
    left: 75%;
}
.col-lg-push-8 {
    left: 66.66666667%;
}
.col-lg-push-7 {
    left: 58.33333333%;
}
.col-lg-push-6 {
    left: 50%;
}
.col-lg-push-5 {
    left: 41.66666667%;
}
.col-lg-push-4 {
    left: 33.33333333%;
}
.col-lg-push-3 {
    left: 25%;
}
.col-lg-push-2 {
    left: 16.66666667%;
}
.col-lg-push-1 {
    left: 8.33333333%;
}
.col-lg-push-0 {
    left: auto;
}
.col-lg-offset-12 {
    margin-left: 100%;
}
.col-lg-offset-11 {
    margin-left: 91.66666667%;
}
.col-lg-offset-10 {
    margin-left: 83.33333333%;
}
.col-lg-offset-9 {
    margin-left: 75%;
}
.col-lg-offset-8 {
    margin-left: 66.66666667%;
}
.col-lg-offset-7 {
    margin-left: 58.33333333%;
}
.col-lg-offset-6 {
    margin-left: 50%;
}
.col-lg-offset-5 {
    margin-left: 41.66666667%;
}
.col-lg-offset-4 {
    margin-left: 33.33333333%;
}
.col-lg-offset-3 {
    margin-left: 25%;
}
.col-lg-offset-2 {
    margin-left: 16.66666667%;
}
.col-lg-offset-1 {
    margin-left: 8.33333333%;
}
.col-lg-offset-0 {
    margin-left: 0;
}
}
@-ms-viewport {
    width: device-width;
}
@media(max-width:767px) {
    .visible-xs {
    display: block!important;
}
table.visible-xs {
    display: table!important;
}
tr.visible-xs {
    display: table-row!important;
}
th.visible-xs, td.visible-xs {
    display: table-cell!important;
}
}
@media(max-width:767px) {
    .visible-xs-block {
    display: block!important;
}
}
@media(max-width:767px) {
    .visible-xs-inline {
    display: inline!important;
}
}
@media(max-width:767px) {
    .visible-xs-inline-block {
    display: inline-block!important;
}
}
@media(min-width:768px) and(max-width:991px) {
    .visible-sm {
    display: block!important;
}
table.visible-sm {
    display: table!important;
}
tr.visible-sm {
    display: table-row!important;
}
th.visible-sm, td.visible-sm {
    display: table-cell!important;
}
}
@media(min-width:768px) and(max-width:991px) {
    .visible-sm-block {
    display: block!important;
}
}
@media(min-width:768px) and(max-width:991px) {
    .visible-sm-inline {
    display: inline!important;
}
}
@media(min-width:768px) and(max-width:991px) {
    .visible-sm-inline-block {
    display: inline-block!important;
}
}
@media(min-width:992px) and(max-width:1199px) {
    .visible-md {
    display: block!important;
}
table.visible-md {
    display: table!important;
}
tr.visible-md {
    display: table-row!important;
}
th.visible-md, td.visible-md {
    display: table-cell!important;
}
}
@media(min-width:992px) and(max-width:1199px) {
    .visible-md-block {
    display: block!important;
}
}
@media(min-width:992px) and(max-width:1199px) {
    .visible-md-inline {
    display: inline!important;
}
}
@media(min-width:992px) and(max-width:1199px) {
    .visible-md-inline-block {
    display: inline-block!important;
}
}
@media(min-width:1200px) {
    .visible-lg {
    display: block!important;
}
table.visible-lg {
    display: table!important;
}
tr.visible-lg {
    display: table-row!important;
}
th.visible-lg, td.visible-lg {
    display: table-cell!important;
}
}
@media(min-width:1200px) {
    .visible-lg-block {
    display: block!important;
}
}
@media(min-width:1200px) {
    .visible-lg-inline {
    display: inline!important;
}
}
@media(min-width:1200px) {
    .visible-lg-inline-block {
    display: inline-block!important;
}
}
@media(max-width:767px) {
    .hidden-xs {
    display: none!important;
}
}
@media(min-width:768px) and(max-width:991px) {
    .hidden-sm {
    display: none!important;
}
}
@media(min-width:992px) and(max-width:1199px) {
    .hidden-md {
    display: none!important;
}
}
@media(min-width:1200px) {
    .hidden-lg {
    display: none!important;
}
}
.visible-print {
    display: none!important;
}
@media print {
    .visible-print {
    display: block!important;
}
table.visible-print {
    display: table!important;
}
tr.visible-print {
    display: table-row!important;
}
th.visible-print, td.visible-print {
    display: table-cell!important;
}
}
.visible-print-block {
    display: none!important;
}
@media print {
    .visible-print-block {
    display: block!important;
}
}
.visible-print-inline {
    display: none!important;
}
@media print {
    .visible-print-inline {
    display: inline!important;
}
}
.visible-print-inline-block {
    display: none!important;
}
@media print {
    .visible-print-inline-block {
    display: inline-block!important;
}
}
@media print {
    .hidden-print {
    display: none!important;
}
}
@media screen and(max-width:767px) {
    .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}
.table-responsive>.table {
    margin-bottom: 0;
}
.table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
}
.table-responsive>.table-bordered {
    border: 0;
}
.table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}
.table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
}
}
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
}
50% {
    opacity: .3;
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
}
}
@keyframes fadeInLeft {
    0% {
    opacity: 0;
    transform: translateX(-400px);
}
50% {
    opacity: .3;
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
.fadeInLeft {
    opacity: 0;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}
.fadeInLeft.go {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
}
50% {
    opacity: .3;
}
100% {
    opacity: 1;
    -webkit-transform: translateX(0);
}
}
@keyframes fadeInRight {
    0% {
    opacity: 0;
    transform: translateX(400px);
}
50% {
    opacity: .3;
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
@keyframes animatedBackground {
    from {
    background-position: 0 0;
}
to {
    background-position: 100% 0;
}
}
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(1%, 0, 0);
    transform: translate3d(1%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInRight {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(1%, 0, 0);
    transform: translate3d(1%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@media(min-width:980px) {
    .block4in1 {
    font-size: 18px;
    margin: auto .5%;
}
.block4in1 .block4in1Uit {
    width: 24%;
    margin-right: 1%;
}
}
@media(min-width:1200px) {
    .block4in1 {
    font-size: 20px;
}
.block4in1 .block4in1Uit {
    width: 260px;
    margin-right: 15px;
}
.block4in1 #featuredAgents .block4in1Uit {
    width: 285px!important;
    margin-right: 20px;
    height: 276px!important;
}
.block4in1 #featuredAgents li .block4in1Uit:last-child {
    margin-right: 0;
}
}
.users_testimonials, .users_testimonials *, .rent_block, .rent_block *, .salesPrice, .salesPrice *, .viewFAgents *, #cityFeaturedAgentTop, #cityFeaturedAgentTop *, .new_property, .new_property *, .perfectChoice * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.animated.slidUpAnim {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}
@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@charset "utf-8";
    body {
    background-color: #eee;
	    font-size: 14px!important;
}
.pattern_bg {
    background: url(../images/pattern.png) repeat 0 0;
}
header a:hover {
    text-decoration: none;
}
header.main-header {
    height: 50px;
    width: 100%;
    background-color: #0c1d5d;
    position: fixed;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
}
header.main-header * {
    box-sizing: border-box;
}
@media(min-width:980px) {
    header.main-header .logo {
    margin: 5px 0 5px 15px;
}
header.main-header .header-links {
    width: 430px;
}
.disp_none_980 {
    display: none;
}
.locationDrop.dropContainer .dropDownBox {
    width: 645px;
    left: -160px;
}
.right-drop-menu.dropContainer .dropDownBox {
    width: 745px;
    left: -705px;
}
.buyDrop.dropContainer .dropDownBox {
    left: -50px;
}
.buyDrop.dropContainer .dropDownBox .carotIcon {
    left: 65px;
}
.rentDrop.dropContainer .dropDownBox {
    left: -50px;
}
.rentDrop.dropContainer .dropDownBox .carotIcon {
    left: 68px;
}
.sellDrop.dropContainer .dropDownBox {
    width: 450px;
}
.adviceDrop.dropContainer .dropDownBox {
    width: 710px;
    left: -280px;
}
.adviceDrop.dropContainer .dropDownBox .carotIcon {
    left: 335px;
}
header.main-header .postProperty {
    width: 110px;
}
header.main-header .postProperty .badge {
    background-color: rgba(139, 195, 74, 0.75);
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    padding: 0 4px;
    border-radius: 2px;
}
}
@media(min-width:1200px) {
    header.main-header .logo {
    margin: 5px 0;
}
.locationDrop.dropContainer .dropDownBox {
    width: 645px;
    left: 0;
    top: 50px!important;
}
.right-drop-menu.dropContainer .dropDownBox {
    width: 745px;
    left: -705px;
}
header.main-header .header-links {
    width: 600px;
}
header.main-header .right_link_group {
    width: 440px;
    float: right;
}
.buyDrop.dropContainer .dropDownBox.col_1, .rentDrop.dropContainer .dropDownBox.col_1 {
    width: 220px;
    left: -85px!important;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2, .rentDrop.dropContainer .dropDownBox.col_1.col_2 {
    width: 460px;
    left: -200px!important;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3, .rentDrop.dropContainer .dropDownBox.col_1.col_2.col_3 {
    width: 760px;
    left: -370px!important;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4, .rentDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4 {
    width: 958px;
    left: -390px!important;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4.col_5 {
    width: 1160px;
    left: -190px!important;
}
.rentDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4.col_5 {
    width: 1160px;
    left: -240px!important;
}
.sellDrop.dropContainer .dropDownBox {
    width: 450px;
}
.adviceDrop.dropContainer .dropDownBox {
    width: 710px;
    left: -280px;
}
.adviceDrop.dropContainer .dropDownBox .carotIcon {
    left: 335px;
}
header.main-header .header-links>ul>li.commercial {
    display: block;
}
header.main-header .postProperty {
    width: 165px;
}
.disp_none_980 {
    display: inline-block;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3 .seoTableParent, .rentDrop.dropContainer .dropDownBox.col_1.col_2.col_3 .seoTableParent {
    width: 50%;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3 .seoTableParent.table2Col, .rentDrop.dropContainer .dropDownBox.col_1.col_2.col_3 .seoTableParent.table2Col {
    width: 100%;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3 .seoTable td, .buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3 .seoTable th {
    width: 100%;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4 .seoTableParent, .rentDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4 .seoTableParent {
    width: 66.66666666%;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4 .seoTable td, .buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4 .seoTable th {
    width: 50%;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4.col_5 .seoTableParent, .rentDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4.col_5 .seoTableParent {
    width: auto;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4.col_5 .seoTable td, .buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4.col_5 .seoTable th {
    width: 33.33333333%;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4.col_5 .seoTableParent.table2Col, .rentDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4.col_5 .seoTableParent.table2Col {
    width: 50%;
}
}
.col-sm-12 p {
   /* margin-top: 10px;*/
}
.f-t-4 {
    font-family: opensans-semibold;
}
.text-underline {
    text-decoration: underline;
}
.app__show__more {
    text-align: center;
    background: #f0f2f9 url(../images/pattern.png) repeat 0 0;
    padding: 0 0 15px;
    font-size: 12px;
    cursor: pointer;
}
.arr__dwn:after {
    border-bottom: 1px solid;
    border-left: 1px solid;
    content: "";
    display: inline-block;
    height: 5px;
    margin-left: 5px;
    transform: rotate(-45deg);
    vertical-align: 2px;
    width: 5px;
}
header.main-header .logo {
    width: 160px;
    height: 40px;
    float: left;
}
header.main-header .logo a {
    width: 160px;
    height: 40px;
    display: block;
    background: url(../images/header_nav_icn.svg) no-repeat -9px 0;
}
header.main-header .locationDrop {
    height: 50px;
    position: absolute;
    float: left;
    top: 40px!important;
}
header.main-header .locationDrop .location_heading {
    padding: 10px 0 5px 0;
    border-bottom: #eaeaea solid 1px;
    margin-bottom: 10px;
}
header.main-header .locationDrop .location_heading a {
    color: #000;
}
header.main-header .locationDrop .location_icn {
    width: 20px;
    height: 20px;
    background: url(../images/header_nav_icn.svg) no-repeat -80px -173px;
    float: left;
}
header.main-header .locationDrop>a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0 17px 0 0;
    color: #fff;
    font-size: 10px;
}
header.main-header .locationDrop>a .drop_icn, header.main-header .dropContainer>a .drop_icn {
    width: 6px;
    height: 5px;
    position: relative;
    display: inline-block;
    background: url(../images/header_nav_icn.svg) no-repeat -85px -133px;
    background-size: 180px;
    opacity: .7;
}
header.main-header .header-links {
    height: 50px;
    padding: 0 0 0 0px;
    float: left;
    text-align: right;
}
header.main-header .header-links>ul {
    height: 40px;
}
header.main-header .header-links>ul>li {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    height: 50px;
}
header.main-header .header-links>ul>li>a {
    line-height: 50px;
    display: block;
    font-size: 13px;
    color: #fff;
    margin: 0;
    padding: 0 10px;
    font-family: opensans-semibold;
}
header.main-header .header-links>ul>li>a:hover {
    background: #710000;
}
header.main-header .header-links>ul>li>a.noDrop {
    background: none;
}
header.main-header .header-links>ul>li.userProfileDrop a {
    background: none;
}
header.main-header .header-links>ul>li.userProfileDrop a.postLoginInfo {
    width: 70px;
}
header.main-header .headerRightCont {
    float: left;
    width: 1040px;
}
header.main-header .postProperty {
    height: 50px;
    float: right;
    padding-left: 15px;
    padding-right: 5px;
}
header.main-header .postProperty a {
    padding: 1px 10px;
    background-color: rgba(255, 152, 0, 0.8);
    font-size: 13px;
    border-radius: 3px;
    color: #fff;
    margin: 7px 0;
    display: block;
    text-align: center;
}
header.main-header .postProperty a:hover {
    background-color: #710000;
}
.twoGroup {
    width: 45px;
    height: auto;
    padding: 0 5px;
    display: inline-block;
    float: right;
}
header.main-header .getApp {
    height: 40px;
    float: left;
    margin: 5px;
}
header.main-header .getApp>a {
    height: 50px;
    margin: 5px 10px 5px 17px;
    display: block;
    position: relative;
}
header.main-header .getApp .dropDownBox {
    width: 510px;
    padding: 0;
    right: -215px;
}
.sms__box {
    height: 100px;
    border-radius: 3px 3px 0 0;
    background: #f0f2f9 url(../images/pattern.png) repeat 0 0;
    padding: 15px 30px;
}
.sms__box .smsBox_heading {
    font-size: 14px;
    color: #333;
    padding-bottom: 17px;
}
.sms__box h3 {
    font-size: 17px;
    font-family: 'open_sansregular';
    font-weight: normal;
    margin: 0 0 2px;
    color: #333;
}
.sms__box .selectApp {
    width: 173px;
    height: 34px;
    margin-right: 9px;
    float: left;
}
.sms__box .countryCode {
    width: 70px;
    height: 34px;
    margin-right: 0;
    float: left;
}
.sms__box .mobNumber {
    width: 120px;
    height: 34px;
    margin-right: 0;
    float: left;
}
.sms__box .mobNumber input {
    border-left: none;
}
.sms__box .getAppBtn {
    width: 75px;
    height: 34px;
    float: left;
}
.sms__box .getAppBtn a {
    background-color: #000;
    font-family: 'opensans-semibold';
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 8px 0 7px 0;
    text-align: center;
}
header.main-header .userProfileDrop {
    position: relative;
    margin-top: 0!important;
}
header.main-header .userProfileDrop .userIcon {
    height: 25px;
    width: 25px;
    display: inline-block;
    background: url(../images/header_nav_icn.svg) no-repeat -78px -43px;
    margin: 13px 0 5px 0;
}
header.main-header .userProfileDrop .drop_icn {
    position: relative;
    width: 14px;
    height: 20px;
    background: url(../images/header_nav_icn.svg) no-repeat -82px -72px;
    float: right;
    margin-top: 16px;
}
.thanks__box {
    height: 100px;
    border-radius: 3px 3px 0 0;
    background: #f0f2f9 url(../images/pattern.png) repeat 0 0;
    padding: 15px 30px;
    text-align: center;
}
.app__thanks__icon {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(../images/appthanskIcon.svg) no-repeat center center;
    border-radius: 100%;
}
.aap__thanks__msg {
    font-size: 14px;
    padding-bottom: 5px;
    color: #333;
}
.aap__thanks__msg span {
    font-family: 'opensans-semibold';
}
.app_resend_sms {
    font-size: 12px;
    color: #666;
}
.app_resend_sms a {
    font-family: 'opensans-semibold';
    color: #666;
    text-decoration: underline;
}
.userProfileDrop.dropContainer .dropDownBox {
    width: 200px;
    left: -70px!important;
}
.userProfileDrop.dropContainer .dropDownBox .carotIcon {
    left: 85px!important;
}
.locationDrop.dropContainer .dropDownBox .carotIcon {
    left: 10px;
}
header.main-header .dropContainer .dropDownBox .menu_link_heading {
    font-size: 14px;
    font-family: 'opensans-semibold';
    color: #6b86cb;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
    border-bottom: #eaeaea solid 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
header.main-header .locationDrop .dropDownBox .menu_link_heading {
    border-bottom: none;
    margin-bottom: 0;
}
.sellDrop.dropContainer .dropDownBox {
    left: -188px!important;
}
.sellDrop.dropContainer .dropDownBox ul li .bubble {
    padding: 1px 3px;
    background-color: #6b86cb;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    height: 13px;
    left: 120px;
    line-height: 12px;
    top: 0;
    letter-spacing: 1px;
}
.rentDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4.col_5 .carotIcon {
    left: 260px!important;
}
.rentDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4 .carotIcon {
    left: 405px!important;
}
.rentDrop.dropContainer .dropDownBox.col_1.col_2.col_3 .carotIcon {
    left: 390px!important;
}
.rentDrop.dropContainer .dropDownBox.col_1.col_2 .carotIcon {
    left: 220px!important;
}
.rentDrop.dropContainer .dropDownBox.col_1 .carotIcon {
    left: 105px!important;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4.col_5 .carotIcon {
    left: 205px!important;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3.col_4 .carotIcon {
    left: 405px!important;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2.col_3 .carotIcon {
    left: 385px!important;
}
.buyDrop.dropContainer .dropDownBox.col_1.col_2 .carotIcon {
    left: 215px!important;
}
.buyDrop.dropContainer .dropDownBox.col_1 .carotIcon {
    left: 100px!important;
}
.sellDrop.dropContainer .dropDownBox .carotIcon {
    left: 204px!important;
}
.mbOfferingDrop.dropContainer .dropDownBox {
    width: 192px;
    left: -35px!important;
}
.mbOfferingDrop.dropContainer .dropDownBox .carotIcon {
    left: 80px!important;
}
header.main-header .dropContainer .dropDownBox ul li {
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
header.main-header .dropContainer .dropDownBox ul li.app_list__item {
    padding-bottom: 0;
}
header.main-header .dropContainer .dropDownBox ul li:last-child {
    padding-bottom: 5px;
}
header.main-header .dropContainer .dropDownBox ul li a, header.main-header .dropContainer .dropDownBox .wrap_group a, header.main-header .dropContainer .dropDownBox span.ancorLink {
    font-size: 13px;
    color: #000;
    width: 100%;
    display: inline-block;
    cursor: pointer;
}
header.main-header .dropContainer .dropDownBox .appList ul li .appLink {
    width: auto;
    display: block;
}
header.main-header .dropContainer .dropDownBox .appList ul li .appLink a {
    display: inline;
    color: #6b86cb;
}
header.main-header .dropContainer .dropDownBox ul li:hover a, header.main-header .dropContainer .dropDownBox span.ancorLink:hover {
    color: #b71c1c;
}
header.main-header .dropContainer .dropDownBox ul li span>span {
    cursor: pointer;
}
header.main-header .dropContainer .dropDownBox ul li span>span:hover {
    color: #b71c1c;
}
header.main-header .dropContainer.locationDrop .dropDownBox h4 {
    font-size: 14px;
    font-family: 'opensans-semibold';
    color: #6b86cb;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
}
header.main-header .dropContainer.locationDrop .dropDownBox .wrap_group a {
    font-size: 12px;
}
.app_list__item {
    border-bottom: #f5f5f5 solid 1px;
    padding-bottom: 0;
}
.app_list__item:last-child {
    border-bottom: none;
}
.app_list__item .appIcon {
    width: 86px;
    min-height: 50px;
    float: left;
    padding: 15px 0 5px 0;
}
.app_list__item .appIcon .icn {
    width: 42px;
    height: 42px;
    display: block;
    margin: 0 0 0 30px;
    background: url(../images/header_nav_icn.svg) no-repeat 0 0;
}
.app_list__item .appIcon .icn.mbApp {
    background-position: -71px -372px;
}
.app_list__item .appIcon .icn.PropWorth {
    background-position: -71px -315px;
}
.app_list__item .appIcon .icn.agentSmartDairyApp {
    background-position: -71px -198px;
}
.app_list__item .appIcon .icn.brokerConnectApp {
    background-position: -71px -259px;
}
.app_list__item .appDetail {
    width: 400px;
    min-height: 50px;
    float: left;
    padding: 10px 0 5px 0;
}
.app_list__item .appDetail .appHeading {
    margin: 0;
    font-size: 13px;
    font-family: 'opensans-semibold';
    font-weight: normal;
    color: #000;
    cursor: default;
}
.app_list__item .appDetail .appHeading:hover {
    color: #000!important;
}
.app_list__item .appDetail .text {
    color: #666;
    font-size: 12px;
    font-family: 'open_sansregular';
}
.app_list__item>.appDetail>.appLink a {
    font-size: 12px;
    font-family: 'open_sansregular';
    color: #6b86cb;
}
.app_list__item>.appDetail>.appLink a:before {
    text-decoration: none;
    transition: none;
    background-color: transparent;
    height: 0;
}
.app_list__item .appDetail .appLink .seprator {
    padding: 0 10px 0 10px;
    color: #e6e6e6;
    font-size: 10px;
}
.dropContainer {
    position: relative;
}
.dropContainer .dropDownBox {
    min-width: 50px;
    min-height: 50px;
    background-color: #fff;
    padding: 20px 30px 15px 30px;
    display: none;
    position: absolute;
    top: 65px;
    border-radius: 3px;
    border-bottom: #6b86cb solid 3px;
    text-align: left;
    box-sizing: border-box;
    z-index: -1;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.dropContainer.locationDrop .dropDownBox {
    padding-top: 12px;
    top: 65px;
}
.dropContainer .dropDownBox.z1 {
    z-index: 1;
}
.dropContainer .dropDownBox .carotIcon {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: 10px;
}
.dropContainer .dropDownBox.left {
    left: 0;
}
.dropContainer .dropDownBox.right {
    right: 0;
}
.dropContainer .dropDownBox.left .carotIcon {
    left: 20px;
}
.dropContainer .dropDownBox.right .carotIcon {
    right: 245px;
}
.dropContainer.getApp .dropDownBox {
    top: 60px;
}
.dropContainer.right-drop-menu .dropDownBox {
    top: 60px;
}
.dropContainer.userProfileDrop .dropDownBox {
    top: 65px;
}
header.main-header .getApp .dropDownBox .carotIcon {
    border-bottom: 10px solid #f0f2f9;
}
.dropContainer .dropDownBox.active {
    display: block;
    opacity: 1;
}
.dataContainer {
    width: 1200px;
    height: 50px;
    margin: auto;
    background-color: #0c1d5d;
}
.form_element_group .cust_select_box {
    height: 34px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #d8d9de;
    color: #666;
    line-height: 28px;
    padding: 0 10px 0 10px;
    background-color: #fff;
}
.form_element_group .cust_select_box select {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 34px;
    opacity: 0;
    color: #666;
    z-index: 2;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.form_element_group .cust_select_box .selected_value, .form_element_group .cust_select_box .selected_valueW {
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    white-space: nowrap;
    display: block;
    line-height: 32px;
    font-size: 13px;
}
.form_element_group .cust_select_box .selected_value.chenged, .form_element_group .cust_select_box .selected_valueW.chenged {
    color: #666;
}
.form_element_group .cust_select_box .drop_icn {
    position: absolute;
    right: 0;
    top: 10px;
    width: 20px;
    height: 10px;
    background: url(../images/header_nav_icn.svg) no-repeat -82px -75px;
    float: right;
}
.form_element_group input {
    padding: 0 10px;
    line-height: 28px;
    width: 100%;
    background: 0;
    border: 0;
    color: #666;
    background-color: #fff;
    font-family: 'open_sansregular';
    font-size: 13px;
    outline: 0;
    box-shadow: none;
    height: 34px;
    box-sizing: border-box;
    border: 1px solid #d8d9de;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.right-drop-menu {
    width: 40px;
    height: 40px;
    float: left;
    margin: 5px 0;
}
.right-drop-menu .dropDownBox .carotIcon {
    right: 8px;
}
.right-drop-menu .transIconClose {
    width: 40px;
    float: left;
    height: 40px;
    margin-top: 0;
    padding-left: 10px;
}
.right-drop-menu .lines-button {
    position: absolute;
}
.right-drop-menu .lines {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    position: relative;
    transition: all .3s ease 0s;
    width: 28px;
    top: 6px;
}
.right-drop-menu .lines::before {
    top: 8px;
}
.right-drop-menu .lines::before, .lines::after {
    background: #fff none repeat scroll 0 0!important;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: .28571rem center 0;
    transition: all .3s ease 0s;
    width: 28px!important;
}
.right-drop-menu .lines::after {
    top: -8px;
}
.right-drop-menu:hover .lines::before, .right-drop-menu:hover .lines::after {
    top: 0;
    transform-origin: 50% 50% 0;
    width: 25px;
}
.right-drop-menu:hover .lines::before {
    transform: rotate3d(0, 0, 1, 45deg);
    background-color: #C00;
}
.right-drop-menu:hover .lines::after {
    transform: rotate3d(0, 0, 1, -45deg);
    background-color: #C00;
}
.right-drop-menu:hover .lines {
    background: transparent none repeat scroll 0 0;
}
header.main-header .dropContainer .dropDownBox ul li a:hover, header.main-header .dropContainer .dropDownBox .wrap_group a:hover, header.main-header .dropContainer .dropDownBox .sub_text .sub_link:hover, .app_list__item .appDetail .appHeading:hover, header.main-header .locationDrop .location_heading a:hover, header.main-header .getApp .appList>ul>li>.appDetail>.appLink a:hover {
    color: #b71c1c;
}
header.main-header .dropContainer .dropDownBox ul li a:hover:before {
    width: 100%;
}
.dropCarotBox {
    height: 20px;
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: -20px;
    left: 0;
}
.wrap_group .w_20_per {
    float: left;
    padding: 0 10px 1px 0;
}
.row.m-b-20 {
    padding-bottom: 10px;
}
.dropDownBox .sub_text {
    color: #999;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    padding-left: 0;
}
header.main-header .dropContainer .dropDownBox .sub_text .sub_link {
    color: #999;
    font-size: 12px;
    text-decoration: underline;
}
.dropDownBox .sub_text.ph_icn {
    background: url(../images/header_nav_icn.svg) no-repeat -80px -150px;
    padding-left: 20px;
}
.dropDownBox .sub_text.ph_icn span {
    text-decoration: underline;
}
.dropDownBox .sub_text.ph_icn span:hover {
    color: #b71c1c;
}
.btm_bdr_1px {
    border-bottom: #e6e6e6 solid 1px;
}
.dropContainer.locationDrop .wrap_group .w_20_per:last-child {
    padding-right: 0;
}
.dropContainer.locationDrop .col-sm-12.wrap_group {
    padding-right: 0;
}
.col_5_plus {
    width: 1160px;
    padding: 20px 50px 15px 50px!important;
}
.buyDrop.dropContainer .dropDownBox.col_5_plus {
    left: -200px!important;
}
.rentDrop.dropContainer .dropDownBox.col_5_plus {
    left: -263px!important;
}
.buyDrop.dropContainer .dropDownBox.col_5_plus .carotIcon {
    left: 217px;
}
.rentDrop.dropContainer .dropDownBox.col_5_plus .carotIcon {
    left: 288px;
}
.rentDrop.dropContainer .dropDownBox, .buyDrop.dropContainer .dropDownBox {
    padding: 20px 50px 15px 50px;
}
.header-links .swiper-container {
    overflow: hidden;
    width: 100%;
    position: initial;
}
.header_link_row {
    clear: both;
    width: 30000px;
}
.header-links .swiper-slide {
    width: 1060px!important;
    opacity: 1!important;
    float: left;
}
.header_link_col {
    width: 195px;
    float: left;
    margin-left: 20px;
}
.header_link_row .header_link_col:first-child {
    margin-left: 0;
}
.header-links .swiper-container a.handle_control {
    background: none;
    box-shadow: none;
    height: 12px;
    width: 12px;
    top: calc(50% - 6px);
    outline: none;
    position: absolute;
}
.header-links .swiper-container a.handle_control::before {
    border: solid 2px #333;
    height: 12px;
    width: 12px;
    border-width: 0 0 2px 2px;
    content: "";
    position: absolute;
    z-index: 2;
    border-radius: 0;
    background: none;
}
.header-links .swiper-container a.handle_control.prev {
    left: 20px;
    transform: rotate(45deg);
}
.header-links .swiper-container a.handle_control.next {
    right: 20px;
    transform: rotate(-135deg);
}
.header-links .swiper-container a.handle_control.prev::before {
    left: 0;
}
.header-links .swiper-container a.handle_control.next::before {
    right: 0;
}
.header-links .swiper-container a.handle_control.swiper-button-disabled {
    cursor: default;
    opacity: .2;
}
header.main-header .dropContainer .dropDownBox .swiper-container .swiper-slide .seoTable td, header.main-header .dropContainer .dropDownBox .swiper-container .swiper-slide .seoTable th {
    padding: 0;
    margin-right: 20px;
    width: 194px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
header.main-header .dropContainer .dropDownBox .swiper-container .swiper-slide .seoTable tr td:last-child, header.main-header .dropContainer .dropDownBox .swiper-container .swiper-slide .seoTable th:last-child {
    margin-right: 0;
}
.f_scrollTop {
    height: 50px;
}
.f_scrollTop a {
    display: block;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background-color: #222;
    font-size: 14px;
}
.f_scrollTop a:hover {
    background-color: #333;
}
.standPadding {
    padding: 0 20px 0 20px;
}
footer {
    min-height: 200px;
    bottom: 0;
    position: relative;
}
footer * {
    box-sizing: border-box;
}
footer .seperator {
    height: 10px;
}
footer .footer_heading {
    font-size: 13px;
    color: #f7f7f7;
    margin: 10px 0 5px 0;
    font-family: 'opensans-semibold';
    display: block;
}
footer .footerLinks a {
    color: #999da3;
    font-family: 'open_sansregular';
}
footer .footerLinks a:hover {
    color: #ddd;
}
footer .disclamer {
    min-height: 30px;
}
footer .disclamer p {
    border-top: #2b333d solid 1px;
    padding-top: 10px;
    color: rgba(247, 247, 247, .49);
}
footer .disclamer p .disclamer_txt_color {
    color: rgba(247, 247, 247, .75);
}
footer .copyright {
    min-height: 30px;
}
footer .footerLinks {
    background-color: #000;
    color: #999;
    font-size: 12px;
}
footer .footerLinks ul li {
    margin-bottom: 5px;
}
footer .disclamer {
    background-color: #000;
    color: rgba(247, 247, 247, .49);
}
footer .copyright {
    background-color: #000;
    color: #999da3;
    padding-top: 12px;
    padding-bottom: 12px;
}
.scroll_top_btn {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 40px;
    display: none;
}
.scroll_top_btn a {
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 1) url(../images/header_nav_icn.svg) no-repeat -198px -175px;
    background-size: 1000%;
    display: block;
    border-radius: 5px;
    transform: rotate3d(0, 0, 1, 180deg);
    opacity: .3;
    box-shadow: 0 -1px 2px #666;
}
.scroll_top_btn.absolute {
    position: absolute;
    bottom: 495px;
}
.scroll_top_btn a:hover {
    opacity: .8;
}
.scroll_top_btn.active {
    display: block;
}
header.main-header .proWorthLogoN {
    float: left;
    margin-left: 15px;
    border-left: solid 1px #e2e2e2;
    height: 20px;
    margin-top: 16px;
    display: none!important;
}
header.main-header .proWorthLogoN a {
    background: url(../images/propworthLogo2X.svg) no-repeat scroll 0 0;
    height: 19px;
    width: 106px;
    content: "";
    background-size: 100% 100%;
    margin-left: 10px;
    display: block;
}
.contactGlobalAlert {
    color: #fff;
    position: fixed;
    top: 0;
    text-align: center;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    z-index: 999;
    width: 100%;
    display: none;
}
.contactGlobalAlert .globalTick {
    background: url("../images/globalTickIcon.png");
    height: 29px;
    width: 29px;
    display: inline-block;
    margin: 10px 10px 0 0;
    vertical-align: top;
}
.contactGlobalAlert .globalContTxt {
    font-size: 14px;
    display: inline-block;
    padding-top: 15px;
}
.contactGlobalAlert a {
    width: 92px;
    height: 25px;
    border-radius: 3px;
    background-color: #333;
    border: solid 1px #999;
    display: inline-block;
    margin-left: 24px;
    color: #fff;
    font-family: 'opensans-bold';
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
}
.contactGlobalAlert a:hover {
    text-decoration: underline;
}
header .animated {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    -ms-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    opacity: 1;
}
@-webkit-keyframes fadeOutUp {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}
}
@keyframes fadeOutUp {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}
}
@-webkit-keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInLeft {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    -ms-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.globalMenuMore {
    border-top: #eaeaea solid 1px;
    padding-top: 15px;
}
.globalMenuMore a {
    margin-top: 15px;
    color: #333;
}
.col_1.col_2.col_3.indiaLinks {
    padding: 20px 30px 15px 30px!important;
}
.hidden_menuLinks {
    display: none;
    webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.hidden_menuLinks.show {
    display: block;
    opacity: 1;
}
tr.hidden_menuLinks {
    display: none;
}
tr.hidden_menuLinks.show {
    display: table-row!important;
    opacity: 1;
}
.buyerStrip {
    height: auto;
    margin: 0 0 0 30px;
    padding: 0;
    float: right;
}
.buyerStrip li {
    height: auto;
    list-style: none;
    position: relative;
    padding-right: 5px;
}
.buyerStrip li>.hello {
    padding: 4px 0;
    display: table;
	color: rgb(255, 255, 255);
    width: 100%;
    height: 50px;
    line-height: 17px;
    cursor: pointer;
}
.buyerStrip li>.hello>div {
    padding: 3px 5px 3px 15px;
    max-width: 130px;
    text-overflow: ellipsis;
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}
.buyerStrip li>.hello>div>span {
    display: block;
}
.buyerStrip li>.hello>div>span:after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-left: 5px;
    border: #fff solid 1px;
    transform: rotate(45deg);
    border-left: none;
    vertical-align: 2px;
    border-top: none;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink {
    width: 265px;
    left: -70px!important;
    padding: 0;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink .carotIcon {
    left: 124px!important;
    top: 11px;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 27px 15px 27px;
    border-bottom: #eaeaea solid 1px;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
    display: block;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink ul li .buyerLink {
    margin: 0;
    width: auto;
    color: #000;
    height: auto;
    font-size: 13px;
    padding: 0 0 12px;
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink ul li:last-child .buyerLink {
    padding-bottom: 0;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink ul li:hover .buyerLink {
    color: #000;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink ul li .buyerLink:hover {
    color: #b71c1c;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink ul li ul {
    border: none;
    padding: 0 0 0 15px;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink ul li ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
    display: block;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink ul li ul li .childBuyerLink {
    width: auto;
    color: #666;
    height: auto;
    font-size: 12px;
    padding: 0 0 10px;
    display: inline-block;
    cursor: pointer;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink ul li ul li:last-child .childBuyerLink {
    padding-bottom: 12px;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink .loginBtnWrap {
    width: 100%;
    height: auto;
    margin: 15px 0 0;
    padding: 0 27px 15px 27px;
    text-align: center;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink .loginBtnWrap .loginBtn {
    width: 100%;
    height: 32px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    line-height: 32px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #b71c1c;
    display: block;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink .loginBtnWrap .loginBtn:hover {
    background-color: #a5281b;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink .loginBtnWrap p {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 9px 0 0 0;
    display: block;
    color: #666;
    font-size: 13px;
}
header.main-header .dropContainer .dropDownBox.buyerDBLink .loginBtnWrap p>.signup {
    color: #a60916;
    text-decoration: underline;
    cursor: pointer;
}
header.main-header .dropContainer .dropDownBox .seoTableParent {
    float: left;
}
header.main-header .dropContainer .dropDownBox .seoTable {
    width: 100%;
    border: 0;
}
header.main-header .dropContainer .dropDownBox .seoTable td, header.main-header .dropContainer .dropDownBox .seoTable th {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
    font-weight: normal;
}
header.main-header .dropContainer .dropDownBox .seoTable td .seoAnchorLink {
    padding-bottom: 8px;
    display: block;
}
header.main-header .dropContainer .dropDownBox .seoTable td .seoAnchorLink a {
    font-size: 13px;
    color: #000;
    width: 200px;
    display: inline-block;
    cursor: pointer;
}
header.main-header .dropContainer .dropDownBox .seoTable td .seoAnchorLink a:hover {
    color: #b71c1c;
}
header.main-header .dropContainer .dropDownBox .seoTable .menu_link_heading {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
header.main-header .dropContainer .dropDownBox .seoTable {
    border: 0;
    float: left;
}
.browserNotiPop {
    height: 159px;
    width: 415px;
    background: #fff;
    border: solid 1px #d7d7d7;
    box-sizing: border-box;
    padding: 20px;
    position: fixed;
    left: 50%;
    margin-left: -208px;
    z-index: 999999;
    top: 0;
}
.browserNotiPop .notifiClose {
    height: 10px;
    width: 10px;
    background: url(../images/browserNotiLogo.png) right top;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}
.browserNotiPop .browserNotiLogo {
    width: 82px;
    height: 82px;
    display: block;
    float: left;
    margin-right: 20px;
    background: url(../images/browserNotiLogo.png);
}
.browserNotiPop .browserNotiCont {
    float: left;
    width: 270px;
}
.browserNotiPop .browserNotiCont .letUsSend {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-family: 'opensans-semibold';
    margin-top: -3px;
}
.browserNotiPop .browserNotiCont .browserNNoti {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    padding-top: 7px;
}
.browserNotiPop .browserNotiCont .actionBlock {
    padding-top: 27px;
    margin: 0;
    padding-bottom: 0;
    width: auto;
    padding-left: 0;
}
.browserNotiPop .browserNotiCont .actionBlock a {
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    line-height: 28px;
    cursor: pointer;
}
.browserNotiPop .browserNotiCont .actionBlock a.allowMe {
    width: 100px;
    height: 30px;
    background: #da251c;
    border: solid 1px #da251c;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
    margin-right: 6px;
    transition: all .3s ease-in-out 0s;
}
.browserNotiPop .browserNotiCont .actionBlock a.remindMeL {
    width: 129px;
    height: 30px;
    background: #fff;
    border: solid 1px #d7d7d7;
    box-sizing: border-box;
    display: inline-block;
    color: #666;
    transition: all .3s ease-in-out 0s;
}
.browserNotiPop .browserNotiCont .actionBlock a.allowMe:hover {
    background: #a5281b;
    border: solid 1px #a5281b;
}
.browserNotiPop .browserNotiCont .actionBlock a.remindMeL:hover {
    background: #fff;
    border: solid 1px #999;
    color: #333;
}
.browserNotiPop.confirmNow {
    width: 552px;
    margin-left: -276px;
    height: 452px;
    background: url(../images/popupBg.png) left bottom no-repeat;
}
.browserNotiPop.confirmNow .notifyStep2 {
    padding-top: 145px;
}
.browserNotiPop.confirmNow .notifyStep2 .notigyLogo {
    width: 175px;
    height: 153px;
    margin: auto;
    background: url(../images/Notification_GIF_File.gif) no-repeat;
    display: block;
    ;
}
.browserNotiPop.confirmNow .notifyStep2 .clickAllow {
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    clear: #333;
    font-family: 'opensans-semibold';
    padding-top: 10px;
}
.browserNotiPop.confirmNow .notifyStep2 .getUpdates {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding-top: 11px;
}
#compareWidget {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999991;
    width: 301px;
}
#compareWidget .closeWidget {
    text-align: right;
}
#compareWidget .closeWidget span {
    background: url(../images/srp_sprite.png) no-repeat -83px -61px;
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
}
#compareWidget .widgetInner {
    background: #fff;
    border: 2px solid #666;
    border-bottom: none;
    height: 297px;
    display: none;
}
#compareWidget #compareSection {
    height: 297px;
}
#compareWidget #compareProjects {
    position: relative;
    height: 245px;
}
#compareWidget #compareLocalities {
    position: relative;
    height: 245px;
    display: none;
}
#compareWidget .widgetTabs li {
    position: relative;
    float: left;
    width: 150px;
    background: #666;
    text-align: center;
    color: #fff;
    font: 14px "opensans-bold";
    padding: 10px 0;
    cursor: pointer;
}
#compareWidget .widgetTabs li:first-child {
    width: 151px;
    background: #666 url(../images/srp_sprite.png) no-repeat right -1060px;
}
#compareWidget .widgetTabs .arrowTab {
    background: url(../images/srp_sprite.png) no-repeat -53px -64px;
    width: 15px;
    height: 8px;
    display: none;
    position: absolute;
    top: 0;
    left: 45%;
}
#compareWidget .widgetTabs li.active .arrowTab {
    display: inline-block;
    display: none;
}
#compareWidget .widgetTabs .selectedListing {
    background: #666 url(../images/srp_sprite.png) no-repeat -81px -81px;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-left: 7px;
    font-size: 12px;
}
#compareWidget .widgetTabs .noneSelected {
    background-position: -50px -81px;
}
#compareWidget .compareContent {
    padding-bottom: 11px;
}
#compareWidget .compareContent .tabs {
    background: #f8f8f8;
    text-align: center;
    font-size: 14px;
    color: #2a2a2a;
}
#compareWidget .compareContent li {
    float: left;
    width: 130px;
    margin-left: 15px;
    border-bottom: 5px solid transparent;
    cursor: pointer;
    padding: 10px 0 6px;
}
#compareWidget .compareContent li:hover {
    border-bottom: 5px solid #c3402e;
}
#compareWidget .compareContent li.active {
    border-bottom: 5px solid #c3402e;
}
#compareWidget .compareBlock {
    padding: 7px 14px 5px;
    font-size: 12px;
    color: #666;
    position: relative;
}
#compareWidget .compareBlock a {
    color: #666;
}
#compareWidget .compareBlock:hover {
    background: #f8f8f8;
    cursor: pointer;
}
#compareWidget .proImg {
    float: left;
    width: 58px;
    margin-right: 9px;
    padding-top: 3px;
}
#compareWidget .proDetails {
    float: left;
}
#compareWidget .proName {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 16px;
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#compareWidget .proAdd {
    padding-bottom: 2px;
    width: 185px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#compareWidget .rsIco {
    background: url(../images/srp_sprite.png) no-repeat -106px -171px;
    width: 6px;
    height: 9px;
    display: inline-block;
    margin: 0 4px 0 2px;
}
#compareWidget #compareLocalities .rsIco {
    margin-right: 0;
}
#compareWidget .compareBtn {
    padding: 11px 14px 12px;
    bottom: 0;
    width: 269px;
}
#compareWidget .compareBtn a {
    display: block;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    background: #c0392b;
    font: 14px "opensans-bold";
    text-decoration: none;
    padding: 4px 0 6px;
}
#compareWidget .compareBtn a:hover {
    background: #a5281b;
}
#compareWidget .proCloseIco {
    background: url(../images/srp_sprite.png) no-repeat -60px -653px;
    position: absolute;
    right: 14px;
    top: 10px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
#compareWidget .widgetNSR {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-align: center;
    padding-top: 42px;
    display: none;
}
#compareWidget .widgetNSR p {
    margin: 22px 0 0;
}
#compareWidget .addCompareBtn {
    margin: -2px 0 0 37px;
}
#compareWidget #shortlistSection {
    height: 297px;
    display: none;
}
#compareWidget #shortlistProperties {
    position: relative;
}
#compareWidget #shortlistProjects {
    position: relative;
    display: none;
}
.scrollContent {
    height: 195px;
    overflow-x: hidden;
    overflow-y: auto;
}
#compareProp .scrollContent {
    overflow: hidden;
}
#widgetLoader {
    z-index: 8;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -95px;
    margin-top: -43px;
    top: 50%;
    width: 200px;
    z-index: 9;
}
#widgetLoader .loaderAnimation {
    width: 200px;
    background: #fff;
    border: 1px solid #ebebeb;
    margin: auto;
    box-shadow: 0 2px 5px 1px #e7e7e7;
    border-radius: 5px;
    padding: 10px 0;
}
.loaderBG {
    background: url(../images/transparentBG.png) repeat;
}
#widgetLoader.loadingRes {
    margin: 12px auto;
    padding: 76px 0;
    text-align: center;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
}
#widgetLoader.loadingRes span {
    vertical-align: middle;
}
#widgetLoader .loaderAnimation span img {
    margin-right: 10px;
    vertical-align: middle;
}
