.ib {
    display: inline-block;
    vertical-align: top;
}

.clear {
    clear: both;
}

.dn {
    display: none;
}



input.invalid, textarea.invalid {
    border: 1px #ff0000 solid;
}

/*---all forms-----*/
.input-form-wrap label {
    display: block;
}

.input-form-wrap input[type='text'], .input-form-wrap  textarea {
    width: 100%;
    box-sizing: border-box;
}

.info-ajax-msg {
    display: none;
}

/*---------reviews---------*/

.add-review-form-wrap {
    width: 500px;
}
/*-------end of reviews----*/

/*----------captcha---------*/
.captcha-image {
    width: 120px;
    height: 34px;
}
.captcha-image-refresh, .captcha-image {
    display: inline-block;
}
.captcha-image-refresh {
    cursor: pointer;
    margin-left: 5px;
}

@media all   and (max-width: 780px) {

    .mobile-top {
        display: block;
    }
    .search-main-wrap {
        display: block !important;
        width: 100% !important;
    }

    #search_text {
        width: 75%;
    }

    button.search {
        width: 25%;
    }

}

@media all   and (max-width: 400px) {

    .top-hdr-logo {
        display: block;
        flex: none;
    }
    .top-hdr-logo  .col-6 {
        width: 100%;
        max-width: 100%;
    }
    .col-6.logo-wrap {
        width: 100%;
        max-width: 100%;
        flex: none !important;
    }
    .search-main-wrap {
        padding-top: 20px;
    }
}