.pbBtm_space {
    padding-bottom: 120px;
}
.pt_100_ {
    margin-top: 100px !important;
}
.wrapPatrn90 {
    max-width: 90% !important;
}
.textWithBg {
    background-image: url('../../../assets/images/imgs/patrnImgs/triangle-bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 45px;
}
.textWithBg span {
    max-width: 292px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 55px 0;
}
.textWithBg span strong {
    color: var(--secondary-color);
    font-weight: 700;
}   
.imgBtmLocations {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.imgBtmLocations .imgBtmLocations_list {
    width: 50%;
    border-left: 2px dashed var(--secondary-color);
    padding-left: 10px;
    line-height: normal;
}
.imgBtmLocations .imgBtmLocations_list strong {
    display: block;
    font-weight: 700;
}   
.dashedList li { 
    padding-left: 12px !important;
    border-left: 2px dashed var(--secondary-color);
    margin: 0 !important;
}  
.dashedList li::before {
    display: none;
} 
.greenAboutSec .overlay_fixed_left {
    left: -250px !important;
    top: 80% !important;
}
.greenAboutSec .image_overlayTxtBox_title {
    font-size: 80px;
    font-weight: normal;
} 
.greenAboutSec .image_overlayTxtBox .image_overlayTxtBox_txtBox .image_overlayTxtBox_icon {
    position: absolute;
    margin-left: 70%;
}
.techFacility.image_overlayTxtBox.overlay_right { 
    right: -20% !important;
    bottom: -20%  !important;
    transform: none !important;
    top: auto !important;
    margin-bottom: 0 !important;
}  
.plantSec .plantSec_imgwrap .zPattern_imgBlock img {
    max-width: 280px;
}
.plantSec .plantSec_txtwrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 1399.98px) {

    .greenAboutSec .image_overlayTxtBox_title {
        font-size: 50px; 
    } 
    .greenAboutSec .image_overlayTxtBox .image_overlayTxtBox_txtBox .image_overlayTxtBox_icon { 
        margin-left: 64%;
    }
    .greenAboutSec .overlay_fixed_left { 
        top: 88% !important;
    }
    .greenAboutSec .image_overlayTxtBox_txtBox {
        top: 70px !important;
    }
    
}

@media screen and (max-width: 1199.98px) { 

    .greenAboutSec .overlay_fixed_left {
        transform: scale(0.6);
        left: -210px !important;
    }

}  

@media screen and (min-width: 767.98px) {  

    .dashedList_50 {
        display: flex;
        flex-wrap: wrap;
    }
    .dashedList_50 li {
        width: 49% !important; 
    }
    .dashedList_50 li:nth-child(even) {
        margin-left: 2% !important;
    }
    .dashedList_50 li:nth-child(3), .dashedList_50 li:nth-child(4) {
        margin-top: 40px !important;
    } 
    .plantSec .plantSec_imgwrap {
        display: flex;
        align-items: end;
        justify-content: center;
    }

}  

@media screen and ( max-width: 767.98px ) {
    
    .pbBtm_space {
        padding-bottom: 100px;
    }
    .image_overlayTxtBox.max350 {
        max-width: 350px;
    }
    .pt_100_ {
        margin-top: 70px !important;
    }
    .textWithBg { 
        margin-top: 25px;
    }
    .imgBtmLocations {
        margin-top: 30px;
        display: block;
    }
    .imgBtmLocations .imgBtmLocations_list {
        width: 100%;
    }
    .imgBtmLocations .imgBtmLocations_list + .imgBtmLocations_list {
        margin-top: 20px;
    }   
    .dashedList li + li {
        margin-top: 15px !important;
    } 
    .greenAboutSec .overlay_fixed_left {
        left: -20px !important;
        bottom: -230px;
        transform: scale(0.7);
    }
    .greenAboutSec {
        padding-bottom: 80px !important;
    }
    .greenAboutSec .overlay_fixed_left {
        left: 0!important;
        transform: scale(1);
        top: calc(100% + 10px) !important;
        bottom: auto !important;
        margin-bottom: 0 !important;
    }
    .greenAboutSec .image_overlayTxtBox_title {
        font-size: 23px;
    }
    .greenAboutSec .image_overlayTxtBox .image_overlayTxtBox_txtBox .image_overlayTxtBox_icon img {
        width: 12px;
    }
    .greenAboutSec .image_overlayTxtBox .image_overlayTxtBox_txtBox .image_overlayTxtBox_desc {
        font-size: 7px;
    }
    .greenAboutSec .image_overlayTxtBox_txtBox {
        top: 34px !important;
    }
    .techFacility.image_overlayTxtBox.overlay_right {
        right: -20px !important;
        bottom: -16%  !important; 
    }
    .plantSec .plantSec_imgwrap .zPattern_imgBlock img {
        max-width: 130px;
    }
    .plantSec .plantSec_txtwrap {
        padding-top: 50px;
        padding-bottom: 25px;
    } 

}