/* Style the tab */

.section-tabs-wrapper{
  display: flex;
  flex-direction: column;
  max-width: 1110px;
  position: relative;
}

.section-tabs {
  overflow: hidden;
  display: flex;
  width: 1250px;
  max-width: 100%;
}

/* Style the buttons that are used to open the tab content */
.section-tabs button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0px;
  transition: 0.3s;
  display: flex;
  gap: 24px;
  align-items: center;
  text-align: inherit;
  min-width: 28%;
}

/* Change background color of buttons on hover */
/*.section-tabs button:hover {
background-color: #ddd;
}
*/
/* Create an active/current tablink class */
/*.section-tabs button.active {
border-bottom: 2px solid #343A40;
}*/

.tab-image-icon img {
  width: 56px;
  border-radius: 100px;
  max-width: unset !important;
}

.tab-wrapper{
  display: flex;
  gap: 24px;
  max-width: 304px;
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;

}

.active .tab-wrapper{
  border-bottom: 2px solid #343a40;
}
.tab-titles {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tab-titles h4, .tab-titles h5, .tab-item-title, .tab-item-subtitle {
  margin: 0;
}

.tab-titles h4, p.tab-item-title{
  color: #343A40;
  font-weight: 800;
}

.tab-titles h5, .tab-item-subtitle {
    color: #6c757d;
    font-weight: 325;
    font-size: 16px;
    line-height: 1.3em!important;
    font-family: 'Gotham Book';
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 0px;
  border-top: none;
  gap: 142px;
  align-items: center;
  padding-top: 100px;
}

.tab-content-image{
  /* flex-basis: 100%; */
}

.tab-content-image img{
  max-width: 304px !important;
}

.tab-content-text {
  flex-basis: 50%;
}

.tab-content-text p {
  font-size: 24px;
  line-height: 40px;
  color: #343A40;
  margin: 10px;
}

.tab-content-text img {
  margin-bottom: 22px;
}

.tab-content-icon {
  align-self: end;
  flex-basis: 30%;
  position: absolute;
  bottom: 0;
  /* z-index: 1; */
  right: 0px;
}
}

@media screen and (max-width:768px){
  .tabcontent {
    flex-direction: column !important;
  }
}

@media screen and (max-width: 1300px){
  .section-tabs-wrapper{
    padding: 20px;
  }
}

@media screen and (max-width: 900px) {

  .section-tabs-wrapper{
    flex-direction: column;
    padding: 20px;
  }

  .section-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: auto;
  }

  .section-tabs button {
    flex-shrink: 0;
    white-space: nowrap;
  }


  .tab-content-image {
    display: none !important;
  }  

  .tabcontent{
    padding-top: 50px;
  }
  
  .tab-wrapper{
    margin-right: 16px;
  }
  .tab-titles h5{
    font-size: 10px;
  }
  
  .tab-titles h4, p.tab-item-title{
    font-size: 16px;
  }
  
  .tab-image-icon img{
    width: 40px;
  }

  .tab-content-text p{
    font-size: 16px;
    width: 115%;
    line-height: 24px;
  }

  .tab-content-icon{
    flex-basis: 100%;
  }
}

button#slide-arrow-prev {
  width: 52px;
  height: 52px;
  border: none;
  /* color: red; */
  background: #FFFFFF;
  position: absolute;
  border-radius: 100%;
  top: 16px;
  left: -112px;
  cursor: pointer;
}

button#slide-arrow-next {
  width: 52px;
  height: 52px;
  border: none;
  /* color: red; */
  background: #FFFFFF;
  position: absolute;
  border-radius: 100%;
  top: 16px;
  right: -112px;
  cursor: pointer;
}

i.fas.fa-chevron-left {
  font-size: 20px;
  color: #343A40;
}

i.fas.fa-chevron-right {
  font-size: 20px;
  color: #343A40;
}

@media screen and (max-width:900px){
  .slider-controls-prof.att {
    display: none;
  }
}