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;
}

.cms-toolbar-expanded .navbar {
  top: 46px;
}

.container {
  padding: 0;
}

.nav .child {
  border: 2px solid transparent;
  text-align: left;
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0.3px;
  color: #484848 !important;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2px;
  padding-bottom: 2px;
}

.child::before {
  background-color: red !important;
}
.child::after {
  background-color: blue !important;
}

.child a {
  color: #484848;
}

.child a:hover {
  color: #484848;
  text-decoration: none;
}

.nav .child.selected {
  border: 2px solid #34ad9b;
  border-radius: 0px 10px;
}

.nav .child.ancestor {
  border: 2px solid #34ad9b;
  border-radius: 0px 10px;
}

.toggle {
  display: None !important;
}

.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;
}

.pagination {
  font: normal normal normal 15px/20px Roboto;
  letter-spacing: 0.3px;
}

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

.toggle {
  display: None !important;
}

.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;
}

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

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

.subhero {
  font: normal normal bold 18px/22px Montserrat;
  letter-spacing: 0.36px;
  color: white;
}

.hero {
  font: normal normal 70px/85px Montserrat;
  font-weight: bold;
  letter-spacing: 1.4px;
  color: white;
}

.hidden-tracking-pixel {
  display: none;
}

.jumbotron {
  background: white;
}

.content-text {
  text-align: left;
  letter-spacing: 0.3px;
  color: #484848;
}

.new-art-shape {
  background: #e34747 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 10px 0px;
  position: absolute;
  top: 0;
  left: 0;
}

.new-art-text {
  text-align: left;
  font: 13px/18px Roboto;
  letter-spacing: 0px;
  color: #ffffff;
}

.cards-button a:hover {
  text-decoration: None !important;
}

.section-header-sm {
  font: normal normal bold 26px/32px Montserrat;
  letter-spacing: 0.52px;
  color: #484848;
}

.section-header-lg {
  font: normal normal bold 26px/32px Montserrat;
  letter-spacing: 0.52px;
  color: #484848;
}

.outline {
  padding: 15px;
  border: 2px solid #34ad9b;
  border-radius: 0px 20px;
}

.timeline-steps {
  display: flex;
  justify-content: space-around;
}

.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}

.timeline-steps .timeline-step:not(:last-child):after {
  content: "";
  display: block;
  border-top: 1px solid #707070;
  width: 7rem;
  position: absolute;
  left: 6rem;
  top: 0.5rem;
}

.timeline-steps .timeline-step:not(:first-child):before {
  content: "";
  display: block;
  border-top: 1px solid #707070;
  width: 9rem;
  position: absolute;
  right: 6rem;
  top: 0.5rem;
}

.timeline-steps .timeline-content {
  width: 10rem;
  text-align: center;
}

.timeline-steps .timeline-content .timeline-desc {
  text-align: left;
  font: normal normal normal 13px/22px Roboto;
  letter-spacing: 0.26px;
}

.inner-circle {
  border-radius: 1.5rem;
  border: 2px solid #707070;
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: black;
}

.inner-circle.current {
  border: 0px;
  background-color: #34ad9b;
}

.inner-circle.muted {
  border: 0px;
  background-color: #c7c7c7;
}

.calendar-muted {
  color: #9f9f9f;
}

.vl {
  border-left: 1px solid #707070;
  height: 100%;
  margin-left: 7px;
  transform: translate(0, -2px);
}

.vertical-timeline {
  display: None;
}

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

.accordion {
  margin: 2rem auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.accordion-item-icon {
  color: #34ad9b;
}

.accordion-item.active {
  border: 2px solid #34ad9b;
}

.accordion-item-header {
  text-align: left;
  font: normal normal bold 18px/22px Montserrat;
  letter-spacing: 0.36px;
  color: #484848;
  margin: 20px;
  cursor: pointer;
}

.accordion-item-header-content {
  display: grid;
  grid-template-columns: 1fr 49fr;
  grid-gap: 20px;
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
}

.details {
  font: normal normal normal 14px/22px Roboto;
  letter-spacing: 0.28px;
}

.post-item-img-file {
  height: 50%;
}

.card {
  height: 500px;
}

.card-img-top {
  height: 100%;
  object-fit: cover;
  background-size: cover;
}

.card-title {
  text-align: left;
  font: normal normal bold 20px/24px Montserrat;
  letter-spacing: 0.4px;
  color: #484848;
}

a.card-title:hover {
  text-decoration: none;
  color: #484848;
}

.cut-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.more-button {
  display: block;
  text-align: right;
  color: #34ad9b;
  cursor: pointer;
}

.more-button:hover {
  color: #34ad9b;
  text-decoration: none;
}

a.text-link {
  display: block;
  text-align: right;
  color: #34ad9b;
  cursor: pointer;
}

a.text-link:hover {
  color: #34ad9b;
  text-decoration: none;
}

.carousel {
  display: None;
}

.btn {
  color: #34ad9b;
  background-color: transparent;
  border: 2px solid #34ad9b;
  border-radius: 3px;
  opacity: 1;
  padding: 14px 28px;
  font-size: 16px;
  display: inline-block;
}

.opinions__container {
  margin-bottom: 50px;
}

.base-flex__content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.opinion-page-content {
  box-sizing: border-box;
}

/* On mouse-over */
.btn:hover {
  background: #34ad9b;
  color: white;
}

.cards-button {
  display: flex;
  justify-content: end;
}

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

.accordion-title {
  font: normal normal bold 18px/22px Montserrat;
  letter-spacing: 0.36px;
  color: #484848;
}

.doc a {
  color: #484848;
}

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

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

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

  .navbar-brand {
    padding: 0;
  }

  .jumbotron.banner {
    height: 240px;
  }

  .card {
    height: 600px;
  }

  .hero {
    font: 35px/40px Montserrat;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1000px) {
  .outline {
    border: None;
    text-align: center;
  }

  .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 Montserrat;
    letter-spacing: 0.5px;
    width: 15rem;
  }

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

  .carousel {
    display: block;
  }

  .info-cards {
    display: None;
  }

  .vertical-timeline {
    display: block;
  }

  .timeline-steps {
    display: None;
  }

  .cards-button {
    padding: 20px;
    display: flex;
    justify-content: center;
  }

  .btn {
    width: 75%;
  }

  .calendar-desc {
    display: None !important;
  }

  .signature {
    display: flex;
    justify-content: center;
  }
}

.logo{
  height: 50px;
}

@media only screen and (max-width: 500px) {
  .jumbotron.banner {
    margin-right: -5rem;
  }

  .section-header-sm {
    font: normal normal bold 18px/22px Montserrat;
  }
}

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