    .fluxi-hero-section.details .single-blog-area-style-one .thumbnail img {
    border-radius: 10px;
}
.fluxi-hero-section.inner .single-blog-area-style-one {
    padding-bottom: 5px;
}
.service-tags span {
    background: #0b2d6b;
    color: #fff;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #ffffff;
    margin-bottom: -20px;
    margin-top: 12px;
}
.service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    position: relative;
    z-index: 3;
    justify-content: center;
}
.blog-title{
    color: rgb(14 38 75);
    margin-top: 20px;
    font-size: 40px !important;
}
.sub-blog-title {
    font-size: 32px;
    color: #0e264b;
    margin-top: 24px;
}
.sub-sub-blog-title {
    font-size: 26px;
    color: #0e264b;
    margin-bottom: -13px;
}
.blog-section p {
    margin-bottom: 14px;
    padding-left: 20px;
}
.banner-inner-area-contact-inner .title{
    font-size: 41px;
}
.single-blog-area-style-one:hover .thumbnail img{
    transform: none;
}
.underline{
    text-decoration: underline;
}
.business-info h4{
    font-size: 19px;
    margin-bottom: 9px;
    color: #4f4f55;
    font-weight: 500;
}
.business-info {
    margin-top: 23px;
    margin-left: 10px;
}
.business-info h4 a{
    margin-left: 6px;
    font-size: 17px;
}

.business-table {
    width: 100%;
    border-collapse: collapse;
}

.business-table th {
    width: 100px;
    text-align: left;
    vertical-align: top;
    padding: 8px 10px 8px 0;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid #bcbfdb;
    padding: 9px 24px;
    background-color: #012065;
    font-size: 15px;
    color: #fff;
}

.business-table td {
    padding: 8px 15px;
    color: #555;
}

.business-table td a {
    color: inherit;
    text-decoration: none;
}

.business-table td a:hover {
    color: #007bff;
}
.faq-title {
    text-align: left;
    margin-left: 17px;
    font-size: 38px;
    color: #0e264b;
    margin-bottom: -26px;
    margin-top: 20px;
}
.single-blog-area-style-one .inner-content-wrapper .bottom-area .admin{
    font-size: 16px;
}
.single-blog-area-style-one .inner-content-wrapper .bottom-area .date{
     font-size: 16px   
}
.blog-sub-image{
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #0000001c;
    background-color: #1e4ed812;
}
.table-responsive {
    overflow-x: auto;
}
.author-foot-img{
    height: 210px;
    object-fit: contain;
    background-color: white;
    width: 100%;
    padding: 17px;
}
.agency-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.agency-table th,
.agency-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.agency-table th {
    background: #002065;
    color: #fff;
    font-weight: 600;
}

.agency-table tbody tr:nth-child(even) {
    background: #f8f9fa;
}

.agency-table tbody tr:hover {
    background: #eef5ff;
}

.agency-table a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

.agency-table a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .agency-table {
        min-width: 1100px;
    }
}
.fluxi-hero-section.details .post-panel .post-author .right-content .author-social{
    justify-content: left;
    margin-bottom: 0px;
}
.fluxi-hero-section.details .post-panel .post-author{
    background: #011f60;
}
.post-form{
    width: auto;
    padding: 37px 60px;
}
.disclimer-p{
    font-size: 17px;
    margin-left: 10px;
    color: #4b4b4b;
    font-weight: 500;
    line-height: 30px;
}
.fluxi-hero-section.details .post-panel .post-author .right-content .author-social li a {
    color: #ffffff;
    font-size: 38px;
}


@media (max-width: 576px) {
    .banner-inner-area-contact-inner .title {
        font-size: 29px !important;
        margin-top: 16px;
        margin-bottom: 18px;
    }
    .blog-section p{
        padding-left: 0px;
    }
    .fluxi-hero-section.inner .single-blog-area-style-one .inner-content-wrapper .title {
        font-size: 28px !important;
    }
    .sub-blog-title {
        font-size: 26px;
        line-height: 35px;
    }
    .sub-sub-blog-title{
        margin-bottom: 0px;
        font-size: 22px;
    }
    .blog-sub-image{
        padding: 10px;
    }
    .faq-title{
        font-size: 30px;
        line-height: 41px;
        text-align: center;
    }
    .disclimer-p{
        font-size: 16px;
    }
    .author-foot-img{
        height: 160px;
    }
    .sharethisblog{
        text-align: center;
        font-size: 25px;
    }
    .sharethisblogp{
        text-align: center;
    }
    .fluxi-hero-section.details .post-panel .post-author .right-content .author-social{
        justify-content: center;
    }
    .business-table td{
        padding: 8px 8px;
        font-size: 15px;
    }
    section.fluxi-hero-section{
        margin-top: -25px;
    }
}

