
section {
  width: 100%;
  /* min-height: 100vh; */
  /* background: #3c4053; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding-block: 2rem; */
}

.icon-section{
  margin: 60px 0px;
}

.sec_title {
  color: #9b111e;
  font-size: calc(18px + 28 * ((100vw - 320px) / 980));
  text-transform: uppercase;
  text-align: center;
  /* font-family: initial; */
  font-family: 'FontAwesome';
  padding-bottom: 2rem;
}

.accordian-item {
    /* background: linear-gradient(45deg, #f93e7e, #ffb628); */
    background-color: #9b111e;
  /* border-radius: 0.5rem; */
  margin-bottom: 1rem;
  padding: 6px;
  box-shadow: 0.5rem 2px 0.5rem rgba(0, 0, 0, 0.1);
}

.accordian-link {
  color: #fff;
  font-size: calc(16px + 8 * ((100vw - 320px) / 680));
  text-decoration: none;
  width: 100%;
  background-color:#95323be0;
  opacity:1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* font-family: auto; */
  font-family: 'FontAwesome';
  padding-block: 0rem;
  cursor: pointer;
}

.answer {
  overflow: hidden;
  max-height: 0;
  position: relative;
  background-color: rgb(240, 240, 240);
  transition: max-height 0.7s;
  font-family: 'FontAwesome';
}

.answer p {
  /* font-size: calc(10px + 6 * ((100vw - 320px) / 680));
  color:#706f6f; */
  padding: 0px 0px 0px 10px;
}

.answer.open {
  max-height:20rem !important;
  overflow-y: auto;
}

/*scrollbar width */
.answer::-webkit-scrollbar {
  width: 10px;
}

/*scrollbar Track */
.answer::-webkit-scrollbar-track {
  background: rgb(189, 190, 189);
}

.answer::-webkit-scrollbar-thumb {
  background-color: rgb(158, 162, 158);
  outline: 1px solid rgb(159, 162, 159);
}

.aaa{
    font-size: 20px;
    font-weight: 600;
    font-family: 'FontAwesome';
    color: #000000;
}
.za{
    color: #000000;
    font-size:20px;
    font-weight: 700;
    font-family: 'FontAwesome';
}
.zass{
  font-size: 20px;
  font-size: 26px;
  font-family: 'FontAwesome';
  font-weight: 900;
  color: #000000;
}
.End{
  padding-right: 50px;
}
.answer .zass{
padding-top: 15px;
}

/*  */
.defaults .divider,.defaults .divider:after {
  height: 5px;
  background: #9b111e;
  border-radius: 20px
}


.defaults .divider{width:62%;position:relative}.defaults .divider:after{content:'';display:inline-block;width:13px;position:absolute;right:-18px;top:0}
.d1-section{
  background: #F6F5F6;
}

.d1-container {
  padding: 80px 0 50px
}

.d1-container .d1-caption {
  padding: 40px 30px;
  border-radius: 20px;
  border:3px solid #9b111e;
  text-align: center;
  background-color: #F6F5F6;
  /* background-color:#9b111e; */
 
}


.d1-container .d1-caption h2,.d1-container .d1-caption h3 {
  background-color: #F6F5F6;
  display: inline-block;
  padding: 0 15px;
  position: relative;
  top: -65px;
  font-weight: 700;
  
}

@media (min-width: 768px) {
  .d1-container .d1-caption h2,.d1-container .d1-caption h3 {
      font-size:30px
  }
}

@media (min-width: 992px) {
  .d1-container .d1-caption h2,.d1-container .d1-caption h3 {
      font-size:40px
  }
}

.d1-container .d1-caption p {
  text-align: left
}

.d1-container .d1-caption .divider {
  position: relative;
  top: -35px;
  left: 0
}

.d1-container.d1-1 .d1-caption,.d1-container.d1-2 .d1-caption {
  border: none;
  text-align: left;
  padding: 40px 0
}

@media (min-width: 1200px) {
  .d1-container.d1-1 .d1-caption,.d1-container.d1-2 .d1-caption {
      margin-left:-45px
  }
}

.d1-container.d1-1 .d1-caption h3,.d1-container.d1-2 .d1-caption h3 {
  padding: 0
}

.d1-container.d1-1 .d1-caption .divider,.d1-container.d1-2 .d1-caption .divider {
  width: 67%
}

.d1-container.d1-1 .d1-caption p,.d1-container.d1-2 .d1-caption p {
  margin-bottom: 15px
}

.d1-container.d1-1 .d1-caption p:first-of-type,.d1-container.d1-2 .d1-caption p:first-of-type {
  margin-bottom: 25px
}

.d1-container.d1-1 .d1-caption h4,.d1-container.d1-2 .d1-caption h4 {
  text-align: left;
  margin-bottom: 25px;
  font-size: 16px
}

@media (min-width: 992px) {
  .d1-container.d1-1 .d1-caption h4,.d1-container.d1-2 .d1-caption h4 {
      font-size:18px
  }
}

.d1-container.d1-1 .d1-caption ul,.d1-container.d1-2 .d1-caption ul {
  padding-left: 45px
}

.d1-container.d1-1 .d1-caption ul li,.d1-container.d1-2 .d1-caption ul li {
  line-height: 2;
  position: relative;
  font-size: 14px
}

.d1-container.d1-1 .d1-caption ul li:before,.d1-container.d1-2 .d1-caption ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #495057;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 14px
}

.d1-container_simple {
  background: #fff
}

.d1-container_simple .d1-caption {
  border: none
}

.d1-container_simple .d1-caption h3 {
  background: #fff;
  padding: 0;
  color: #00b49d
}

.d1-container_simple .d1-caption .divider {
  max-width: 250px
}

@media (min-width: 768px) {
  .d1-container_simple .d1-caption h3 {
      font-size:30px
  }

  .d1-container_simple .d1-caption .divider {
      width: 33%
  }

  .d1-container__row {
      display: flex;
      align-items: stretch
  }
}

.d1-container.d1-4 .d1-caption h3 {
  color: #00b49d;
  font-size: 24px;
  background: #fff
}

.d1-container__row {
  margin-bottom: 20px
}

@media (min-width: 992px) {
  .d1-container.d1-4 .d1-caption h3 {
      font-size:28px
  }

  .d1-container__row {
      margin-bottom: 40px
  }
}

.d1-container__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 5%
}

.d1-container__frame-wrap {
  position: relative;
  padding-top: 54%
}

@media (min-width: 768px) {
  .d1-container__text {
      width:40%
  }

  .d1-container__frame-wrap {
      width: 60%;
      padding-top: 34%
  }
}
/* */