/*bottom Arrow */
.tabSec.sectionPadding {
  padding-bottom: 70px;
}
@media (max-width: 1366px) {
  .tabSec.sectionPadding {
    padding-bottom: 50px;
  }
}

.tabStructure .card {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .tabStructure .card {
    padding-top: 30px;
  }
}
.tabStructure .nav-tabs {
  display: none;
}
.tabStructure .nav-tabs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.tabStructure .nav-tabs > li {
  cursor: pointer;
  margin: 0 15px;
  position: relative;
}
.tabStructure .nav-tabs > li > a {
  color: #232323;
  padding: 14px 40px;
  border-radius: 0;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  border: 0;
  position: relative;
  background: #DBF9FF;
}
.tabStructure .nav-tabs > li > a.active, .tabStructure .nav-tabs > li > a:hover {
  background: #232323;
  border-radius: 0;
}
.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;
  color: #fff !important;
  border-radius: 0;
  background: #117187;
  padding: 14px 40px;
}
.tabStructure .tab-content .accordion-body {
  padding: 1rem 0rem;
}
.tabStructure .tab-content .accordion-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabStructure .tab-content .accordion-body ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 100%;
}
.tabStructure .tab-content .accordion-body ul li .tabPhoto {
  margin: 0px 15px 30px;
  background: #D9D9D9;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 400px;
  position: relative;
}
.tabStructure .tab-content .accordion-body ul li .tabPhoto::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0%;
  width: 0%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: 1;
}
.tabStructure .tab-content .accordion-body ul li .tabPhoto::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background: url(../images/zoom.svg) center center no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  visibility: hidden;
  z-index: 2;
}
.tabStructure .tab-content .accordion-body ul li .tabPhoto:hover::before {
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
}
.tabStructure .tab-content .accordion-body ul li .tabPhoto:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 1366px) {
  .tabStructure .tab-content .accordion-body ul li .tabPhoto {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .tabStructure .tab-content .accordion-body ul li .tabPhoto {
    min-height: 230px;
  }
}
.tabStructure .tab-content .accordion-body ul li .tabPhoto img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .tabStructure .tab-content .accordion-body ul li .tabPhoto img {
    height: 180px;
  }
}
@media (max-width: 991px) {
  .tabStructure .tab-content .accordion-body ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .tabStructure .tab-content .accordion-body ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 70%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .tabStructure .tab-content .accordion-body ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@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 17px;
  }
}
@media screen and (max-width: 992px) {
  .tabStructure .nav-tabs > li > a {
    padding: 14px 40px;
    font-size: 15px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .tabStructure .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    border-radius: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .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: #232323;
    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 #127088 !important;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a.collapsed {
    background: url(../images/icons.png) right 15px center no-repeat #127088 !important;
  }
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
}/*# sourceMappingURL=tabs.css.map */