.tabset{
  text-align: center;
      z-index: 2;
  position: relative;
}

.tab-buttons{
  display: flex;
    justify-content: stretch;
}

.tab-buttons > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tab-buttons > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tab-buttons > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tab-buttons > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tab-buttons > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tab-buttons > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tab-buttons > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tab-buttons > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7) {
  display: block;
}

.tab-buttons > label {
  position: relative;
  display: flex;
  padding: 15px 10px 10px;
  border: 0px solid transparent;
  cursor: pointer;
  font-weight: normal;
  color: white;
  font-size: 15px;
  border-bottom: 1px solid #94999F !important;
  margin: -2px;
  align-items: center;
  flex: 1;
  text-align: center;
  justify-content: center;
  word-break: initial;
}



.tab-buttons > label:hover,
.tab-buttons > input:focus + label {
 font-weight: bold;
}

/* .tabset > label:hover::after,
.tabset > input:focus + label::after, */
.tab-buttons > input:checked + label::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid red;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    left: calc(50% - 10px);
    top: 100%;
}

.tab-buttons > input:checked + label {
  font-weight: bold !important;
  border-bottom: 5px solid var(--red) !important;
    margin-bottom:-4px;
}

.tab-panel {
  padding: 30px 0;
}

.tab-content{
 display:flex;
}

.tab-content .left-content,
.tab-content .right-content{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  position: relative;
}

.tab-content .left-content{
  text-align: left;
}

.tab-content .right-content img{
width: 100%;
} 

.tab-padding{
  padding: 50px 50px 0px 50px;
}
 
.tab-align-top.tab-content .left-content, .tab-align-top.tab-content .right-content{
 justify-content: flex-start  !important; 
}

.left-align {
 text-align: left; 
}
@media screen and (max-width: 786px) {
  .tabset-mobile .tabset-select {
    background-color: #18172f;
  }
}

/*area[alt=Cloud]::after{
  transition: all 0.3s;
  content:'';
      background-image: url('https://23251048.fs1.hubspotusercontent-na1.net/hubfs/23251048/cloud2x-1.png');
      background-size: 100%;
      background-repeat: no-repeat;
      display: block;
    position: absolute;
   width: 187px;
    height: 210px;
    top: 51px;
    left: 149px;
  opacity: 0;
}

  area[alt=Cloud]:hover::after {
     opacity: 1;
  }
area[alt=Cybersecurity]::after {
   transition: all 0.3s;
      content:'';
      background-image: url('https://23251048.fs1.hubspotusercontent-na1.net/hubfs/23251048/cybersecurity2x-1.png');
      background-size: 100%;
      background-repeat: no-repeat;
      display: block;
          width: 187px;
    height: 210px;
    position: absolute;
    top: 52px;
    left: 341px;
  opacity: 0;
  }

 area[alt=Cybersecurity]:hover::after {
     opacity: 1;
  }

area[alt='Managed Services']::after {
   transition: all 0.3s;
      content:'';
      background-image: url('https://23251048.fs1.hubspotusercontent-na1.net/hubfs/23251048/Managed%20Services2x.png');
      background-size: 100%;
      background-repeat: no-repeat;
      display: block;
          width: 187px;
    height: 210px;
    position: absolute;
    top: 217px;
    left: 434px;
  opacity: 0;
  }
 area[alt='Managed Services']:hover::after {
     opacity: 1;
  }
area[alt='System Integrators']::after {
   transition: all 0.3s;
      content:'';
      background-image: url('https://23251048.fs1.hubspotusercontent-na1.net/hubfs/23251048/system-integrators2x.png');
      background-size: 100%;
      background-repeat: no-repeat;
      display: block;
          width: 187px;
    height: 210px;
    position: absolute;
    top: 379px;
    left: 341px;
  opacity: 0;
  }

 area[alt='System Integrators']:hover::after {
     opacity: 1;
  }

area[alt='Telco']::after {
   transition: all 0s;
      content:'';
      background-image: url('https://23251048.fs1.hubspotusercontent-na1.net/hubfs/23251048/Ecosystem%20-%20default%20%E2%80%93%20Telco.png');
      background-size: 100%;
      background-repeat: no-repeat;
      display: block;
             
    position: absolute;
    width: 197px;
 height: 212px;
    left: 149px;
      top: 379px;

  opacity: 0;
  }
area[alt='Telco']:hover::after {
     opacity: 1;
  width: 100%;
 height: 100%;
  left: 0;
      top: 0;
  }
area[alt='Consulting Services']::after {
   transition: all 0.3s;
      content:'';
      background-image: url('https://23251048.fs1.hubspotusercontent-na1.net/hubfs/23251048/consulting-services2x.png');
      background-size: 100%;
      background-repeat: no-repeat;
      display: block;
          width: 187px;
    height: 210px;
    position: absolute;
    top: 216px;
    left: 56px;
  opacity: 0;
  }
area[alt='Consulting Services']:hover::after {
     opacity: 1;
  }*/
