/* banner start */
.ria-banner {
  padding: 60px 0 0 0;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/docs/default-source/assets/customer-support-revamp/images/bg-img-desktop.png)
}

.ria-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 20px; */
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.ria-content {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  flex-wrap: wrap;
  width: 100%;
}

.ria-left {
  flex: 1 1 55%;
  /* max-width: 55%; */
  max-width: 539px;
}

.ria-heading {

  font-size: 48px;
  color: #212121;
  font-weight: 900;
  line-height: 120%;
  margin-top: 49px;
}

.ria-heading .highlight {
  color: #EC6625;
}

.search-box {
  margin-top: 32px;
  margin-bottom: 16px;
}
.dropdown-block.il-input-error{
    max-width: 539px;
}
.search-box input {
  width: 100%;
  /* max-width: 539px; */
  font-size: 16px;
  padding: 17px 37px;
  border-radius: 8px;
  border: 1px solid #9E9E9E;
  background: #FFF;

}

.top-query-head {
  color: #212121;

  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.top-queries {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.query-button {
  border-radius: 6px;
  border: #9E9E9E;
  background: #FFF;
      color: #424242;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;

}

.query-button p {
  color: #424242;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.query-button p:hover {
  color: #fff;
}

.query-button:hover {
  background-color: #f15a24;
  color: #fff;
  border-color: #f15a24;
}

.ria-right {
  flex: 1 1 35%;
  text-align: right;
}

.ria-right img {
  max-width: 100%;
  height: auto;
  /* border-radius: 10px; */
}

.search-box {
  position: relative;

}

.search-box img {
  position: absolute;
  top: 15px;
  left: 12px;
}

.search-box .dropdown-block .custom-dropdown-list {
  width: 100%;
  max-width: 539px;
  position: absolute;
}



/* banner end */


.accordian-block,
.tab-accord-sec .tab-sec {
  margin: 0 auto;
  width: 100%;
}

.accord-row {
  margin-bottom: 3rem;
}

.accord-data p a,
.accordian-lists ul li a {
  color: #EC6625;
  text-decoration: underline;
  font-weight: 700;
}

.accord-row:last-child {
  margin-bottom: 0;
}

.accord-sec .accord-row {
  border-bottom: 1px solid #E0E0E0;
  margin: 0;
}

.accord-sec .accord-title,
.accord-sec .accord-tit {
  position: relative;
  padding: 1.6rem 0rem;
  cursor: pointer;
  color: #212121;

  font-size: 16px;

  font-weight: 700;
  line-height: 20px;
  margin: 1.6rem 0;
}

.accord-title.active {
  margin-bottom: 0;
  margin-top: 0;
}

.accord-data p {
  color: #424242;

  font-size: 14px;

  font-weight: 400;
  line-height: 18px;
}

.accord-sec .accord-title:after,
.accord-sec .accord-tit:after {
  content: '';
  position: absolute;
  top: 22px;
  right: 20px;
  border: solid #EC6625;
  border-width: 0 3px 3px 0;

  display: inline-block;
  padding: 2.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: .7rem;
  vertical-align: baseline;
}

.accord-sec .accord-title.active:after,
.accord-sec .accord-tit.active:after {
  transform: rotate(-135deg);
  vertical-align: middle;
  top: 22px;

}

.accord-sec .accord-data {
  padding: 0 0rem 1.6rem 0rem;
  display: none;
}

.tab-accord-sec .more-cont {
  display: none;
  padding: 60px 86px;
}

.tab-accord-sec .accordian-block {
  display: none;
  margin-bottom: 60px;

}

.tab-accord-sec .accordian-block:first-child {
  display: block;
  width: 80%;
  margin-top: 60px;

}

.tab-accord-sec .rMore {
  display: block;
}

.tab-sec ul {
  display: grid;
  grid-template-columns: 20rem 20rem;
  border-bottom: 1px solid #C9C9C9;
}

.tab-accord-sec .tab-sec ul {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
      grid-template-columns: auto auto auto;
  border-bottom: 1px solid #C9C9C9;
  justify-items: center;
}

.tab-block .tab-sec {
  overflow: auto;
}

.tab-sec ul li {
  padding: 0 0 2rem 0;
  cursor: pointer;
  position: relative;
}

.tab-sec ul li span {
  color: var(--Utility-Primary-Text, #212121);
  text-align: center;

  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  white-space: nowrap;
}

.tab-sec ul li.active span {
  color: #EC6625;
}

.tab-sec ul li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: none;
  bottom: 0;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.tab-sec ul li.active:after {
  background: #EC6625;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.tab-block {
  margin-top: 4rem;
}

.tab-cont {
  margin-top: 4rem;
  display: none;
}

.tab-cont:first-child {
  display: block;
  margin-top: 4rem;
}


.nested-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
  border-radius: 8px;
  background: #FAFAFA;
  width: 100%;
  padding: 8px;
  /* max-width: 62.6%; */
    /* max-width: max-content;
    min-width: 50%; */
}

.nested-tab {
  padding: 12px 50px;

  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #EEE;
  background: #FFF;
  color: #424242;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
      width: 100%;
    text-align: center;
}

.nested-tab.active {
  border-radius: 8px;
  background: #EC6625;
  color: #fff;

  text-align: center;

  font-size: 16px;

  font-weight: 700;
  line-height: 20px;
  /* max-width: 211px; */
  width: 100%;
}

.nested-accordion-item {
  border-top: 1px solid #ddd;
  margin-bottom: 5px;
}

.nested-accordion-header {
  background: #f9f9f9;
  padding: 12px 15px;
  cursor: pointer;
  position: relative;
}

.nested-accordion-header.active::after {
  content: '-';
  position: absolute;
  right: 20px;
}

.nested-accordion-header::after {
  content: '+';
  position: absolute;
  right: 20px;
}

.nested-accordion-body {
  display: none;
  padding: 12px 15px;
  background: #fff;
  border-top: 1px solid #eee;
}

/* accord css end */


/* footer css start */

section.gr-footer-bg {
  padding: 56px 86px;
  background: #F5F5F5;
}

.get-touch-head {
  color: var(--Brand-Primary, #EC6625);

  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px;
}

ul.gr-footer-links {
  justify-content: space-between;
  display: flex;
  padding: 3.2rem 0 0 0;

  flex-wrap: wrap;
}

ul.gr-footer-links li a {
  font-size: 1.6rem;
  color: #212121;
  text-decoration: none;
  padding-bottom: 0.5rem;
  display: block;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  gap: 1rem;
}

ul.gr-footer-links li {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 30%;
}

ul.gr-footer-links span {
  font-size: 1.4rem;
  font-weight: 400;
  /* line-height: 18px; */
    line-height: 24px;
}

ul.gr-footer-links span:last-child {
  display: block;
  color: #424242;
      font-size: 14px;
    font-weight: 400;
        /* margin-top: 6px; */
}

.accordian-lists {
  position: relative;
}

.accordian-lists ul {
  padding-left: 20px;
  margin-top: 10px;
  color: #424242;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.accordian-lists ul li {
  padding-bottom: 3px;
  padding-top: 10px;
      margin-left: 20px;
    text-indent: 0px;
}
ul.dashed {
    position: relative;
}

.accordian-lists h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 2rem 0;
}

.accord-data,
.table-wrapper {
  margin: 2rem 0
}

.faq_tbl a {
  color: #fe6625;
  text-decoration: underline;
}

.accordian-lists ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  margin-top: 4px;
  background-image: url(/docs/default-source/assets/activa-campaign/images/path.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  width: 15px;
}

/* footer css end */

/* tutorial n guide css start */
.card-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  /* flex-wrap: wrap; */
  margin-top: 60px;
}

.quick-link-wrapper {
  margin-top: 60px;
}

.video-tutorial {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  width: 308px;
  padding: 0 0 0;
  text-align: left;
  position: relative;
}

.video-tutorial img {
  width: 100%;
  border-radius: 8px;
}

.video-tutorial h3 {
  color: var(--Utility-Primary-Text, #212121);

  font-size: 20px;

  font-weight: 800;
  line-height: 26px;
}

.video-tutorial p {
  color: var(--Utility-Secondary-Text, #424242);

  font-size: 16px;

  font-weight: 400;
  line-height: 20px;
  padding: 8px 0 31px 0;
}

.video-tutorial a {
  color: #f05a28;
  text-decoration: none;
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;

  font-weight: 400;
  line-height: 20px;
  position: absolute;
  bottom: 12px;
}

.watch-more {
  color: var(--Global-white-000, #FFF);
  text-align: center;
  font-size: 16px;
  background-color: #EC6625;
  font-weight: 700;
  line-height: 20px;
  max-width: 240px;
  padding: 1.8rem 7rem;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
  margin-top: 41px;
  text-decoration: none;

}

.video-tut-cont-wrapper {
  padding: 24px;

}

/* tutorial n guide css end */

/* quick links map css start */
.hd {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 40px;
  line-height: 45px;
  color: #282828;

}

.branch-wrapper {
  background: #fff;
  border-radius: 15px;
}

.map-wrapper {
  display: flex;
}

.map-wrapper .map-sec {
  width: 50%;
}

.map-wrapper .mapouter {
  height: 100%;
}

.map-wrapper .gmap_canvas {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.map-wrapper .form-sec-wrap {
  width: 50%;
}

.mapping {
  color: #282828;
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.input-wrap {
  margin-bottom: 30px;
}

.branch_bar-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.branch_bar-wrapper h4 {
  color: var(--Utility-Primary-Text, #212121);

  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}

.location-branc-wrapper {
  padding: 24px 40px;
  /* padding-bottom: 0; */
}

.locate-branc-wrapper {
  padding: 32px 40px;
  background: #FFF2ED;
      /* border-radius: 15px; */
          border-radius: 0 15px 0 0;
}

.locate-us-head {
  display: flex;
  gap: 8px;
  align-items: center;
}

.locate-us-para {
  color: #424242;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.branch-hr {
  margin: 24px 0 !important;
}

.address-map {
  display: flex;
  align-items: start;
  padding-bottom: 0;
}

.address-map img {
  width: 18px;
  height: 18px;
  margin-bottom: -4px;


}

.main-addresss {
  overflow: hidden;
  margin-right: 10px;
}

.main-addresss h4 {
  color: var(--Utility-Primary-Text, #212121);

  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
}

.main-addresss p {
  color:  #424242;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 8px 0;
}

.address-wrapper a {

  color:  #EC6625;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
      border: none !important;
    padding: 0!important;
}

.cs-address-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 80px 0;
}

.cs-address-card {
  flex: 1 1 calc(50% - 20px);

  padding: 24px 40px 32px 40px;


  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}

.cs-address-card h4 {
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
  font-weight: 800;
}

.cs-address-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}


.cs-card-row {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 19px;
  margin-bottom: 40px;
}

.cs-card {
  border-radius: 16px;
  border: 1px solid  #FFD6C8;
  background: linear-gradient(284deg, #FCEFED 0.84%, #FFF 23.81%, #FFF 74.37%, #FCDAD7 99.37%);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  width: 314px;
  position: relative;
  gap: 12px;
  align-items: center;

}

.cs-card .cardlink {
  position: absolute;
  right: 24px;
  top: 42px;
}

.cs-card-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  padding: 20px 24px 20px 16px;
}

.cs-card:hover {
  transform: translateY(-5px);
}

.cs-card-img img {
  width: 64px;
  height: 64px;
}

.cs-card-text p {
  color: var(--Utility-Primary-Text, #212121);
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}

.add-img-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

#searchBranch {
  margin-top: 10px;
}

/* quick links map css end */

/* table structure start */
.table-wrapper {
  border-radius: 10px;
  overflow: auto;
  border: solid 1px #ddd;
}

.table-wrap {
  border-collapse: collapse;
  text-align: center;
  border-radius: 10px;
  display: table;
  box-sizing: border-box;
  border-spacing: 2px;
  border-color: #dddccb;
  overflow: hidden;
  width: 100%;
}

.table-wrap tr:nth-child(odd) {
  background-color: transparent;
}

.table-wrap tr:nth-child(even) {
  background-color: #f5f6f6;
}

.table-wrap tr:first-child {
  border-radius: 10px;
  border-bottom: none;
}

.table-wrap td,
.table-wrap th {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #282828;
  text-align: left;
  padding: 15px 20px;
  width: 30%;
}

.table-wrap td {
  border-right: 1px solid #ddd;
}

.table-wrap th {
  font-weight: 700;
  background-color: #dddccb;
  border-right: 1px solid #ece9e9;
}

.table-wrap .no-border {
  border: none;
}

/* table structure end */

.accordion-header {

  cursor: pointer;
  padding: 24px 40px;

  display: flex;
  justify-content: space-between;
  align-items: center;

  border-radius: 16px;
  background: var(--Global-white-000, #FFF);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}

.arrow {
  border-radius: var(--large, 8px);
  border: 1px solid var(--Brand-Primary, #EC6625);
  background: var(--Utility-Primary-Background, #FFF);
  padding: 20px;
  position: relative;
}

.arrow:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  border: solid #EC6625;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: .7rem;
  vertical-align: baseline;
}

.accordion.active .arrow:after {
  transform: rotate(-135deg);
  vertical-align: middle;
  top: 20px;
}

.accordion-header h4 {
  color: var(--Utility-Primary-Text, #212121);

  font-size: 22px;

  font-weight: 800;
  line-height: 30px;
}

.accordion-content {
  display: none;
  padding: 20px;
  background-color: white;
  padding: 20px 0;
}

.accordion.active .accordion-content {
  display: block;
}

#helplineAccordion {
  margin-top: 80px;
}

.locate-branc-wrapper label.location-label {
  position: static;
  background: none;
  color: var(--Custom-Neutral-Cool-900, #212121);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-top: 16px;
  margin-bottom: 8px;
}

.il-input-block input::placeholder {
  color: var(--Custom-Neutral-Cool-500, #9E9E9E);
  text-overflow: ellipsis;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.accord-row-nested h3 {
  font-weight: 500 !important;
  font-size: 15px !important;

}

.accord-row-nested {
  text-indent: 14px;
}

.accord-row-double-nexted h3 {
  font-weight: 500 !important;
  font-size: 15px !important;
}

.accord-row-double-nexted {
  text-indent: 14px;
}

.accord-row-double-nexted .accord-row-nested {
  text-indent: 20px;
}

@media (max-width: 768px) {
  ul.gr-footer-links {
    padding: 2rem 0 0 0;
  }

  section.gr-footer-bg {
    padding: 32px 20px;
  }

  ul.gr-footer-links li {
    width: 50%;
    margin-bottom: 2.4rem;
  }

  ul.gr-footer-links li:last-child {
    margin-bottom: 0;
  }

  .accord-sec .accord-title {
    padding-right: 25px;
  }

  .ria-banner {
    padding-top: 40px;
  }

  .table_wrapper {
    width: 100%;
    overflow: auto;
    display: inline-block;
  }

  .accordian-block,
  .tab-accord-sec .tab-sec {
    overflow: scroll;
  }

  .tab-accord-sec .tab-sec ul {
    gap: 20px;
  }

  .cs-card-row {
    justify-content: space-around;
            flex-wrap: wrap;
  }
  .card-container{
    flex-wrap: wrap;
  }
}


@media (max-width: 480px) {
  ul.gr-footer-links {
    display: block;
  }

  ul.gr-footer-links li {
    width: 100%;

  }

  .video-tutorial {
    width: 100%;
  }

  .watch-more {
    width: 100%;
    max-width: 100%;
    margin-top: 31px;
  }

  .cs-card {
    width: 100%;
    padding: 12px 24px 12px 16px;
  }

  .cs-card-row {
    gap: 12px;
  }

  .quick-link-wrapper {
    margin-top: 32px;
  }

  .cs-address-row {

    margin: 40px 0;
  }

  .cs-address-card {
    padding: 24px;
  }

  .cs-address-card h4 {
    margin-bottom: 0;
  }

  .add-img-wrapper {
    margin-bottom: 12px;
  }

  .cs-address-card p {
    color: var(--Utility-Secondary-Text, #424242);

    font-size: 14px;

    font-weight: 400;
    line-height: 22px;
  }

  .cs-card-text p {
    color: var(--Utility-Primary-Text, #212121);

    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
  }

  .cs-card-text p br {
    display: none;
  }

  .cs-card-img img {
    width: 48px;
    height: 48px;
  }

  .locate-branc-wrapper {
    padding: 24px;
    border-radius: 10px;
  }

  .map-wrapper {
    display: grid;
  }

  .map-wrapper .map-sec {
    width: 100%;

    order: 2;
  }

  .map-wrapper .form-sec-wrap {
    width: 100%;

    order: 1;
  }

  .map-wrapper .gmap_canvas {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .accordion-header {
    padding: 24px 16px;
  }

  .accordion-header h4 {
    color: var(--Utility-Primary-Text, #212121);

    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
  }

  .accordion-header .arrow{
    margin-left: 33px;
  }

  .location-branc-wrapper {
    padding: 16px 0;
  }

  .nested-tabs {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .nested-tab {
    padding: 12px 30px;
    text-align: center;

  }

  .nested-tab.active {
    width: auto;
    /* padding: 12px 50px; */
  }

  .tab-accord-sec .accordian-block:first-child {
    max-width: 100%;
    width: 100%;
  }

  .accord-sec .accord-title {
    padding-right: 45px;
  }

  .tab-sec ul li span {
    font-size: 18px;
    white-space: normal;

  }


  .tab-accord-sec .tab-sec ul {
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    gap: 40px;

  }

  .tab-accord-sec .tab-sec ul li {
    flex: 0 0 45%;
    scroll-snap-align: start;
  }

  .mapouter {
    height: 360px;
  }

  .tab-accord-sec .tab-sec ul {

    grid-template-columns: repeat(2, 1fr);
  }

  .tab-accord-sec .tab-sec {
    overflow: scroll;
  }

  .ria-left,
  .ria-right {

    flex: 1 1 100%;

  }

  .ria-banner {
    padding-top: 40px;
  }

  .ria-banner {
    background-image: url(/docs/default-source/assets/customer-support-revamp/images/bg-img-mobile.png);
  }

  .locate-us-para {
    color: var(--Utility-Secondary-Text, #424242);

    font-size: 14px;

    font-weight: 400;
    line-height: 22px;
  }

  .cs-card-wrapper {
    padding: 0;
  }
  .ria-content {
    display: block;
  }
}

.map-wrapper .gmap_canvas {
      height: 100%;
}
.branch-wrapper{
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
}
.input-wrap {
    margin-bottom: 0px;
}
.input-wrap .il-input-block{
      margin-bottom: 0;
}
.locate-branc-wrapper label.location-label{
  margin-top: 0;
}
/* .location-branc-wrapper #bindBranches{
    overflow-y: auto;
    height: 106px;

} */
.container, .il-container {
    padding-left: 15px;
    padding-right: 15px;
}
.watch-more:hover{
color: #fff;
}
.accord-title.active + .accord-data {
  margin-top: 0;
}

.height-350{
      max-height: 350px;
    overflow-y: auto;
    min-height: 150px;
}
.map-wrapper .gmap_canvas {
      height: 100%;
}

/* Responsive tweaks */
@media (max-width: 768px) {

  .ria-left,
  .ria-right {
    max-width: 100%;
    flex: 1 1 00%;
    text-align: left;
  }

  .ria-heading {
    font-size: 28px;
            margin-top: 0;
  }

  .ria-right {
    margin-top: 20px;
  }
  .cs-card .cardlink{
    top: 30px!important;
  }
}

.accord-row-nested .accord-data p{
      margin-left: 20px;
    text-indent: 0px;
}
.accord-row-nested .accord-title{
      margin-left: 20px;
    text-indent: 0px;
}

.query-content {
    display: none; 
        color: #424242;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 1.6rem;
    
}
.query-content:target {
    display: block;
}

.query-button.active {
  background-color: #f15a24;
    color: #fff;
    border-color: #f15a24;
}
.query-content a{
 color:#E3530F;

font-size: 16px;
font-weight: 700;
line-height: 20px;
}

.accord-row-double-nexted:last-child, .accord-row-nested:last-child{
  border-bottom:none;
     
}

.accord-data:last-child {
    padding: 0 !important;
}