.nav-tabs {
  padding-top: 8px;
}

.nav-tabs .nav-item .nav-link > p {
  display: inline;
  padding: 2px 5px;
  color: #332618;
}

.nav-tabs .nav-item .nav-link > i {
  font-size: 30px;
  color: #332618;
}

.nav-tabs .active > p {
  border-bottom: 2px solid #CF2F42;
}

.nav-tabs .active > i {
  color: #CF2F42 !important;
}

.countrybgc {
  background-color: #FFFFFF;
}

.country-1 .c-c {
  width: 120px;
  height: 120px;
  display: inline-block;
  margin: 20px 0 0 0;
}

.country-1 .c-c .c-c-img {
  max-width: 70px;
  max-height: 70px;
  width: 100%;
  height: 100%;
  min-width: 50px;
  min-height: 50px;
  border-radius: 100% !important;
}

.country-1 .c-c .c-c-p {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}
.country-1 .c-c .c-c-p::after {
  content: "";
  width: 15%;
  height: 1px;
  background: #777;
  display: block;
  margin: 2px auto 0 auto;
}
.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.c-c-p {
    color: #000000;
}

@media screen and (max-width:991px) {
  .country-1 .c-c .c-c-p {
    width: 80%;
    font-size: 15px;
    margin: 15px auto 0 auto;
    font-weight: bold;
  }
  .country-1 .c-c .c-c-p::after {
    content: "";
    width: 30%;
    height: 1px;
    background: #777;
    display: block;
    margin: 10px auto 0 auto;
  }
  .country-1 .c-c {
    margin: 20px 0 15px 0;
  }
}

