.side-slider-section-content {
  width: 40%;
}

@media only screen and (max-width: 576px) {
  .side-slider-section-content {
    width: 100%;

  }
}

.side-slider-section-content-heading-container {
  flex-direction: column-reverse;
  display: flex;
}

.side-slider-section .side-slider-subhead {
  margin-bottom: 0px;
}

.side-slider-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 576px) {
  .side-slider-section {
    flex-direction: column;
  }
}

.side-slider-section-aux-nav {
  width: 400px;
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 576px) {
  .side-slider-section-aux-nav {
    width: 100%;
  }
}

.side-slider-section-aux-nav ul:before {
  content: '';
  display: block;
  height: 100%;
  width: 10px;
  background: black;
}

@media only screen and (max-width: 576px) {
  .side-slider-section-aux-nav ul{
    padding-left: 10px;
  }
}

.side-slider-section-aux-nav ul a {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  border-left-width: 3px;
  border-left-style: solid;
}


.side-slider-section-aux-nav ul a:first-of-type {
  padding-bottom: 0px;
}

.side-slider-section-aux-nav ul a:nth-of-type(2) {
  padding-top: 20px;
}

.side-slider-section-aux-nav ul a:last-of-type {
  padding-bottom: 0px;
}

.side-slider-section-aux-nav ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.side-slider-nav-item{
  position: relative;
}

.slide-nav-endcap-top{
  position: absolute;
  content: '';
  width: 30px;
  height: 50%;
  display: block;
  top: 0px;
  left: -15px;
  z-index: 5;
}

.slide-nav-endcap-bottom{
    position: absolute;
    content: '';
    width: 30px;
    height: 50%;
    display: block;
    bottom: 0px;
    left: -15px;
    z-index: 5;
}

.indicator-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  margin-right: 10px;
  transform: translateX(-60%);
  z-index: 10;
}

.indicator {
  display: inline-block;
  background: none;
  width: 70%;
  height: 70%;
  border-radius: 50%;
}

.side-slider-section .side-slider {
  overflow-y: visible;
  margin: 0;
  width: 60%;
  position: relative;
}

@media only screen and (max-width:850px) {
  .side-slider-section .side-slider {
    width: 100%;
  }
}

.side-slider-section .side-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}

@media only screen and (max-width:850px) {
  .side-slider-section .side-slider .swiper-slide {
    align-items: flex-end;
  }
}

@media only screen and (max-width: 576px) {
  .side-slider-section .side-slider .swiper-slide {
    flex-direction: column-reverse;
  }
}


.side-slider-section .side-slider-content {
  padding: 50px;
  position: relative;
  z-index: 20;
  top: -40px;
  width: 70%;
}

@media only screen and (max-width: 576px) {
  .side-slider-section .side-slider-content {
    width: 90%;
    margin: 0 auto;
  }
}

.side-slider-section .side-slider-img-container {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
}

@media only screen and (max-width: 576px) {
  .side-slider-section .side-slider-img-container {
   margin-top: -90px;
  }
}

.side-slider-section .side-slider-img-container {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}

.side-slider-section .side-slider-img-container .side-slider-border-box {
  width: 88%;
  /* border: 6px solid rgb(222, 89, 22); */
  box-sizing: border-box;
  border-style: solid;
  margin-right: 7%;
  z-index: 5;
  position: absolute;
}


@media only screen and (max-width: 576px) {
  .side-slider-section .side-slider-img-container .side-slider-border-box {
    display: none;
  }
}

.side-slider-section .side-slider-img-container .side-slider-front-border {
  width: 80%;
  border-style: solid;
  /* border-left: 6px solid rgb(222, 89, 22); */
  box-sizing: border-box;
  margin-right: 7%;
  z-index: 15;
  position: absolute;
  height: 100%;
}

@media only screen and (max-width: 576px) {
  .side-slider-section .side-slider-img-container .side-slider-front-border {
   display: none;
  }
}

.side-slider-section .side-slider-img-container .side-slider-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 10;
}

.side-slider-section .slider-nav {
  display: flex;
  flex-direction: row;
  width: auto;
  justify-content: center;
  align-items: center;
}

.side-slider-section .slider-nav  .swiper-button-next,
.side-slider-section .slider-nav  .swiper-button-prev {
  position: static;
  margin: 0;
}

.side-slider-section .slider-nav .swiper-pagination {
  position: static;
  width: auto;
}

.side-slider-section .side-slider .slider-nav {
  position: absolute;
  bottom: 70px;
  left: 17%;
}

.side-slider-section .side-slider .slider-nav .slider-nav-arrow {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}

.side-slider-section .side-slider .slider-nav .slider-nav-arrow svg {
  width: 13px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.side-slider-section .side-slider .slider-nav .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  opacity: 1;
}

.side-slider-section .side-slider .slider-nav .swiper-pagination {
  margin-left: 26px;
  margin-right: 26px;
}

