/* Custom Button: https://codepen.io/avstorm/pen/oqKbLq */

.cocentric-tabber-featured .cta {
  position: relative;
  margin: auto;
  padding: 9px 1.25rem;
  padding-left: 0;
  transition: all 0.2s ease;
  display: inline-flex;
}

.cocentric-tabber-featured .cta:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  border-radius: 28px;
  background: transparent;
  width: 46px;
  height: 46px;
  transition: all 0.3s ease;
}

.cocentric-tabber-featured .cta span {
  position: relative;
  vertical-align: middle;
  text-transform: uppercase;
}

.cocentric-tabber-featured .cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cocentric-tabber-featured .cta:hover {
  padding-left: 1.25rem;
}

.cocentric-tabber-featured .cta:hover:before {
  width: 100%;
  background: #683ae7;
  opacity: 1;
}

.cocentric-tabber-featured .cta:hover svg {
  transform: translateX(0);
}

.cocentric-tabber-featured .cta:active {
  transform: scale(0.96);
}

.cocentric-tabber-featured .custom-flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -30px;
}

.cocentric-tabber-featured .custom-flex .custom-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px 30px;
}

.cocentric-tabber-featured .default-tab-nav {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #000;
justify-content: space-between;
  padding-bottom: 20px;
}

.cocentric-tabber-featured .default-tab-nav[aria-expanded*="true"] {
 border-bottom-color: #693AE7;
}


.cocentric-tabber-featured .default-tab-nav .custom-icon {
  
  display: inline-block;
}
 
/*
.cocentric-tabber-featured .default-tab-nav-active {
  border-bottom-color: #693AE7;
  color: #000000;
}
*/

.cocentric-tabber-featured .not-tab-active-line-color {
  border-bottom-color: transparent !important;
  pointer-events: none;
}

.cocentric-tabber-featured .not-tab-active-line-color .custom-icon {
  display: none;
}

.cocentric-tabber-featured .tab-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-60%);
  width: 100%;
  z-index: 1;
}

.cocentric-tabber-featured .tab-image.front-image {
  transform: translate(-50%, 20%);

}

.cocentric-tabber-featured .tab-image.front-image img { 
  border-radius: 20px;
  width: 364px;
   height: 365px !important;
  object-fit: cover;
  object-position: center top;
}

.cocentric-tabber-featured .tab-image.back-image img {
  border-radius: 20px;
  width: 600px;
  height: 601px !important;
  object-fit: cover;
  object-position: center top;
}

.cocentric-tabber-featured .tab-image.shape-image img {
  width: 624px;
}

.cocentric-tabber-featured .tab-image img {
  display: inline-block;
}

.show {
  opacity: 1;
}
.hide {
  opacity: 0;
  transition: opacity 400ms;
}

{#
.draw .show-tab-content {
  display: block !important;
  height: auto !important;
  transition-property: height;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2,1);
  overflow: hidden;
}
#}

{#
.show-tab-content {
  max-height: 0;
    transition: max-height 1s ease-out;
    overflow: hidden;
}
.show-tab-content.show {
    max-height: 600px;
    transition: max-height 1s ease-in;
}
#}

{#
.accordion .show-tab-content {
  max-height: 0;
  transition: max-height 1s ease-out;
  overflow: hidden;
}
.accordion.show .show-tab-content {
  max-height: 600px;
  transition: max-height 1s ease-in;
}
#}

@media (max-width: 1023px) {
  
  .cocentric-tabber-featured .tab-image.front-image img {
    width: 179px;
    height: 180px !important;
  }

  .cocentric-tabber-featured .desktop-tab {
    display: none;
  }

  .cocentric-tabber-featured .custom-flex {
    margin: 0 -12px;
  }

  .cocentric-tabber-featured .custom-flex .custom-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 12px;
  }

  .cocentric-tabber-featured .custom-flex .custom-col:first-child {
    order: 2;   
  }

  .cocentric-tabber-featured .custom-flex .custom-col:last-child {
    order: 1; 
    min-height: 700px;
  }

  .cocentric-tabber-featured .tab-image.front-image {
    width: 200px;
  }

  .cocentric-tabber-featured .tab-image.shape-image {
    width: 550px;
  }

  .cocentric-tabber-featured .tab-image {
    transform: translate(-50%,0%);
  }

  .cocentric-tabber-featured .tab-image.front-image {
    transform: translate(-50%, 240%);
  }

}

@media (max-width: 767px) {
  
  .cocentric-tabber-featured .tab-image.back-image img {
    width: 350px;
    height: 351px !important;
  }

  .cocentric-tabber-featured .tab-image.shape-image {
    width: 380px;
  }

  .cocentric-tabber-featured .tab-image.front-image {
    transform: translate(-50%, 130%);
  }

  .cocentric-tabber-featured .custom-flex .custom-col:last-child {
    min-height: 500px;
  }

}

@media (min-width: 1024px) {

  .cocentric-tabber-featured .select-dropdown {
    display: none;
  }

}