  /*.navbar-fixed-top{
    position: absolute;
  } */

  html[dir="ltr"] svg + [aria-label] {
      top: -1000px !important;
      left: auto !important;
  }

.banners{
  width: 100%;
}

.banners-mob{
  display: none;
}

.banner-line{
  margin: 0px;
  display: inline-block;
  width: 33%;
}

.simple-banner-image{
  width:100%;
  cursor: pointer;
}

.send-banner{
  cursor: pointer;
}

.open-block{
  cursor: pointer;
}

.graph-block{
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
}

.specify-btn{
  background: #fc7a00 !important;
  border: 1px solid #fc7a00 !important;
}

.specify-btn:hover {
  background: #ff8e20 !important;
  border: 1px solid #ff8e20 !important;
}

.blue-big-btn{
  display: inline-block;
  width: 45%;
  margin-right: 90px;
}

.orn-big-btn{
  display: inline-block;
  width: 45%;
}

.get-offer-big-button{
  min-height: 68px;
  font-size: 22px;
  font-weight: bold;
  box-shadow: 10px 10px 0px #003F69;
  margin-bottom: 50px;
}

.pie-chart{
    height: 119px;
    margin-top: -26px;
}
.valid-error{
    color: red;
}
.no-inversments{
    text-align: center;
    color: red;
}
#neighborhood-sel {
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: calc(100% - 17px);
}
#g-place .pac-container {
    margin-right: 9px !important;
    z-index: 10000 !important;
    position: initial !important;
    display: inline-block;
}
.pac-container:empty{
    display: none !important;
}
.status-tama-mobile{
  display: none;
}
.status-tama-web{
  display: block;
}
.status-tama-web-inline{
  display: inline-block;
}

.link{
  cursor: pointer;
}
.status-title{
  font-weight: bold;
  color: #8597a8;
}

.extra-padding{
  padding-top: 30px;
}
.main-title:before{
      position: relative;
    top: 0;
    left: -40px;
    float: left;
    width: 0;
    height: 0;
    content: '';
    border-width: 28px 40px 0 0;
    border-style: solid;
    border-color: transparent #064366 transparent transparent;

}
.main-title{
    position: relative;
    top: 150px;
    left: -16px;
    width: 356px;
    height: 28px;
    margin-right: -16px;
    background-color: #064366;
    text-align: right;
}

.main-title-text{
    padding-right: 10px;
    display: inline-block;
    padding-top: 2px;
    font-size: 18px;
}

.main-title-mob h3{
  background-color: #064366 !important;
}

.main-captcha{
  display: none;
}
.mini-captcha{
  display: none;
}

.search-error-main-container{
    position: relative;
    top: 195px;
    left: -17px;
    text-align: right;
    color:red;
}

.search-error-mini-container{
    position: relative;
    top: 50px;
    left: 920px;
    text-align: right;
    color: red;
}

.captcha{
  margin-bottom: 10px;
}
.g-recaptcha div {
  margin-left: auto;
  margin-right: auto;
}
.capcha-stop-img{
    width: 60px;
    margin: auto;
    padding-bottom: 25px;
}

.capcha-msg{
    margin: auto;
}
.capcha-msg-container{
  text-align: center;
  font-size: 21px;

}

.captcha-menu{
  display: none;
}

.chart-item
{
    width: 100%;
    min-height: 280px;
    direction: ltr;
}

@media (max-width: 1201px) {

  .search-error-mini-container{
    top: 7px;
    left: initial;
    width: 300px;
    right: 12px;
  }

  .main-title-mob{
    display: inline-block !important;
    top: 36px;
  }
  .main-title:before{
    display: none;
  }
  .main-title{
      display: none;
  }

  .main-title-text{
      display: none;
  }
  .search-error-main-container{
    top: 264px;
    margin: 5px -33px -2px -2px;
    text-align: center;
  }


}

@media (max-width: 1024px) {
  #map-canvas {
    height: 50vh !important;
  }
  .main-title{
      top: 75px;
  }
}

@media(max-width:992px){
  .container.container-nav{
    width: 900px;
  }
  .left-side{
    margin-left: 120px;
  }
}
@media (max-width: 991px) {
  .banners{
    display: none;
  }

  .banners-mob{
    margin-right: 10px;
    margin-left: 10px;
    display: block;
  }
  #banner_mob_3{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blue-big-btn{
    width: 100%;
    margin-right: 0;
    display: inline-block;
  }

  .orn-big-btn{
    width: 100%;
    display: inline-block;
  }

  .get-offer-big-button{
    width: 270px;
    height: 78px;
    margin: 5px calc(50% - 130px);
    font-size: 20px;
    margin-bottom: 50px;
  }

  .get-offer-big-button-mob{
    margin-bottom: 10px;
  }
  .search-error-mini-container {
    position: absolute;
    top: initial;
    left: 0px;
    width: 300px;
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
  }

  .serach-error-mini-parent{
      position: relative;
      padding-bottom: 20px;
  }

  .blue-bg {
    background-color: #f6f6f6 !important;
  }
  .mobile-map-title{
    color: #334366 !important;
  }
  #expand-map{
    display: none;
  }
  .center-menu {
    display: inline;
    width: 25%;
  }

  .footer-menu {
    display: inline;
    width: 25%;
  }

  .partner-details div:nth-child(2) {
      padding-right: 15px;
      padding-left: 0;
      margin-bottom: 15px;
  }
  #g-place .pac-container {
      margin-right: 9px !important;
      z-index: 10000 !important;
      position: relative !important;
      left: -1px !important;
      top: -102px !important;
      display: inline-block ;
  }
}

@media (max-width: 767px) {

  .container.container-nav{
    width: unset;
  }
  .status-tama-mobile{
    display: block;
  }
  .status-tama-web{
    display: none;
  }

  .status-tama-web-inline{
    display: none;
  }

  #g-place .pac-container {
      margin-right: 9px !important;
      z-index: 10000 !important;
      position: relative !important;
      left: -1px !important;
      top: -135px !important;
      display: inline-block ;
  }
}

@media (max-width: 600px) {
  .features .content .title {
      font-size: 16px;
  }

  #g-place .pac-container {
      margin-right: 9px !important;
      z-index: 10000 !important;
      position: relative !important;
      left: -1px !important;
      top: -135px !important;
      display: inline-block ;
  }
}

@media (max-width: 500px) {
  .features .icon,
  .bottom-icon,
  .new-icon:hover,
  .bottom-icon:hover {
    width: 60px;
    height: 60px;
    background-size: 60px 60px !important;
  }

  .contact-address iframe {
    width: 100%;
  }

  .new-icon {
      display: inline-block;
      width: 60px;
      height: 60px;
      background-size: 60px 60px !important;
  }
  .features .content {
     padding: 0px;
   }
   #g-place .pac-container {
       margin-right: 9px !important;
       z-index: 10000 !important;
       position: relative !important;
       left: -3px !important;
       top: -135px !important;
       display: inline-block ;
   }
  .capcha-msg-container{
    font-size: 19px;
  }
}

@media (max-width: 480px) {
  .features .icon,
  .bottom-icon,
  .new-icon:hover,
  .bottom-icon:hover {
    width: 45px;
    height: 50px;
    background-size: 45px 45px !important;
    background-repeat: no-repeat;
  }

  #g-place .pac-container {
      margin-right: 9px !important;
      z-index: 10000 !important;
      position: relative !important;
      left: -1px !important;
      top: -135px !important;
      display: inline-block;
  }

  .new-icon {
      display: inline-block;
      width: 45px;
      height: 45px;
      background-size: 45px 45px !important;
  }
  .features .content .title {
      font-size: 14px;
  }
    .main-title-mob h3{
    font-size: 14px  !important;
  }
}

@media (max-width: 480px) {
  .main-title-mob h3{
    font-size: 21px  !important;
  }
  .main-title-mob{
    top: 38px;
  }
}

@media (max-width: 370px) {
  .main-title-mob h3{
    font-size: 17px  !important;
  }
  .main-title-mob{
    top: 44px;
  }

}
