/*--Media Query--*/
@media only screen and (max-width: 1024px) {
    .padding-zero-resp{
        padding: 0;
    }
    .carousel-caption{
        position: absolute;
        top:20%;
        left: 10%;
    }
    .carousel-caption h3{
        font-size: 20px;
        line-height: 22px;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        display: block;
        width: 100%;
        height: 300px;
    }
    .slider-img{
        width:100%;
        height: 300px;
    }
    .slider-img img{
        width: 100%;
        height: 300px;
    }

    .nav-tabs {
        height: auto;
    }



}
/*--Media Query--*/
@media only screen and (max-width: 767px) {
    .mob-social{
        display: none;
    }
    /*main div*/
    inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        max-width: 100%;
        height: 200px; 
    }
    .carousel-caption{
        position: absolute;
        top:10%;
        left: 10%;
    }
    .carousel-caption h3{
        font-size: 20px;
        line-height: 22px;
    }
    .logo-img{
        height: auto;

    }

    .slider-img{
        width:100%;
        height: 200px;
    }
    .slider-img img{
        width: 100%;
        height: 200px;
    }

    .knowus-main{
        padding: 10px 10px;
        background: #ccc;
        height: auto;
    }
    .knowus-main-img{
        width: 100%;
        height: auto;
        background-image: url(../images/tag1.jpg);
        background-repeat: no-repeat;
        padding: 10px 10px;
    }
    .news-data-block .sevice-tag {
        width: 100%;
        height: 150px;
        background-image: url(../images/service-tag.jpg);
        background-repeat: no-repeat;
    }
    .news-data-block .sevice-tag-info {
        position: relative;
        overflow: hidden;
        width: 230px;
        margin-left: 10px;
        padding: 10px;
        background-color: #CDCDCD;
    }

}
