@media screen and (max-width: 900px) {
  .home-number-section{
        padding: 36px 0px 36px 0px;
        background: #f4f4f4;
    }
    .home-number-section .responsive-holder{
        display: flex;

    }
    .home-number-section .col-1{
        flex: 1;
    }

    .home-number-section .main-section-inner{
        width: 100%;
    }
    .home-number-section .main-section-inner .col-1:last-child{
    }
    .home-number-section .col-1{
    }
    .home-number-item.d-flex{
        display: block;
    }
    .home-number-item{
        font-size: 18px;
        color: #fff;
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
    }
    .home-number{
        font-size: 18px;
        display: inline-block;
         color:#333;
       
    }
    .hom-number-body{
        width: 100%;
        text-align: center;
    }
    .home-number span{
        font-size: 18px;
        display: inline-block;
         color:#333;
       
    }
    .hom-number-icon{
        font-size: 20px;
        width: 30px;
        height: 30px;
        margin-bottom: 8px;
        line-height: 30px;
        text-align: center;
        color: #0BB8C5;
        background: #fff;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hom-number-icon img{
        height: 25px;
        width: auto;
    }
    .number-note{
        opacity: 0.6;
        font-size: 16px;
        color:#333;
    }
    .number-note{
        opacity: 0.6;
        font-size: 10px;

    }
    .main-section-inner{
        max-width: 1400px;
        width: 90%;
        margin: auto;
    }
     .supply-chain-section .section-title span{
        display: block;
    }
     .supply-chain-section{
        background: #eee;
    }
    .supply-chain-section .big-leaf{
        border-radius: 0;
    }
    .supply-chain-section .main-section-inner{
        padding-top: 0;
        width: 100%;
    }
    .supply-chain-section .section-title-holder{
        margin-bottom: 50px;
    }
    .supply-chain-item-holder{
        margin: 0px;
    }
    .supply-chain-item{
        position: relative;
    }
    .supply-chain-inner{
        background: #fff;
        position: relative;
    }
    .supply-chain-bg{
        position: absolute;
        left: 10px;
        top: 10px;
        width: 100%;
        height: 100%;
        background: #21B8C5;
        border-top-left-radius: 47px;
        border-bottom-right-radius: 47px;
        display: none;
    }
    .supply-chain-cover img{
        width: 100%;
        height: auto;
    }
    .supply-chain-info{
        position: relative;
    }
    .info-icon{
        position: absolute;
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 20px;
        text-align: center;
        border-radius: 30px;
        background: #fff;
        color: #EB661B;
        left: 30px;
        top: -20px;
    }
    .supply-chain-info-inner{
        padding: 20px;
    }
    .supply-chain-info-inner .text-12{
        line-height: 1.5em;
        opacity: 0.6;
        margin-top: 10px;
    }
    .supply-chain-info-inner .text-18{
        font-size: 18px;
    }


    .supply-chain-info-header{
        display: flex;align-content:space-around;justify-content:center;}
    .supply-chain-info-header .text-18{
        font-weight: bold;
    }
    .supply-chain-info-header .icon-font{
        font-size: 20px;
        color: #EC6A00;
    }
    .supply-chain-info-detail{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        color: #fff;
        opacity: 0;
        transition: opacity 300ms;
    }
    .supply-chain-cover {
        position: relative;
    }
    .supply-chain-info-detail-inner{
        padding: 30px;
        font-size: 12px;
        line-height: 18px;
        transform: translateY(100px);
        transition: transform 300ms;

    }
    .supply-chain-item.active .supply-chain-info-detail{
        opacity: 1;
    }
    .supply-chain-item.active .supply-chain-info-detail-inner{
        transform: translateY(0px);

    }
    
      .section-title-holder{
        text-align: center;
    }

    .section-title span{
    }
    
     .text-gradient-color-orange{
        background-image: linear-gradient(to right,#EC6A00,#F5AB1A);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }
    .text-gradient-color-yellow{
        background-image: linear-gradient(to right,#F5AB1A,#FFFFFF);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

    .text-color-white{
        color: #fff;
    }
    .text-color-blue{
        color: #21b8c5;
    }
    
    .text-12{
        font-size: 12px;
    }
    .text-14{
        font-size: 12px;
    }
    .text-16{
        font-size: 14px;
    }
    .text-18{
        font-size: 16px;
    }
    .text-24{
        font-size: 20px;
    }
    .text-32{
        font-size: 26px;
    }
    .text-40{
        font-size: 24px;
    }
    .text-48{
        font-size: 30px;
    }

    .text-bold{
    } 
    
    
    .container {width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;
    } 
    .col-12 {flex:0 0 100%;max-width:100%;
        } 
    .col-lg-4 {position:relative;width:100%;padding-right:15px;padding-left:15px;
        } 

}
@media(max-width: 767px){
    .hidden-xs{display:none !important;}
  
}
    