@media only screen and (min-width:768px) and (max-width:800px) {
    /* -------Header nav menu responsive css starts here------ */
    .navbar-default .navbar-collapse .middle-nav li {
        margin: 0 5px;
    }
    .navbar-right{
        padding-right: 0;
    }
    .get-app-signup{
        width: inherit;
    }
    /* -------Header nav menu responsive css ends here------ */
}
@media only screen and (min-width: 300px) and (max-width:767px) {
    /* ---------Header nav menu responsive css starts here-------- */
    .navbar-default .navbar-collapse .middle-nav{
        position: static;
        width: 100%;
    }
    .navbar-right{
        display: flex;
        justify-content: center;
        margin-bottom: 25px;
    }
    .navbar-toggle {
        top: 22px;
    }
    .navbar-default .navbar-collapse .middle-nav li {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    /* ---------Header nav menu responsive css ends here-------- */

    /* ------agro process css starts here------- */
    .agro-heading-section:after{
        max-width: 300px;
    }
    .agro-process-card {
        margin-bottom: 40px;
    }
    /* ------agro process css ends here------- */

    /* ----------Footer responsive css starts here------- */
    .footer-nav{
        flex-direction: column;
        align-items: center;
    }
    .footer-nav li{
        margin-bottom: 20px;
    }
    /* ----------Footer responsive css ends here------- */

    /* ------agro web blog responsive css starts here------ */
    .avtar-img{
        text-align: center;
    }
    .avtar-name{
        text-align:center;
    }
    .agro-team-card-wrapper {
        margin-bottom: 40px;
    }
    /* -----agro web blog responsive css ends here------ */

    /* ----agro web customer page css starts here---- */
    .get-app-signup{
        width: inherit;
       
    }
    /* ------agro web customer page css ends here----- */
    .google-play {
        margin-bottom: 15px;
    }
    .team-two-coloum{
        flex-wrap: wrap;
    }
    .team-two-coloum > div{
        flex: auto;
    }
    .twc-inner-wrap img{
        width: 100%;
    }
    .twc-rhs h3{
        padding-top: 10px;
    }
    .twc-text{
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .team-member-description h3{
        padding-top: 10px;
    }
    .team-member-description .ap-text{
        padding: 0 10px 10px 10px;
    }
}
@media only screen and (max-width: 480px){
    .team-member-description-wrap{
        flex-wrap:wrap;
    }
    .team-member-description-wrap > div{
        flex: auto;
    }
    .twc-inner-wrap{
        flex-wrap: wrap;
    }
    .twc-inner-wrap > div{
        flex: auto;
    }
    /* .agro-team-block .agro-team-heading{
        padding-top: 45px;
    } */
     .agro-team-banner{
        height:auto;
        /* max-height:auto; */
    }
    .agro-team-banner img{
        height:auto;
    } 
    .agro-team-block .atc-img-wrap{
        height: auto;
    }
    .agro-team-block .atc-img-wrap img{
        height: auto;
    }
}