.MainWrapper .BlockDocumentsWrapper {
  background-color: #ebebeb;
}
.MainWrapper .BlockDocumentsWrapper .CommonFontTitle,
.MainWrapper .BlockDocumentsWrapper .listSize,
.MainWrapper .BlockDocumentsWrapper .CommonFontSize {
  font-size: 18px;
  color: #414042;
  font-weight: 700;
  font-family: "Mulish";
  text-align: left;
}
.MainWrapper .BlockDocumentsWrapper .CommonFontSize {
  color: #db620a;
  font-size: 15px;
}
.MainWrapper .BlockDocumentsWrapper li::marker {
  color: #db620a;
}
.MainWrapper .BlockDocumentsWrapper .listSize {
  font-size: 15px;
}
.MainWrapper .BlockDocumentsWrapper .CtaDocButton {
  font-size: 15px;
  background: linear-gradient(45deg, #ee4023, #f48120);
  border-radius: 40px;
  padding: 5px 18px 5px 5px;
  color: #fefdfd;
  font-weight: 700;
  font-family: "Mulish";
  text-align: center;
  width: 250px;
  border: 3px #d3dde2 solid !important;
}
.MainWrapper .BlockDocumentsWrapper .CtaDocButton.active {
  background: linear-gradient(45deg, #7c181a, #e21f26);
}
.MainWrapper .BlockDocumentsWrapper {
  background-color: #ebebec;
  /* height: 100vh; */
}
.MainWrapper .BlockDocumentsWrapper .card {
  border-radius: 39px;
  overflow: hidden;
}
.MainWrapper .BlockDocumentsWrapper .card-img-top {
  height: 190px;
}
.MainWrapper .BlockDocumentsWrapper .BanerInfo {
  font-size: 16px;
  color: #db620a;
  font-weight: 700;
  font-family: 'Mulish';
  background-color: #ffffff;
  text-align: center;
}
.MainWrapper .BlockDocumentsWrapper .agoTitle {
  color: #808285;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Mulish';
}
.MainWrapper .BlockDocumentsWrapper .card-footer {
  border-top: 0;
  background-color: transparent;
}
.MainWrapper .BlockDocumentsWrapper .card-footer .ShareIcon {
  height: 17px;
  width: 17px;
  cursor: pointer;
}
.MainWrapper .BlockDocumentsWrapper .blogTitle {
  font-size: 30px;
  color: #ad1e23;
  font-weight: 800;
  font-family: 'Mulish';
  text-align: center;
}
.MainWrapper .BlockDocumentsWrapper .blogCTA {
  width: 280px;
  border-radius: 86px;
  background-color: #db620a;
  border: none;
  padding: 14px;
  font-size: 16px;
  color: #fefeff;
  font-weight: 700;
  font-family: 'Mulish';
  text-align: center;
}


@media only screen and (max-width: 820px) {
  .MainWrapper .BlockDocumentsWrapper {
    height: auto;
  }
}

@media only screen and (max-width: 450px) {
  .MainWrapper .BlockDocumentsWrapper .tabDocuments {
    display: block !important;
    overflow: unset !important;
  }

  .MainWrapper .BlockDocumentsWrapper .CtaDocButton {
    font-size: 13px;
    padding: 5px;
    width: 100%;
    /* justify-content: center; */
  }
  .MainWrapper .BlockDocumentsWrapper .CtaDocButton img {
    height: 35px;
    width: 35px;
  }
  .MainWrapper .BlockDocumentsWrapper .tabcontent .CommonFontTitle {
    font-size: 16px;
  }
  .MainWrapper .BlockDocumentsWrapper .listSize {
    font-size: 14px;
  }
}

.tab-eli-content .accordion-button {
  background: linear-gradient(45deg, #ee4023, #f48120);
  color: #fefdfd;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Mulish';
  text-align: center;
  margin-bottom: 3px;
	justify-content: center;
}

.tab-eli-content .accordion-button span {
  margin-left: 10px;
}

.tab-eli-content .accordion-button::after {
  display: none;
}

.tab-eli-content .accordion-button:not(.collapsed) {
  background-image: linear-gradient(45deg, #7c181a, #e21f26);
  outline: none;
  box-shadow: none;
}

.tab-eli-content .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.tab-eli-content .accordion {
  --bs-accordion-border-color: #db620a;
}


/* .custom-input-group {
  flex-wrap: nowrap;
}
.custom-input-group span {
  background: none;
  color: #fff;
  margin-left: -170px!important;
  border: none;
  font-size: 20px;
  font-weight: 600;
} */

/* @media only screen and (max-width: 576px) {
  .custom-input-group {
      flex-wrap: nowrap;
      display: flex;
      justify-content: end;
  }
  .custom-input-group span {
      background: none;
      color: #000;
      margin-left: -32px !important;
      border: none;
      font-size: 16px;
      font-weight: 600;
  } 
} */


.custom-input-second-group  {
  flex-wrap: nowrap;
}
.custom-input-second-group span {
  background: none;
  color: #fff;
  margin-left: -130px!important;
  border: none;
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 576px) {
  .custom-input-second-group  {
      flex-wrap: nowrap;
      display: flex;
      justify-content: end;
  }
  .custom-input-second-group  span {
      background: none;
      color: #000;
      margin-left: -32px !important;
      border: none;
      font-size: 16px;
      font-weight: 600;
  } 
}