.img_slider {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  min-height: 661px;
  max-height: 661px;
}
.img_slider .left_content {
  width: 100%;
  max-width: 440px;
  margin: auto;
  margin-left: 178px;
}
.img_slider .right_content {
  width: 100%:
}
.left_content .page_info{
  position: absolute;
  left: 52%;
  bottom: 30px;
  z-index: 99;
}
.img_slider .left_content h2 {
  color: #414042;
  font-size: 36px;
  font-weight: 700;
  line-height: 115%;
  margin: 10px 0;
  text-transform: uppercase;
}
.desktop_info {
  display: flex;
}
.mobile_info {
  display: none;
}
.slider-section { 
  max-width: 100%; 
  margin: 0 auto; 
  cursor: grab;
}
.slider-section button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slider-section .slide-arrow{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  width: 40px !important;
  height: 40px !important;
  background: #F1F1F1;
  border-radius: 100%;
  z-index: 1;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.slider-section .prev-arrow{
  right: 85px;
}
.slider-section .next-arrow{
  right: 30px;
  transform: rotate(180deg);
}
.prev-arrow:hover,
.next-arrow:hover {
  background: #f29620!important;
}
.prev-arrow:hover svg path ,
.next-arrow:hover svg path{
  fill: #fff;
}
.slider-section .slider .slick-arrow:hover, .slider .slick-arrow:focus{
  border-color: #F08A5D;
}
.slick-track {
  display:flex;
}
.slider-section {
  width: 100%;
  overflow: hidden;
}
.slick-list,
.slick-slider {
  position: static;
  margin: 0 !important;
  height: 100%;
}
.slick-initialized .slick-slide {
  display: block;
  height: 100% !important;
  width: 100% !important;
}
/* .img_slider .slick-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
} */
.pagingInfo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.line {
  display: block;
  background: #414042;
  height: 16.657px;
  min-width: 1px;
  transform: skew(350deg,10deg);
  width: 1px;
}
.current_slider {
  color: #414042;
  font-size: 36px;
  line-height: 30.6px;
  margin: 0;
  text-align: center;
}
.total_slider {
  color: #414042;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.4px;
  margin-bottom: 0;
  text-align: center;
}

.img_slider .left_content h2 {
  font-size: 36px;
  font-weight: 700;
}
.img_slider p {
  margin-bottom: 1.4rem;
  font-size: 18px;
  line-height: 23.4px;

}

.img_slider .img_src {
  height: 100%;
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.img_slider .img_src svg {
  position: absolute;
  top: 0;
  right: 0;
}

.img_slider .slideshow div {
  width: 100%;
  height: 100%;
}
.img_slider .slick-disabled { 
  opacity: 0.8;
  cursor: not-allowed !important;
}
.img_slider .slick-disabled:hover {
  background: #fff !important;
}
.slick-disabled:hover svg path ,
.slick-disabled:hover svg path{
  fill: #414042 !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .img_slider {
    min-height: 394px;
    padding: 0 30px;
  }
  .slick-initialized .slick-slide + div {
    width: 100%;
    height: 100%;
  }
  .img_slider .left_content {
    padding: 0 24px;
    margin-left: 0;
  }
  .img_slider .left_content h2 {
    font-size: 26px !important;
    font-weight: 700;
    line-height: 28px;
  }
  .slider-section .prev-arrow {
    right: 110px;
  }
  .slider-section .next-arrow {
    right: 60px;
  }
  .slick-list {
    padding-bottom: 4px;
  }
}

@media (max-width: 480px){
  /*   .desktop_info {
  display: none;
} */
  .mobile_info {
    display: none;
  }
  .img_slider {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 15px !important;
  }
  .left_content .page_info {
    left: 40px;
  }
  .img_slider .left_content {
    margin: 0;
  }
  .img_slider {
    min-height: auto;
    max-height: max-content;
  }
  .slick-list {
    padding-bottom: 4px;
  }
}