body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
}

#example1 .panel-counter {
  padding: 50px 10px;
  font-size: 20px;
  color: #333;
  width: 100%;
  font-weight: bold;
  left: 0px !important;
  bottom: 0px !important;
}

media only screen and (max-width: 992px) {
  #example1 .panel-counter {
    display: none;
  }

  .accordion-slider h3.as-layer {
    display: none;
  }

  .accordion-slider p.as-layer {
    display: none;
  }

  .mobslid {
    margin-top: -250px;
    position: absolute;
    background: white;
    padding: 25px 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  #example1 .panel-counter {
    display: none;
  }

  .accordion-slider h3.as-layer {
    display: none;
  }

  .accordion-slider p.as-layer {
    bottom: unset !important;
    margin-top: -137px !important;
  }

  .mobslid {
    margin-top: -250px;
    position: absolute;
    background: white;
    padding: 25px 10px;
    width: 100%;
  }
}

.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
}

.about-section {
  padding: 50px;
  text-align: center;
  background-color: #474e5d;
  color: white;
}

.column.stat {
  width: 25%;
}

.container::after,
.row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.column {
  /* box toward left of the window screen */
  float: left;
  /*divide each counter box in equal size*/
  /* 4 counters of 25% of screen size*/
  width: 50%;
  /*spacing between each box */
  padding: 4px;
}

/* Style the class named block*/
.block {
  padding: 10px;
  text-align: center;

  color: black;
}

/* Provide styling for when mouse will move over the counter*/
.block:hover {
  transform: scale(1.1);
  background-color: brown;
  transition-duration: 2s;
  color: white;
}

.fa {
  font-size: 50px;
}

.as-layer.as-closed.as-white.as-vertical.panel-counter.first {
  background-color: rgba(150, 206, 180, 0.7);
}

.as-layer.as-closed.as-white.as-vertical.panel-counter.second {
  background-color: rgba(255, 238, 173, 0.7);
}

.as-layer.as-closed.as-white.as-vertical.panel-counter.third {
  background-color: rgba(255, 111, 105, 0.7);
}

.as-layer.as-closed.as-white.as-vertical.panel-counter.fourth {
  background-color: rgba(255, 204, 92, 0.7);
}

.as-layer1.as-closed.as-white.as-vertical.panel-counter.first {
  background-color: rgba(150, 206, 180, 0.7);
}

.as-layer1.as-closed.as-white.as-vertical.panel-counter.second {
  background-color: rgba(255, 238, 173, 0.7);
}

.as-layer1.as-closed.as-white.as-vertical.panel-counter.third {
  background-color: rgba(255, 111, 105, 0.7);
}

.as-layer1.as-closed.as-white.as-vertical.panel-counter.fourth {
  background-color: rgba(255, 204, 92, 0.7);
}

@media (max-width: 860px) {
  #example1.custom-responsive .panel-counter {
    font-size: 16px;
    padding: 2px;
    bottom: 2px !important;
    left: 2px !important;
  }

  #example1.custom-responsive .hide-medium-screen,
  #example3 .hide-medium-screen {
    display: none;
  }
}

@media (max-width: 640px) {
  #example1.custom-responsive .as-layer,
  #example3.as-horizontal .as-layer {
    font-size: 12px;
  }

  #example1.custom-responsive .hide-small-screen,
  #example3 .hide-small-screen {
    display: none;
  }
}

@media (max-width: 450px) {
  #example1.custom-responsive .as-layer,
  #example3.as-horizontal .as-layer {
    font-size: 10px;
    padding: 2px;
  }
}

#example3 .as-panel {
  border: 2px solid #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#example4 .text {
  padding: 15px;
  background-color: #f1f1f1;
  color: #222;
}

#example4 .title {
  font-size: 24px;
  margin: 0;
}

#example4 .description {
  font-size: 14px;
  line-height: 1.2;
}

#example4 .link {
  position: absolute;
  bottom: 0;
}

#example4 .link a {
  color: #000;
}

#example-xml .as-panel-counter {
  padding: 5px;
  font-size: 20px;
  color: #333;
  -moz-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -moz-transform: rotate(-90deg) translateY(100%);
  -webkit-transform: rotate(-90deg) translateY(100%);
  transform: rotate(-90deg) translateY(100%);
}

.controls {
  margin-top: 30px;
  text-align: center;
}

.controls a {
  color: #333;
}

.controls span.custom-arrow {
  display: none;
}
