.process_section {
    padding-top: 101px;
    padding-bottom: 91px;
    overflow: hidden;
}

.process_heading_arrow_wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.process_heading h2 {
    display: inline-block;
    line-height: 50px;
    color: #FFFFFF;
}

.process_slider .slick-list {
    margin-right: -33.33%;
    padding-bottom: 250px;
    position: relative;
}

.process_slider .slick-list .slick-track .slick-slide:nth-child(odd) {
    transform: translateY(100%);
    padding-top: 46px;
    position: relative;
}

.process_slider .slick-slide {
    padding-bottom: 20px;
    position: relative;
}

.process_slider .slick-list::before {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #8DA6D6;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.process_title h3 {
    display: inline-block;
    font-size: 35px;
    line-height: 40px;
    color: #8DA6D6;
}

.process_para p {
    font-size: 25px;
    line-height: 40px;
    color: #FFFFFF;
    margin-top: 5px;
}

.process_para ul {
    padding-left: 20px;
}

.process_para ol {
    padding-left: 40px;
}

.process_para li {
    color: #FFFFFF;
}

.process_para ol li {
    list-style-type: number;
}

.process_para ul li {
    list-style-type: disc;
}

.process_slider .slick-list .slick-track .slick-slide::before {
    content: "";
    width: 25px;
    height: 25px;
    background-color:#8DA6D6;
    border-radius: 50%;
    position: absolute;
    bottom: -58px;
    left: 0;
}

.process_slider .slick-list .slick-track .slick-slide:nth-child(odd)::before {
    top: -13px;
    bottom: auto;
    left: 0;
}

.process_slider {
    padding-top: 50px;
}

.process_slider .slick-prev {
    width: 60px;
    height: 60px;
    background-color: #8DA6D6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: 90px;
    left: auto;
}

.process_slider .slick-next {
    width: 60px;
    height: 60px;
    background-color: #8DA6D6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: 0;
    left: auto;
}

.process_slider .slick-prev::before {
    content: "";
    background-image: url(../images/arrow-left.svg);
    opacity: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 24px;
    filter: brightness(1) invert(1);
}

.process_slider .slick-next::before {
    content: "";
    background-image: url(../images/arrow-right.svg);
    opacity: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 24px;
    filter: brightness(1) invert(1);
} 

.process_slide {
    max-width: 467px;
}

@media (max-width: 1600px) {
    .process_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .process_heading h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .process_slider .slick-prev,
    .process_slider .slick-next {
        width: 55px;
        height: 55px;
    }
    .process_slider .slick-prev::before,
    .process_slider .slick-next::before {
        width: 30px;
        height: 20px;
    }
    .process_slider .slick-prev {
        right: 70px;
    }
    .process_slide {
        max-width: 95%;
    }
    .process_title h3 {
        font-size: 30px;
        line-height: 35px;
    }
    .process_para p {
        font-size: 22px;
        line-height: 32px;
    }
    .process_slider .slick-list .slick-track .slick-slide::before {
        width: 20px;
        height: 20px;
    }
    .process_slider .slick-list .slick-track .slick-slide:nth-child(odd)::before {
        top: -10px;
    }
    .process_slider .slick-list .slick-track .slick-slide::before {
        bottom: -56px;
    }
}

@media (max-width: 1400px) {
    .process_section {
        padding: 70px 0;
    }
    .process_heading h2 {
        font-size: 35px;
        line-height: 35px;
    }
    .process_slider .slick-prev, 
    .process_slider .slick-next {
        width: 50px;
        height: 50px;
    }
    .process_slider .slick-prev::before, 
    .process_slider .slick-next::before {
        width: 26px;
    }
    .process_title h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .process_para p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 1199px) {
    .process_section {
        padding: 60px 0;
    } 
    .process_heading h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .process_heading h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .process_slider .slick-prev::before, 
    .process_slider .slick-next::before {
        width: 24px;
    }
    .process_slider .slick-prev {
        right: 65px;
    }
    .process_title h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .process_para p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .process_section {
        padding: 50px 0;
    }
    .process_heading h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .timeline_section {
        margin-top: 40px;
    }
    .process_slider {
        position: relative;
        padding-top: 0;
    }
    .process_slide {
        position: relative;
        padding: 0 0 40px 40px;
    }
    .process_slide:last-child {
        padding-bottom: 0;
    }
    .process_slider::before {
        content: "";
        width: 3px;
        height: 100%;
        background-color: #8DA6D6;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .process_slide::after {
        content: "";
        width: 18px;
        height: 18px;
        background-color: #8DA6D6;
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: -8px;
    }
    .process_title h3 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .process_section {
        padding: 40px 0;
    }
    .process_heading h2 {
        font-size: 26px;
        line-height: 26px;
    }
    .timeline_section {
        margin-top: 30px;
    }
    .process_slide {
        padding: 0 0 30px 30px;
    }
    .process_title h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .process_para p {
        font-size: 16px;
        line-height: 24px;
    }
    .process_slide::after {
        width: 12px;
        height: 12px;
        left: -5px;
    }
}

