/* Accordion */

.accordion {
  margin-bottom: 20px;
  padding: 0;
}

.accordion-items-area .accordion.card:last-child {
    margin-bottom: 0 !important;
}

/* Accordion title and content */

.accordion__summary {
  position: relative;
  cursor: pointer;
  list-style-type: none;
/*   padding-left: 20px; */
  color: #333333;
  font-weight: 600;
  font-size: 22px;
/*   margin-bottom: 30px;
  padding-bottom: 28px; */
}

.accordion__content {
  padding: 0 2rem 0 0;
  position: relative;
  margin-top: 30px;
  padding-top: 25px;
}

.accordion__summary::-webkit-details-marker {
  display: none;
}

/* Accordion icons */

.accordion__summary:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);  
}

.accordion__summary:-webkit-details-marker {
  display: none;
}

/* Accordion icons - closed icon */

.accordion--caret .accordion__summary:before {
/*   content: '\25BC';
  font-size: 0.9rem; */
  content: "";
  background: url('https://22098699.fs1.hubspotusercontent-na1.net/hubfs/22098699/down.svg');
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position:center;
  border: 1px solid #3279E24D;
  border-radius: 5px;
}

.accordion--plus .accordion__summary:before {
  content: '\002B';
  font-size: 1.3rem;
}


/* Accordion icons - opened icons */

.accordion--caret[open] .accordion__summary:before {
/*   content: '\25B2'; */
  content: "";
  background: url('https://22098699.fs1.hubspotusercontent-na1.net/hubfs/22098699/up.svg');
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position:center;
}
}

.accordion--plus[open] .accordion__summary:before {
  content: '\2212';
}


.faq_head_section p {
    font-size: 16px;
    color: #091D3E;
    text-transform: uppercase;
    margin-bottom: 15px !important;
    font-weight: 600;
}

.faq_head_section h2 {
    font-size: 46px;
    color: #091D3E;
    position: relative;
    margin-bottom: 15px;
}

/* .faq_head_section h2:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: #42688F;
    bottom: -14px;
    left: 50%;
} */

.faq_head_section .small-center-bar {
    width: 70px;
    height: 4px;
    background: #42688F;
    margin: 0px auto;
}

.accordion-items-area {
    margin-top: 70px;
}

.accordion-items-area .card {
    background: #fff;
    box-shadow: 0px 24px 48px #21355715;
    border-radius: 10px;
    padding: 21px 30px;
}

summary.accordion__summary:after {
/*     background: #D5D6E1;
    content: "";
    position: absolute;
    width: 93%;
    height: 0.8px;
    left: 0;
    bottom: 0; */
}

.accordion__content:before {
    background: #D5D6E1;
    content: "";
    position: absolute;
    width: 93%;
    height: 0.8px;
    left: 0;
    top: 0;
}

@media (max-width: 767px) {
  .faq_head_section h2 {
      font-size: 28px !important;
  }
  .accordion-items-area {
    margin-top: 0px !important;
  }
  summary.accordion__summary {
    padding-right: 45px !important;
}
  .accordion__summary{
   font-size: 20px !important; 
  }
  .global-accordion {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
} 
}

@media (max-width: 480px) {
  .faq_head_section h2:before {
    left: 42%;
  }
}

@media (min-width: 768px) {
 .global-accordion {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
} 
}
