.testimonial-case {
  background: #fff;
}

.hero-banner{
  width:100%;
  max-width:100%;
  padding: 0px 16px;
  box-sizing:border-box;
}

.hero-banner-wrapper{
  width:1100px;
  max-width:100%;
  margin:0 auto;
  display:flex;
  gap:16px;
  position:relative;
  align-items:center;
  justify-content:space-between;
}

.hero-banner-col {
  width: 40%;
  align-items: center;
  display: flex;
  justify-content: end;
  position:relative;
}
.hero-banner-content-box {
  width: 100%;
}

.col1 {
  justify-content: start;
  width: 49%;
}

.col2 {
  justify-content: end;
  /*   width: 60%; */
}


/* .col2ImageLink{
height: 100%;
} */

.hero-banner p {
  margin: 0 0 10px;
  line-height: 1.5em;
  font-size:18px;
}

.hero-banner h1 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2em;
  margin: 0 0 10px;
}

position: relative;
width: auto;
max-height: 500px;
width: auto!important;
}

img.floating-image {
  position: absolute;
  top: -50px;
  width: auto;
  height: auto;
  max-height: 300px;
  left: 0;
  animation: floatUpDown 2s infinite;
  z-index: 2;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
}

ul.breadcrumbs {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  max-width: 408px;
  width: 100%;
}

ul.breadcrumbs li a {
  display: flex;
  gap: 10px;
  font-size:14px;
  transition:0.2s linear all;
  text-decoration:none;
  align-items: center;
  justify-content: space-between;
  font-weight:700;
  /*color:#000;*/
}



ul.breadcrumbs li:first-child a:hover svg {
  transform: scale(1.3);
}

ul.breadcrumbs li:last-child a, ul.breadcrumbs li:last-child a:hover, ul.breadcrumbs li:last-child a:hover svg {
  color: initial;
  fill:initial;
}

ul.breadcrumbs svg {
  width: 14px;
}


ul.breadcrumbs li:last-child a:after {
  content: '';
}

ul.breadcrumbs li a, ul.breadcrumbs svg {
  transition:0.2s linear all;
}

.next-section {
  transition: 0.2s linear all;
  text-decoration: none;
  position: absolute;
  bottom: -55px;
  left: 0;
  cursor:pointer;
}

.next-section:after {
  content: "\276F";
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
  background: #fff;
  color: #fb2b8c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 50%;
  font-size:15px;
  transition:0.2s linear all;
}

.hero-banner .content {
  position: relative;
  display: inline-block;
  max-width: 450px;
}

.next-section:hover::after{
  background: #fb2b8c;
  color: #fff;
}

@media (max-width: 800px) {
  .hero-banner-col {
    align-items: flex-start;
  }

}

@media (max-width: 900px) {
  .hero-banner-col {
    width: 100%;

  }

  .hero-banner h1 {
    /*     font-size: 40px;
    font-weight: 700; */
    line-height: 1.2em;
  }

  .contact-cards-box {
    gap: 20px;
    margin-top: 30px;
    justify-content: center;
  }
}

@media(max-width: 699px) {
  .hero-banner-content-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }   

  /*   div div.col2  {
  display: none

} */
}

@media(max-width: 590px){
  .tables-module {
    padding: 0!important
  }
  table.full tbody tr td {
    padding: 0.7rem!important
  }

  ul.breadcrumbs {
    justify-content: center;
  }
}