.card{
    position:relative;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-direction:column;
    flex-direction:column;
    min-width:0;word-wrap:break-word;
    background-color:rgba(37, 56, 80, 0.71);    
    background-clip:border-box;
    border:1px solid rgba(0,0,0,.125);
    border-radius:.25rem
    -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.52);
    -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.52);
    box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.52);}

.card .mb-0 .btn{
    color: white;
}

#collapseOne .card-body {
    color: white;
}

#collapseTwo .card-body {
    color: white;
}

#collapseThree .card-body {
    color: white;
}

#collapse_4 .card-body {
    color: white;
}

#collapse_5 .card-body {
    color: white;
}

#collapse_6 .card-body {
    color: white;
}

.custom-bullet2 ul {
    text-align: left;
     font-family: 'Poppins', sans-serif;
  line-height: 12px;
  font-style: italic;
}

.custom-bullet2 li {
  color:#fff;    
  background-color: transparent;
  list-style: none;
  position: relative;
  padding-left:20px;
  line-height: 2;
  font-size:16px; 
  text-align: left;
}

.custom-bullet2 li:hover {
    color: #fff;
}

.custom-bullet2 li:before {
  font-family:FontAwesome;
  left: 0;
  color:#f7e210;
  font-size:16px;
}

.custom-bullet2 li.one:before {
   content:"\f054"; 
}
.custom-bullet2 li.two:before {
   content:"\f054";
  
}
.custom-bullet2 li.three:before {
   content:"\f054";
}
.custom-bullet2 li.four:before {
   content:"\f054";
}
.custom-bullet2 li.five:before {
   content:"\f054";
}
.custom-bullet2 li.six:before {
   content:"\f054";
}
.custom-bullet2 li.seven:before {
   content:"\f054";
}
.custom-bullet2 li.eight:before {
   content:"\f054";
}

.accordion_part h5 button.btn.btn-link:after {
  position: absolute;
  content: "\e622";
  top: 9px;
  right: 12px;
  height: auto;
  font-family: 'themify';
  color: #f7e210;
}

.container .justify-content-center .row1 .col{
   float: left;
   width: 25%; 
}

.container .justify-content-center.row1:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 576px) {
  /* line 23, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
  .container .justify-content-center .row1 .col{
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 23, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
  .container .justify-content-center .row1 .col{
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 23, ../../01 cl html template/03_jun 2019/185 Ecobit SAAS html/sass/_blog_part.scss */
  .container .justify-content-center .row1 .col{
    width: 100%;
  }
}
