/*bottom Arrow */

.tabStructure{
      box-shadow: 0px 4px 30px 5px #00000026;
    background: #fff;
    border-radius: 20px;
}
.tabStructure .card {
  
    padding: 50px;
}

.tabStructure .nav-tabs {
  display: none; 
}
.accordion-body{
  padding: 0px;
}
.tabStructure .nav-tabs {
  border: 0;
  background: #fff; border-radius: 20px; justify-content: space-between;
}

.tabStructure .nav-tabs > li {
  position: relative;
}

.tabStructure .nav-tabs > li > a {
  color: #202020;
   padding: 22px 11px; 
   padding-top: 30px;
  font-size: 30px;
  font-weight: 500;
  border: 0;
  line-height: 30px;
  position: relative;
  border-radius: 0px;
  border-top-left-radius: 20px;
   border-top-right-radius: 20px;
   cursor: pointer;
}
@media (max-width:1600px){
  .producttabDetails .tabStructure .nav-tabs li{
    margin-right: 25px !important;
  }
  .tabStructure .nav-tabs > li > a {
    font-size: 22px; line-height: 24px; padding: 15px 11px; padding-top: 20px;
  }
  .tabStructure .card {
    padding: 25px;
}
}

/*.tabStructure .nav-tabs > li > a:after {
  border-left: solid transparent 22px;
  border-right: solid transparent 22px;
  border-top: solid #125AD3 18px;
  opacity: 0;
  visibility: hidden;
  bottom: -10px;
  content: " ";
  position: absolute;
  margin: 0 auto;
  height: 0;
  left: 0;
  right: 0;
  width: 0;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}*/

.tabStructure .nav-tabs > li > a.active, .tabStructure .nav-tabs > li > a:hover {
  background: #0AB0B0;
  border-radius: 0px;
  border-top-left-radius: 20px;
   border-top-right-radius: 20px;
  color: #fff;
}

/* .tabStructure .nav-tabs > li > a.active:after, .tabStructure .nav-tabs > li > a:hover:after {
  bottom: -16px;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
} */

.tabStructure .nav-tabs .nav-item.show .nav-link, .tabStructure .nav-tabs .nav-link.active {
  border: 0;
    background: #0AB0B0 !important;
    color: #fff !important;
    border-radius: 0px;
  border-top-left-radius: 20px;
   border-top-right-radius: 20px;
}

@media (min-width: 768px) {
  .tabStructure .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tabStructure .card {
    border: none;
    background: transparent;
  }
  .tabStructure .card .accordion-header {
    display: none;
  }
  .tabStructure .card .collapse {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .tabStructure .nav-tabs > li > a {
    padding: 20px 9px;
  }
}

@media screen and (max-width: 992px) {
  .tabStructure .nav-tabs > li > a {
    padding: 15px 11px;
    font-size: 15px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .accordion-body{
    padding: 10px;
  }
  .tabStructure .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    border-radius: 0;
    padding: 0;
  }
  .tabStructure #content {
    -webkit-box-shadow: 0 0 10px #ccc;
            box-shadow: 0 0 10px #ccc;
  }
  .tabStructure .card {
    padding: 10px 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header {
    border: 0;
    background: #0ab0b0;
    border-radius: 0;
    padding: 0;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a {
    font-size: 18px;
    display: block !important;
    color: #fff;
    padding: 15px 12px;
    background: url(../images/icons_white.png) right 15px center no-repeat #0ab0b0 !important;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a.collapsed {
    background: url(../images/icons.png) right 15px center no-repeat #0ab0b0 !important;
  }
}
/*# sourceMappingURL=tabs.css.map */