/* Req Sec --------------------------------------------------------------------------------------------------------*/
.req-sec-tab-outer {
  padding: 40px 0;
}

.req-doc-sec-heading {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.request-doc-outer-heading {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #E55302 !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 26px 60px 26px 30px;
  margin-bottom: 20px;
  background: #fff url("../../imag/long-arrow-red.svg") no-repeat;
  background-position: right 20px center;
  display: block;
}
.request-doc-outer-heading:hover {
  background-color: #F2F2F2;
}

.request-doc-video-outer {
  position: relative;
  height: 0;
  padding-bottom: 60%;
  margin-bottom: 30px;
}

.request-doc-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 1024px) {
  .req-sec-tab-div {
    display: flex;
    justify-content: space-between;
  }
  .req-doc-sec-left {
    width: 62%;
  }
}

/*# sourceMappingURL=request-sec.css.map */