p{
  margin-bottom:0 !important;
}
section.single-container {
  margin-top: 24px;
}

.wp-video{
  margin: 0 auto;
}

section.single-container .single-wrapper {
  display: flex;
}
section.single-container .single-wrapper .right-guide-section {
  width: 20%;
}
section.single-container .single-wrapper .right-guide-section .heading a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  padding-bottom: 17px;
  border-bottom: 0.5px solid #c4c4c4;
}

.single-wrapper .accordion-item {
  background: transparent;
  border: none;
}
.single-wrapper .accordion-item .accordion-header {
  margin: 0;
}

section.single-container .list {
  margin-top: 33px;
}
.single-wrapper .accordion-button {
  background-color: transparent;
  font-weight: 600;
  font-size: 20px;
  padding: 0.5rem 0;
  color: #979797;
  position: relative;
}
.accordion-item .accordion-button p {
  padding: 0 10px;
}

.single-wrapper .accordion-button::before {
  content: "";
  font-family: "skyroom" !important;
  font-size: 25px;
  font-weight: normal;
  color: #23b9d7;
}

.single-wrapper .accordion-button::after {
  content: "\e901";
  background-image: none;
  font-family: "skyroom" !important;
  font-size: 18px;
  transform: rotate(270deg);
  color: #23b9d7;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
  color: #23b9d7;
}
/*.first.accordion-button::before {
  content: "\e925";
}*/

.second.accordion-button::before {
  content: "\e923";
}

.third.accordion-button::before {
  content: "\e926";
}
.accordion-button::after {
  position: absolute;
  left: 10px;
}
.single-wrapper .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #979797;
  box-shadow: none;
}
.single-wrapper .accordion-button:focus,
.single-wrapper .accordion-button:focus:not(:focus-visible) {
  border-color: transparent;
  outline: none;
  box-shadow: 0 0 0 transparent;
}
.single-wrapper .accordion-body {
  padding: 0.3rem 0;
}
.single-wrapper .nav-tabs {
  flex-direction: column;
  border-color: transparent;
}
.single-wrapper .nav-link {
  padding: 0.5rem 0;
}


.single-wrapper .nav-tabs .nav-link:focus,
.single-wrapper .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.single-wrapper .nav-tabs .nav-link {
  font-weight: 600;
  font-size: 16px;
  color: #979797;
}
.single-wrapper .nav-tabs .nav-link.active {
  color: #23b9d7;
  background-color: transparent;
  border-color: transparent;
}
section.single-container .single-wrapper .left-guide-section {
  width: 80%;
  padding-right: 59px;
}
.left-guide-section .heading ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.left-guide-section .heading ul li {
  padding: 0 15px;
  position: relative;
}
.left-guide-section .heading ul li::after {
  content: "\e901";
  position: absolute;
  left: -10px;
  font-size: 19px;
  color: #767979;
  font-family: "skyroom";
  bottom: -1px;
}
.left-guide-section .heading ul li:last-child {
  color: #767979;
  font-weight: 600;
}
section.single-container .left-guide-section .heading ul li:last-child::after {
  display: none;
}
section.single-container .left-guide-section .heading ul li a {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #979797;
}
section.single-container .content {
  padding: 0 15px;
}
section.single-container .content .text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 45px;
  text-align: justify;
}

section.single-container .content .img-wrapper-first {
  margin-top: 23px;
  height: 415px;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.single-container .content .img-wrapper-first img {
  width: 735px;
  height: 100%;
}
section.single-container .img-wrapper-second {
  height: 253px;
  display: flex;
  justify-content: flex-end;
}
section.single-container .img-wrapper-second img {
  width: 275px;
  height: 100%;
}
section.single-container .last-row {
  margin-top: 75px;
}
section.single-container .last-row .last-img_wrapper {
  height: 361px;
}
section.single-container .last-row .last-img_wrapper img {
  width: 100%;
  height: 100%;
}
.single-container .right-guide-section .heading a span.icon-arrow-2::before {
  color: rgba(151, 151, 151, 1);
}
.single-container .right-guide-section .heading a span.icon-arrow-2 {
  transform: rotate(180deg);
}


.icon-panel-manage .path2:before {
  color: var(--gray)!important;
}

@media (max-width: 1199.98px) {
  section.single-container .single-wrapper .left-guide-section {
    width: 70%;
    padding-right: 39px;
  }
  section.single-container .single-wrapper .right-guide-section {
    width: 30%;
  }
}
@media (max-width: 991.98px) {
  .img-wrapper-second {
    justify-content: center;
    margin-top: 30px;
  }
  .last-row {
    margin-top: 45px;
  }
  .last-row .last-img_wrapper {
    height: 361px;
    margin-top: 20px;
  }
}
@media (min-width:768px) {
  .accordion-item .accordion-button p span{
    display: none;
  }
}
@media (max-width: 767.98px) {
  .accordion-item .accordion-button p span{
    display: block;
  }
  section.single-container .single-wrapper {
    flex-direction: column;
  }
  section.single-container .single-wrapper .right-guide-section {
    width: 100%;
  }
  section.single-container .single-wrapper .left-guide-section {
    width: 100%;
    padding: 20px 0;
  }
  .single-wrapper .accordion-item .accordion-button {
    font-size: 16px;
    color: #1e416e;
  }

  .single-wrapper .accordion-button::after {
    width: 14px;
    height: 14px;
    background-size: 100%;
  }
  .single-wrapper .accordion-item {
    background-color: #fff;
    margin-bottom: 6px;
    padding: 10px 13px;
    box-shadow: 0px 30px 28px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
  }
  .single-wrapper .accordion-item h2 {
    padding-bottom: 0;
  }
  .accordion-item .accordion-button p {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  .accordion-item .accordion-button p span {
    font-weight: 400;
    font-size: 13px;
  }

  .icon-panel-manage .path2:before {
    color: var(--white)!important;
  }
}
@media (max-width: 575.98px) {
  section.single-container .single-wrapper .right-guide-section .heading a {
    border-bottom: none;
    padding-bottom: 0;
  }
  section.single-container .content .text {
    margin-top: 12px;
    font-size: 14px;
  }
  section.single-container .content .img-wrapper-first {
    height: 216px;
  }
  section.single-container .img-wrapper-second {
    justify-content: center;
  }
  section.single-container .last-row {
    margin-top: 30px;
  }
  section.single-container .left-guide-section .heading ul li a {
    font-size: 11px;
  }
  section.single-container .last-row .last-img_wrapper {
    height: 253px;
  }
  .left-guide-section .heading ul li::after {
    font-size: 22px;
  }
}
