/*-----------------Responsive-------------*/
@media only screen and (max-width: 600px) {
    .outer-ribon{
        background-color: #ffffff;
        height: 0px;;
    }
    .wmud-box{
        width:100% !important;
        height: auto !important;
    }
    .tab-img{
        height:100%;
    }
    .sub-cat-btn{
        min-width:100%;
        margin-left:5px;
        margin-bottom:5px;
        border:2px solid #FA4216;
        color:#000000;
    }
    /*--------Our Team-------*/
    .message-box{
        margin-top:0px;
        padding: 15px !important;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
      }
      .message-image-box{
        width:100%;
        height:auto;
        margin-right:0px;
        transition: all ease-in-out .5s;
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg);
      }
      .message-image-box> img{
        left:0px;
        top:0px;
        width:100%;
        height:auto;
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg);
    }
    .section-padding-50{
        padding-top:0px;
        padding-bottom:0px;
    }
    .member{
        width: 100%;
        height:auto;
    }
    .member-content{
        height: 130px;
        margin-top: -152px;
    }
    .member-content:hover,
    .member:hover>a>.member-content  {
        height: 180px;
        margin-top: -182px;
    }
    /*-------Contact page------*/
    .cu-form>.row>.col{
        width: 100%;
    }
  }
