.steps-slider-sec {
    position: relative;
    padding: 110px 0px 100px 0px;
}

.steps-slider-sec .dashed-lines .line_1 {
    top: 0;
    left: 0;
    max-width: 150px;
    max-width: calc((100% - 400px - 60px)/2);
    max-height: calc(110px + 120px - 30px);
    border-bottom-left-radius: 150px;
}

.steps-slider-sec .dashed-lines .line_1::before {
    border-bottom: 2px dashed;
    border-left: 2px dashed;
}

.steps-slider-sec .dashed-lines .line_2 {
    top: calc(110px + 120px - 33px);
    right: 0;
    max-width: calc((100% - 400px - 60px)/2);
    max-height: 150px;
    border-top-right-radius: 150px;
}

.steps-slider-sec .dashed-lines .line_2::before {
    border-top: 2px dashed;
    border-right: 2px dashed;
}

.steps-slider-sec .dashed-lines .line_3 {
    top: calc(110px + 120px - 33px + 150px);
    right: 0;
    max-width: 150px;
    max-height: calc(100% - (110px + 120px - 33px + 150px) + 33px);
    border-bottom-right-radius: 150px;
}

.steps-slider-sec .dashed-lines .line_3::before {
    border-bottom: 2px dashed;
    border-right: 2px dashed;
}

.steps-slider-sec .dashed-lines .line_4 {
    top: calc(100% + 29px);
    right: 150px;
    max-width: calc(100% - 150px - 150px - 600px - 30px);
    max-height: 4px;
}

.steps-slider-sec .dashed-lines .line_4::before {
    border-top: 2px dashed;
}

@media(max-width: 1440px) {
    .steps-slider-sec .main-container {
        padding: 0 62px;
    }

    .steps-slider-sec .dashed-lines .line_1 {
        border-bottom-left-radius: 100px;
    }

    .steps-slider-sec .dashed-lines .line_2 {
        border-top-right-radius: 100px;
    }

    .steps-slider-sec .dashed-lines .line_3 {
        border-bottom-right-radius: 100px;
    }
}

@media(max-width: 1199px) {
    .steps-slider-sec .dashed-lines .line_1 {
        border-bottom-left-radius: 50px;
    }

    .steps-slider-sec .dashed-lines .line_2 {
        border-top-right-radius: 50px;
    }

    .steps-slider-sec .dashed-lines .line_3 {
        border-bottom-right-radius: 50px;
    }
}

@media (max-width:1024px) {
    .steps-slider-sec {
        padding: 40px 0px 50px 0px;
    }

    .steps-slider-sec .dashed-lines .line_1 {
        max-width: calc((100% - 200px - 60px)/2);
        max-height: calc(40px + 60px - 13px);
    }

    .steps-slider-sec .dashed-lines .line_2 {
        top: calc(40px + 60px - 18px);
        max-width: calc((100% - 200px - 60px)/2);
    }

    .steps-slider-sec .dashed-lines .line_3 {
        top: calc(40px + 60px - 18px + 150px);
        max-height: calc(100% - (40px + 60px - 18px + 150px) + 18px);
    }

    .steps-slider-sec .dashed-lines .line_4 {
        top: calc(100% + 14px);
        max-width: calc(100% - 150px - 62px - 300px - 30px);
    }
}

@media(max-width: 767px) {
    .steps-slider-sec .main-container {
        padding: 0 20px;
    }
}

.steps-slider-sec .heading {
    margin-bottom: 110px;
    text-align: center;
}

@media (max-width:1024px) {
    .steps-slider-sec .heading {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .steps-slider-sec .heading {
        margin-bottom: 40px;
    }
}

@media (max-width:480px) {
    .steps-slider-sec .heading {
        margin-bottom: 20px;
    }
}

.steps-slider-sec .steps-box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.steps-slider-sec .steps-box-row .steps-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-right: 20px;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel {
        width: 100%;
        margin-right: 0;
    }
}

.steps-slider-sec .steps-box-row .steps-panel:nth-last-child(1) {
    margin-right: 0px;
}

.steps-slider-sec .steps-box-row .steps-panel:nth-child(1) .step-nav .img-box {
    border-radius: 40px 10px 10px 40px;
    overflow: hidden;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel:nth-child(1) .step-nav .img-box {
        border-radius: 30px 30px 10px 10px;
    }
}

.steps-slider-sec .steps-box-row .steps-panel:nth-child(1) .step-nav .img-box img {
    border-radius: 40px 10px 10px 40px;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel:nth-child(1) .step-nav .img-box img {
        border-radius: 30px 30px 10px 10px;
    }
}

.steps-slider-sec .steps-box-row .steps-panel:nth-last-child(1) .step-nav .img-box {
    border-radius: 10px 40px 40px 10px;
    overflow: hidden;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel:nth-last-child(1) .step-nav .img-box {
        border-radius: 10px 10px 30px 30px;
    }
}

.steps-slider-sec .steps-box-row .steps-panel:nth-last-child(1) .step-nav .img-box img {
    border-radius: 10px 40px 40px 10px;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel:nth-last-child(1) .step-nav .img-box img {
        border-radius: 10px 10px 30px 30px;
    }
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 5px 0px;
    }
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav.active .img-box {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav.active .img-box {
        -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.66);
        box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.66);
    }
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav.active .step-conent {
    display: block;
    -webkit-box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.1);
    opacity: 1;
    pointer-events: auto;
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav .img-box {
    -webkit-box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 50px 100px rgba(0, 0, 0, 0.1);
    display: block;
    min-width: 100px;
    max-width: 100px;
    height: 465px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    left: calc(100% - 100px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .img-box {
        min-width: 100%;
        max-width: 100%;
        height: 100px;
        left: 0;
    }
}

@media (max-width:767px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .img-box {
        height: 60px;
        line-height: 60px;
    }
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav .img-box span {
    position: absolute;
    color: #fff;
    font-size: 30px;
    left: 50%;
    z-index: 3;
    bottom: 60px;
    -webkit-transform: translate(-50%, 0) rotate(-90deg);
    -ms-transform: translate(-50%, 0) rotate(-90deg);
    transform: translate(-50%, 0) rotate(-90deg);
    min-width: 120px;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .img-box span {
        top: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        left: unset;
        position: relative;
        display: block;
        text-align: left;
        z-index: 9;
        margin-left: 30px;
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .img-box span {
        font-size: 20px;
    }
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav .img-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(rgba(0, 52, 90, 0), rgba(0, 52, 90, 0.2), rgba(0, 52, 90, 0.6), #00345a);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 52, 90, 0)), color-stop(rgba(0, 52, 90, 0.2)), color-stop(rgba(0, 52, 90, 0.6)), to(#00345a));
    background: linear-gradient(rgba(0, 52, 90, 0), rgba(0, 52, 90, 0.2), rgba(0, 52, 90, 0.6), #00345a);
    z-index: 2;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .img-box::after {
        background: -o-linear-gradient(right, rgba(0, 52, 90, 0.4), rgba(0, 52, 90, 0.8), #00345a);
        background: -webkit-gradient(linear, right top, left top, from(rgba(0, 52, 90, 0.4)), color-stop(rgba(0, 52, 90, 0.8)), to(#00345a));
        background: linear-gradient(to left, rgba(0, 52, 90, 0.4), rgba(0, 52, 90, 0.8), #00345a);
    }
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav .img-box img {
    max-width: 100px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .img-box img {
        max-width: 100%;
        min-width: 100%
    }
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent {
    display: none;
    margin-left: 20px;
    background-color: white;
    min-height: 465px;
    border-radius: 10px;
    position: relative;
    opacity: 0;
    -webkit-animation: custom_FadeUp 1s;
    animation: custom_FadeUp 1s;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent {
        margin: 10px 0px 0px 0px;
        padding: 10px 0px 0px 0px;
    }
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .step_box {
    padding: 0px 30px;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .step_box {
        padding: 0px 20px;
    }
}

@media (max-width:767px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .step_box {
        padding: 0px 10px;
    }
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .text_box {
    position: relative;
    /*top: -22px;*/
    color: #333;
   height: 120px;
    overflow-y: auto;
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .text_box .scroll-x {
    display: none;
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .text_box:not(.scroll-wrapper) {
    padding-right: 10px;
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .text_box>:last-child {
    margin-bottom: 0;
}

/*@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .text_box {
        top: 0px;
    }
}*/

.steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .img_box {
    width: 100%;
    height: 360px;
    position: relative;
    margin-top: -60px;
    margin-bottom: 35px;
    /*-webkit-animation: custom_FadeUp_img 1s;
            animation: custom_FadeUp_img 1s;*/
    opacity: 0;
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav.active .step-conent .img_box {
    opacity: 1;
    transition: opacity ease 1s .5s;
}

@media (max-width:1440px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .text_box {
        height: 144px;
    }
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .img_box {
        height: 312px;
    }
}

@media (max-width:1199px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .text_box {
        height: 168px;
    }
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .img_box {
        height: 288px;
    }
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .text_box {
        padding-bottom: 20px;
        height: auto;
        overflow: initial;
    }

    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .img_box {
        margin-top: 0;
        position: relative;
        width: 100%;
        height: 420px;
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .img_box {
        height: 350px;
    }
}

@media (max-width:576px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .img_box {
        height: 260px;
    }
}

@media (max-width:370px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .img_box {
        height: 200px;
    }
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .img_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 40px;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-box-row .steps-panel .step-nav .step-conent .img_box img {
        border-radius: 20px;
    }
}

.steps-slider-sec .steps-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 0;
}

@media (max-width:1024px) {
    .steps-slider-sec .steps-navigation {
        padding: 30px 0px;
    }
}

.steps-slider-sec .steps-navigation button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #00345a;
    border: 1px solid #00345a;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.steps-slider-sec .steps-navigation button:hover {
    color: #fff;
    background-color: #00345a;
}

.steps-slider-sec .steps-navigation .pagination {
    font-size: 13px;
    margin: 0 30px;
    color: #b8bec0;
}

.steps-slider-sec .steps-navigation .pagination .current {
    color: #00345a;
}

.steps-slider-sec .steps-box-row .steps-panel .step-nav.active .img-box {
    left: 0;
}

@-webkit-keyframes custom_FadeUp {
    0% {
        display: none;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes custom_FadeUp {
    0% {
        display: none;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes custom_FadeUp_img {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes custom_FadeUp_img {
    0% {
        -webkit-transform: translateY(60px);
        transform: translateY(60px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}