.header-paqarriz {
  background: gray;
  height: 376px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 34px;
  position: relative;
  padding-top: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-paqarriz > .paqarriz-opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: 0;
}

.header-paqarriz > .paqarriz-title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 34px;
  position: relative;
  z-index: 1;
  letter-spacing: -.05em;
}
.header-paqarriz > .paqarriz-title h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 34px;
  position: relative;
  z-index: 1;
  letter-spacing: -.05em;
}
.header-paqarriz > .paqarriz-subtitle{
  font-size: 18px;
}
@media (min-width: 576px) {
  .header-paqarriz > .paqarriz-title{
    font-size: 48px;
    padding-bottom: 15px;
  }
  .header-paqarriz > .paqarriz-title h1{
    font-size: 48px;
  }
  .header-paqarriz > .paqarriz-subtitle{
    font-size: 25px;
    padding-bottom: 15px;
  }
}
.header-paqarriz > .paqarriz-subtitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 34px;
  letter-spacing: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.header-paqarriz > .paqarriz-button {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding: 3px 18px;
  line-height: 24px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  width: auto;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.paqarriz_dropdown-list{
    background: white;
}
.paqarriz_dropdown-list p {
    font-size: 13px;
    color: #999999;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
}
.paqarriz_dropdown-list .faqs-section {
    padding: 40px 0 60px;
    overflow: hidden;
}
.paqarriz_dropdown-list .title-section {
    margin-bottom: 65px;
    text-align: center;
}
.paqarriz_dropdown-list .title-section h2 {
    color: #0f1b5f;
    margin: 0 0 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
}
.paqarriz_dropdown-list .title-section p {
    color: #0f1b5f;
    font-size: 18px;
    max-width: 840px;
    margin: 0 auto;
}
.paqarriz_dropdown-list .accord-elem {
    margin-top: 8px;
}
.paqarriz_dropdown-list .accord-elem:first-child {
    margin-top: 0px;
}
.paqarriz_dropdown-list .accord-title {
    position: relative;
}
.paqarriz_dropdown-list .accord-title a.accord-link::after {
    font-family: "Font Awesome 5 Pro";
    content: '\f0a9';
    font-size: 18px;
    color: #0f1b5f;
    line-height: 49px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.paqarriz_dropdown-list .accord-title h2 {
    padding: 16px 20px;
    background: #f7f7f7;
    color: #0f1b5f;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 0;
    margin-left: 52px;
    border: 1px solid #eeeeee;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    line-height: 16px;
}
.paqarriz_dropdown-list .accord-title p {
    font-size: 13px;
    color: #999999;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin: 12px 0 12px 72px;
}
.paqarriz_dropdown-list .accord-content {
    display: none;
    padding-left: 72px;
    overflow: hidden;
}
.paqarriz_dropdown-list .accord-elem.active .accord-content {
    display: block;
}
.paqarriz_dropdown-list .accord-content p {
    font-size: 13px;
    color: #0f1b5f;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin: 12px 0;
    padding: 5px;
    font-size: 13px;
}
.paqarriz_dropdown-list .accord-elem.active a.accord-link::after {
    content: '\f0ab';
    color: #ffffff;
}
.paqarriz_dropdown-list .accord-title a.accord-link {
    display: grid;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: absolute;
    width: 52px;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-right: none;
    align-items: center;
}
.paqarriz_dropdown-list .accord-elem.active a.accord-link {
    background: #0f1b5f;
    border: 1px solid #0f1b5f;
    border-right: none;
    opacity: 0.8;
}
.paqarriz_dropdown-list .accord-elem.active .accord-title h2 {
    color: #ffffff;
    border: 1px solid #0f1b5f;
    background: #0f1b5f;
}
@media (max-width: 767px) {
  .paqarriz_dropdown-list .accord-content {
    padding-left: 0;
  }
}
