/*bottom Arrow */
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
.card-body {
  padding: inherit !important;
}

.tabStructure .nav-tabs {
  display: none;
  margin-bottom: 5px;
}
.tabStructure .nav-tabs {
  border: 0;
  justify-content: space-between;
}
.tabStructure .nav-tabs > li {
  margin-bottom: 0;
  position: relative;
}
.tabStructure .nav-tabs > li > a {
  color: #000;
  padding: 26px 60px;
  border-radius: 0;
  font-size: 20px;
  font-weight: 400;
  border: 0;
  position: relative;
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.16);
}
.tabStructure .nav-tabs > li > a.active, .tabStructure .nav-tabs > li > a:hover {
  background: #C51B1C;
  border-radius: 0;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.tabStructure .nav-tabs .nav-item.show .nav-link, .tabStructure .nav-tabs .nav-link.active {
  border: 0;
  background: #C51B1C !important;
  color: #fff !important;
  border-radius: 10px 10px 0 0;
}
.tabStructure .country_info {
  color: #fff !important;
  padding: 20px 0;
}
.tabStructure .country_info .font30 {
  font-size: 30px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 20px;
}
.tabStructure .country_info h4 {
  font-weight: 300;
  margin-bottom: 20px;
}
.tabStructure .country_info .font16 {
  margin-bottom: 30px;
}
.tabStructure .country_info .font16:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .tabStructure .country_info h4 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .tabStructure .country_info h4 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .tabStructure .country_info .font30 {
    font-size: 25px;
    line-height: 30px;
  }
  .tabStructure .country_info h4 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .tabStructure .nav-tabs {
    display: flex;
  }
  .tabStructure .card {
    border: none;
    background: transparent;
  }
  .tabStructure .card .card-header {
    display: none;
  }
  .tabStructure .card .collapse {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .tabStructure .nav-tabs > li > a {
    padding: 25px 35px;
  }
}
@media screen and (max-width: 992px) {
  .tabStructure .nav-tabs > li > a {
    padding: 15px 27px;
    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;
  }
  .tabStructure #content {
    box-shadow: 0 0 10px #ccc;
  }
  .tabStructure .card {
    padding: 10px 15px;
    box-shadow: none;
  }
  .tabStructure .tab-content > .tab-pane .card-header {
    border: 0;
    background: #C51B1C;
    border-radius: 0;
    padding: 0;
  }
  .tabStructure .tab-content > .tab-pane .card-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 #C51B1C !important;
  }
  .tabStructure .tab-content > .tab-pane .card-header h5 a.collapsed {
    background: url(../images/icons.png) right 15px center no-repeat #C51B1C !important;
  }
}/*# sourceMappingURL=tabs.css.map */