.error {
    color: rgb(231, 42, 42);
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.login-icon {
    font-size: large;
    color: #00aee0;
}

.link-foot {
    text-decoration: none;
    color: #ffff;
}

.link-foot:hover {
    text-decoration: none;
    color: #00aee0;
}

.error {
    color: red;
}
.search-btn {
    background: linear-gradient(
        to right,
        #00aee0 0%,
        #00fedc 51%,
        #00aee0 100%
    );
    background-size: 200% auto;
    border-radius: 0;
    color: #fff;
    position: relative;
    left: 35px;
    padding: 13px 35px;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.search-text {
    height: 50px;
    margin-left: 20px;
    width: 430px;
    border-radius: 5px;
    background-color: #fafbf5;
}
@media only screen and (max-width: 600px) {
    .search-btn {
        margin-left: -60px;
        height: 50px;
        width: 380px;
        border-radius: 5px;
        margin-top: 10px;
    }

    .banner_area .banner_inner .banner_content {
        margin-top: 60px;
    }
    #search-box {
        width: 375px;
    }
}
.name-disp {
    color: #000;
    font-size: 20px;
    height: 30px;
    width: auto;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
}
.content {
    padding: 10px 10px 10px 10px;
    font-weight: 300;
    margin-top: 46px;
    background-color: #fff;
    border-radius: 12px;
}
.cat-loc {
    margin-top: 10px;
}
.cat {
    width: 150px;
    float: left;
    font-size: 16px;
    height: 25px;
    margin: 5px 5px 5px 5px;
    color: #fff;
    background: linear-gradient(
        to right,
        #00aee0 0%,
        #00fedc 51%,
        #00aee0 100%
    );
    text-align: center;
    border-radius: 10px;
}
.loc {
    width: 150px;
    float: right;
    font-size: 16px;
    margin: 5px 5px 5px 5px;
    color: #fff;
    background: linear-gradient(90deg, #e94086 0%, #e5925a 100%);
    text-align: center;
    border-radius: 10px;
}
.read-more {
    text-align: right;
}
.ads {
    background-color: #f9f9f9;
    color: #fff;
    font-size: 70px;
    height: 300px;
    line-height: 1.2em;
    text-align: center;
    padding-top: 50px;
}
.social-share-icon {
    margin-top: 20px;
}
.icon-show li {
    display: inline-block;
    text-decoration: none;
    width: 30px;
    height: 30px;
}
@media (max-width: 768px) {
    .search-text{width: 375px;background-color: #e5925a;}
}


