.image-slider-section-inner .slider-image img {
    margin: 0 auto;
    width:90%;
    height:auto;
}
.left-text-list-wrapper {
    margin-top: 25px;
}
.left-content-text {
    margin-top: 25px;
}
.image-slider-inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
button#slick-slide-control00 {
    display: none;
}
button#slick-slide-control01 {
    display: none;
}
button#slick-slide-control02 {
    display: none;
}
/* .image-slider-section {
    flex: 0 32%;
    width: 2% !important;
} */
.image-slider-section {
    flex: 0 48%;
    width: 2% !important;
}
/* .slider-left-content {
    flex: 0 63%;
} */
.slider-left-content {
    flex: 0 48%;
}
.left-text-icon {
    margin-right: 10px;
}
.left-text h3{
  font-weight:400;
  line-height:20px;
}

{# Slider CSS#}
.image-slider-section-inner{
    padding:0px 40px;
    margin: 0px auto;
}



.image-slider-section-inner button.slick-prev.slick-arrow {
    left: 0;
}

.image-slider-section-inner button.slick-arrow {
    font-size: 0;
    line-height: 0;
    border: 0;
    outline: 0;
    background: transparent;
    position: absolute;
    top: 41%;
    cursor: pointer;
}

.image-slider-section-inner button.slick-prev.slick-arrow:before {
    content: "<svg focusable="false" viewBox="0 0 24 24" aria-hidden="true" class="MuiSvgIcon-root"><path d="M19 11H7.83l4.88-4.88c.39-.39.39-1.03 0-1.42a.9959.9959 0 00-1.41 0l-6.59 6.59c-.39.39-.39 1.02 0 1.41l6.59 6.59c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L7.83 13H19c.55 0 1-.45 1-1s-.45-1-1-1z"></path></svg>";
    position: absolute;
/*     background-image: url(https://f.hubspotusercontent10.net/hubfs/2364017/PFX_2022/Home_Page/orange-left.svg); */
/*    background-image: url(''); */
    height: 20px;
    width: 19px;
    left: 0;
  background-size:20px;
    background-repeat: no-repeat;
}

.image-slider-section-inner button.slick-next.slick-arrow:before{
    content: "<svg focusable="false" viewBox="0 0 24 24" aria-hidden="true" class="MuiSvgIcon-root"><path d="M5 13h11.17l-4.88 4.88c-.39.39-.39 1.03 0 1.42.39.39 1.02.39 1.41 0l6.59-6.59c.39-.39.39-1.02 0-1.41l-6.58-6.6a.9959.9959 0 00-1.41 0c-.39.39-.39 1.02 0 1.41L16.17 11H5c-.55 0-1 .45-1 1s.45 1 1 1z"></path></svg>";
    position: absolute;
/*     background-image: url( https://f.hubspotusercontent10.net/hubfs/2364017/PFX_2022/Home_Page/orange-right.svg); */
    height: 20px;
    width: 19px;
    right:0px;
    background-repeat: no-repeat;
  background-size:20px;
}

.image-slider-section-inner button.slick-next.slick-arrow {
    right: 0px;
}
.image-slider-section-inner ul.slick-dots li {
    background-color: #c9c9c8;
    font-size: 10px;
    border-radius: 50px;
    width: 12px;
    height: 12px;
    margin: 10px;
}


.image-slider-section-inner ul.slick-dots {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    margin: 30px 0px 0px;
    padding-left: 0px;
    position: unset !important;
}

.image-slider-section-inner button {
    font-size: 0px;
    line-height: 0px;
    border: 0px;
    background-color: transparent;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

li.slick-active {
/*     background-color: #FF8C00 !important; */
   background-color: #fff !important;
}
{# Slider CSS#}

@media(max-width:820px){
  .image-slider-section {
    width: 50% !important;
}
}
@media(max-width:1000px){
.image-slider-inner-wrapper {
    display: block;
}
 .image-slider-section {
    flex: 0 100%;
    width: 100% !important;
    margin-top: 20px !important;
    margin: 0 auto;
}
.slider-left-content {
    flex: 0 100%;
}
  .image-slider-section-inner img {
/*     align-items: center;
    text-align: center; */
    margin: 0 auto;
}
}