/******************* Accordion Demo - 8 *****************/

.para-style {
  font-size: 14px;
  line-height: 20px;
  min-height: 90px !important;
  font-weight: 500;
  margin: auto;
}

.serviceBox {
  min-height: 348px !important;
}

.service-icon-1 {
  width: 75px !important;
  padding: 8px;
  height: 75px !important;
  line-height: 50px !important;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

.content-text p {
  text-align: justify;
}

.journal-con {
  position: relative;
  padding: 30px 20px 0px 20px;
  /* border: 1px solid #888; */
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 5px;
  max-width: 350px;
  min-height: 160px;
  display: block;
  margin: auto;
}

.journal-img {
  position: absolute;
  top: -19%;
  padding: 4px;
  left: 8px;
  background: linear-gradient(to bottom left, #040893, #f5195d);
}

.journal-img img {
  width: 90px;
  height: 70px;
}

.dummi {
  width: 90%;
  display: block;
  margin: auto;
  height: 2px;
  background: linear-gradient(to bottom left, #040893, #f5195d);
}

.journal-content p {
  color: #04154a;
  /* background-color: #020964; */
  padding: 3px 10px;
  font-weight: 800;
  text-align: center;
  margin-top: 5px;
}

.btn-top {
  position: absolute;
  top: -5px;
  right: -1px;
  border-top-right-radius: 5px;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.journal-content h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin: 28px 0px 5px;
}

.mt-80 {
  margin-top: 70px !important;
}

.journal-con-1 {
  position: relative;
  padding: 4px 20px 20px 20px;
  border: 1px solid #888;
  border-radius: 5px;
  max-width: 350px;
  display: block;
  margin: auto;
}

.mt-40 {
  margin-top: 20px !important;
}

.cta-section-one .inner-container {
  padding: 30px 35px;
}

.para-ul li {
  font-size: 15px;
  font-weight: 600;
}

.ul-style li {
  position: relative;
  line-height: 28px;
  font-size: 16px !important;
  color: #343434 !important;
  font-weight: 400 !important;
  font-family: "Poppins", sans-serif !important;
  text-align: justify;
  padding: 0px 0px 0px 25px !important;
  margin-bottom: 5px;
}

.ul-style li:before {
  position: absolute;
  content: "\f197";
  left: 0px;
  color: #04afd9;
  font-size: 18px;
  padding-right: 20px;
  top: 1px;
  font-family: "flaticon";
}
