.gap-8 {
    gap: 0.3rem;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid {
    display: grid;
}
.mt-8 {
    margin-top: 20px;
    margin-bottom:30px;
}
.accordian-head h3{
    font-size:18px;
    font-weight: 600;
    line-height: 2;
    margin-bottom:5px;
}
.border,.card-header{border:none}
.block {
    display: block;
}
.hidden{display:none}
.section-title h2 span {
    color: #228AE3;
}
.accordian-head p.text-xl{
    font-size:16px !important;
}
.border-primary {
    border-bottom:1px solid  #eee;
    padding-bottom:20px;
}
.accordian-body{
    color:#666;
    font-size:14px;
    line-height:2;
}
.section-title h2 {
    color: #222;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0;
    padding-bottom: 16px;
    position: relative;
    z-index: 1;
}
.section-title p{
    font-size:15px !important;
}

.accordion .card {
    margin-bottom: 0;
}
.accordion .card {
  background-color: transparent;
}

.accordion .card .card-header {
  position: relative;
  background-color: transparent;
  border-bottom: 0;
  font-size: 16px;
  cursor: pointer;
  display: -webkit-box;
  padding-left: 0;
  padding-right: 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
  font-weight: 600;
}
.accordion .card .card-body{
  padding-left: 0;
  padding-right: 0;
  color:#666;
  line-height:2;
}

.accordion .card-header[aria-expanded="true"] {
}

.accordion .card-header::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1.25rem;
    width: 10px;
    height: 2px;
    background-color: #848486;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.accordion .card-header::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1.25rem;
    width: 10px;
    height: 2px;
    background-color: #848486;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion .card-header[aria-expanded="true"]::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 0;
}

.accordion .card-header[aria-expanded="true"]::after,
.accordion .card-header[aria-expanded="true"]::before {
    background-color: #A85920;
}

.accordion .card-header i {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 10px;
    font-size: 20px;
}

.accordion .card-header[aria-expanded="true"] i {
    color: #A85920;
}

.accordion .card {
    border: #f7f7f7;
}

.accordion.with-gap .card-header {
  border-radius: 0;
}

.accordion.with-gap .card {
    padding:15px 0;
}

.accordion.with-gap .card:last-child {
    margin-bottom: 0;
}
.card-header{
    padding: 10px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eee;
    border-radius: 0rem;
    padding:10px 0px;
}
.accordion.with-gap .card:first-of-type,
.accordion.with-gap .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 2px solid #efefef;
}
.shadow {
    transition: .3s ease;
}
#accordion i {
    font-size: 18px;
    font-weight:600;
    padding-right:8px;
}
.card-body{padding:10px;line-height:2}
.card.active .card-header{
    background-color: #228AE3;
}
.card.active .card-header a .text-primary,.card.active .card-header a{color:#fff}
[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-right {
    text-align: right !important;
}
.text-primary {
    color: #228AE3;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex !important;
    justify-content: flex-start;
}
.card-link.h3{
    color: #444;
    font-weight: 600;
    font-size: 18px;
}
.text-center .section-title h2:before {
    left: 50%;
    margin-left: -29px;
}
.section-title h2:before
 {
    position: absolute;
    content: "";
    background: #e0e0e0;
    height: 3px;
    width: 65px;
    left: 0;
    right: 0;
    bottom: 0;
}
h3{font-size:18px;font-weight:600;line-height:2}
.con-detail .detail .dtl .card-body p{
    font-size:14px;
    color:#666;
    margin-bottom:0;
}
#accordion{margin:0px 0;margin-bottom:20px}
.mb-4, .my-4 {
    margin-top:20px;
    margin-bottom: 0px;
}
.collapse.show{
    display: block;
}
.collapse:not(.show) {
    display: none;
}
@media screen and (max-width: 678px) {
    .section-title h2{font-size:20px}
    .card-link.h3{font-size:15px}
    .accordion-box .block .acc-btn{font-size:15px}
    .con-detail .detail .dtl .card-body p,.accordion-box .block .content{font-size:13px}
}