.sidebar {

  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 108px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  } 
}

.clear{
  clear:both;
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

#contact input, #contact select {
  width: 75%;
}

#contact textarea {
  width:100%;
  height:125px;
}

#id_captcha_1 {
  width:25% !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

/* body {
  margin-bottom: 250px;  Margin bottom by footer height 
} */

/* @media screen and (max-width: 992px){
  body {
    margin-bottom: 600px;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
} */

/* Back to top button style */

#btn-back-to-top {
  position: fixed;
  bottom: 18px;
  right: 18px;
  display: none;
  font-weight: bold;
  font-size:1rem;
  padding: 0.5rem;
  border-radius: 3rem;
}

/* FOOTER */
/* 
#footer-menu{
  min-height:180px;
  padding-top:1.5rem;
  padding-bottom:1.5rem;
  font-size:11pt;
  border-top: 1px solid rgba(0, 0, 0, .1);
  background-color:#546E7A;
  color:white;
  position:absolute;
  bottom:40px;
}

.footer{
  font-size:11pt;
  height: 40px;
  line-height: 40px;
  color:white;
  background-color:#546E7A;
}

.footer a{
  color:white;
}

#footer-menu ul{
  list-style-type:circle;
  padding-left:2rem;
}

#footer-menu a{
  color: white;
}

#footer-menu a:hover{
  text-decoration:underline;
}

#footer-menu h3{
  color:white;
  padding-left:1rem;
  font-size:1.5rem;
}

#footer-menu img{
  width:40px;
  margin:0 15px;
}

#footer-menu hr{
  width: 70%;
  margin-left: 0;
  border-top: 2px solid white;
} */

/* ABOUT US PAGE */

.about-us-banner{
  height:300px;
  width:100%;
  margin-top:-2rem;
  background-image: url('../img/SIMBA-Background-Yellow-2000x600.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  margin-bottom:3rem;
}

#bubbles{
  position:relative;
  height:800px;
}

#bubbles>h1{
  color:#546E7A;
  width:250px;
  text-align:center;
  float:right;
  margin-right:150px;
  margin-top:50px;
}

.darkgrey-bubble{
  position: absolute;
  left:100px;
  top:0;
  padding:40px 80px;
  border-radius: 470px;
  color:white;
  background-color: #343a40;
  width:470px;
  height:470px;
}

.darkgrey-bubble>img{
  width:100px;
  display: block;
  margin: 0 auto;
}

.lightgrey-bubble{
  position: absolute;
  bottom:50px;
  right:100px;
  padding:40px 80px;
  border-radius: 470px;
  color:white;
  background-color: #546E7A;
  width:470px;
  height:470px;
}

.lightgrey-bubble>img{
  width:100px;
  display: block;
  margin: 0 auto;
}

.lightgrey-bubble-little{
  position: absolute;
  top:200px;
  right:450px;
  border-radius: 100px;
  background-color: #546E7A;
  width:100px;
  height:100px;
}

.darkgrey-bubble-little{
  position: absolute;
  left:450px;
  bottom:250px;
  border-radius: 100px;
  background-color: #343a40;
  width:100px;
  height:100px;
}

.about-us-map{
  max-height:570px;
  display:block;
  margin:0 auto;
}

.map-link{
  color: #FFBA00 !important;
  text-decoration: underline;
  cursor: pointer;
  transition-duration: 0.3s;
}

.selected{
  color: #343a40 !important;
}

.map-link:hover {
  color:#343a40 !important;
  transition-duration: 0.3s;
}

@media screen and (max-width: 992px){
  #bubbles>h1{
    float:none;
  }
  .lightgrey-bubble-little{
    display:none;
  }
  .darkgrey-bubble-little{
    display:none;
  }
  .lightgrey-bubble{
    position:static;
  }
  .darkgrey-bubble{
    position:static;
  }
  #bubbles{
    height: auto;
  }
}

.captchaanswerinput{
  display:inline-block !important;
}

.pricing-img{
  width:100%;
}