.count-sub{
    font-weight:bold;
    font-size:14px;
    margin:10px 0;
    text-indent:15px;
    float: left;
}
.search-bar{
    float: right;
    margin: 0 0px;
    padding:0 0;
    height:38px;
}
.search-bar .box{
    float:right;
    margin: 0 2px;
    width: 100%;
}
.search-bar .box .input{
    float:left;
    width: 75%;
    /* padding:7px; */
    margin:0;
    padding: 2px;
    background:#fff;
    border:#ddd 1px solid;
    -moz-box-shadow: 1px 1px 4px -1px rgba(0,0,0,.2);
    -webkit-box-shadow: 1px 1px 4px -1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,.2);
}	
.search-bar .box .btn-search {
    float: left;
    width: 24%;
    padding: 5px 2px;
    text-align: center;
    margin-left: 1%;
    /* margin: 0; */
    border: 1px solid #dcdcdc;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .col-lg-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-3{
        display:block !important;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; 
        padding: 0px 5px;
    }

    .search-bar{
        width:100%;
    }
    .search-bar .box .btn-search{
        width: 22%;
        line-height: 30px;
        height: 32px;
        padding:0px 0px !important;
        text-align:center;
        margin: 0px 0px 0px 6px !important;
    }

}

@media (max-width: 991px) {
    .logo-footer{
        position: relative;
        text-align: center;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
}


@media (max-width: 766px) {
    .col-lg-3{
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%; 
        margin:5px 0px;
    }
}

@media (max-width: 414px) {
    .fb{
        display: none !important;;
    }
}








