.pc-v18 {
    padding: 45px 0;
    position: relative;
    background-color: #c8cfcb;
   /* background-color: #000; */
}

.pc-v18 .container {
    position: relative;
    z-index: 8;
}

.process-heading {
    position: relative;
    z-index: 3;
    margin-bottom: 45px;
}

.pc-v18::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/bg-process-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 5;
}

.heading-ribbion {
    position: absolute;
}

.heading-ribbion img {
    width: 350px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.process-bar-sec {
    position: relative;
}

.process-icon {
    width: 52px;
    height: 52px;
    padding: 9px;
    margin: auto;
    background-color: #89AC92;
    position: relative;
    margin-bottom: 25px;
    transition: all ease-in-out 0.35s;
}

.map-iframe {
    height: 350px;
}

.process-icon::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -28px;
    width: 20px;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% 100%,100% 0,0 0);
    background-color: #89AC92;
    transition: all ease-in-out 0.35s;
}

.slick-current .process-icon::before {
    transition: all ease-in-out 0.35s;
}

.process-infos {
    margin-top: 20px;
    padding: 20px;
}

.pc-v18 .slick-arrow {
    display: none !important;
}

@media only screen and (min-width: 600px) {
    .heading-ribbion img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media only screen and (min-width: 768px) {
    .process-icon {
        width: 66px;
        height: 62px;
        padding: 15px;
    }
}
@media only screen and (min-width: 992px) {
    .process-icon {
        width: 80px;
        height: 77px;
    }
}
@media only screen and (min-width: 1024px) {
    .process-icon {
        width: 82px;
        height: 80px;
    }
}
@media only screen and (min-width: 1200px) {  
    .process-icon {
        width: 100px;
        height: 97px;
    }
}
.process-icon:hover::before,
.process-icon:focus::before {
    background-color: #D15C41;   /* matches the hover bg of the icon */
    transition: background 0.3s;
}
.process-icon:hover,
.process-icon:focus {
    background-color: #D15C41 !important;
    box-shadow: 0 0 18px 0 #89ac9244;
    cursor: normal;
    transition: background 0.3s, box-shadow 0.3s;
}
.process-icon:hover img,
.process-icon:focus img {
    filter: brightness(1.2) drop-shadow(0 0 5px #89ac9255);
    transition: filter 0.3s;
}
