.distriOverSec {
    .sectionInner {
        .trainOverLft {}

        .trainOverRgt {
            height: 100%;

            .trainOverSlide {
                height: 100%;
                padding-bottom: 40px;

                .eachTrainSlide {
                    .trainSlideImg {
                        height: 350px;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            object-position: right;
                            border-radius: 20px;
                        }
                    }
                }

                .slick-arrow {
                    top: auto;
                    bottom: 0;
                    transform: translateY(0%);

                    &.slick-prev {
                        left: calc(50% - 50px);
                    }

                    &.slick-next {
                        left: calc(50% - 10px);
                        right: auto;
                    }
                }
            }

        }
    }
}

.warehuseSec {
    .warehuseBtm {
        .eachwareHuse {
            .wareHuseInn {
                .wareHuseInnTp {
                    .wareHuseInnSlide {
                        padding-bottom: 40px;

                        .echWareSlide {
                            .wareSlideImg {
                                width: 100%;
                                height: 400px;

                                img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    border-radius: 15px 15px 0 0;
                                }
                            }
                        }

                        .slick-arrow {
                            top: auto;
                            bottom: 0;
                            transform: translateY(0%);

                            &.slick-prev {
                                left: calc(50% - 50px);
                            }

                            &.slick-next {
                                left: calc(50% - 10px);
                                right: auto;
                            }
                        }
                    }
                }

                .wareHuseInnBtm {
                    background-color: #0C0056;
                    padding: 15px;
                    border-radius: 0 0 15px 15px;
                    color: #fff;
                    position: relative;
                    transition: .4s;
                    min-height: 270px;

                    .wareHuseInnLoc {
                        .echLocLst {
                            &:not(:last-child) {
                                margin-bottom: 15px;
                            }

                            .locLstHead {
                                font-size: 22px;
                                margin-bottom: 5px;
                                transition: .4s;
                                position: relative;
                                padding-left: 24px;

                                &::after {
                                    content: "";
                                    position: absolute;
                                    top: 50%;
                                    left: 0;
                                    font-size: 17px;
                                    font-family: fontawesome;
                                    color: #fff;
                                    transform: translateY(-50%);
                                }
                            }

                            .locLstNum {
                                a {
                                    position: relative;
                                    margin-right: 10px;

                                    &:not(:last-child) {
                                        &::after {
                                            content: "/";
                                            position: absolute;
                                            top: 0;
                                            right: -5px;

                                        }
                                    }

                                    &:last-child {}
                                }
                            }

                            .locLstP {
                                color: #fff;
                                transition: .4s;
                            }

                            &:first-child {
                                .locLstHead {
                                    &::after {
                                        content: "\f3c5";
                                    }
                                }
                            }

                            &:nth-child(2) {
                                .locLstHead {
                                    &::after {
                                        content: "\f095";
                                    }
                                }
                            }

                            &:nth-child(3) {
                                .locLstHead {
                                    &::after {
                                        content: "\f0e0";
                                    }
                                }
                            }
                        }
                    }

                    .wareHuseInnLocBtn {
                        position: absolute;
                        bottom: 15px;
                        right: 15px;
                        width: 30px;
                        height: 30px;
                        z-index: 10;
                        border-radius: 50%;
                        background-color: #fff;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        transform: rotate(-45deg);
                        transition: .4s;

                        a {
                            i {
                                font-size: 16px;
                                color: #0C0056;
                                transition: .4s;
                            }
                        }
                    }

                    &:hover {
                        background-color: #fff;
                        color: #0C0056;

                        .wareHuseInnLoc {
                            .echLocLst {
                                .locLstHead {
                                    &::after {
                                        color: #0C0056;
                                    }
                                }
                            }

                            .locLstP {
                                color: #000;
                            }
                        }

                        .wareHuseInnLocBtn {
                            background-color: #0C0056;
                            transform: rotate(0deg);

                            a {
                                i {
                                    color: #fff;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

/* start responsive */
@media(max-width: 1280px) {
    .warehuseSec {
        .warehuseBtm {
            .eachwareHuse {
                .wareHuseInn {
                    .wareHuseInnBtm {
                        .wareHuseInnLoc {
                            .echLocLst {
                                .locLstHead {
                                    font-size: 18px;
                                }
                                .locLstNum {
                                    a {
                                        font-size: 14px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
@media(max-width: 991px) {
    .headingWrap {
        padding-bottom: 10px;
    }

    .distriOverSec {
        .sectionInner {
            text-align: center;

            .trainOverRgt {
                margin-top: 25px;

                .trainOverSlide {
                    padding-bottom: 20px;

                    .eachTrainSlide {
                        margin: 0 10px;
                    }

                    .slick-arrow {
                        &.slick-prev {
                            left: calc(50% - 36px);
                        }
                        &.slick-next {
                            left: calc(50% - (-6px));
                        }
                    }

                }
            }
        }
    }

    /* start ware house */
    .warehuseSec {
        .warehuseBtm {
            .eachwareHuse {
                .headingWrap {
                    padding-bottom: 0px !important;
                }

                .secSmallH {
                    text-align: center;
                }

                .wareHuseInn {
                    .wareHuseInnBtm {
                        min-height: auto;
                    }
                    .wareHuseInnTp {
                        .wareHuseInnSlide {
                            .slick-arrow {
                                &.slick-prev {
                                    left: calc(50% - 36px);
                                }

                                &.slick-next {
                                    left: calc(50% - (-7px));
                                    right: auto;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

@media(max-width: 767px) {
    .warehuseSec {
        .warehuseBtm {
            .eachwareHuse {
                .wareHuseInn {
                    .wareHuseInnBtm {
                        .wareHuseInnLoc {
                            .echLocLst {
                                .locLstHead {
                                    font-size: 20px;
                                    padding-left: 20px;

                                    &::after {
                                        font-size: 14px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}