.more-blog-p h2{
    color: #222;
    margin-bottom: 5%;
}
.post-clicked .tag-date-com a{
    margin-right: 5px !important;
}
.post-clicked .tag-date-com span{
    margin: 0 10px !important;
}
.categ-tag{
    margin-top: 10%;
}
.categ-tag a{
    margin: 0 5px;
    color: rgb(20, 184, 196) !important;
    font-weight: 400;
    transition: 0.2s ease;
}
.categ-tag a:hover{
    color: rgb(2, 109, 172) !important;
}
.categ-tag p{
    margin-bottom: -5px;
}
.post-clicked span{
    color: #444;
    font-size: 20px;
}
.clicked-content{
    margin-top: 7%;
}
.post-clicked p{
    line-height: 35px;
    text-align: left;
    color: #444;
    font-weight: 300;
    font-size: 18px;
}
.clicked-content-comment{
    margin: 10% 0;
}
.clicked-content-comment .card-body h5{
    color: #222 !important;
}
.comment{ 
    display: block;
    border-radius: 50%;
    overflow: hidden;
    height: 60px;
    width: 60px;
    margin-top: 25px;
    position: relative;
    left: 20px;
}
.comment img{
    width: 100% !important;
    height: 100% !important;
}
.clicked-content-comment .card{
    height: auto !important;
}
.clicked-content-comment .card p{
    margin-top: -3%;
}
.clicked-content-comment .card-body{
    margin-left: -15px;
}
.clicked-content-comment .card-body .tag-date-com span{
    margin: 0 !important;
    font-weight: 100;
    color: #777 ;
    font-size: 16px;
}
.porfile-pic{
    display: flex;
    justify-content: center;
}
.card-body .fa{
    color: #222;
}
.clicked-content-comment .card-body a{
    background-color: #ddd;
    padding: 10px 18px 8px 18px;
    border-radius: 2px;
    border: 1px solid #ddd;
    transition:all 0.2s ease;
}
.card ul {
    margin-top: 30px;
}
.clicked-content-comment .card-body:hover .fa{
    color: rgb(20, 184, 196);
} 
.clicked-content-comment .card-body:hover a,
.inner-box:hover button{
    border: 1px solid rgb(20, 184, 196);
    color: rgb(20, 184, 196) !important;
    background-color: #fff; 
}
.inner-box:hover button .fa{
    color: rgb(20, 184, 196) !important;
}
.clicked-content-comment .card-body a:hover .fa,
.clicked-content-comment .card-body a:hover,
.inner-box button:hover,
.inner-box button:hover .fa{
    background-color: rgb(20, 184, 196);
    color: #fff !important;
}
.inner-box{
    margin-top: -5%;
    background-color: rgb(248, 248, 248);
    padding: 8% 0%;
}
.form-box h2{
    margin-bottom: 10%;
}
.form{
    width: 90%;
    margin: auto;
}
.input-field{
    margin-bottom: 25px;
}
.form input,
.form select
.form textarea{
    width: 100%;
    padding: 8px 0 6px 10px;
    outline: none;
    font-size: 18px;
    color: #222 !important;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.form button .fa{
    color: #222;
}
.form button{
    padding: 8px 18px;
    color: #222;
    outline: none;
    border-radius: 2px;
    border: 1px solid #ccc;
    background-color: #ccc;
    transition: 0.2s ease;
}
.form input[type="email"]:focus,
form input[type="text"]:focus,
form input[type="num"]:focus,
form select:focus,
.form textarea:focus{
    outline: 1px solid #bbb;
}
.inner-box .input-field label{
    color: #777;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px;
}
.input-field input::placeholder,
.form textarea::placeholder{
    font-weight: 300;
}
.input-field label{
    display: block;
}
@media (max-width:442px) {
    .comment img{
        position: relative;
        bottom: 10px;
    }
    .comment{
        left: 0%;
    }
    .form{
        width: 100%;
    }
}