/*--blog-main--france-page-use-sec-29/4/2025--*/
.blog-section {
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
}
.blog-title-top {
    text-align: center;
    margin-bottom: 30px;
}
.blog-title-top h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}
.blog-title-top p {
    font-size: 16px;
    color: #000;
}
.blog-block {
    position: relative;
}
.blog-block .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.blog-block .inner-box:hover .read-more {
    background-color: --theming1;
    color: #ffffff;
}
.blog-block .inner-box:hover .image-box .image a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.blog-block .inner-box:hover .image-box .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-block .image-box {
    position: relative;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}
.blog-block .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    height: 235px;
}
.blog-block .image-box .image img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.blog-block .image-box .image a:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.blog-block .image-box .date {
    position: absolute;
    right: 14px;
    bottom: 0;
    color: #000000;
    z-index: 1;
    height: 76px;
    width: 70px;
    text-align: center;
    background: #ffffff;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 800;
    border-radius: 10px;
    padding: 10px 10px;
    z-index: 9;
}
.blog-block .image-box .date .month {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: red;
    color: #fff;
    width: 100%;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
}
@media only screen and (max-width: 991px) {
    .blog-title-top h2 {
        font-size: 30px;
    }
    .blog-title-top p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-title-top h2 {
        font-size: 24px;
    }
    .blog-title-top p {
        font-size: 15px;
    }
    .blog-block .lower-content .text {
        font-size: 15px;
    }
    .blog-block span.rea_single a {
        font-size: 15px;
    }
    .feature-block-two .step {
        font-size: 16px;
    }
}
@media only screen and (max-width: 480px) {
    .blog-title-top h2 {
        font-size: 22px;
    }
    .blog-title-top p {
        font-size: 14px;
    }
    .blog-block .lower-content {
        padding: 20px;
        padding-right: 20px;
    }
    .blog-block .title {
        padding-bottom: 0;
    }
    .blog-block .lower-content .text {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .blog-block .lower-content .title a {
        font-size: 18px;
    }
    .blog-block .image-box .date {
        height: 66px;
        width: 66px;
        font-size: 20px;
        padding: 8px 8px;
    }
}
@media only screen and (max-width: 424px) {
    .blog-block .image-box .date {
        right: 10px;
        bottom: 0px;
    }
}
.blog-block .lower-content {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    z-index: 2;
    border-radius: 0px 0px 12px 12px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
}
.blog-block .lower-content .title a {
    font-size: 18px;
    font-weight: 600;
    color: #0d1a36;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}
.blog-block .lower-content .text {
    font-size: 15px;
    font-weight: 400;
    color: #6a6f78;
    margin-bottom: 12px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media only screen and (max-width: 424px) {
    .blog-block .lower-content {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
}
.blog-block .post-info {
    padding-left: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}
.blog-block .post-info li {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    margin-right: 10px;
    list-style: none;
}
.blog-block .post-info li i {
    margin-right: 3px;
    color: var(--theming1);
    font-size: 16px;
}
.blog-block .title {
    line-height: 1.2em;
    font-weight: 800;
    padding-bottom: 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-block .title a:hover {
    color: red;
}
.blog-block span.rea_single a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.blog-block span.rea_single a i {
    vertical-align: middle;
    padding-left: 6px;
}
.blog-block span.rea_single a i::before {
    font-weight: 700 !important;
}
.blog-block span.rea_single a:hover {
    color: red;
}
@media only screen and (max-width: 414px) {
    .blog-block .title {
        padding-bottom: 0;
    }
    .blog-block .lower-content .text {
        font-size: 15px;
        font-weight: 400;
    }
    .blog-block span.rea_single a {
        font-size: 15px;
    }
} /* blog home section css start  */
.blog-card {
    border-radius: 12px;
}
.blog-card .blog-card-img::before {
    content: "";
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    top: 0;
    background-color: #3333;
    transition: all 0.3s ease-in-out;
}
.blog-card .blog-card-content {
    bottom: 0;
    padding: 10px;
    background-color: #ffffffcb;
    height: 78px;
    transition: all 0.3s ease-in-out;
    border-radius: 0px 0px 6px 6px;
}
.blog-card .blog-icon-list {
    gap: 16px;
}
.blog-card .blog-icon {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.blog-card .blog-icon i {
    color: var(--theming1);
}
.blog-card .blog-card-img {
    height: 290px;
}
.blog-card .blog-card-heading,
.blog-card .blog-card-heading > * {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.blog-card .blog-card-heading a:hover {
    color: var(--theming1);
}
.blog-card .blog-card-para {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog-card .blog-card-para p {
    color: #000;
    line-height: 27px;
    font-size: 15px;
    margin-bottom: 0;
}
.blog-card:hover .blog-card-img::before {
    height: 100%;
}
.blog-card:hover .blog-card-content {
    height: 135px;
    background-color: #fff;
} /* blog home section css end */ /* blog card two section start */
.blog-home-card {
    border-radius: 5px;
    box-shadow:
        rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
        rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.blog-home-card .blog-home-card-img {
    height: 230px;
    border-radius: 5px;
}
.blog-home-card .blog-home-card-img img {
    border-radius: 5px 5px 0 0;
    transition: all 0.3s ease-in-out;
}
.blog-home-card .blog-home-card-img:hover img {
    transform: scale(1.1);
}
.blog-home-card .blog-home-date-card {
    z-index: 2;
    bottom: 0px;
    left: 13px;
}
.blog-home-card .blog-datecard-inner {
    padding: 3px 12px;
    gap: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background-color: var(--theming1);
}
.blog-home-card .blog-datecard-inner::after {
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    left: -11px;
    height: 0;
    border-style: solid;
    border-width: 0px 12px 12px 0px;
    border-color: transparent #fe0000 transparent #fe0000;
}
.blog-home-card .blog-datecard-inner::before {
    position: absolute;
    bottom: 0;
    content: "";
    left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #fe0000 transparent;
    border-radius: 0;
}
.blog-home-card .blog-home-date-inner {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.blog-home-card .blog-home-card-content {
    width: 100%;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    padding: 12px;
}
.blog-home-card .blog-homecard-heading {
    font-size: 16px;
    font-weight: 700;
}
.blog-home-card .blog-homecard-heading > * {
    color: #000;
    transition: all 0.3s ease-in-out;
}
.blog-home-card .blog-homecard-heading > *:hover {
    color: var(--theming1);
}
.blog-home-card .blog-home-card-para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    margin-top: 5px;
}
.blog-home-card .blog-home-card-para p {
    color: #000;
    font-size: 15px;
    line-height: 27px;
}
.blog-home-card .readmore-main {
    margin-top: 10px;
    padding-top: 10px;
}
.blog-home-card .readmore-main a {
    color: #000;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.blog-home-card .readmore-main a:hover {
    color: var(--theming1);
}
.blog-home-card .readmore-main a i {
    transition: all 0.3s ease-in-out;
}
.blog-home-card .readmore-main a:hover i {
    transform: translateX(4px);
} /* blog card two section end */ /***** blog sidebar start *****/
.blog_details_table,
.blog-sidebar-main{
    transition: transform .35s ease, opacity .35s ease;
}

.is-sticky{
    position:fixed;
    top:90px;
    z-index:99;
	width: 306px !important;
    animation:stickyShow .35s ease forwards;
}

@keyframes stickyShow{
    from{
        opacity:0;
        transform:translateY(-15px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.sticky-space{
    width:100%;
}
.blog-sidebar {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
}
.blog-sidebar .blog-sidebar-tab {
    background-color: var(--theming2);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 13px;
}
.blog-sidebar .blog-sidebar-tab.active {
    background-color: var(--theming1);
    color: #fff;
}
.blog-sidebar .blog-sidebar-body {
    padding: 14px 10px;
}
.blog-sidebar .blog-sidebar-item-list {
    gap: 12px;
}
.blog-sidebar .blog-sidebar-item-list .col-12:last-child .blog-sidebar-item {
    padding-bottom: 0;
    border: 0;
}
.blog-sidebar .blog-sidebar-item {
    gap: 10px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 12px;
}
.blog-sidebar-item-list > div:last-child .blog-sidebar-item {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.blog-sidebar .blog-sidebar-item-img {
    height: 74px;
    max-width: 80px;
    min-width: 80px;
    border-radius: 5px;
}
.blog-sidebar .blog-sidebar-item-title {
    font-size: 13px;
    color: #000;
    transition: all 0.3s ease-in-out;
    line-height: 20.5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-sidebar .blog-sidebar-item-title a {
    color: #000;
}
.blog-sidebar .blog-sidebar-item-title a:hover {
    color: var(--theming1);
}
.blog-sidebar .blog-sidebar-item-details {
    gap: 15px;
    margin-top: 6px;
}
.blog-sidebar .blog-sidebar-item-detail {
    font-size: 11px;
    color: #666;
}
.blog-sidebar .blog-sidebar-item-detail i {
    margin-right: 3px;
    color: var(--theming1);
    font-size: 11px;
} /***** blog sidebar end *****/ /***** blog detail section start *****/
.blog-detail-section .blog-detail-img {
    border-radius: 12px;
    height: 374px;
}
.blog-detail-section .row {
    align-items: flex-start;
}
.blog-detail-section .blog-detail-img img {
    object-fit: fill;
    object-position: center;
}
.blog_details_main_top_area .blog_dtls_main_top_area_bxs {
    display: block;
    justify-content: space-between;
    align-items: center;
}
.blog_subtitle_top {
    background: var(--theming1);
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    width: fit-content;
    display: block;
    margin: 0 auto;
}
.blog-detail-section .blog-detail-heading {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    text-align: left;
    margin-bottom: 0;
}
.blog_details_main_top_bxs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.blog_details_main_top_area .blog_dtls_main_top_area_bxs .blog_detls_right_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}
.blog-detail-data-list {
}
.blog-detail-section .blog-detail-data-list {
    justify-content: center;
    gap: 10px;
    margin-top: 0;
}
.blog_details_main_top_area .blog_dtls_main_top_area_bxs .blog_detls_right_area .blog_details_main_writer_text {
    font-size: 15px;
    color: #000;
}
.blog-detail-section .blog-detail-data {
    font-size: 14px;
    background: #ffffff;
    padding: 4px 10px;
    border-radius: 5px;
    box-shadow: 0 0 2px #aaaaaa;
}
.blog-detail-section .blog-detail-data i {
    margin-right: 6px;
    color: var(--theming1);
}
.blog-detail-section .blog-detail-content {
    margin-top: 15px;
}
.blog-detail-section .blog-detail-content p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 27px;
    color: #3f3f3f;
    text-align: justify;
}
.blog-detail-section .blog-detail-content strong,
.blog-detail-section .blog-detail-content b {
    color: #000;
}
.blog-detail-section .blog-detail-content ul {
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.blog-detail-section .blog-detail-content li {
    font-size: 14px;
    color: #3f3f3f;
    text-align: justify;
}
.blog-detail-section .blog-detail-content ol {
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.blog-detail-section .blog-detail-content li {
    font-size: 14px;
    color: #3f3f3f;
    text-align: justify;
}
.blog-detail-section .blog-detail-content li p {
    margin-bottom: 0;
}
.blog-detail-section .blog-detail-content img {
    width: 100%;
    border-radius: 8px;
}
.blog-detail-section .blog-detail-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}
.blog-detail-section .blog-detail-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.blog-detail-section .blog-detail-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.blog-detail-section .accordion-button {
    padding: 12px;
}
.blog-detail-section .accordion-button:not(.collapsed) {
    background-color: #f1f1f1;
}
.blog-detail-section .accordion-button i {
    position: absolute;
    top: 14px;
    right: 14px;
}
.blog-detail-section .accordion-button:after {
    display: none;
}
.blog-detail-section .accordion-body {
    padding: 0;
}
.blog-detail-section .accordion-body #toc ol {
    padding-left: 0px !important;
}
.blog-detail-section .accordion-body #toc ol li {
    font-size: 16px;
    color: #262626;
    transition: all 0.3s ease-in-out;
    margin-bottom: 6px;
    padding: 10px;
    border-bottom: 1px solid #d2d2d2;
}
.blog-detail-section .accordion-body #toc ol li:last-child {
    border-bottom: 0px;
}
.blog-detail-section .accordion-body #toc ol li:hover {
    color: var(--theming1);
}
.blog-detail-section .accordion-body #toc ol li.active {
    color: var(--theming1);
    font-weight: 600;
}
.blog-detail-section .accordion-body a,
.blog-detail-section .accordion-body span {
    font-weight: 500;
    cursor: pointer;
    font-size: 15px;
}
.blog-detail-section .accordion-body span strong {
    font-weight: 400 !important;
} /***** blog detail section end *****/ /***** blog detail top info section start *****/
.visa-cta-parent {
    background: #8eafd10d;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 10px 14px;
    margin: 26px 0;
    margin-bottom: 0px;
}
.visa_blog_details_right {
    flex-direction: row-reverse;
}
.visa-cta-content h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #111;
}
.visa-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--theming1);
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}
.visa-cta-btn:hover {
    background: var(--theming2);
    color: #fff;
}
.visa-cta-users {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.visa-user-icons {
    display: flex;
}
.visa-user-icons .visa_user_icon {
    width: 96px;
}
.visa-user-icons i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    border: 2px solid #fff;
    font-size: 22px;
}
.visa-cta-users .visa-user-text {
    text-align: left;
}
.visa-user-text strong {
    display: block;
    font-size: 14px;
    color: #111;
    line-height: 1.3;
}
.visa-user-text span {
    display: block;
    font-size: 13px;
    color: #666;
}

.visa_blog_social_main_bx .visa_blog_social_text {
    font-size: 16px;
    font-weight: 700;
    color: var(--theming1);
    margin-bottom: 8px;
}
.visa_blog_social_main_bx ul {
    margin-bottom: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 14px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 10px;
    width: fit-content;
}
.visa_blog_social_main_bx ul li {
	display: inline-block;
}
.visa_blog_social_main_bx ul li .blog_social_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    height: 40px;
    width: 40px;
    font-size: 20px;
    background-color: var(--theming2);
    transition: all 0.3s ease-in-out;
    box-shadow: inset rgb(194 194 194 / 30%) 0px 0px 2px 0px, inset rgb(255 227 227 / 15%) -1px 1px 8px 14px;
    border-radius: 6px;
	text-decoration: none;
}
.visa_blog_social_main_bx ul li .blog_social_icon:hover {
    background-color: var(--theming1);
    color: #ffffff;
}


@media (max-width: 1200px) {
	.is-sticky{
		position:unset !important;
	}
	.sticky-space {
    width: 100%;
    display: none !important;
}
.blog_details_table {
    margin-bottom: 22px;
}
.blog-sidebar-main {
    margin-top: 22px;
}

	
}

@media (max-width: 991px) {
    .visa-cta-parent {
        text-align: center;
    }
    .visa-cta-content,
    .visa-cta-btn,
    .visa-cta-users {
        margin-bottom: 0px;
    }
    .visa-cta-users {
        justify-content: center;
    }
} /***** blog detail top info section end *****/ /* blog detail section end */

@media (max-width: 991px) {
    .blog-sidebar .blog-sidebar-item-list {
        gap: 18px 0px;
    }
}


@media (max-width: 767px) {
    /***** blog detail section start *****/
    .blog-detail-section .blog-detail-heading {
        font-size: 18px;
        margin-top: 15px;
        line-height: 29px;
    }
    .blog-detail-section .blog-detail-data-list {
        gap: 15px;
        margin-top: 15px;
    }
    .blog-detail-section .blog-detail-data i {
        margin-right: 4px;
    }
    .blog-detail-section .blog-detail-content {
        margin-top: 10px;
    }
    .blog-detail-section .blog-detail-content h2 {
        font-size: 20px;
    }
    .blog-detail-section .blog-detail-content h3 {
        font-size: 18px;
    }
    .blog-detail-section .blog-detail-content h3 {
        font-size: 16px;
    } /***** blog detail section end *****/ /***** blog sidebar start *****/
    .blog-sidebar .blog-sidebar-tab {
        font-size: 12px;
        padding: 12px;
    }
    .blog-sidebar .blog-sidebar-body {
        padding: 12px;
    }
    .blog-sidebar .blog-sidebar-item-list {
        gap: 14px 0px;
    }
    .blog-sidebar .blog-sidebar-item {
        gap: 10px;
        padding-bottom: 14px;
    } /***** blog sidebar end *****/ /***** blog slider section start *****/
    .blog-slider-section {
        height: 370px;
    }
    .blog-slider-main-content .blog-slider-main-heading,
    .blog-slider-main-content .blog-slider-main-heading > * {
        font-size: 20px;
        line-height: 33px;
    }
    .blog-slider-main-content .blog-slider-main-date {
        font-size: 14px;
    }
    .blog-slider-section .swiper-dots {
        bottom: 20px !important;
        left: 20px !important;
        gap: 4px;
    }
    .blog-slider-main-content {
        top: 52%;
    }
    .blog-slider-main-content .blog-slider-main-btn {
        padding: 9px 22px;
        font-size: 13px;
    } /***** blog slider section end *****/ /***** blog main section start *****/
    .blog-heading-main .blog-heading {
        font-size: 19px;
        text-align: center;
    }
    .blog-heading-main {
        padding-bottom: 6px;
    }
    .blog-main-tab {
        margin-top: 10px;
        margin-bottom: 9px;
    }
    .blog-main-tab .nav-link {
        font-size: 12px;
    }
    .blog-main-card .blog-main-card-img {
        height: 190px;
    }
    .blog-main-card .blog-main-card-body {
        padding: 10px;
        padding-left: 22px;
    }
    .blog-main-card .blog-main-card-title {
        font-size: 16px;
        line-height: 28px;
    }
    .blog-main-card .blog-main-card-content {
        margin-block: 9px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .blog-main-card .blog-main-card-details {
        gap: 13px;
        padding-top: 2px;
    }
    .blog-main-card .blog-main-card-detail {
        font-size: 13px;
    }
    .blog-main-card .blog-main-card-link {
        font-size: 14px;
        margin-top: 4px;
    } /***** blog main section end *****/
	
	.blog_details_main_top_area .blog_dtls_main_top_area_bxs .blog_detls_right_area {
		display: block;
		justify-content: space-between;
		align-items: center;
		margin-top: 12px;
	}
	
	
}


@media (max-width: 480px) {
	.visa_blog_details_right {
		flex-direction: row-reverse;
		display: block !important;
	}
	.visa-cta-users {
    justify-content: center;
    margin-top: 12px;
}
.blog_details_main_top_area .blog_dtls_main_top_area_bxs .blog_detls_right_area .blog_details_main_writer_text {
    font-size: 14px;
    color: #000;
}
.blog-detail-section .accordion-body a, .blog-detail-section .accordion-body span {
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

	
}
