
.post-data {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.post-data .content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin-right: 30px;
}

.post-data .content h4 {
    color: #f5f5f5;
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.post-data::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(4deg, #1e387c 5%, transparent);
    z-index: 0;
}

.form-box-blog {
    padding: 25px;
    background: #e9eeff;
    border-radius: 15px;
}

/* Blog Notification */

.notiivation {
    background: linear-gradient(45deg, #4988b7, #92c348);
    padding: 18px 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.notiivation .info {
    width: 90%;
    color: #fff;
    font-weight: 600 !important;
}

.notiivation .info h4 {
    font-weight: 600;
    font-size: 17px;
    margin: 0;
}




ul.category-blog-home {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.category-blog-home li {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 14px;
    display: inline-block;
    background: linear-gradient(45deg, #4988b7, #92c348);
    color: #fff;
    border-radius: 100px;
    padding: 2px 14px;
}

ul.category-blog-home li a {
    color: #fff;
}


ul.category-blog-home li a {
    color: #fff;
}

ul.blog-home {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.blog-home li {
    display: inline;
    margin-right: 10px;
    color: #787878;
    font-size: .85rem;
}

.blog-home-post {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 0 5px #00000045;
    height: 100%;
    background: #fff;

}


.post-home-content {
    padding: 20px;
}

.post-home-content h4 {
    font-size: 18px;
    margin: 0;
    height: 70px;
}

/* Search Button */

form.search-form label {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #20367e;
}

form.search-form {
    position: relative;
    margin-bottom: 20px;

}

form.search-form .search-field {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #e4e4e4;
    
    padding-left: 15px;
    font-size: 1rem;
    padding: 1.5rem;
    outline:none;
}

form.search-form .search-submit {
    position: absolute;
    right: 20px;
    top: 9px;
    padding: 5px 15px;
    border: none;
    background: linear-gradient(196deg, #c06f31, #ed873a);
    border-radius: 100px;
    color: #fff;
}

.populertags-box.mt-4 a {
    display: inline-block;
    font-size: 14px !important;
    margin-right: 5px;
    background: linear-gradient(45deg, #4988b7, #92c348);
    padding: 2px 10px;
    border-radius: 100px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px !important;
    letter-spacing: 1px;
}

ul.populer-blog-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.populer-blog-posts .d-flex {
    display: flex;
    background: #fff;
    align-items: flex-start;
    margin-bottom: 21px;
    box-shadow: 1px 0 5px #0000002b;
    border-radius: 10px;
    overflow: hidden;
}

.image-blog img {
    width: 135px !important;
}

.sidebar-blog-content {
    padding: 5px 10px;
}

.sidebar-blog-content h6 {
    font-size: .9rem;
    font-weight: 600;
    height: 40px;
    line-height: 21px;
}

.side-box h4 {
    font-weight: 700;
    font-size: 20px;
}

/* Blog DEtails */

.bg-light.post-info-details .category li {
    background: linear-gradient(196deg, #0b1288, #65a1c9);
    display: inline-block;
    padding: 2px 10px 4px 10px;
    border-radius: 50px;
}

.bg-light.post-info-details .category li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
}

ul.secondary-part-blog li {
    display: inline;
    color: #858383;
}

ul.secondary-part-blog li+ li {
    margin-left: 20px;
    font-size: ;
}

ul.secondary-part-blog {
    margin: 0;
    margin-top: -10px;
}


.post-images-details {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 1px 0 5px #00000045;
    margin-bottom: 20px;
}

.post-info-details ul.category-post-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-info-details ul.category-post-details li {
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 14px;
    display: inline-block;
    background:linear-gradient(196deg, #0b1288, #65a1c9);
    color: #fff;
    border-radius: 100px;
    padding: 2px 14px;
}

.post-info-details ul.category-post-details li+li {
    margin-left: 5px;
}

.post-info-details ul.category-post-details li a {
    background: linear-gradient(196deg, #0b1288, #65a1c9);
    padding: 5px 15px;
    color: #fff;
    border-radius: 100px;
}

.post-info-details h2 {
    font-weight: 700;
    margin: 5px 0;
    color: #20367e;
}

.post-info-details ul.post-details-page-info {
    padding: 0;
    margin: 0;
    list-style: none;
}

.post-info-details ul.post-details-page-info li {
    display: inline-block;
    margin-bottom: 10px;
}

.post-info-details ul.post-details-page-info li+li {
    margin-left: 5px;
}

.post-info-details ul.post-details-page-info li a {
    background: linear-gradient(45deg, #4988b7, #92c348);
    padding: 5px 15px;
    color: #fff;
    border-radius: 100px;
}

.post-info-details h1, .post-info-details h2, .post-info-details h3, .post-info-details h4, .post-info-details h5, .post-info-details h6 {
    font-weight: 700;
    color: #20367e;
    line-height: auto;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.post-info-details p {
    margin: 0;
}

.post-info-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1rem;
}

.post-info-details ul li+li {
    margin-top: 10px;
}

.post-info-details ol {
    margin: 0;
    padding: 0 15px;
    margin-bottom: 1rem;
}

.post-info-details ol li+li {
    margin-top: 10px;
}

.class-blog-tags {
    list-style: none;
    margin: 0;
    padding: 0;
}

.class-blog-tags li {
    display: inline-block;
}

.class-blog-tags li+li {
    display: inline-block;
}

.pagination {
    margin-top: 30px;
}

.pagination span, .pagination a {
    height: 45px;
    width: 45px;
    background: #dbdbdb;
    margin: 5px;
    border-radius: 100px;
    padding: 10px;
}

.blog-content h4 {
    font-size: 20px;
    margin: 0;
    color: #000 !important;
    margin-bottom: 1.5rem;
}
span.page-numbers.current {
    background: linear-gradient(196deg, #0b1288, #65a1c9);
    color: #fff;
}
ul.populer-blog-posts a {
    color: #000 !important;
    text-decoration: none;
}

ul.populer-blog-posts a:hover {
    text-decoration: none;
}

.socail-links-box h4 {
    font-weight: 700;
    font-size: 20px;
}

.socail-links-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.socail-links-box ul li {
    display: inline;
    margin-right: 15px;
}

.socail-links-box ul li a {
    color: #799533;
}

.socail-links-box ul li a .fab {
    font-size: 30px;
    width: 45px;
    height: 44px;
    background: #fff;
    box-shadow: 1px 0 5px #00000045;
    padding: 8px 10px;
    border-radius: 100px;
}

.socail-links-box .fa-facebook {
    color: #3b5998;
    padding: 7px 8px !important;
}

.socail-links-box .fa-twitter {
    color: #55acee;
}

.socail-links-box .fa-linkedin {
    color: #0077b5;
}

.socail-links-box .fa-youtube {
    color: #bd081c;
    padding: 8px 6px !important;

}

.socail-links-box .fa-instagram {
    color: #3f729b;
}

.form-box-blog button.btn.btn-primary {
    background: linear-gradient(196deg, #0b1288, #65a1c9);
    border: none;
    width: 100%;
    box-shadow: 1px 0 5px #00000045;
    font-weight: 700;
}

.side-box.mt-4.popular_post_sticky {
    position: sticky;
    top: 90px;
    z-index: 1;
}

.adds.pt-4 {
    border-radius: 9px;
    overflow: hidden;
    display: block;
    box-shadow: 1px 0 5px #00000045;
    padding: 0 !important;
    margin-top: 20px;
}




/* Blog DEtails */
.post-info-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0.8rem;
}

.post-info-details .category li {
    background: linear-gradient(196deg, #0b1288, #65a1c9);
    display: inline-block;
    padding: 2px 10px 4px 10px;
    border-radius: 50px;
}

.post-info-details .category li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
}

.post-info-details ul.secondary-part-blog li {
    display: inline;
    color: #858383;
}

.post-info-details ul.secondary-part-blog li+ li {
    margin-left: 20px;
    font-size: .9rem;
}

.post-info-details ul.secondary-part-blog {
    margin: 0;
    margin-top: -10px;
}

table {
    width: 100%;
    border: 1px solid #ababab;
    margin: 1rem 0;
}

table th,table.alignleft td {
    padding: 7px 10px;
    font-size: 1rem;
}

.post-info-details table tr:nth-child(1) {
    background: linear-gradient(45deg, #4988b7, #92c348);
    color: #fff;
    font-weight: 500 !important;
}
.post-info-details iframe {
    width: 70% !important;
    height: 340px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 1px 0 10px #00000045;
}
.post-info-details h1,
.post-info-details h2,
.post-info-details h3,
.post-info-details h4,
.post-info-details h5,
.post-info-details h6{
    font-weight:700;
    color: #20367e;;
}

.post-info-details h2.mt-3 {
    line-height: 40px;
    margin-bottom: 1.2rem;
}

.post-info-details h1{
    font-size: 45px;
    line-height: 50px;
}
.post-info-details h2{
    font-size: 35px;
    line-height: 40px;
}
.post-info-details h3{
    font-size: 30px;
    line-height: 35px;
}
.post-info-details h4{
    font-size: 25px;
    line-height: 30px;
}
.post-info-details h5{
    font-size: 20px;
    line-height: 25px;
}
.post-info-details h6{
    font-size: 16px;
    line-height: 20px;
}

.bg-light.post-info-details p {
    font-size: 1rem !important;
    color: #555555;
    line-height: 26px;
}

.post-info-details .populer-blog-posts h6{
    margin: 0px !important;
}
.post-info-details .form-box-blog h4{
    margin: 0px !important;
}

.post-info-details .populer-blog-posts ul {
   
    margin-bottom: 0px !important;
}

/* Comments form */

div#comments {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
}

article {
    border: 1px solid #e2e0e0;
    border-radius: 15px;
    margin: 15px 0;
}

.comment-author.vcard {
    background: #e7e6e6;
    padding: 9px;
    border-radius: 100px;
}

time {
    padding: 10px;
    display: block;
}

.comment-content p {
    margin: 0 !important;
    text-transform: capitalize;
}


ul.category-keyword,ul.class-blog-tags {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.category-keyword li, ul.class-blog-tags li {
    display: inline-block;
    background: #80b463;
    padding: 3px 12px;
    border-radius: 50px;
    margin-bottom: 8px;
    margin-right: 5px;
}



ul.category-keyword li a , ul.class-blog-tags li a {
    color: #fff;
}

div#comments h2 {
    font-size: 23px;
    text-transform: capitalize;
    padding: 0;
    margin: 0 !important;
}

div#comments label {
    display: block;
}

div#comments p{
    margin-bottom: 1rem;
}

div#comments textarea{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ababab;
}

div#comments input:not([type=checkbox]){
    width: 100%;
    padding: 10px 15px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #ababab;

}

p.comment-form-cookies-consent {
    display: flex;
}

p.comment-form-cookies-consent label{
    margin-left: 15px;
}

div#comments footer {
    background: #e4e4e400;
    margin: 0px !important;
    padding: 14px 11px;
    display: block;
    border-radius: 15px;
}

div#comments ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-content {
    padding: 5px 15px;
}

input#submit {
    background: linear-gradient(196deg, #0b1288, #65a1c9);
    color: #fff;
    border: none;
    width: 200px !important;
    border-radius: 100px !important;
}

.reply {
    background: linear-gradient(45deg, #5793a2, #84b75e);
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    color: #fff !important;
    margin: 8px 14px;
}

.reply a {
    color: #fff;
}

img.avatar.avatar-60.photo {
    border-radius: 60px;
}

.blog {
    padding: 3rem 0;
    background: #ffffff !important;
}

p>strong:not(.woocommerce) {
    padding: 1rem 0;
    display: block;
    font-weight: 700 !IMPORTANT;
    color: var(--color-1);
}
img.img-fluid.mt-3.rounded {
    border-radius: 1.5rem ! IMPORTANT;
}
.meta-info {
    display: flex;
    gap: 1.5rem;
    color: #726f6f;
    text-transform: capitalize;
    !M;!M;!;
}

.blog-content span .fa {
    margin-right: .5rem;
}

.meta-info span {
    font-weight: 600;
    font-family: 'Mulish';
}

.blog-image {
    margin: 1rem !IMPORTANT;!I;!;
    border-radius: .5rem;
    overflow: hidden;
    max-height:210px;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
    background: #f5f5f5;
}
.blog-image img {
    padding: 0 !IMPORTANT;!I;!;
    display: block;
}

.blog-box:hover .blog-image>img {
    transform: scale(1.1);
}

@media screen and (max-width:768px) {
    .post-info-details iframe {
        width: 100% !important;
        max-height: 340px;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 25px;
        box-shadow: 1px 0 10px #00000045;
    }
    
}