﻿.cent input {
    padding: 10px;
   /* width: 300px;*/
    width: 70%;
    border: 1px solid #0000001f;
    border-radius: 0.3rem 0 0 0.3rem;
    transition: .3s;
}

.cent input:focus {
    outline: none;
}

.cent {
    margin: auto;
   /* display: flex;*/
    justify-content: center
}

.cent a {
    background: #0089cf;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 0 0.3rem 0.3rem 0;
    color: white;
    font-size: .95rem;
    cursor: pointer;
}

.cent a:hover {
    background: #1379ad;
}

.in-box {
    display: flex;
}

.no-result p {
    font-size: 2rem;
    color: #959595;display:flex;flex-flow:column;align-items:center;
}
@media(max-width:575px){
    .cent input {
        /*width: 230px;*/
        width: 75%;
    }
}
@media(max-width:370px) {
    .cent input {
        /*width: 163px;*/
        width: 65%;
    }
}
.maincontent {
    text-align: justify !important;
}

.heading-wrap {
    background-repeat: no-repeat;
    background-position: 0 0%;
    padding-left: 60px;
    padding-bottom: 0px !important;
    height: 1px;
    min-height: 47px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    display: table;
}
    .heading-wrap .v-align {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        height: 100%;
    }
    .heading-wrap h4, .heading-wrap h3 {
        margin-bottom: 0;
    }
.inner_post_content h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1.67em;
    color: #393939;
    line-height: 1;
    font-weight: 500;
}
.heading-wrap h3:after {
    content: '';
    display: block;
    width: 5rem;
    height: 0.1rem;
    background-color: #ccc;
    margin-top: 0.8rem;
}
.inner_post_content p {
    font-size: 1.167em;
    margin-bottom: 10px;
    overflow: hidden;
}