.purchase-tabs{
    width: 50%;
    text-align: center;
}
.purchase-btn{
    width: 100%;
    font-size: 25px;
    font-weight: bold;

}
.purchase-title{
    padding-top: 10px;
    text-align: center;
    font-size: xx-large;
    font-weight: bold;

}
.modal-content{
    background-color: #fff !important;
}
.description{
    color:  #717171 !important;
    font-weight: 500 !important;
}
.title{
    color: #52BCC5 !important;
}
.btn-primary{
    background-color: #52BCC5 !important;
}
.dropdown-toggle::after {
    content: none;
}
.teal{
    color: #52BCC5;
}
.invalid-email{
    display: none;
    width: fit-content;
    margin: auto;
    background: #FA766E;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 3px;
    padding: 5px;

}
.nav-tabs > .nav-item > .nav-link.active {
    background-color: #52BCC5 !important;
    border-radius: 30px;
    color: #fff;
}
.sticky {
  position: sticky;
  top: 70px;
  background-color: #fff; 
  z-index: 100;
}

.soon{
  color: #52BCC5;
  font-style: italic;
}


.navbar .navbar-brand {
  text-transform: none !important;
}
.slider {
  -webkit-appearance: none;
  height: 15px;
  border-radius: 5px;   
  background: #d3d3d3;
  outline: none;
  opacity: 0.4;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin: 5px 5px 0 0;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #d3d3d3;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #d3d3d3;
  cursor: pointer;
}




/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggle {
  background-color: #52BCC5;
}

input:focus + .toggle {
  box-shadow: 0 0 1px #52BCC5;
}

input:checked + .toggle:before {
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
}

/* Rounded toggles */
.toggle.round {
  border-radius: 34px;
}

.toggle.round:before {
  border-radius: 50%;
}




.impact-img,
.constituents-img,
.nimby-img,
.next-img,
.historic-img{
    position: absolute;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.impact-img{
    left: 40%;
    top: 3%;
    height: 55px;
    border-radius: 21px;
}
.constituents-img{
    left: 78%;
    top: 5%;
    height: 55px;
    border-radius: 20px;
}
.next-img{
    left: 75%;
    top: -18%;
    height: 70px;
    border-radius: 20px;
}
.nimby-img{
    left: -3%;
    top: 0%;
    height: 55px;
    border-radius: 25px;
}
.historic-img{
    left: 25%;
    top: -16%;
    height: 57px;
    border-radius: 25px;
}


@-webkit-keyframes Floatingy{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);}
}
@-moz-keyframes Floatingy{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}
}


@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(20px, 0px);}
    65% {-webkit-transform:translate(0, 0);}
    to {-webkit-transform: translate(20px, -0px);}
}
@-moz-keyframes Floatingx{
    from {-moz-transform:translate(20px, 0px);}
    65% {-moz-transform:translate(0, 0);}
    to {-moz-transform: translate(20px, -0px);}
}


.impact-img, .next-img, .nimby-img, .constituents-img, .historic-img{
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -webkit-animation-name: Floatingy;
    -moz-animation-name: Floatingy;
    float: left;
}
.impact-img{
    -webkit-animation-duration: 14s;
    -moz-animation-duration: 14s;
    -webkit-animation-name: Floatingy;
    -moz-animation-name: Floatingy;
}

.next-img{
    -webkit-animation-duration: 12s;
    -moz-animation-duration: 12s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}

.nimby-img{
    -webkit-animation-duration: 12s;
    -moz-animation-duration: 12s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}

.constituents-img{
   -webkit-animation-duration: 10s;
   -moz-animation-duration: 10s;
       -webkit-animation-name: Floatingy;
    -moz-animation-name: Floatingy;
}
.historic-img{
    -webkit-animation-duration: 16s;
    -moz-animation-duration: 16s;
    -webkit-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}
it-animation-name: Floatingx;
    -moz-animation-name: Floatingx;
}






