.bullet-table-custom {
  /*vertical-align:top;*/
  color: #bb0b0b;
  /*font-size: 19px;*/
  /*line-height: 31px;
    margin-right: 10px;*/
}

.bullet-table-custom1 {
  color: #bb0b0b;
  /*vertical-align:top;
    color: #bb0b0b;
    font-size: 19px;
    line-height: 31px;
    margin-right: 10px;*/
}

.content-table-custom {
  display: none;
}

.accordionCustom {
  /*background-color: #eee;*/
  color: #444;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover)*/
.active,
.accordion:hover {
  background-color: transparent;
}

/* Style the accordion panel. Note: hidden by default */
.panelCustom {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  display: none;
  transition: max-height 0.2s ease-out;
}

.card-link-custom {
  font-size: 20px;
}

.popup {
  width: 800px;
  height: 600px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

hhbullet:before {
  content: "• ";
  padding-left: 10px;
}

.agreement-content {
  line-height: 1.6;
  font-size: 0.9rem;
}

.agreement-content h6 {
  color: #2c3e50;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  padding-left: 0;
}

.agreement-content .sub-point {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.agreement-content .sub-point p {
  margin-bottom: 0.5rem;
  text-align: justify;
}

.agreement-content ul.sub-list {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  list-style-type: disc;
}

.agreement-content ul.sub-list li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.agreement-content .lead {
  font-size: 1rem;
  color: #495057;
  border-left: 4px solid #007bff;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
/* .accordionCustom:after {
 content: '\02795'; 
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
vertical-align: middle;
flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) 
vertical-align: middle;
}*/
