@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
* {
  margin: 0;
  padding: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}


hr {
  width: 100%;
  display: inline-block;
  border-color: rgba(0, 0, 0, .15);
}

a,
input[type="submit"],
input[type="button"],
.btn,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none;
  cursor: pointer;
/*  font-family: 'Montserrat', sans-serif !important;*/
}

input[type="button"]:focus,
input[type="text"]:focus,
select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select {
  font-family: 'Montserrat', sans-serif !important;
}

section {
  clear: both;
}

audio,
canvas,
progress,
video {
  vertical-align: middle;
}

a:focus {
  text-decoration: none
}

a,
span {
  display: inline-block;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
  color: #1f1f1f;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-Black.eot');
    src: url('AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
        url('AvenirLTStd-Black.woff') format('woff'),
        url('AvenirLTStd-Black.ttf') format('truetype'),
        url('AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-Book.eot');
    src: url('AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('AvenirLTStd-Book.woff') format('woff'),
        url('AvenirLTStd-Book.ttf') format('truetype'),
        url('AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('AvenirLTStd-Roman.eot');
    src: url('AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('AvenirLTStd-Roman.woff') format('woff'),
        url('AvenirLTStd-Roman.ttf') format('truetype'),
        url('AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*************/
html {
  overflow-x: hidden;
  max-width: 100vw;
}
.container700 {
  max-width: 700px;
}
.main-wrapper {
  padding: 30px 0px;
}
.j-c-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.desktopAppHeader .customNavigation>li>a, .desktopAppHeader .nav>li>a {
  font-weight: 400 !important;
}

/**************/
.backBtnHLE {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.backBtnHLE h3 {
  font-size: 24px;
  font-family: 'Avenir LT Std' !important;
}
.backButtonHLE {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 28px;
}


/*******************/

.stepsMainDivHLE {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin-top: 40px;
  padding: 0 15px;
}
.singleStepHLE {
  display: inline-block;
  width: 25%;
  margin: 0 5px;
  padding-bottom: 20px;
  border-bottom: 10px solid #414042;
  text-align: center;
}
.singleStepHLE h2 {
  font-size: 66px;
  width: 105px;
  height: 105px;
  background: #414042;
  color: #fff;
  border-radius: 50%;
  font-family: 'Avenir LT Std' !important;
  line-height: 55px;
  font-weight: 900;
  display: inline-block;
}
.singleStepHLE h2 span {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  line-height: 25px;
  margin: 15px 0 0 0;
  float: left;
}
.singleStepHLE.active {
  border-bottom: 10px solid #eeb91b;
}
.singleStepHLE.active h2 {
  background: #eeb91b;
  color: #414042;
}


.monthlyIncomeDivHLE {
  margin: 50px 0 40px 0;
  display: inline-block;
  width: 100%;
  background: #414042;
}
.monthlyIncomeDivHLE h3 {
  font-family: 'Avenir LT Std' !important;
  font-size: 25px;
  color: #fff;
  padding: 15px 0;
  font-weight: 500;
}

/***************/
.customNewFormHLE {
  padding: 0 30px;
}

.customInputDivHLE {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
}
.customInputDivHLE label {
  width: 80%;
  float: left;
  margin-left: 10%;
  background: #414042;
  border-radius: 10px 10px 0 0;
  text-align: center;
  padding: 6px 15px;
  font-size: 17px;
  font-family: 'Avenir LT Std' !important;
  color: #fff;
}
.customInputDivHLE input,
.customInputDivHLE select {
  float: left;
  width: 100%;
  border: 2px solid #414042;
  padding: 6px 8px;
  border-radius: 10px;
  font-family: 'Avenir LT Std' !important;
  font-size: 16px;
  background: #fff !importnt;
}
.customInputDivHLE select {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image: url(../images/select-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.inputWithLeftTextHLE {
    position: relative;
    float: left;
    width: 100%;
}
.inputWithLeftTextHLE input {
  padding-left: 60px;
}
.inputWithLeftTextHLE span {
  position: absolute;
  left: 12px;
  top: 8px;
  font-size: 17px;
  font-family: 'Avenir LT Std' !important;
  font-weight: 900;
}
input.invalid {
    border: 2px solid red !important;
}
/********************************/
.nextPreDivHLE {
  display: inline-block;
  width: 100%;
}
.previousDivHLE {
  float: left;
  width: 50%;
}
.nextDivHLE {
  float: right;
  width: 50%;
  text-align: right;
}
.nextPreDivHLE a {
  display: inline-flex;
  font-size: 18px;
  font-family: 'Avenir LT Std' !important;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.nextPreDivHLE a img {
  margin: 0 10px 0;
}
.nameDetailHLE {
  display: inline-block;
  width: 100%;
}
.nameDetailHLE h4 {
  font-family: 'Avenir LT Std' !important;
  font-size: 25px;
  text-transform: unset;
  font-weight: 900;
}
.nameDetailHLE p {
  font-family: 'Avenir LT Std' !important;
  font-size: 18px;
  text-transform: unset;
  color: #202020;
}
.nameDetailHLE .monthlyIncomeDivHLE {
  margin-top: 10px;
}
.nameDetailHLE .monthlyIncomeDivHLE h3 {
  font-size: 60px;
}

.baseOnDivHLE {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.baseOnSingleHLE {
  width: 100%;
  float: left;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  text-align: left;
}
.baseOnSingleHLE span {
  width: 250px;
  font-family: 'Avenir LT Std' !important;
  float: left;
  font-size: 18px;
}
.baseOnSingleHLE h3 {
  text-align: left;
  width: calc(100% - 265px);
  font-size: 18px;
  font-family: 'Avenir LT Std' !important;
  float: left;
  font-weight: 900;
}
.baseOnSingleHLE select {
  text-align: left;
  width: calc(100% - 265px);
  font-size: 18px;
  font-family: 'Avenir LT Std' !important;
  float: left;
  font-weight: 600;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background-image: url(../images/select-icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0px;
  border:  none !important;
}

.loanEligibilityButtonHLE {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 40px 0;
}

.customButtonHLE {
  border: 1px solid #eeb91b;
  font-family: 'Avenir LT Std' !important;
  color: #414042;
  background: #eeb91b;
  font-size: 16px;
  padding: 6px 20px 3px;
  min-width: 120px;
  margin: 0 10px;
  border-radius: 15px;
  font-weight: 600;
}
.customButtonHLE:hover {
  color: #eeb91b;
  border:  1px solid #414042;
  background: #414042;
}


.checkNowButtons {
  margin-top: 100px;
}
.checkNowButtons .customButtonHLE {
  width: 100%;
  margin: 10px auto;
  text-transform: uppercase;
  display: block;
  max-width: 400px;
}


.table-content th,
.table-content td {
  font-family: 'Avenir LT Std' !important;
}

.tablebottomBar > .navigation {
  width: 50%;
}
.deleteButtonTable img {
  transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -moz-transform: rotate(43deg);
}


.withBottomLineHLE {
  border-bottom: 3px solid #eeb91b;
  padding-bottom: 5px;
}



.simpleSelectBoxHLE {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.simpleSelectBoxHLE select {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-family: 'Avenir LT Std' !important;
  float: left;
  font-weight: 600;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background-image: url(../images/select-icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  text-align: center;
  padding: 8px 10px;
  background-color: #f1f2f2;
  border:  2px solid #d1d3d4;
}
.simpleSelectBoxHLE select option {
  text-align: center !important;
}

.legalFeeButton {
  display: inline-block;
  width: 100%;
}
.legalFeeButton .customButtonHLE {
  display: inline-block;
  min-width: 150px;
}
.legalFeeButton p {
  font-size: 12px;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #d1d3d4;
}
.monthlyIncomeDivHLE h5 {
  font-size: 18px;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
}

.simpleTextHLE {
  display: inline-block;
  width: 100%;
}
.simpleTextHLE p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #414042;
  margin-bottom: 5px;
  line-height: 20px;
}
.pointDivHLE {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.pointDivHLE p {
  padding-left: 20px;
  position: relative;
}
.pointDivHLE p span {
  position: absolute;
  top: 0;
  left: 0;
}
.closeButtonHLE {
  position: absolute;
  top: 0;
  right: 0;
}


.fromSquareMeaterDivHLE {
  display: inline-block;
  width: 100%;
}
.fromSquareMeaterDivHLE input {
  display: inline-block;
  width: 100%;
  border:  2px solid #d1d3d4;
  border-bottom: none;
  padding: 30px 15px;
  text-align: center;
  font-size: 20px;
  font-family: 'Avenir LT Std' !important;
  color: #000000;
  font-weight: 600;
}




.customCartButtonHLE {
  font-family: 'Avenir LT Std' !important;
  background-color: #eeb91b;
  background-image: url(../images/select-icon.png);
  background-repeat: no-repeat;
  background-position: right center;
  border: 2px solid #eeb91b;
  color: #414042;
  font-size: 20px;
  font-weight: 900;
  width: 100%;
  border-radius: 8px;
  padding: 6px 15px;
}

.announcement-details-carousel {
  margin-bottom: 20px;
}
.announcement-details-carousel.dottosBelowtheButtons {
    margin-bottom: 5px;
}




.mapImagePL {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.mapImagePL img {
    display: inline-block;
    width: 236px;
    max-width: 100%;
    height: 140px;
    object-fit: contain;
    background: #202020;
}
.mapImageDetailPL {
  display: inline-block;
  width: 100%;
}
.gm-style-iw-a .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect {
    opacity: 1 !important;
    top: 9px !important;
    right: 8px !important;
    border: 1px solid #fff !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 5px;
    
}
.gm-style-iw-a .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect span {
    width: 14px;
    height: 14px;
    margin: 0 auto !important;
    filter: invert(1) contrast(1);
}
.gm-style-iw-a .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect img {
    width: 17px !important;
    height: 17px !important;
    display: inline-block !important;
}
/*.gm-style .gm-style-iw-d {
  max-height: 250px !important;
}*/
.priceTitlePL {
  width: 100%;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  margin: 8px 0 0;
}
.areaTitlePL {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  margin: 0 0 0;
  padding-right: 70px;
  position: relative;
  min-height: 26px;
}
.areaTitlePL a {
    position: absolute;
    top: 0;
    right: 0;
    background: #efba1b;
    color: #202120;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 500;
}
.gm-style-iw-t .gm-style-iw.gm-style-iw-c {
  max-width: 240px !important;
}








/***************************************/
.newHeaderWithHeadingPL {
  display: inline-block;
  width: 100%;
}
.headingWithSearchBarPL {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #eeb91b !important;
}
.headingWithSearchBarPL > label {
  width: 110px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
}
.headingWithSearchBarPL > label small {
  font-size: 70%;
}
.headingWithSearchBarPL form {
  float: right;
  width: calc(100% - 120px);
  margin: 0px !important;
  border-radius: 10px;
  justify-content: space-between;
  display: inline-flex;
}
.headingWithSearchBarPL form input[type="text"] {
  box-shadow: none !important;
  width: calc(100% - 100px);
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 5px 15px;
  font-size: 15px;
  border-radius: 5px;
  margin-right: 4px;
  float: left;
  height: auto;
}
.headingWithSearchBarPL form input[type="button"] {
  width: 95px;
  float: right;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 5px;
  border:  none !important;
  background: #eeb91b !important;
  color: #212221 !important;
}

.headingWithSearchBarPL.inboxMainDivNew > label {
  width: 60px;
}
.headingWithSearchBarPL.inboxMainDivNew  {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}
.headingWithSearchBarPL.inboxMainDivNew form {
  width: calc(100% - 32px);
}
a.notificationCheckBtn {
    display: inline-block;
    width: 100%;
    max-width: 23px;
}
.searchByDivPL {
  display: inline-flex;
  width: 100%;
  background: #f1f2f2;
  box-shadow: 4px 4px 4px 0px rgb(0 0 0 / 16%) !important;
  margin-bottom: 15px;
  border-radius: 10px;
}
.searchByDivPL a {
  color: #212221 !important;
  display: inline-flex;
  width: 50%;
  justify-content: center;
  padding: 8px;
  align-items: center;
  font-size: 11px;
}
.searchByDivPL a span {
  padding-left: 0px !important;
}
.searchByDivPL a img {
  width: 22px;
  object-fit: contain;
  height: 22px;
  object-position: center;
  margin-left: 5px;
}
.searchByDivPL a strong {
  display: inline-block;
  /*margin-left: 4px;*/
}
.searchByDivPL a + a {
  position: relative;
}
.searchByDivPL a + a::after {
  position: absolute;
  top: 20%;
  left: -1px;
  width: 2px;
  height: 60%;
  content: "";
  background: #bcbec0;
}

.proJectListingPL {
  display: inline-block;
  width: 100%;
}
.singleProjectListPL {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px !important;
}
.projectImagePL {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.projectImagePL a {
  display: inline-block;
  width: 100%;
}
.projectImagePL .listingImage {
  min-width: 100%;
}
.singleProjectListPL img {
  display: inline-block;
  width: 100%;
}
.projectdetailDivPL {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-right: 90px;
  position: relative;
}
.projectdetailDivPL h2 {
  font-size: 18px;
  font-weight: 800;
  color: #6d6e71;
}
.projectdetailDivPL h3 {
  font-size: 16px;
  font-weight: 700;
  color: #58595b;
  text-align: left;
  line-height: 16px;
  margin: 4px 0;
}
.projectdetailDivPL p {
  font-size: 14px;
  font-weight: 400;
  color: #929497;
  text-align: left;
  margin-bottom: 5px;
  line-height: 14px;
}
.viewBtnNewPL {
  width: 75px;
  text-align: center;
  font-size: 15px;
  font-weight: 800;
  padding: 5px 15px;
  border-radius: 5px;
  border:  none !important;
  background: #eeb91b !important;
  color: #212221 !important;
}
.fastTagNewDivPL {
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
}
.fastTagNewDivPL img {
  display: inline-block;
  width: 100%;
}


.searchWithBackPL {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e6e7e8;
}
.backbuttonNewPL {
  float: left;
  width: 25px;
}
.searchLocationPL {
  float: right;
  width: calc(100% - 40px);
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0px;
}
.searchLocationPL input {
  width: 100%;
  background: #e6e7e8 !important;
  border:  none !important;
  padding: 7px 20px !important;
  padding-right: 40px !important;
  border-radius: 50px;
  font-size: 16px;
}
.searchBtnPL {
  position: absolute;
  top: 8px;
  right: 15px;
  width: 20px;
  background: transparent !important;
  border:  none !important;
}

.mapSectionPL {
  display: inline-block;
  width: 100%;
}
.mapSectionPL iframe {
  display: inline-block;
  width: 100%;
  border: none;
  min-height: calc(100vh - 80px);
}

.tea3dot {
  display: inline-block;
  padding: 0 8px;
}
.customAccordian {
  float: left;
  width: 100%;
}
.customAccordian .card {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
  background: transparent !important;
}
.customAccordian label {
  display: inline-block;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.7) !important;
  padding: 5px 10px;
  color: #202121;
  font-size: 15px;
  font-weight: 700;
  float: left;
}
.customAccordian .card .collaps {
  background: #cfd1d2;
  /*display: inline-block;*/
  width: 100%;
  padding: 10px 5px;
} 
.customAccordian .card .collaps .card-body {
  width: 96%;
  margin-left: 2%;
  padding: 0px;
}
.withRightArrowAcPL {
  padding-right: 35px !important;
  position: relative;
}
.withRightArrowAcPL input,
.withRightArrowAcPL img {
  width: 8px;
  height: 8px;
  object-fit: contain;
  position: absolute;
  top: 56%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.withRightArrowAcPL input {
  width: 14px;
  height: 14px;
  top: 50%;
}

.customAccordian .collaps label {
  font-weight: 600;
}
.customAccordian .card .collaps.ResidentialInnerTypePL {
  padding: 0px !important;
  background: #f1f2f2;
  width: 94%;
  margin-left: 3%;
}
.customAccordian .card .collaps.ResidentialInnerTypePL .card {
  margin-bottom: 0px !important;
  padding: 0 8px !important;
}
.customAccordian .card .collaps.ResidentialInnerTypePL .card label {
  background: transparent !important;
  box-shadow: none !important;
}
.customAccordian .card .collaps.ResidentialInnerTypePL .card + .card label {
  border-top: 1px solid #a7a9ac;
}
.sortDetailNewDivPL {
  display: inline-block;
  width: 100%;
}
.onlineOffline {
  float: left;
  width: 100%;
  font-size: 14px;
}
.sortDetailNewDivPL h3 {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  color: #202020;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
}
form.priceRangeAboveBelow {
    display: inline-block;
    width: 100%;
}
.sortDetailNewDivPL p {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #202020;
  text-align: left;
  padding-bottom: 10px;
}
.customPropertyCheckBoxPL {
  display: inline-block;
  width: 100%;
}
.customPropertyCheckBoxPL label {
  padding-left: 38px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  position: relative;
  line-height: 16px;
  margin-top: 10px;
}
.customPropertyCheckBoxPL input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.customPropertyCheckBoxPL span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
}
.customPropertyCheckBoxPL input:checked ~ span {
  background: #f1bb1a;
}
.customPropertyCheckBoxPL input:checked ~ span::after {
  content: "";
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.customPropertyCheckBoxPL small {
  display: inline-block;
  width: 100%;
}

.range-control {
}
.main-button.blackButtonNewSeachPL {
  width: auto;
  padding: 5px 35px;
  background: #231f20;
  color: #fff;
  border: 2px solid #231f20;
  min-width: 180px;
  border-radius: 10px !important;
}
.modal-open .modal {
  z-index: 9999999999;
}
.customPopupModlNew .modal-content {
  border-radius: 10px !important;
  overflow: hidden !important;
} 
#sortByDetailPopup.customPopupModlNew .modal-dialog {
  height: auto !important;
  margin: 10px auto !important;
}
.customPopupModlNew .modal-dialog,
.customPopupModlNew .modal-dialog * {
  overflow: visible !important;
}
/*************/
.customModalBody {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px;
}
.customModalBody .close {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
}
.customModalBody h2 {
    font-size: 18px;
    text-transform: unset;
    color: #202020;
    font-weight: 600;
    margin-bottom: 10px;
    margin: 20px 0 10px !important;
}
.customModalIcon {
    display: inline-block;
    width: 100%;
}
.customModalIcon img {
    display: inline-block;
    width: 100%;
    max-width: 100px;
}
.customModalBody p {
    font-size: 15px;
    line-height: 22px;
    text-transform: unset;
    color: #202020;
    font-weight: 400;
    margin: 10px 0 15px !important;
}
.modal-dialog.maxWidth380 {
    max-width: 380px;
    margin: 1.75rem auto;
}
.modal-open .modal {
  padding-left: 10px;
}
/****************************/

.listOfProjectsPL {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
}
.listOfProjectsPL li {
  display: inline-block;
  width: 100%;
  width: auto;
  margin: 0 5px;
}
.listOfProjectsPL li a {
  display: inline-block;
  width: 100%;
  color: #202020;
  font-size: 12px;
}
.listOfProjectsPL li.active a {
  color: #eeb91b !important;
}

.projectNewWithSerachBar .listOfProjectsPL li a {
    font-size: 11px;
    margin: 0 4px;
}
.projectNewWithSerachBar .propertyListingDiv {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.priceRangeAboveBelow {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 0px !important;
}
.priceRangeAboveBelow fieldset {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 0;
  padding-left: 2px;
}
/*.priceRangeAboveBelow::before {
  content: "Below";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
.priceRangeAboveBelow::after {
  content: "Above";
  position: absolute;
  top: 0;
  right: 4%;
  font-size: 12px;
}*/
.range-control-widget.range-control-widget-horizontal .range-control-scale.range-control-scale-top {
  display: none;
}
.range-control-widget.range-control-widget-horizontal .range-control {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 94%;
  left: 3%;
  height: 6px;
  border: none;
  background: #f5f5f5;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  overflow: visible !important;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 30%) !important;
}
.range-control-widget.range-control-widget-horizontal .range-control-handle::before,
.range-control-widget.range-control-widget-horizontal .range-control-handle::after {
  display: none;
}
.range-control-widget.range-control-widget-horizontal .range-control-handle {
  position: absolute;
  z-index: 1;
  top: -5px;
  height: 15px;
  width: 15px;
  margin: 0 0 0 -0.65em;
  border: 3px solid #ee921b;
  background-color: #fff !important;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  z-index: 2;
}
.range-control-widget.range-control-widget-horizontal .range-control-track {
  height: 4px !important;
  top: 1px !important;
}
.priceRangeAboveBelow label.label {
  font-size: 13px;
  margin: 0 0 2px;
  float: left;
  width: 100%;
  color: #000;
}
.priceRangeAboveBelow input.form-control {
  font-size: 14px;
  padding: 7px 15px;
  height: auto;
  margin-bottom: 11px;
  border-radius: 0px;
  border: 1px solid #e7e7e7;
  box-shadow: -1px 1px 0px 0px rgb(0 0 0 / 20%) !important;
}
#sortByDetailPopup .modal-content {
  background: #fff !important;
}
.priceRangeAboveBelow .customAccordian * {
  overflow: visible !important;
}
.priceRangeAboveBelow .customAccordian {
  padding: 0 3px;
  overflow: visible !important;
}
.priceRangeAboveBelow .card-header {
  border-radius: 0px !important;
  overflow: visible !important;
}
.priceRangeAboveBelow .customAccordian label {
  background: #fff;
  box-shadow: -1px 1px 0px 0px rgb(0 0 0 / 20%) !important;
  padding: 8px 15px;
  border: 1px solid #e7e7e7;
  font-size: 16px;
  font-weight: 700;
  overflow: visible !important;
  border-radius: 0px !important;
  position: relative;
  z-index: 5;
}
.priceRangeAboveBelow .customAccordian .customAccordian label {
    font-weight: 400 !important;
    padding-left: 35px;
}
.priceRangeAboveBelow .customAccordian .card .collaps.ResidentialInnerTypePL {
    width: 99%;
    margin-left: 0.5%;
}
.priceRangeAboveBelow .customAccordian .card .collaps.ResidentialInnerTypePL .card label {
  background: #e6e7e8 !important;
}
/*.priceRangeAboveBelow .withRightArrowAcPL input {
    width: 15px;
    height: 15px;
    top: 50%;
}*/
.priceRangeAboveBelow .customAccordian .card .collaps {
  overflow: hidden !important;
  background: transparent !important;
}
.priceRangeAboveBelow .customAccordian .card .collaps {
  overflow: hidden !important;
  background: transparent !important;
  padding: 0px !important;
}
.priceRangeAboveBelow .customAccordian .card {
    float: left;
    margin: 0px;
    width: 100%;
}
.priceRangeAboveBelow #mainAccordian.customAccordian > .card {
  margin-bottom: 5px;
}
.priceRangeAboveBelow .customAccordian {
  padding: 0px !important;
}
.priceRangeAboveBelow .customAccordian .card .collaps .card-body {
    width: 100%;
    margin-left: 0;
    padding: 0px;
    float: left;
}
.priceRangeAboveBelow .withRightArrowAcPL input {
  right: auto !important;
  left:  12px !important;
}

#sortByDetailPopup .customPropertyCheckBoxPL {
    float: left;
    margin: 0 !important;
    margin-top: 30px !important;
}
#sortByDetailPopup .modal-body {
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.modal-dialog {
  height: 100vh !important;
  display: flex;
}
.modal-content {
  margin: auto !important;
  height: fit-content !important;
}

/*********************************************/
.anounceNotiFicationBtn {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
.annInnerBtn {
  width: 49%;
  float: right;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
  border:  none !important;
  background: #e5e6e7 !important;
  color: #212221 !important;
}
.annInnerBtn.activeButton {
  background: #eeb91b !important;
}


.shareEarnMainDiv {
  display: inline-block;
  width: 100%;
}
.headignWithBackButton {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}
.headignWithBackButton .back-button {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  top: 5px !important;
  left: 0px !important;
}
.headignWithBackButton h4 {
  font-size: 16px;
  font-weight: 600;
}
.appiliatAchivementMainDiv {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15px;
}
.appiliatAchivementBtn {
  padding: 5px 0;
  border-bottom: 5px solid #d0d2d3;
  width: 49%;
  display: inline-block;
  text-align: center;
  color: #202020;
  font-size: 15px;
}
.appiliatAchivementBtn.active {
  border-bottom: 5px solid #edb91d;
}

.reffrelFeeMainDiv {
  display: inline-block;
  width: 100%;
}
.reffrelFeeImage {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.reffrelFeeImage img {
  display: inline-block;
  width: 100%;
}
.reffrelFeeContent {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.reffrelFeeContent p {
  display: inline-block;
  width: 100%;
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  color: #231f20;
}
.reffrelFeeContent h3 {
  display: inline-block;
  width: 100%;
  font-family: 'Roboto', sans-serif !important;
  font-size: 24px;
  font-weight: 600;
  color: #231f20;
}
.reffrelFeeContent a {
  display: inline-block;
  width: 100%;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  color: #27aae1;
  font-style: italic;
  text-decoration: underline !important;
}
.reffrelFeebuttons {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}
.reffrelFeebuttons a {
  display: inline-block;
  width: 47%;
  margin: 0 1%;
  max-width: 200px;
}
.refreeModelBoxDiv .modal-dialog {
  max-width: 410px;
}
.refreeModelBoxDiv .modal-content {
  border-radius: 30px;
}
.refreeModelBoxDiv .modal-body {
  position: relative;
  padding: 25px 10px;
  text-align: center;
}
.refreeModelBoxDiv .close {
  opacity: 1;
}
.refreeModelBoxDiv .close img {
  display: inline-block;
  width: 14px;
}
.rewardImage {
  display: inline-block;
  width: 100%;
}
.rewardImage img {
  width: 60%;
  min-width: 250px;
}
.refreeModelBoxDiv .modal-body p {
  display: inline-block;
  float: left;
  width: 100%;
  font-size: 13px;
  font-family: 'Roboto', sans-serif !important;
  color: #231f20;
  margin: 0px;
}
.refreeModelBoxDiv .modal-body h3 {
  float: left;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #231f20;
  font-family: 'Roboto', sans-serif !important;
  margin: 0px;
}
.notificationsList.customListAccordian .card {
  width: 100%;
  border: none;
}
.notificationsList.customListAccordian .card li {
  width: 100%;
  margin: 0px;
}
.notificationsList.customListAccordian .card li p {
  padding-right: 35px;
  position: relative;
}
.notificationsList.customListAccordian .card li p i {
  position: absolute;
  top: 45%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.notificationsList.customListAccordian .card li p img {
  position: absolute;
  top: 45%;
  right: 9px;
  transform: translateY(-50%) rotate(180deg);
   -webkit-transform: translateY(-50%) rotate(180deg); 
  -moz-transform: translateY(-50%) rotate(180deg);
  width: 18px;
  height: 9px;
  object-fit: contain;
}
.notificationsList.customListAccordian .card li.collapsed p img {
  transform: translateY(-50%) rotate(0deg);
   -webkit-transform: translateY(-50%) rotate(0deg); 
  -moz-transform: translateY(-50%) rotate(0deg);
}
.customListAccordian .collepsDiv {
  width: 100%;
  background: #e6e7e8;
}
.customListAccordian .collepsDiv .card-body {
  display: inline-block;
  width: 100%;
}
.infoListNewAccordian {
    display: inline-flex;
    width: 100%;
}
.infoListNewAccordian li:first-child {
    width: 30% !important;
    margin-right: 6px !important;
}
.infoListNewAccordian li {
    box-shadow: none !important;
    color: #565656;
    line-height: 18px;
    font-size: 14px;
}
.collepsDiv p strong {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.infoListNewAccordian li span {
    display: inline-block;
    width: 100%;
    font-weight: 800;
    color: #565656
}
.yellowMark {
  color: #fbb040 !important;
}
.greenMark {
  color: #8dc63f !important;
}




.forgotPassLink {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.forgotPassLink a {
    color: #2aace2;
    font-size: 12px;
}




.customButtonPopup  .modal-content {
    background: transparent !important;
    box-shadow: none !important;
}

.customButtonPopup .modal-content .modal-body {
    padding: 0 !important;
}

.customButtonPopup .modal-content .modal-body button.close {
    color: #fff !important;
    text-shadow: none !important;
}
.customButtonPopup .customModalBody {
    max-width: 320px;
    margin: 0 auto;
    display: block;
}
.customButtonPopup  a.customButton.whiteButton {
    display: inline-block;
    width: 100%;
    background: #fff;
    border-radius: 6px !important;
    padding: 8px 10px;
    margin-bottom: 12px;
    color: #202020;
}



.bottomFixedMenu ul li {
  position: relative;
} 
.bottomFixedMenu ul li span {
  font-size: 8.5px;
} 

.projectPopupDiv {
  position: absolute;
  left: -240px;
  background: #ffc800;
  padding: 12px 17px;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2) !important;
  top: -6px;
}
span.closThisPop {
  position: absolute;
  right: 9px;
  top: 4px;
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #212221 !important;
  cursor: pointer;
}
.projectPopupDiv p {
  font-size: 15px;
  line-height: 23px;
  color: #000;
  opacity: 1 !important;
}
.projectPopupDiv::after {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffc800;
  position: absolute;
  top: 22px;
  right: -10px;
  content: "";
}
.topBaarIcon .projectPopupDiv {
    z-index: 999999 !important;
    left: auto !important;
    right: 0 !important;
    top: 117px !important;
    width: 200px !important;
    background: #fff !important;
}
.topBaarIcon .projectPopupDiv::after {
    border-bottom: 10px solid #e5e5e5 !important;
    border-top: 0 !important;
    border-right: 10px solid transparent !important;
    border-left: 10px solid transparent !important;
    position: absolute !important;
    top: -10px !important;
    right: 56px !important;
}
.topBaarIcon .projectPopupDiv p {
    margin: 0px !important;
    font-size: 14px;
    font-weight: 400;
}





@media only screen and (max-width: 1200px) {
  .singleProjectListPL {
    margin-bottom: 0px !important;
  }
}
@media only screen and (min-width: 375px) {
  .searchByDivPL a {
    font-size: 14px;
  }
  .listOfProjectsPL li a {
    font-size: 14px;
    margin: 0 4px;
  }
}
@media only screen and (max-width: 767px) {
  .projectPopupDiv {
    left: auto;
    padding: 12px 15px;
    top: -95px;
    width: 215px;
    right: -59px;
  }
  .projectPopupDiv p {
    font-size: 14px;
    line-height: 20px;
  }
  .projectPopupDiv::after {
    border-bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffc800;
    top: auto;
    right: 80px;
    bottom: -10px;
  }
  .topBaarIcon .projectPopupDiv {
    top: 77px !important;
  }
  .topBaarIcon .projectPopupDiv::after {
    right: 37px !important;
  }
}






/************/

@media only screen and (max-width:  700px) {
  .singleStepHLE h2 {
    font-size: 55px;
    width: 90px;
    height: 90px;
    line-height: 50px;
  }
  .singleStepHLE h2 span {
    font-size: 14px;
    line-height: 18px;
  }
  .monthlyIncomeDivHLE {
    margin: 40px 0 30px 0;
  }
  .monthlyIncomeDivHLE h3 {
    font-size: 24px;
  }
  .customInputDivHLE label {
    font-size: 16px;
  }
  .customInputDivHLE input,
  .customInputDivHLE select {
    font-size: 16px;
  }
  .inputWithLeftTextHLE span {
    font-size: 17px;
  }
  .inputWithLeftTextHLE input {
    padding-left: 48px;
  }
  .nextPreDivHLE a {
    font-size: 15px;
  }
  .nameDetailHLE h4 {
    font-size: 20px;
  }
  .nameDetailHLE p {
      font-size: 16px;
  }
  .nameDetailHLE .monthlyIncomeDivHLE h3 {
    font-size: 45px;
  }
  .baseOnDivHLE {
    margin-top: 10px;
  }
  .baseOnSingleHLE span {
    width: 170px;
    font-size: 16px;
  }
  .baseOnSingleHLE select,
  .baseOnSingleHLE h3 {
    width: calc(100% - 185px);
    font-size: 16px;
  }
  .customButtonHLE {
    font-size: 18px;
    padding: 6px 15px;
    min-width: 110px;
    border-radius: 10px;
  }
  .withBottomLineHLE.backBtnHLE h3 {
    font-size: 20px;
    padding: 1px 0 4px;
  }
}

@media only screen and (max-width:  430px) {
  .singleStepHLE h2 {
    font-size: 37px;
    width: 60px;
    height: 60px;
    line-height: 47px;
  }
  .backBtnHLE h3 {
    font-size: 18px;
  }
  .backButtonHLE {
    max-width: 22px;
  }
  .backBtnHLE {
    padding-left: 22px;
    padding-right: 22px;
  }
  .singleStepHLE h2 span {
    font-size: 12px;
    line-height: 0px;
  }
  .singleStepHLE {
    border-bottom: 6px solid #414042;
  }
  .singleStepHLE.active {
    border-bottom: 6px solid #eeb91b;
  }
  .singleStepHLE {
    padding-bottom: 15px;
  }
  .monthlyIncomeDivHLE {
    margin: 30px 0 25px 0;
  }
  .monthlyIncomeDivHLE h3 {
    padding: 11px 0;
    font-size: 19px;
  }
  .simpleSelectBoxHLE select {
    font-size: 14px;
  }
  .customNewFormHLE {
    padding: 0 15px;
  }
  .customInputDivHLE {
    margin-bottom: 15px;
  }
  .customInputDivHLE label {
    padding: 5px 10px;
    font-size: 14px;
  }
  .inputWithLeftTextHLE span {
    font-size: 15px;
    top: 9px;
  }
  .nameDetailHLE .monthlyIncomeDivHLE h3 {
    font-size: 35px;
  }
  .baseOnSingleHLE span {
    width: 115px;
    line-height: 16px;
  }
  .baseOnSingleHLE select, .baseOnSingleHLE h3 {
    width: calc(100% - 125px);
  }
  .customButtonHLE {
    font-size: 16px;
    min-width: 100px;
    margin: 0 6px;
  }
  .withBottomLineHLE.backBtnHLE h3 {
    font-size: 14px;
  }
  .legalFeeButton p {
    font-size: 11px;
  }
  .monthlyIncomeDivHLE h5 {
    font-size: 15px;
  }
  .simpleTextHLE p {
    font-size: 14px;
    line-height: 18px;
  }
  .stepsMainDivHLE {
    margin-top: 30px;
  }

  .topBaarIcon .projectPopupDiv::after {
    right: 27px !important;
  }
}
.display-inline{
  display: inline-block;
  width:100%;
}
.tab {
        display: none
    }
.thanks-message {
        display: none
}
select {
  -webkit-appearance: none;
  /*webkit browsers */
  -moz-appearance: none;
  /*Firefox */
  appearance: none;
  /* modern browsers */
  border-radius: 0;

}

.allCalculatorsList {
  display: inline-block;
  width: 100%;
}
.allCalculatorsList li {
  display: inline-block;
  width: 100%;
}
.allCalculatorsList a {
  display: inline-block;
  width: 100%;
  background: #f2f2f2;
  box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 40%) !important;
  padding: 15px 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Avenir LT Std' !important;
}







/**************************/
.customRegisterrNewFormNew {
    background: #fff;
    padding: 30px 0 0;
}

.registerPageCustomClassNew h1 {
  font-size: 20px;
  color: #212221;
  font-weight: 600;
  padding: 0 0 7px;
  border-bottom: 3px solid #eeb91b;
  margin-bottom: 25px;
}

.customRegisterrNewFormNew .form-group {
  margin-bottom: 15px;
  padding: 0 5%;
}

.customRegisterrNewFormNew .form-group label {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.customRegisterrNewFormNew .form-group .form-control {
  border-radius: 0px;
  border: 1px solid rgba(0,0,0,0.4);
  text-align: center;
  font-size: 15px;
  margin: 0px !important;
}
.customRegisterrNewFormNew .buttonSection {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.customRegisterrNewFormNew .buttonSection .customRegisterButton {
  background: #414042 !important;
  min-width: 200px !important;
  display: inline-block !important;
  text-transform: uppercase !important;
  font-weight: 800 !important;
  color: #fff !important;
  border-radius: 10px !important;
}
.customRegisterrNewFormNew .buttonSection p {
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 20px;
}
.customRegisterrNewFormNew .form-group span {
  position: unset !important;
}
.withBottomBorder.headignWithBackButton {
  border-bottom: 4px solid #edb81b;
}
.withBottomBorder.headignWithBackButton h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
}
.subHeadingTxtNew {
  display: inline-block;
  width: 100%;
}
.subHeadingTxtNew p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #231f20;
}



/**********************/
.deviceInfoMainDiv {
  display: inline-flex;
  width: 100%;
  padding: 30px 10px 0;
}
.deviceShareIcon {
  width: 70px;
  padding: 18px;
  background: #c1c1c1;
  border-radius: 50px;
}
.deviceShareIcon img {
  width: 100%;
}
.deviceInfoTextDiv {
  display: inline-block;
  width: calc(100% - 85px);
  text-align: left;
  margin-left: 10px;
}
.deviceInfoTextDiv h2 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.deviceInfoTextDiv p {
  font-size: 14px !important;
  line-height: 16px;
}
.shareDivNew {
  display: inline-flex;
  width: 100%;
  padding: 30px 0px 12px;
  flex-wrap: wrap;
}
.shareDivNew a {
  display: inline-block;
  width: 15% !important;
  margin: 0 5%;
  font-size: 28px;
  height: auto !important;
  background: transparent !important;
  border: none !important;
}
.shareDivNew a span {
  display: inline-block;
  width: 100%;
  font-size: 10px;
  color: #202020;
  float: left;
  margin: 5px 0 20px;
}
.shareDivNew a img {
  width: 100% !important;
  height: auto !important;
  float: left;
}

.videoFullWidthDivNew {
  position: relative;
  width: 100%;
  border:  1px solid rgba(0, 0, 0, 0.1);
  padding-top: 56%;
}
/*.videoFullWidthDivNew > img {
  position: relative;
  width: 100%;
  aspect-ratio: 1.7 / 1 !important;
}*/
.videoFullWidthDivNew > object,
.videoFullWidthDivNew > iframe,
.videoFullWidthDivNew > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
