.content {
    width: 100%;
    text-align: center;
}

.content img {
    width: 25%;
    position: relative;
    top: 100px;
    transition: all 0.5s ease-in-out;
}

.social {
    margin-top: 150px;
}

.social a {
    font-size: 24px;
    padding: 15px;
    color: #000000;
    text-decoration: none;
}

/*.facebook {*/
/*    color: #4267B2!important;*/
/*}*/

/*.instagram {*/
/*    color: #6D21BE!important;*/
/*}*/

/*.twitter {*/
/*    color: #5BA7DC!important;*/
/*}*/

/*.youtube {*/
/*    color: #F80000!important;*/
/*}*/

/*.envelope {*/
/*    color: #D6463A!important;*/
/*}*/

.product-search-form.radius-input {
    margin: 0 auto;
    border-radius: 4px;
    top: 6px;
}

.product-search-form {
    position: relative;
    max-width: 260px;
    width: 100%;
}

.product-search-form.radius-input input {
    height: 45px;
    border-radius: 20px 0px 0px 20px;
    border-top-right-radius: 20px!Important;
    border-bottom-right-radius: 20px!Important;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.product-search-form.radius-input input:focus {
    box-shadow: none!important;
}

.search-form-btn .form-control {
    padding-right: 47px !important;
}

.product-search-btn-2 {
    background-color: #5a5655;
    color: #fff;
    border: 0;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    border-radius: 0px 20px 20px 0px;
    transition: all 0.5s ease-in-out;
}

.product-search-btn-2:hover {
    background-color: #292b2c;
}

.product-search-btn-2:focus {
    outline: none;
    box-shadow: none;
}



/*     RESPONSIVE CSS
======================*/

@media (max-width: 575.98px) {
    .content img {
        width: 35%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .content img {
        width: 35%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content img {
        width: 30%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
   
}