.csbutton-t {
  margin: 2px;
  font-family: "Droid Serif", "DejaVu Serif", "STIX", serif;
  font-family: "Monotype Corsiva", "Apple Chancery", "URW Chancery L", cursive;
  font-family: monospace, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background-color: gainsboro;
  color: #ff8c1a;
  background-color: lightskyblue;
  color: darkslategray;
  border-radius: 6px;
  border-radius: 5px;
  box-shadow: 0.15em 0.15em 0 orange;
}

.csbutton-im{
    margin: 3px;
    height: 30px;
    width: 30px;
    border-radius: 6px;

}

.csbutton-big {
    width: 76px;
    height: 76px;
    font-size: 45px;
    border-radius: 15px;
    box-shadow: 0.05em 0.05em 0 #d1d1d1;

}

div .letterl {
  margin-left: 5px;
  margin-right: 5px;
  padding: auto;

}

div .altlist {
  margin-bottom: 15px;
}

.resultdiv {
    display: table;
    margin: 0 auto;
}


.install-guide {
    height: 250px;
    background-color: lightblue;
    font-size: 12px;
    z-index: 999999999;
}

.centerdiv{
    display: table;
    margin: 0 auto;
    text-align: center;
}

.gad {
    margin-top: 25px;
}

.start_app {
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer-extra{
    margin-bottom: 40px;
}

.clist li {
    margin-bottom: 10px;
}

.timeline-Widget {
      width: 100% !important;
    padding-left: 0px;
    }

.langbar-item {
    display: none;
}

.cc_banner-wrapper {
    z-index: 99999999 !important;
}

.slider-container {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.img-center img {
  display: block;
  margin: 0 auto;
}


.start_section {
    padding-top: 50px;
    margin-top: -50px;
}

.rounded img,
.owl-carousel,
.owl-carousel .owl-item,
.owl-carousel .owl-item img {
    border-radius: 10px;
}

.alert,
.contentbox {
    box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.2);
    /*box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);*/
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    padding: 12px;
    margin-bottom: 20px;

}

.contentbox{
    /*background-color: white;*/
    border-radius: 10px;
}

.owl-carousel {
    margin-bottom: 20px;
}
