@charset "utf-8";

body {
  margin-top: 50px;
  background: #e7e7e7;
}

.account-block {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.account-block .overlay {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.account-block .account-testimonial {
  text-align: center;
  color: #fff;
  position: absolute;
  margin: 0 auto;
  padding: 0 1.75rem;
  bottom: 3rem;
  left: 0;
  right: 0;
}

.text-theme {
  color: #009259 !important;
}

.btn-theme {
  background-color: #009259;
  border-color: #009259;
  color: #fff;
}

#mapCanvas {
  width: 100%;
  height: 770px;
}

#load {
  visibility: hidden;
  width: 120px;
  height: 120px;
  position: absolute;
  margin: auto;
  z-index: 9999;
  background: url("/static/img/loader1.gif") no-repeat 50% 50% rgba(255, 255, 255, 0.9);
  margin-left: 150px;
  margin-top: 150px;
}

#results {
  display: none;
}

#inside {
  display: flex;
  flex-direction: row;
}

.nav-bg {
  background-color: #fff;
}

.tabs-alt.nav-tabs .nav-link.active,
.tabs-alt.nav-tabs .nav-link.active:hover,
.tabs-alt.nav-tabs .nav-link.active:focus,
.tabs-alt>.nav-tabs .nav-link.active,
.tabs-alt>.nav-tabs .nav-link.active:hover,
.tabs-alt>.nav-tabs .nav-link.active:focus {
  -webkit-box-shadow: 0 -2px 0 #26b4ff inset;
  box-shadow: 0 -2px 0 #26b4ff inset;
}

.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link,
.nav-pills:not(.nav-fill):not(.nav-justified) .nav-link {
  margin-right: 0.125rem;
}

.nav-tabs.tabs-alt .nav-link,
.tabs-alt>.nav-tabs .nav-link {
  border-width: 0 !important;
  border-radius: 0 !important;
  background-color: black !important;
}

.nav-tabs .nav-link.active {
  border-bottom-color: #fff;
}

.txt_bold {
  font-weight: bold;
}

#logo_mobile{
   display: none;
}


@media only screen and (max-width: 500px) {
  #mapCanvas {
    height: 350px;
  }

  #load {
    margin-left: 50px;
    margin-top: 40px;
  }
  #logo_mobile{
    display: block;
  }
  #logo_web{
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #mapCanvas {
    height: 350px;
  }

  #load {
    margin-left: 50px;
    margin-top: 40px;
  }
  #logo_mobile{
    display: block;
  }
  #logo_web{
    display: none;
  }
}



.policy_text{
  font-size: 24px;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}