@import url("fontawesome/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'SolaimanLipi';
    src: url('SolaimanLipi.ttf');
}

.custom_container {
    max-width: 85%;
    margin: auto;
}

@media (min-width: 1300px) {
    .custom_container {
        width: 1300px;
        margin: auto;
    }
}

a {
    text-decoration: none;
}

p {
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 27px;
    font-size: 17px;
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 17px;
}

h1 {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

:root {
    /* --brand_color_1: #9252a4;
    --brand_color_2: #dc3545; */
    --font_family_1: 'SolaimanLipi', sans-serif;
    --font_family_2: 'Tiro Bangla', serif;
    --font_family_3: 'Raleway', sans-serif;
    --font_family_4: 'Hind Siliguri', sans-serif;

}


/*==================
Header part start
==================*/
.header_ground_s88mkl {
    width: 100%;
}

.header_part_1_ground {
    width: 100%;
    display: flex;
    /* overflow: hidden; */
    justify-content: space-between;
}

.logo_ground__s908 {
    width: 100%;
}

.logo_grid_ground_a908 {
    width: 100%;
    display: grid;
    grid-template-columns: 200px auto 200px;
    grid-gap: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 100px;
    overflow: hidden;
    background-color: transparent;
}

.part__eplop_s9mk {
    width: 100%;
}

.logo__s7nblp {
    width: 100%;
    text-align: center;
}

.logo__left_s8j {
    width: 80px;
    height: 80px;
    margin-top: 10px;
}

.logo__s7nblp_right {
    width: 100%;
    text-align: center;
}

.head_content_ground__s9mlp {
    width: 100%;
    text-align: center;
}

.title_big_ground__SA9k {
    font-weight: 500;
    color: var(--brand_color_1);
    font-size: 45px;
}

.sub_2_title__S9kj,
.sub_title__S9mlp {
    width: 100%;
    padding-bottom: 3px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 19px;
    color: var(--brand_color_1);
}

.mobile_menu__bar_S908 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: var(--brand_color_1);
    /* display: flex; */
    justify-content: right;
    display: none;
}

.menu_btn__s8790 {
    padding: 5px;
    background-color: #d7d7d7;
    border-radius: 6px;
    width: 25px;
    height: 25px;
    margin-right: 2%;
    text-align: center;
    cursor: pointer;
}

.mobile__date_djwe_897,
.mobile_head_nav_867 {
    display: none;
}

.part__s8nlpo.mob__snlpo {
    margin-top: 7px;
    color: #757575;
}

/*==================
Header part end
==================*/


/* =======================
 home part start
=========================== */

.home__ground__s9js {
    width: 100%;
}

.home_grid_ground__S908 {
    width: 100%;
    display: grid;
    grid-template-columns: 75% 24%;
    grid-gap: 15px;
}

.part__s9445 {
    width: 100%;
}

.slider__1__ground__110 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.btn__s9909 {
    color: #fff !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    font-size: 22px !important;
}

.swiper-slide img {
    width: 100%;
    height: inherit;
}

.hilight_ground__s930 {
    width: 100%;
    display: grid;
    grid-template-columns: 130px auto;

    background-color: #d7d7d7;
}

.left_title__s809 {
    background-color: var(--brand_color_2);
    color: #fff;
    text-align: left;
    padding-left: 15px;
    padding: 7px 17px;
    font-size: 17px;
    font-weight: 600;
}

.right__s8nlpo {
    width: 100%;
    padding-top: 7px;
    /* padding-bottom: 7px; */
    font-size: 18px;
    color: rgb(102, 102, 102);
    overflow: hidden;

}

.right__s8nlpo marquee a {
    display: inline-block;
    color: rgb(102, 102, 102);
    margin-right: 32px;
    white-space: nowrap;
    position: relative;

}

.right__s8nlpo marquee a:hover {
    color: var(--brand_color_1);
}

.icn__s8jhp {
    position: absolute;
    left: -22px;
    top: 2px;
}

.title__s890__ground {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.title__s890__ground {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
}

.title__S9983__op {
    padding: 6px 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    background-color: var(--brand_color_1);
    display: inline-block;
    padding-top: 8px;
}

.title__S9983__op a {
    color: #fff;
}

.more_url__910uo0,
.more_url__910uo0 a {
    color: var(--brand_color_1);
    font-weight: bold;
    font-size: 15px;
    padding-top: 5px;
}

.more_url__910uo0 a:hover {
    color: var(--brand_color_2);
}


.post_card_grid_ground {
    width: 100%;
    display: grid;
    grid-template-columns: 350px auto;
    grid-gap: 15px;
}

.thum__ground {
    width: 100%;
}

.thum__ground img {
    width: 100%;
    height: 160px;
    object-fit: contain;
}

.content__trpllko {
    width: 100%;
}

.short_dec__s90 {
    width: 100%;
    display: block;
    color: rgb(102, 102, 102);

}

.content__trpllko a {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--brand_color_1);
}

.content__trpllko a:hover {
    color: var(--brand_color_2);
}

.banner_ground__720op {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}

.banner__a9872jkop {
    width: 100%;
    height: inherit;
}

/* Style the tab */
.tab_ground_8dj {
    overflow: hidden;
    border-bottom: 1px solid var(--brand_color_1);
    /* background-color: #f1f1f1; */
}

.tab_ground_8dj button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 9px 16px;
    transition: 0.3s;
    color: var(--brand_color_1);
    font-size: 16px;
    font-weight: 600;
}

.tab_ground_8dj button:hover {
    background-color: var(--brand_color_1);
    color: #fff;
}

.tab_ground_8dj button.active {
    background-color: var(--brand_color_1) !important;
    color: #fff;
}

.tabcontent {
    display: none;
    padding: 15px;
    /* border: 1px solid #ccc; */
    background-color: #eee;
    color: rgb(102, 102, 102);
    border-top: none;
}

.tab_gtrpl_active {
    background-color: #ccc;
}

.active_tab__s908 {
    display: block;
}

.titlepp_sqpo {
    width: 100%;
    display: grid;
    grid-template-columns: auto 50px;
    grid-gap: 15px;
    font-size: 16px;
    color: rgb(102, 102, 102);
    padding-bottom: 15px;
}

.part_left__02989 span {
    font-size: 11px;
    display: block;
    margin-top: 4px;
}

.part_right__02989 a {
    color: var(--brand_color_1);
}

.part_right__02989 a:hover {
    color: var(--brand_color_2);
}

/* Style the tab end */

.post_3_post_slider_ground {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog_post_card__udwp {
    width: 100%;
    border: 1px solid #f5f5f5;
}

.thum__s908 {
    width: 100%;
}

.thum__s908 img {
    width: 100%;
    height: 140px;
    object-fit: contain;
}

.blog_post_card__udwp span {
    display: block;
    width: 95%;
    margin: auto;
    text-align: left;
    color: rgb(51, 51, 51);
    padding-bottom: 6px;
}

.blog_post_card__udwp a:hover {
    color: var(--brand_color_1);
}

.position__s904nnlo {
    position: relative;
}

.pay__icon__0220 {
    position: absolute;
    top: 30%;
    left: 40%;
}

.pay__icon__0220 img {
    width: 40px;
    height: auto;
}

.position__s904nnlo:hover .pay__icon__0220 {
    transform: scale(1.2);
}

.pay__icon__0220,
.pay__icon__0220::before,
.pay__icon__0220::after {
    transition: all .3s ease-in-out;
}

.brand_slider__s9086 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 15px;

}

.brand_logo_09io8 {
    width: 100%;
    padding: 10px;
    border: 1px solid #d6d5d5;
}

.brand_logo_09io8 img {
    width: 100%;
    height: 35px;
}

/* sideBar */
.notice__animat_ground__902 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.title__223_sidbar {
    width: 97%;
    padding-left: 3%;
    /* padding: 6px 16px; */
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    background-color: var(--brand_color_1);
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
}

.notice__content__900_ground {
    width: 100%;
}

.notice__content__900_ground marquee {
    height: 200px;
}

.notice__content__900_ground marquee a {
    color: rgb(102, 102, 102);
    font-size: 16px;
    display: block;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    margin-top: 8px;

}

.notice__content__900_ground marquee a:hover {
    color: var(--brand_color_1);
}

.notice__url__w4plop {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
}

.notice__url__w4plop a {
    font-size: 14px;
    color: rgb(102, 102, 102);
    font-weight: 600;
}

.notice__url__w4plop a:hover {
    color: var(--brand_color_1);
}

.sidebar_post__i88pio {
    width: 100%;
    margin: auto;
    border: 1px solid #ddd;
    margin-top: 0.800rem;
    margin-bottom: 0.800rem;
}

.__9003jp {
    width: 90%;
    margin: auto;
}

.title__7s773 {
    border-bottom: 1px solid #ddd;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: var(--brand_color_1);
}

.content__simklp {
    color: rgb(102, 102, 102);
    font-size: 16px;
}

.content__simklp a {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: var(--brand_color_1);
    font-weight: 600;
}

.content__simklp a:hover {
    color: var(--brand_color_2);
}

.content__simklp img {
    width: 90px;
    height: auto;
    padding: 3px;
    border: 1px solid #ddd;
}

.url_link__920987 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.url_9su_ground {
    width: 100%;
}

.url_9su_ground a {
    width: 100%;
    display: flex;
    color: rgb(102, 102, 102);
    font-size: 18px;
    padding-bottom: 9px;
    padding-top: 9px;
    border-bottom: 1px solid #ddd;

}

.url_9su_ground a:hover {
    color: var(--brand_color_1);
}

.mobile__version_showing_sidebar {
    display: none;
}

.widgets__ground__967 {
    width: 100%;
    padding-top: 10px;
}

.sidebar_url__ground__097 {
    width: 100%;
}

.sidebar_url__ground__097 li a {
    width: 100%;
    display: block;
    color: rgb(102, 102, 102);
    font-size: 18px;
    padding-bottom: 9px;
    padding-top: 9px;
    border-bottom: 1px solid #ddd;
}

.sidebar_url__ground__097 li a:hover {
    color: var(--brand_color_1);
}

.sidebar_url__ground__097 li a::before {
    content: url('../images/check_icon.svg');
    display: inline-block;
    /* Ensures that the image doesn't disturb the text flow */
    width: 19px;
    /* Set the width of the image */
    height: 19px;
    /* Set the height of the image */
    margin-right: 5px;
    /* Optional: Add some space between the image and the text */
    vertical-align: middle;
    /* Align the image vertically with the text */
    margin-top: -8px;
}

/* adjustment */
.banner__fs_grid_ground {
    width: 100%;
    display: grid;
    grid-template-columns: 24% 75%;
    grid-gap: 15px;
}

.block__905_ground {
    display: block !important;
}

/* =======================
 home part end
=========================== */

/* =======================
 Orther part start
=========================== */

.cat__8d30op {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.padd_s0879 {
    padding-bottom: 15px;
}

.archive__tum__s098 img {
    height: auto !important;
    object-fit: unset;

}

/* custom meta */
.archive_products__ground_8nlp {
    width: 90%;
    margin: auto;
}

.breadcrumb_title__s9j {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    font-weight: 700;
}

.products_sidebar_card_grid_ground__hd {
    width: 100%;
    margin-bottom: 2rem;

}

.thum__9sml {
    width: 50px;
    height: 50px;
    padding: 5px;
    border: 1px dotted #ddd;
    object-fit: contain;
}

.td__ground__830op {
    text-align: center;
}

.btn__8320op {
    background: var(--brand_color_1);
    padding: 6px 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.btn__8320op:hover {
    background-color: var(--brand_color_2);
}

.title__gdplo0 {
    font-size: 19px;
}

.archive_older_privew_ground1 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.next_pre_287 a {
    background: var(--brand_color_1);
    padding: 6px 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.next_pre_287 a:hover {
    background-color: var(--brand_color_2);
}

.single_ground__s9mlp {
    margin-bottom: 1rem;
}




/* =======================
 Orther part end
=========================== */


/* =======================
 Footer part end
=========================== */
.footer__ground__s9085 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: var(--brand_color_1);
}

.footer_grid_ground {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 600;
}

.right__72009_footer {
    display: flex;
}

.right__72009_footer img {
    width: 100px;
    height: inherit;
}

/* 2nd */
.footer_920_ground {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
}

.footer_grid_ground_2nd {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 15px;
    justify-content: space-between;

    color: rgb(60, 60, 60);
    font-size: 17px;
    font-weight: 600;

}

.center_53487 {
    width: 100%;
}

.center_53487 img {
    width: 150px;
    height: auto;
}

.center_53487P b {
    font-size: 19px !important;
}

.left_apo_footer img,
.right__footer_943 img {
    width: 150px;
    height: auto;
}

/* =======================
 Footer part end
=========================== */