html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

#float {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 40px;
  right: 40px;
  background: #838383 0% 0% no-repeat padding-box;
  border-color: #838383;
  box-shadow: 0px 3px 6px #00000029;
  color: white;
  border-radius: 50%;
  border: None;
  display: None;
}

.navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70px;

  background-color: white;
  box-shadow: 0px 1px 5px #00000015;
  opacity: 1;
}

.container {
  padding: 0;
}

.nav .child {
  border: 2px solid transparent;
  text-align: left;
  font: normal normal normal 20px Roboto;
  letter-spacing: 0.4px;
  color: #434343;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2px;
  padding-bottom: 2px;
}

.child a {
  color: #484848;
}

.child a:hover {
  color: #484848;
  text-decoration: none;
}
.nav .child.selected a {
  color: #52ce95;
}

.nav .child.ancestor {
  color: #52ce95 !important;
}

.toggle {
  display: None;
}

.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  left: -12em;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.open .dropdown-content {
  display: block;
}

.dropdown li {
  list-style-type: none;
}

.dropdown-menu {
  background: #5d5d5d;
  border-radius: 0;
  top: 50px;
  left: -150px;
}
.dropdown-item{
  color: #ffffff;
  font: normal normal normal 14px Ubuntu;
}

.child{
  color: #484848 !important;
}
.pagination {
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0.3px;
}

nav .child:hover {
  transform: scale(1.02);
  transition: 0.1s;
}

.jumbotron.banner {
  margin-top: 70px;
  height: 480px;
  background: url("../images/baner_main.f3c19de02f9e.png") no-repeat right;
  background-size: cover;
}

.head {
  position: absolute;
  text-align: left;
  width: 50%;
  top: 193px;
}

.hero {
  font: normal normal 50px Ubuntu;
  font-weight: bold;
  letter-spacing: 1px;
  color: #434343;
}

.jumbotron {
  background: white;
}

h1 {
  text-align: left;
  margin: 0;
  font-size: 2.5rem;
}

.details {
  font: normal normal normal 14px/22px Ubuntu;
  letter-spacing: 0.28px;
  color: #9f9f9f;
}

footer {
  background: #dbdbdb 0% 0% no-repeat padding-box;
  text-align: left;
  font: normal normal normal 15px/19px Ubuntu;
  letter-spacing: 0.3px;
  color: #484848;
}

.doc a {
  color: #484848;
}

.doc a:hover {
  text-decoration: None;
}

.pointer {
  cursor: pointer;
}

.see-also-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  .navbar-nav {
    display: none;
  }

  .head {
    position: absolute;
    text-align: left;
    width: 50%;
    top: 140px;
  }

  .toggle {
    display: block;
    color: #9f9f9f;
  }

  .navbar-brand {
    padding: 0;
  }

  .jumbotron.banner {
    height: 240px;
  }

  .card {
    height: 600px;
  }

  .hero {
    font: 35px Ubuntu;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1000px) {
  .mobile-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .head {
    top: 110px;
  }

  .jumbotron.banner {
    height: 170px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    font: normal normal bold 25px/34px Ubuntu;
    letter-spacing: 0.5px;
    width: 25rem;
  }

  .subhero {
    text-align: left;
    font: normal normal bold 12px/15px Ubuntu;
    letter-spacing: 0.24px;
    color: #a2a2a2;
    width: 15rem;
  }

  .btn {
    width: 75%;
  }

  .signature {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .hero {
    font: normal normal bold 20px Ubuntu;
    letter-spacing: 0.5px;
    white-space: normal;
  }

  .subhero {
    text-align: left;
    font: normal normal bold 10px Ubuntu;
    letter-spacing: 0.24px;
    color: #a2a2a2;
    white-space: normal;
  }
}

.client-content {
  background-color: #f8f9fa;
}
