
.last-title{
    padding-left: 36px;
    border-right: 2px solid transparent;}
.stage-navigation .table {
    margin-bottom: 0;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.stapeLine,.stapeLinel{min-height: 320px;}
.stapeLine:after {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2px;
    height: 100%;
    font-size: 28px;
    /* display: block; */
    font-family: 'titleFonts';
    /* display: block; */
    background-color: #d1d1d1;
    background: linear-gradient(to bottom,transparent 0%,transparent 50%,#d1d1d1 50%,#d1d1d1 100%);
    background-size: 2px 4px;
    background-repeat: repeat-y;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}
.stapeLinel:after {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2px;
    height: 100%;
    font-size: 28px;
    /* display: block; */
    font-family: 'titleFonts';
    /* display: block; */
    background-color: #d1d1d1;
    background: linear-gradient(to bottom,transparent 0%,transparent 50%,#d1d1d1 50%,#d1d1d1 100%);
    background-size: 2px 4px;
    background-repeat: repeat-y;
    position: absolute;
    left: -2px;
    top: 0;
    white-space: nowrap;
}
.stapeLine-mo::after{
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    background-color: #d1d1d1;
    background: linear-gradient(to bottom,transparent 0%,transparent 50%,#d1d1d1 50%,#d1d1d1 100%);
    background-size: 2px 4px;
    background-repeat: repeat-y;
    position: absolute;
    left: 1rem;
    top: 0;
}
.stapeLine1:after{
    content: "STEP 1";
}
.stapeLine2:after{
    content: "STEP 2";
}
.stapeLine3:after{
    content: "STEP 3";
}
.stapeLine4:after{
    content: "STEP 4";
}
.stapeLine5:after{
    content: "STEP 5";
}
.stapeLine6:after{
    content: "STEP 6";
}
.stapeLine7:after{
    content: "STEP 7";
}
.stapeLine8:after{
    content: "STEP 8";
}
.stapeLine9:after{
    content: "STEP 9";
}
.stapeLine-bottom:after{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #d1d1d1;
    background: linear-gradient(to left,transparent 0%,transparent 50%,#d1d1d1 50%,#d1d1d1 100%);
    background-size: 4px 2px;
    background-repeat: repeat-x;
    position: absolute;
    right: 0;
    bottom: 0;
}
.stage-img>div img{
    /* width: 345px;
    height: 250px; */
    /* background: #000000; */
    width: auto;
    max-width: 100%;
}
.icon-menu {
    display: inline-block;
}
.icon-menu .line {
    width: 16px;
    height: 2px;
    background-color: #333;
    display: block;
    margin: 3px auto;
    transition: all 0.3s ease-in-out;
}
.icon-menu.isActive .line:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}
.icon-menu.isActive .line:nth-child(2) {
    opacity: 0;
}
.icon-menu.isActive .line:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}
.Topics-border {
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}
.bg-square{
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    cursor: pointer;
}
.bg-square:hover p{color: #0066ee}
/* .square-list>div{
    width: 175px;
    height: 175px;
} */
.square-list>div p{
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: 6px;
}
.square-list>div img{
    width: 100px;
    height: 100px;
    margin-top: 15px;
}
/* .square-list>div:nth-child(4n+1){
    padding-right: 15px;
    padding-left: 0;
}
.square-list>div:nth-child(4n){
    padding-left: 15px;
    padding-right: 0;
} */
.support-modal,.support-model-box .modal-content{
    max-width: 750px;
    width: 750px;
}
.support-model-box.modal .modal-dialog {
    max-width: 750px;
}
.support-modal img{width: 100%;}
.bg-square .click-icon{right: 10px;}
.bg-square p{padding: 0 15px;}
/* .row.square-list{justify-content: space-between;} */

.left-menu{
    position: absolute;
    background: rgb(255, 255, 255);
    z-index: 3;
    width: 100%;
    top: 99%;
}
.support-modal-carouset .carousel-control-next,.support-modal-carouset .carousel-control-prev {
    width: 40px;
    height: 40px;
    opacity: 0.6;
    background: #fff;
    border-radius: 50%;
    line-height: 16px;
    top: calc(50% - 20px);
    cursor: pointer;
}
.support-modal-carouset .carousel-control-next {
    right: 8px;
}
.support-modal-carouset .carousel-control-prev {
    left: 8px;
}
@media (max-width:1110px) {
    .support-modal,.modal-content{
        max-width: 700px;
        width: 700px;
    }

}
@media (max-width:992px) {

    .modal-dialog.LB-container-modal {
        padding-left: 0;
        max-width: 700px;
    }
}
.current-title{color: #0066ee;}
.last-title a:focus,.last-title a:active{
color: #333!important;
}
@media (min-width:992px) {
    .Production-back{background-color: #fff;}
    .production-content>div{
        margin-top: 50px;
    }
    .current-title{border-right: 2px solid #0066ee; color: #0066ee;}
    .bg-square{background-color: #f1f1f1;}
    .last-title:hover{
        background-color: rgb(0,102,238,0.1);
        border-right: 2px solid #0066ee;
    }
    .bg-lg-fff{
        background-color: #fff;
    }
    .row.square-list{
        margin-right: -15px;
        margin-left: -15px;
    }
}
.last-title a{display: block;}

.last-title:hover a{
   color: #333;
   text-decoration: none;
}
@media (max-width:767px) {
    .last-title{padding-right: 10px;}
    .square-list>div:nth-child(n+1){
        padding-right: 10px;
        padding-left: 1rem;
    }
    .square-list>div:nth-child(2n){
        padding-left: 10px;
        padding-right: 1rem;
    }
    .modal-dialog.LB-container-modal {
        padding-left: 0;
        /* max-width: 500px; */
        /* margin: 1rem auto; */
    }
    .support-modal,.modal-content{
        /* max-width: 500px; */
        width:100%;
    }
}