/*bottom Arrow */
.tabStructure {
  background: #304242;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.tabStructure .nav-tabs {
  display: none;
}
.tabStructure .nav-tabs {
  border: 0;
  border-bottom: 2px solid #6F8181;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .tabStructure .nav-tabs {
    justify-content: center;
  }
}
.tabStructure .nav-tabs > li {
  margin-bottom: 0;
  position: relative;
}
.tabStructure .nav-tabs > li > a {
  color: #9BA3A3;
  padding: 20px 35px;
  border-radius: 0;
  transition: 0.5s ease-in-out all;
  font-size: 20px;
  font-weight: bold;
  border: 0;
  position: relative;
}
.tabStructure .nav-tabs > li > a:after {
  content: " ";
  position: absolute;
  margin: 0 auto;
  height: 0;
  left: 0;
  right: 0;
  width: 0;
  border-radius: 20px;
  background: #E7D9CC;
  opacity: 0;
  visibility: hidden;
  bottom: -10px;
  color: #fff;
  transition: all 0.5s;
}
.tabStructure .nav-tabs > li > a.active, .tabStructure .nav-tabs > li > a:hover {
  background: transparent;
  border-radius: 0;
  color: #E7D9CC;
}
.tabStructure .nav-tabs > li > a.active:after, .tabStructure .nav-tabs > li > a:hover:after {
  bottom: -3px;
  height: 4px;
  width: 90%;
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
@media (max-width: 991px) {
  .tabStructure .nav-tabs > li > a.active:after, .tabStructure .nav-tabs > li > a:hover:after {
    bottom: 0;
  }
}
@media (max-width: 1400px) {
  .tabStructure .nav-tabs > li > a {
    padding: 15px 25px;
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .tabStructure .nav-tabs > li > a {
    padding: 12px 18px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .tabStructure .nav-tabs > li > a {
    padding: 10px 8px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .tabStructure .nav-tabs > li > a {
    padding: 15px 12px;
    font-size: 16px;
    line-height: 16px;
    background: #fff;
    color: #000;
  }
}
.tabStructure .nav-tabs .nav-item.show .nav-link, .tabStructure .nav-tabs .nav-link.active {
  border: 0;
  background: transparent !important;
  color: #E7D9CC !important;
  border-radius: 0;
}
.tabStructure .tab-content .accordion-body {
  padding: 50px;
}
.tabStructure .tab-content .accordion-body .accrdnFlx {
  display: flex;
  flex-wrap: wrap;
}
.tabStructure .tab-content .accordion-body .accrdnFlx .accrdnLft {
  flex: 0 0 70%;
  max-width: 630px;
  margin: 0 auto 0 0;
}
.tabStructure .tab-content .accordion-body .accrdnFlx .accrdnLft h3 {
  font-family: "Jost", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #fff;
  margin-bottom: 30px;
}
.tabStructure .tab-content .accordion-body .accrdnFlx .accrdnLft p {
  color: #EEEFE9;
}
.tabStructure .tab-content .accordion-body .accrdnFlx .accrdnRgt {
  flex: 0 0 30%;
  max-width: 30%;
}
.tabStructure .tab-content .accordion-body .accrdnFlx .accrdnRgt img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  .tabStructure .tab-content .accordion-body {
    padding: 30px;
  }
  .tabStructure .tab-content .accordion-body .accrdnFlx .accrdnLft {
    max-width: 630px;
  }
  .tabStructure .tab-content .accordion-body .accrdnFlx .accrdnLft h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .tabStructure .tab-content .accordion-body {
    padding: 25px;
  }
  .tabStructure .tab-content .accordion-body .accrdnFlx .accrdnLft {
    max-width: 575px;
  }
}
@media (max-width: 991px) {
  .tabStructure .tab-content .accordion-body {
    padding: 20px;
  }
  .tabStructure .tab-content .accordion-body .accrdnFlx .accrdnLft {
    max-width: 400px;
  }
  .tabStructure .tab-content .accordion-body .accrdnFlx .accrdnLft h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tabStructure .tab-content .accordion-body {
    background: #3b5050;
  }
  .tabStructure .tab-content .accordion-body .accrdnFlx .accrdnLft {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .tabStructure .tab-content .accordion-body .accrdnFlx .accrdnLft h3 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .tabStructure .tab-content .accordion-body .accrdnFlx .accrdnRgt {
    flex: 0 0 100%;
    max-width: 250px;
  }
}
@media (max-width: 450px) {
  .tabStructure .tab-content .accordion-body .accrdnFlx .accrdnLft h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .tabStructure .tab-content .accordion-body .accrdnFlx .accrdnRgt {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .tabStructure .nav-tabs {
    display: flex;
  }
  .tabStructure .card {
    border: none;
    background: transparent;
  }
  .tabStructure .card .accordion-header {
    display: none;
  }
  .tabStructure .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .tabStructure .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    border-radius: 0;
    padding: 0;
  }
  .tabStructure #content {
    box-shadow: 0 0 10px #ccc;
  }
  .tabStructure .card {
    padding: 10px 15px;
    box-shadow: none;
    background: transparent;
    border: none;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header {
    border: 0;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid #232323;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a {
    display: block !important;
    color: #fff;
    background: url(../images/icons_white.png) right 15px center no-repeat #6F8181 !important;
  }
  .tabStructure .tab-content > .tab-pane .accordion-header h5 a.collapsed {
    background: url(../images/icons.png) right 15px center no-repeat #6F8181 !important;
    color: #fff;
  }
}/*# sourceMappingURL=tabs.css.map */