/*<!----------------------media-quiry------------------------->*/

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
    .navbar-brand>img {
    width: 46px !important;
    padding-top: 23px;
    margin-left: 10px;
}

.form-control input[type="date"].input-sm {
    width: 100%;
}
.banner-tabs {
    position: relative;
     -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    /* float: left; */
    border-bottom: 0 solid transparent;
    border-right: 2px solid #cb8670;
    margin-left: 0px;
    margin-right: 0px;
}
.form-control {
        line-height: 30px;
        width: 100%;
    }
.navbar-brand {
    padding: 10px !important;
}    
}
@media screen and (max-width:425px) {
    div.bhoechie-tab-container{
        width: 100%;
    }
    
}
@media screen and (max-width:375px) {
}
@media screen and (max-width:320px) {
}
/*<!----------------------media-quiry------------------------->*/