/*------------------------------------*\
  GLOBAL-VARIABLES
\*------------------------------------*/

:root {
    /*colors*/
    --color-green: #008c44;
    --color-burnt-sienna: #b8292f;
    --color-black: #111111;
    --color-white: #ffffff;
    --color-white-6: rgb(242, 242, 242);
}

/*------------------------------------*\
  BASE-SETTINGS
\*------------------------------------*/
@font-face {
    font-family: "Kalpurush";
    src: url("../webfonts/Kalpurush.eot");
    /* IE9 Compat Modes */
    src: url("../webfonts/Kalpurush.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../webfonts/Kalpurush.woff") format("woff"),
        /* Pretty Modern Browsers */
        url("../font/Kalpurush.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../webfonts/Kalpurush.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../webfonts/Kalpurush.svg#svgFontName") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: "SignatraDEMO";
    src: url("../webfonts/SignatraDEMO.eot");
    /* IE9 Compat Modes */
    src: url("../webfonts/SignatraDEMO.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../webfonts/SignatraDEMO.woff") format("woff"),
        /* Pretty Modern Browsers */
        url("../font/SignatraDEMO.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("../webfonts/SignatraDEMO.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("../webfonts/SignatraDEMO.svg#svgFontName") format("svg");
    /* Legacy iOS */
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: var(--color-black);
    line-height: normal;
}

body.bnFont {
    font-family: "Kalpurush";
    /*font-size: 18px;*/
}

/* *,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
} */

li {
    list-style-position: inside;
}

a:hover,
a:focus,
input:focus,
button:focus {
    text-decoration: none !important;
    outline: 0 !important;
}

.bsic-container {
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

/* .form-control {
	appearance: button;
} */

/*------------------------------------*\
  GLOBAL CSS
\*------------------------------------*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    body {
        font-size: 14px;
    }
}


/*=== News Bar ==== */
.bsic-newsbar {
    width: 100%;
    background: #f8f8f8;
}

.bsic-newsbar ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
    min-height: 40px;
    list-style: inside !important;
    list-style-type: disc !important;
}

.bsic-newsbar ul li a {
    list-style: none;
    background: url("../images/crl-icon.svg") no-repeat left center;
    font-size: 16px;
    color: green;
    margin-left: 20px;
    padding-left: 15px;
}

/*=== Home Page Image Slider ==== */
#bsic-slider1 {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
}

#bsic-slider1 .carousel-item {
    height: 70vh;
}

#bsic-slider1 .bsic-container {
    padding-left: 0;
    padding-right: 0;
}

.bsic-slider1-img {
    width: 100% !important;
    object-fit: fill;
}

#bsic-slider1 .carousel-caption {
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 0;
}

#bsic-slider1 .carousel-caption.active {
    display: block;
}

.bsic-slider1-caption {
    display: flex;
    width: 100%;
    min-height: 80px;
    align-items: center;
    text-align: left;
}

.bsic-slider1-caption-col1 {
    background-color: rgba(17, 17, 17, 0.5);
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;
    max-width: 950px;
    min-height: 80px;
    margin-left: -15px;
    padding-left: 45px;
}

.bsic-slider1-caption-col1 p {
    font-size: 22px;
    font-weight: 400;
    max-height: 80px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    padding-right: 20px;
    margin-bottom: 0 !important;
}

.bsic-slider1-caption-col2 {
    background: #ffffff;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;
    max-width: 620px;
    min-height: 80px;
    margin-right: -15px;
    padding-right: 15px;
}

.caption-ul2 {
    align-items: center;
    margin-bottom: 0;
}

.caption-ul2 li {
    list-style-position: outside;
}

.caption-ul2 li a {
    align-items: center;
    color: var(--color-black);
}

.caption-ul2 li a p {
    margin-bottom: 0;
}

.caption-ul2 li a p i {
    display: block;
    font-style: normal;
}

.bsic-bdr1 {
    border-left: 1px solid rgba(112, 112, 112, 0.25);
    height: 40px;
    margin: 0 25px 0 10px;
}

#bsic-slider1 .carousel-control-prev,
#bsic-slider1 .carousel-control-next {
    top: 47%;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    margin: 0 30px;
}

@media (max-width: 767.98px) {
    .bsic-slider1-caption-col1 {
        display: none;
    }

    .bsic-slider1-caption-col2 {
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    #bsic-slider1 .carousel-item {
        height: auto;
    }

    .bsic-slider1-img {
        width: 100% !important;
        object-fit: fill;
    }

    .bsic-slider1-caption {
        min-height: 50px;
    }

    .bsic-slider1-caption-col1,
    .bsic-slider1-caption-col2 {
        min-height: 50px;
    }

    .bsic-slider1-caption-col2 p {
        font-size: 12px;
        line-height: 14px;
    }

    .caption-ul2 li a span {
        display: none;
    }

    .caption-ul2 li button {
        font-size: 12px;
        line-height: 14px;
        padding: 0.25rem 0.5rem;
    }

    .caption-ul2 li button i {
        display: none;
    }

    .bsic-slider1-caption-col1 p {
        max-height: 50px;
        font-size: 12px;
        line-height: 18px;
    }

    #bsic-slider1 .carousel-inner {
        display: flex;
    }

    #bsic-slider1 .carousel-item {
        align-self: flex-start;
        float: none;
        margin-bottom: 50px;
    }

    #bsic-slider1 .carousel-caption {
        align-self: flex-end;
        padding-top: 0;
    }
}

/*=== Fooer ==== */
/* .ftr {
    background: #f7fbf9;
    color: var(--color-black);
    padding: 50px 0;
}

.ftr-logo1 {
    display: block;
    max-width: 314px;
    margin-bottom: 40px;
}

.ftr h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.ftr-icon1 i {
    color: var(--color-green);
    font-size: 30px;
}

.ftr-phone {
    max-width: 294px;
}

.ftr-phone b {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.ftr-phone i {
    font-style: normal;
}

.ftr-email b {
    font-size: 11px;
}

.ftr-sIcon {
    display: flex;
}

.ftr-sIcon i {
    display: flex;
    font-size: 30px;
    margin-right: 10px;
}

.ftr-sIcon a:nth-child(1) i {
    color: #3e5c9a;
}

.ftr-sIcon a:nth-child(2) i {
     color: #3b060e; 
    color: transparent;
    background: radial-gradient(circle farthest-corner at 35% 100%,
            #fec564,
            transparent 50%),
        radial-gradient(circle farthest-corner at 10% 140%,
            #feda7e,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 0 -25%,
            #5258cf,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 20% -50%,
            #5258cf,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 0,
            #893dc2,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 60% -20%,
            #893dc2,
            transparent 50%),
        radial-gradient(ellipse farthest-corner at 100% 100%,
            #d9317a,
            transparent),
        linear-gradient(#6559ca,
            #bc318f 30%,
            #e42e66 50%,
            #fa5332 70%,
            #ffdc80 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

.ftr-sIcon a:nth-child(3) i {
    color: #29a9e1;
}

.ftr-sIcon a:nth-child(4) i {
    color: #0a66c2;
}

.ftr-sIcon a:nth-child(5) i {
    color: #ee0909;
}

.ftr-sIcon a:nth-child(3) i {
    color: #1eb8eb;
}

.ftr-list1 {
    list-style: none;
    margin-bottom: 40px;
}

.ftr-list1 li {
    list-style: none;
    margin-bottom: 10px;
}

.ftr-list1 li a {
    color: var(--color-black);
}

.ftr-list1 li a:hover {
    text-decoration: underline !important;
}

.ftr-last-col {
    background: rgba(0, 140, 68, 0.03);
    text-align: center;
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.ftr-last-col .ftr-list1 li a {
    color: var(--color-green);
}

.bsic-copyright {
    font-weight: 600;
}

.ftr-menu a {
    color: var(--color-black);
    margin-right: 20px;
}

.ftr-menu a:hover {
    text-decoration: underline !important;
}

.app-dl h5 {
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}

@media (max-width: 767.98px) {
    .ftr-logo1 {
        max-width: 200px;
    }

    .app-dl h5 {
        text-align: left;
    }
} */

/* Medium devices (tablets, less than 992px) */
/* @media (max-width: 991.98px) {
    .ftr {
        padding: 0px 0 10px 0;
    }

    .ftr h4 {
        margin-bottom: 10px;
    }

    .ftr-icon1 i {
        font-size: 18px;
    }

    .ftr-phone {
        margin-bottom: 0;
    }

    .ftr-sIcon {
        margin-bottom: 10px;
    }

    .ftr-sIcon i {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .ftr-email b {
        font-size: 11px;
    }
}

@media (min-width: 1280px) {
    .ftr-email b {
        font-size: 14px;
    }
}

@media (min-width: 1440px) {
    .ftr-email b {
        font-size: 16px;
    }
} */

/*=== Home Page Welcome Message ==== */
.welcome-msg {
    width: 100%;
    background: #f5fbf7 url("../images/welcome-logo2.png") no-repeat;
    background-position: -120px 0;
    background-size: auto;
    max-width: 1920px;
    margin-bottom: 20px;
}

.welcome-msg-lftcol {
    display: flex;
    min-height: 300px;
    align-items: center;
}

.welcome-msg-lftcol b {
    display: block;
    font-size: 20px;
    color: var(--color-burnt-sienna);
    font-weight: 600;
}

.welcome-msg-lftcol h2 {
    font-family: inherit;
    font-size: 50px;
    color: var(--color-black);
    font-weight: 600;
    margin: 0;
}

.welcome-msg-lftcol p {
    font-size: 37px;
    color: var(--color-green);
    margin: 0;
}

.welcome-msg-p01 {
    font-family: "SignatraDEMO";
}

.welcome-msg-details {
    padding-top: 40px;
    padding-bottom: 35px;
}

.welcome-msg-details p {
    word-wrap: break-word;
    line-height: 30px;
    margin-bottom: 0;
}

.welcome-msg-details span {
    display: block;
}

.welcome-msg-details span a {
    display: inline-flex;
    font-size: 14px;
    color: var(--color-green);
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
    transition: 0.3s;
}

.welcome-msg-details span a:hover {
    opacity: 0.6;
}

.welcome-msg-details span a i {
    margin-left: 5px;
}

@media (max-width: 991.98px) {
    .welcome-msg {
        padding: 20px 0;
    }

    .welcome-msg-lftcol {
        min-height: auto;
    }

    .welcome-msg-lftcol h2 {
        font-size: 24px;
    }

    .welcome-msg-details {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .welcome-msg-lftcol p {
        font-size: 16px;
    }
}

/*=== Home Page Our Product ==== */
.home-product {
    background: #fff;
    padding: 0 0 40px 0;
}

.home-pd-bx {
    background: #f7fbf9;
    border-radius: 5px;
    padding: 16px;
}

.home-pd-bx-img img {
    width: 100%;
    height: 100vh;
    max-height: 415px;
    object-fit: fill;
    border-radius: 5px;
}

.home-pd-bx-txt {
    text-align: justify;
}

.home-pd-bx-txt h3 {
    font-size: 25px;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 16px;
}

.fSize30 {
    font-size: 30px !important;
}

.home-pd-bx-txt p {
    text-align: justify;
    margin-bottom: 24px;
}

.home-pd-bx-txt span {
    display: block;
}

.home-pd-bx-txt span a {
    display: inline-flex;
    font-size: 14px;
    color: var(--color-green);
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
    transition: 0.3s;
}

.home-pd-bx-txt span a:hover {
    opacity: 0.7;
}

.home-pd-bx-txt a i {
    margin-left: 5px;
}

.home-pd-bx-logo {
    background: url("../images/product-logo.png") no-repeat;
    background-position: top right;
    background-size: auto;
    margin-right: -15px;
    padding-right: 15px;

    display: flex;
    min-height: 450px;
    align-items: center;
    text-align: right;
}

.home-pd-bx-logo b {
    display: block;
    font-size: 20px;
    color: var(--color-burnt-sienna);
    font-weight: 600;
}

.home-pd-bx-logo h2 {
    font-size: 50px;
    color: var(--color-black);
    font-weight: 600;
}

.home-pd-bx-img2 img {
    width: 100%;
    height: 100vh;
    max-height: 280px;
    object-fit: fill;
    border-radius: 5px;
}

.txt-block1 {
    max-height: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.view-btn01 {
    display: block;
    text-align: center;
}

.view-btn01 a {
    display: inline-flex;
    /* background: var(--color-burnt-sienna); */
    background: linear-gradient(90deg, rgb(138, 30, 34) 0%, rgb(214, 42, 49) 35%, rgb(121, 26, 30) 100%);
    color: var(--color-white);
    min-height: 44px;
    align-items: center;
    border-radius: 5px;
    transition: 0.3s;
    padding: 0 15px;
}

.view-btn01 a:hover {
    background: linear-gradient(180deg, rgb(138, 30, 34) 0%, rgb(214, 42, 49) 35%, rgb(121, 26, 30) 100%);
}

@media (max-width: 991.98px) {
    .home-pd-bx-txt {
        padding-top: 0px !important;
    }

    .home-product .row div:nth-child(1) {
        order: 2;
    }

    .home-product .row div:nth-child(2) {
        order: 1;
    }

    .home-product .row div:nth-child(3) {
        order: 3;
    }

    .home-product .row div:nth-child(4) {
        order: 4;
    }

    .home-product .row div:nth-child(5) {
        order: 5;
    }

    .home-pd-bx-txt span {
        padding-bottom: 10px;
    }

    .home-pd-bx-logo {
        min-height: 250px;
        text-align: left;
    }

    .home-pd-bx-logo h2 {
        font-size: 24px;
    }

    .home-pd-bx-txt h3 {
        font-size: 18px !important;
    }

    .home-pd-bx-logo b {
        font-size: 16px;
    }

    .view-btn01 {
        padding-top: 10px !important;
    }

    .home-product {
        padding: 0 0 30px 0;
    }

    .fSize30 {
        font-size: 24px !important;
    }
}

/*=== Home Page Our Services ==== */
.home-services {
    text-align: center;
    background: rgba(184, 41, 47, 0.03);
    padding-top: 35px;
    margin-top: -22px;
    padding-bottom: 25px;
}

.home-services-h4 {
    font-size: 20px;
    color: var(--color-burnt-sienna);
    font-weight: 600;
}

.home-services-h2 {
    font-size: 50px;
    color: var(--color-black);
    font-weight: 600;
    margin-bottom: 20px;
}

.home-services div a {
    display: flex;
    align-items: center;
    min-height: 175px;
    color: var(--color-black);
    border: 1px solid transparent;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.home-services div a:hover {
    border: 1px solid #008c44;
}

.home-services div a span {
    display: block;
    max-width: 100px;
    margin-right: 23px;
}

.home-services div a span img {
    width: 100%;
}

.home-services div a b {
    display: block;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
}

@media (max-width: 991.98px) {
    .home-services {
        padding: 30px 0;
    }

    .home-services-h4 {
        font-size: 16px;
    }

    .home-services-h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .home-services div a {
        min-height: 70px;
    }

    .home-services div a span {
        max-width: 50px;
        margin-right: 13px;
    }

    .home-services div a b {
        font-size: 16px;
    }
}

/*=== Home Page Exchange Rates ==== */
.home-exr {
    text-align: center;
    background: var(--color-white);
    padding: 20px 0 20px 0;
}

.home-exr-h4 {
    font-size: 20px;
    color: var(--color-burnt-sienna);
    font-weight: 600;
}

.home-exr-h2 {
    font-size: 50px;
    color: var(--color-black);
    font-weight: 600;
    margin-bottom: 20px;
}

.home-exr-row {
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
}

.fex-rates-box {
    background: rgba(0, 140, 68, 0.03);
    width: 100%;
    max-width: 480px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.fex-rates-box:nth-child(even) {
    background: rgba(184, 41, 47, 0.03);
}

.fex-rates-details a {
    display: inline-flex;
    font-size: 14px;
    color: var(--color-green);
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
    transition: 0.3s;
}

.fex-rates-details a:hover {
    opacity: 0.7;
}

.fex-rates-details a i {
    margin-left: 5px;
}

.fex-rates-icon {
    background: #008c44;
    display: flex;
    flex: none !important;
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
}

.fex-rates-box:nth-child(even) .fex-rates-icon {
    background: #b8292f;
}

.fex-rates-row {
    align-items: center;
    padding: 30px;
    padding-right: 0;
}

.fex-rates-icon img {
    width: 100%;
}

.fex-rates-details {
    padding-left: 20px;
}

.fex-rates-details h5 {
    font-size: 25px;
    font-weight: 600;
    color: var(--color-green);
    margin-bottom: 10px;
}

.border-right1 {
    border-right: 1px solid #d5d8d7;
    padding-right: 20px;
    margin-right: 20px;
}

.fex-rates-details p {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 0;
    line-height: 34px;
}

.fex-rates-details em {
    font-style: normal;
}

@media (max-width: 767.98px) {
    .fex-rates-row {
        padding: 10px;
    }
}

@media (max-width: 991.98px) {
    .home-exr-row {
        display: block !important;
    }

    .fex-rates-icon {
        width: 50px;
        height: 50px;
    }

    .home-exr-h4 {
        font-size: 16px;
    }

    .home-exr-h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .fex-rates-details h5 {
        font-size: 19px;
        margin-bottom: 5px;
    }

    .fex-rates-details p {
        font-size: 19px;
        line-height: 22px;
    }

    .fex-rates-box {
        margin-bottom: 10px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1366px) {
    .home-exr-row {
        flex-wrap: nowrap;
    }

    .fex-rates-box {
        width: 30%;
        max-width: none;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .fex-rates-row {
        padding-left: 15px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1920px) {
    .home-exr-row {
        flex-wrap: nowrap;
    }

    .fex-rates-box {
        width: 100%;
        max-width: 480px;
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .fex-rates-row {
        padding-left: 30px;
    }
}

/*=== Home Page Current News and Dowloads ==== */
.home-cnews-dl {
    padding: 0 0 50px 0;
}

.cnews-dl-h1 {
    font-size: 40px;
    font-weight: 600;
    color: var(--color-black);
}

.cnews-dl-more a {
    display: inline-flex;
    font-size: 14px;
    color: var(--color-green);
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
    transition: 0.3s;
}

.cnews-dl-more-clr2 a {
    color: var(--color-burnt-sienna);
}

.cnews-dl-more a:hover {
    opacity: 0.7;
}

.cnews-dl-more a i {
    margin-left: 5px;
}

.dl-bg {
    background: rgba(184, 41, 47, 0.03);
    padding: 30px;
}

.dl-list {
    list-style: none;
    margin-bottom: 40px;
}

.dl-list li a {
    display: block;
    background: url("../images/dl-icon.png") no-repeat 0 2px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    color: var(--color-black);
    padding: 0 0 0 40px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.dl-list li a:hover {
    opacity: 0.7;
}

.ImpLinkList {
    list-style: none;
    margin-bottom: 0;
}

.ImpLinkList li a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    color: var(--color-black);
    margin-bottom: 5px;
    transition: 0.3s;
}

.ImpLinkList li a i {
    color: var(--color-green);
    margin-right: 15px;
}

.ImpLinkList li:last-child a {
    margin-bottom: 0;
}

.ImpLinkList li a:hover {
    opacity: 0.7;
}

#home-cnews-slider .carousel-item {
    height: auto;
}

.cnews-block-img {
    display: block;
    margin-bottom: 20px;
}

.cnews-block-img img {
    width: 100%;
    height: 100vh;
    max-height: 320px;
    object-fit: contain;
}

.cnews-block h4 a {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 10px;
}

.cnews-block em {
    font-size: 18px;
    font-weight: 600;
    color: #b0b0b0;
    font-style: normal;
    margin-bottom: 10px;
}

.cnews-block em {
    max-height: 144px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.cnews-block p {
    text-align: justify;
}

/* medium - display 2  */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    #home-cnews-slider .carousel-inner .carousel-item>div {
        display: none;
    }

    #home-cnews-slider .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner>.item {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

#home-cnews-slider .carousel-control-next,
#home-cnews-slider .carousel-control-prev {
    position: absolute;
    top: inherit;
    bottom: -40px;
    width: 25px;
    height: 25px;
    color: #fff;
    background: var(--color-green);
}

#home-cnews-slider .carousel-control-prev {
    left: inherit;
    right: 30px;
}

#home-cnews-slider .carousel-control-next-icon,
#home-cnews-slider .carousel-control-prev-icon {
    width: 15px;
    height: 15px;
}

@media (max-width: 991.98px) {
    .cnews-dl-h1 {
        font-size: 24px;
    }

    .cnews-block h4 a {
        font-size: 17px;
    }

    .cnews-block em {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .cnews-slider {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .dl-list li a {
        font-size: 16px;
        padding: 0 0 0 30px;
        margin-bottom: 5px;
        background-size: 18px 25px;
    }

    #home-cnews-slider .carousel-control-next,
    #home-cnews-slider .carousel-control-prev {
        bottom: 0px;
    }

    .dl-list {
        margin-bottom: 10px;
    }

    .dl-bg {
        background: rgba(184, 41, 47, 0.03);
        padding: 15px;
    }

    .home-cnews-dl {
        padding: 0 0 30px 0;
    }

    .ImpLinkList li a {
        font-size: 16px;
    }

    .ImpLinkList li a i {
        color: var(--color-green);
        margin-right: 8px;
    }
}

/*=== Products Page ==== */
.bsic-prcontents {
    text-align: center;
    background: #fff;
    padding: 50px 0;
}

.bsic-pr-tab {
    display: inline-table;
    background: rgba(0, 140, 68, 0.05);
    max-width: 650px;
    border-radius: 5px;
    margin: 0 auto;
    padding: 5px;
}

.bsic-pr-tab li {
    display: inline-block;
}

.bsic-pr-tab li button {
    border: none;
}

.bsic-pr-tab .nav-link {
    font-size: 20px;
    color: #111;
    border-radius: 0;
}

.bsic-pr-tab li:first-child .nav-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bsic-pr-tab li:last-child .nav-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bsic-pr-tab .nav-link.active {
    background-color: var(--color-green);
    color: #fff;
    font-weight: 600;
}

.bsic-pr-tab-content {
    text-align: left;
}

.bsic-pr-tab-img {
    width: 100%;
    height: 100vh;
    max-height: 674px;
    object-fit: fill;
}

.bsic-pr-tab-content h2 {
    font-size: 40px;
    font-weight: 600;
}

.bsic-pr-tab-content h3 {
    font-size: 30px;
    font-weight: 600;
}

.bsic-pr-tab-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.bsic-pr-tab-content p {
    line-height: 30px;
}

.bsic-pr-tab-content ul li {
    list-style: inside;
    list-style-type: disc;
}

.view-btn02 {
    display: block;
}

.view-btn02 a {
    display: inline-flex;
    background: var(--color-burnt-sienna);
    font-size: 14px;
    color: var(--color-white);
    min-height: 38px;
    align-items: center;
    border-radius: 5px;
    transition: 0.3s;
    padding: 0 15px;
    background: linear-gradient(90deg, rgba(35, 84, 59, 1) 0%, rgba(0, 140, 68, 1) 44%, rgba(11, 85, 47, 1) 100%);
}

.view-btn02 a:hover {
    opacity: 0.7;
}

@media (max-width: 991.98px) {
    .bsic-prcontents {
        padding: 25px 0 0 0;
    }

    .bsic-pr-tab .nav-link {
        font-size: 14px;
    }

    .bsic-pr-tab-content h2 {
        font-size: 24px;
    }

    .bsic-pr-tab-content h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    .bsic-pr-tab-content .view-btn02 {
        padding-top: 10px !important;
    }
}

/*=== Products Details Page ==== */
.pr-details-TopBar {
    background: var(--color-green);
    margin-bottom: 60px;
}

.pr-details-TopBar .d-flex {
    min-height: 100px;
    color: var(--color-white);
}

.pr-details-TopBar h2 {
    font-size: 25px;
    color: var(--color-white);
    font-weight: 600;
    margin: 0;
}

.pr-details-TopBar ul li {
    display: inline-block;
    margin-left: 25px;
}

.pr-details-TopBar ul li a {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.pr-details-TopBar ul li.active a {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

.alignDisplay .card {
    padding: 10px 10px;
    box-shadow: rgb(77, 119, 108) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 5px;
}

.pd-detail-bx-img {
    margin-bottom: 8px;
}

.pd-detail-bx-img h3 {
    font-size: 18px;
    font-weight: 700;
}

.pd-detail-bx-img img {
    width: 100%;
    /* height: 100vh;
    max-height: 320px; */
    object-fit: fill;
}

.pd-detail-img-50 {
    text-align: center;
}

.pd-detail-img-50 img {
    width: 40%;
}



.pd-detail-bx-txt h3 {
    max-height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    font-size: 26px;
    font-weight: 600;
    color: var(--color-black);
    margin-bottom: 16px;
}

.pd-detail-bx-txt p {
    min-height: 112px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    margin-bottom: 24px;
}

.more-btn01 {
    display: block;
}

.more-btn01 a {
    display: inline-flex;
    font-size: 14px;
    color: var(--color-green);
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
    transition: 0.3s;
}

.more-btn01 a:hover {
    opacity: 0.7;
}

.more-btn01 a i {
    margin-left: 5px;
}

.view-btn03 {
    display: block;
    margin-bottom: 10px;
}

.view-btn03 a {
    display: inline-flex;
    /* background: #b8292f; */
    color: var(--color-white);
    min-height: 40px;
    align-items: center;
    border-radius: 5px;
    transition: 0.3s;
    padding: 0 15px;
    /* background: rgb(138,30,34); */
    background: linear-gradient(90deg, rgba(138, 30, 34, 1) 0%, rgba(214, 42, 49, 1) 35%, rgba(84, 13, 16, 1) 100%);
}

.view-btn03 a:last-child {
    background: var(--color-green);
    background: rgb(35, 84, 59);
    background: linear-gradient(90deg, rgba(35, 84, 59, 1) 0%, rgba(0, 140, 68, 1) 44%, rgba(11, 85, 47, 1) 100%);
}

.view-btn03 a:hover {
    opacity: 0.7;
}

.cat-item-detail {
    margin: 0 auto;
    width: 100%;
    max-width: 1162px;
}

.cat-item-img {
    text-align: center;
}

@media (max-width: 991.98px) {
    .pr-details-TopBar {
        margin-bottom: 40px;
    }

    .pr-details-TopBar h2 {
        font-size: 24px;
    }

    .pr-details-TopBar ul li a {
        font-size: 14px;
    }

    .pd-detail-bx-txt h3 {
        font-size: 19px;
    }

    .pd-detail-img-50 img {
        width: 60%;
    }
}

@media (max-width: 767.98px) {
    .pd-detail-img-50 img {
        width: 100%;
    }
}

/*=== Circular/Notice Page ==== */
.bsic-circular-TopBar {
    background: var(--color-green);
    margin-bottom: 40px;
}

.bsic-circular-TopBar .d-flex {
    min-height: 100px;
    color: var(--color-white);
}

.bsic-circular-TopBar h2 {
    font-size: 25px;
    color: var(--color-white);
    font-weight: 600;
    margin: 0;
}

.bsic-circular-list {
    margin-bottom: 60px;
}

.bsic-circular-list li a {
    display: table;
    color: var(--color-black);
    border-left: 8px solid var(--color-burnt-sienna);
    padding: 2px 10px;
    margin-bottom: 10px;
}

.bsic-circular-list li a:hover {
    background: rgba(184, 41, 47, 0.03);
}

.bsic-circular-tbl {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 50px;
}

.bsic-circular-tbl td,
.bsic-circular-tbl th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.bsic-circular-tbl a {
    color: var(--color-green);
    transition: 0.3s;
}

.bsic-circular-tbl a:hover {
    opacity: 0.6;
}

@media (max-width: 991.98px) {
    .bsic-circular-TopBar .d-flex {
        min-height: 80px;
    }

    .bsic-circular-TopBar h2 {
        font-size: 24px;
    }
}

/*=== NOC Page ==== */
.bsic-scroll-tbl {
    overflow-x: auto;
    margin-bottom: 50px;
}

.bsic-noc-tbl {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
    max-width: 1228px;
    font-size: 18px;
}

.bsic-noc-tbl th {
    background: #f5f4f2;
    border: none;
    border-bottom: 1px solid var(--color-green);
    color: var(--color-green);
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    padding: 18px 20px;
}

.bsic-noc-tbl td {
    font-size: 16px;
    border: none;
    text-align: left;
    padding: 18px 20px;
}

.bsic-noc-tbl tr:nth-child(odd) {
    background: #f7fbf9;
}

.bsic-noc-tbl a {
    color: var(--color-black);
    transition: 0.3s;
}

.bsic-noc-tbl a:hover {
    opacity: 0.6;
}

@media (max-width: 991.98px) {
    .bsic-noc-tbl {
        font-size: 14px;
    }

    .bsic-noc-tbl th {
        padding: 10px;
    }

    .bsic-noc-tbl td {
        font-size: 14px;
        padding: 10px;
    }
}

.bsic-exr {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
    max-width: 1255px;
    font-size: 20px;
    padding-bottom: 5px;
}

/*=== Exchange Rate Details ==== */
.bsic-exr-p1 {
    margin: 0 auto;
    max-width: 1228px;
    font-size: 20px;
    color: var(--color-green);
    margin-bottom: 10px;
}

.bsic-exr-tbl {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
    max-width: 1228px;
    font-size: 20px;
    overflow: scroll;
}

.bsic-exr-tbl th {
    background: #f5f4f2;
    border: none;
    border: 1px solid var(--color-green);
    color: var(--color-green);
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    padding: 26px 20px;
}

.bsic-exr-tbl td {
    border: 1px solid var(--color-black);
    text-align: left;
    padding: 15px 15px;
}

.bsic-exr-tbl tr:nth-child(odd) {
    background: #f7fbf9;
}

.bsic-exr-tbl a {
    color: var(--color-black);
    transition: 0.3s;
}

.bsic-exr-tbl a:hover {
    opacity: 0.6;
}

@media (max-width: 991.98px) {
    .bsic-exr-tbl th {
        padding: 10px;
    }

    .bsic-noc-tbl td {
        padding: 10px;
    }
}

/* ================= About Bank =============== */

/* === About Bank Main Div === */
.aboutBank-listContainer {
    background-color: rgba(64, 163, 112, 0.03);
    /* display: flex; */
    /* max-width: 395px;  */
    /* min-width: 340px;  */
    /* flex: 1 1 auto; */
    /* width: 100%;  */
    padding: 15px 0;
}

ul.aboutBank-list {
    list-style-type: none;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    padding-left: 31px;
    margin: 0;
}

.aboutBank-list li a {
    display: flex;
    color: black;
    min-height: 42px;
    border-left: 8px solid transparent;
    align-items: center;
    padding-left: 27px;
}

.aboutBank-list li a:hover,
.aboutBank-list li.active a {
    background-color: rgb(184, 41, 47, 0.03);
    border-left: 8px solid #b8292f;
}

.aboutBank-Right-imgSpeech h2,
.company-profile-middle-description h2 {
    font-size: 40px;
    line-height: 40px;
}

.aboutBank-Right-imgSpeech p {
    line-height: 30px;
    text-align: center;
}

.read-more-links {
    display: block;
}

.read-more-links a {
    display: inline-flex;
    font-size: 14px;
    color: var(--color-green);
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
    transition: 0.3s;
}

.read-more-links a:hover {
    opacity: 0.6;
}

.read-more-links i {
    margin-left: 5px;
}

@media (max-width: 991.98px) {
    .aboutBank-list-div {
        margin-bottom: 60px;
    }

    .aboutBank-Right-imgSpeech h2,
    .company-profile-middle-description h2 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 20px !important;
    }
}

.incharges {
    border: 1px dashed green;
    background: linear-gradient(to bottom, rgb(242, 246, 248) 0%, rgb(237, 247, 238) 50%, rgb(237, 242, 239) 51%, rgb(222, 240, 224) 100%);
}

/* ======== About Bank Board Of Director ======== */
.BOD-images {
    margin-bottom: 50px;
    /* box-shadow: rgba(21, 21, 21, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
    box-shadow: rgb(84, 147, 94) 0px 1px 9px 5px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 5px;
    padding: 10px;
    /* min-height: 582px; */
    background: #fff;
}

#BOD-name-of-director {
    font-size: 25px;
    font-weight: bold;
}

.BOD-images h4 {
    font-size: 20px;
    font-weight: 600;
}

#BOD-director {
    font-size: 18px;
    /* background-color: rgba(64, 163, 112, 0.05); */
    color: #008c44;
    font-weight: bold;
    display: inline;
}

#Director-description {
    line-height: 30px;
}

.tm-row-shadow {
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: rgb(74, 123, 95) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 10px;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
    /* 16:9 ratio */
}

.embed-responsive-4by3::before {
    padding-top: 75%;
    /* 4:3 ratio */
}

.embed-responsive-1by1::before {
    padding-top: 100%;
    /* 1:1 ratio */
}

/* Add more aspect ratios as needed */


@media (max-width: 991.98px) {}

/* ========= About Bank- Company Profile ========= */
.company-profile-middle-description p {
    line-height: 35px;
}

/* .company-profile-middle-description h5{
  line-height: 40px;
} */
.company-profile-rightside-names {
    max-width: 315px;
    background-color: rgb(184, 41, 47, 0.03);
    font-size: 16px;
    padding: 21px;
}

.company-profile-rightside-numbers {
    max-width: 315px;
    background-color: #008c44;
    margin: 15px 0;
    color: white;
    font-size: 16px;
    padding: 21px;
}

.company-profile-contactInfo {
    max-width: 315px;
    background-color: rgb(0, 140, 68, 0.03);
    font-size: 16px;
    padding: 21px;
}

.company-profile-contactInfo i {
    color: #008c44;
}

/* ========= Request Appointment ====== */
.aboutbank-modal {
    margin: 9px;
}

#appointmentModal .modal-header,
#callbackModal .modal-header,
#helpDeskModal .modal-header {
    background-color: #008c44 !important;
    height: 36px !important;
    font-size: 20px !important;
    font-weight: bold !important;
    box-sizing: border-box !important;
    color: #fff !important;
    border-radius: 5px 5px 0 0;
    border-width: 0;
}

#appointmentModal .modal-header .btn-close,
#callbackModal .modal-header .btn-close {
    border: 1px solid #f6f6f6;
    font-size: 11px;

}


.Req-appointment-submit-btn {
    background-color: #008c44 !important;
    height: 36px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    box-sizing: border-box !important;
    color: #fff !important;
    border-radius: 5px;
}

.header-req-bar {
    background-color: #008c44;
    height: 80px;
    font-size: 25px;
    font-weight: bold;
    color: white;
}

.req-appointment-form {
    box-sizing: border-box;
}

.req-appointment-form h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
}

.req-appointment-form input,
.req-appointment-form select {
    background-color: rgb(0, 140, 68, 0.05);
    height: 44px;
    font-size: 14px;
}

.req-appointment-form textarea {
    background-color: rgb(0, 140, 68, 0.05);
}

.req-appointment-form button {
    background-color: rgb(0, 140, 68, 0.05);
    height: 44px;
}

.req-appointment-form ::placeholder {
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .Req-appointment-submit-btn {
        height: 60px !important;
        font-size: 20px !important;
    }
}

/* ========Request Callback======= */
.req-callback-radio-btn {
    margin-top: 22px;
    margin-bottom: 33px;
}

.req-callback-radio-btn label {
    font-size: 14px;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #008c44;
}

.custom-control-input:checked~.custom-control-label {
    font-weight: bold;
}

/* ======= News and Events / Details ===== */
.news-event-details {
    width: 100%;
}

.news-event-details img {

    width: 50%;
}

.news-event-details h2,
.news-event-Detail-imgDes h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    margin-top: 48px;
}

.news-event-details span,
.news-event-Detail-imgDes p span {
    font-size: 12px;
    letter-spacing: 2px;
    color: #747474;
}

.news-event-details p,
.news-event-Detail-imgDes p {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

@media (max-width: 991.98px) {
    .news-event-details img {
        width: 60%;
    }

    .news-event-details h2,
    .news-event-Detail-imgDes h2 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 24px;
    }
}

@media (max-width: 767.98px) {
    .news-event-details img {
        width: 100%;
    }
}

/* ======= News and Events / Main Page ===== */
.news-event-Detail-imgDes {
    padding-right: 22px;
}

.news-event-Detail-imgDes img {
    width: 100%;
}

.news-event-Detail-recentNews {
    padding-left: 22px;
}

.news-event-Detail-innerDiv img {
    width: 100%;
}

.news-event-Detail-innerDiv h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin: 8px 0;
    color: black;
}

.news-event-Detail-imgDes h2 a {
    color: black;
}

.news-event-Detail-innerDiv h3 a {
    color: black;
}

.news-event-loadMore-link a {
    display: block;
    text-align: center;
    color: black;
    font-size: 25px;
    font-weight: 600;
}

.recent-event-news {
    height: 50px;
    background-color: #008c44;
    color: white;
    padding-left: 20px;
}

.news-event-Detail-list {
    background-color: rgb(0, 140, 68, 0.03);
    padding-left: 20px;
}

.news-event-Detail-list-items {
    padding: 20px 0;
    border-bottom: 1px solid #b2e3cb;
    padding-right: 80px;
}

.news-event-Detail-list-items {
    font-weight: 500;
}

.news-event-Detail-list-items p a {
    color: var(--color-black);
}

.news-event-Detail-list-items span {
    font-size: 12px;
    letter-spacing: 2px;
    color: #989898;
}

.search-container {
    border: 1px solid #008c44;
    margin-bottom: 20px;
}

.search-container input[type="text"] {
    padding: 6px;
    font-size: 17px;
    height: 41px;
    border: none;
    width: 80%;
}

.search-container button {
    float: right;
    padding: 6px 10px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
    height: 41px;
    width: 48px;
    background-color: #008c44;
    color: white;
    font-size: 20px;
}

/* ======== Service Point ======== */
.service-points {
    max-width: 1208px;
}

.service-point-table th {
    color: #008c44;
    font-size: 20px;
    font-weight: 600;
}

.service-point-table td,
.service-point-table th {
    padding: 36px 38px;
}

.service-point-table tr {
    height: 100px;
    font-size: 20px;
}

.service-point-table tbody tr:nth-child(odd) {
    background-color: #f7fbf9;
}

.service-point-district {
    border-bottom: 1px solid #008c44;
}

.service-point-district h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-black);
}

.service-search-bar {
    max-width: 395px;
    margin-left: auto !important;
}

.g-map {
    width: 100%;
}

.g-map img {
    width: 100%;
}

.service-point-district button {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    align-items: center;
    padding: 20px 35px;
}

.service-point-district button:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.service-point-district button i {
    font-size: 30px;
    color: var(--color-green);
}

.btn-link .fa-caret-down {
    display: none;
}

.btn-link.collapsed .fa-caret-up {
    display: none;
}

.btn-link.collapsed .fa-caret-down {
    display: block;
}

.tbl-scroll {
    overflow-x: auto;
}

.bsic-loc-tbl .dataTables_length {
    display: none;
}

.bsic-loc-sort {
    padding-top: 50px;
}

.bsic-loc-sort select {
    width: 29% !important;
    margin-right: 1%;
    margin-bottom: 5px;
    font-size: 18px;
    border-color: #008c44;
}

.bsic-loc-sort button {
    background: #008c44;
    width: 10% !important;
    border-color: #008c44;
    margin-bottom: 5px;
}

.bsic-loc-tbl .bsic-noc-tbl {
    font-size: 16px;
}

.bsic-loc-tbl .dataTables_filter {
    text-align: right !important;
    margin-top: -115px;
}

.bsic-loc-tbl .dataTables_filter label {
    width: 100%;
    text-align: right !important;
}

.bsic-loc-tbl .dataTables_filter input {
    width: 60% !important;
    text-align: right !important;
    border-color: #008c44;
    margin-top: -112px;
    height: 40px;
}

.bsic-loc-tbl .page-item .page-link {
    color: #111;
}

.bsic-loc-tbl .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #008c44;
    border-color: #008c44;
}

.bsic-loc-tbl .page-item.disabled .page-link {
    color: #111;
    cursor: auto;
    background-color: #fff;
    border-color: #008c44;
}

.bsic-loc-tbl .dataTables_info {
    display: none;
}

.bsic-loc-tbl .dataTables_scroll {
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .bsic-loc-tbl .dataTables_filter {
        margin-top: -100px;
    }

    .bsic-loc-sort select {
        width: 27% !important;
        font-size: 14px;
    }

    .bsic-loc-sort button {
        width: 16% !important;
        font-size: 14px;
        padding: 0.375rem 0;
    }

    .bsic-loc-tbl .dataTables_filter input {
        margin-top: -112px;
        height: 32px;
    }

    .bsic-loc-tbl .bsic-noc-tbl {
        font-size: 14px;
    }
}

/* ======= Retail Product ( Let's Have tea Together)====== */
.retail-pd-tea-together {
    background-color: rgb(184, 41, 47, 0.03);
}

.reatil-pd-having-tea-deatils {
    text-align: center;
    padding-top: 63px;
    padding-bottom: 42px;
    max-width: 1324px;
    margin: 0 auto;
}

.reatil-pd-having-tea-deatils h2 {
    font-size: 50px;
    font-weight: 600;
}

.reatil-pd-having-tea-text {
    font-size: 16px;
    line-height: 30px;
    padding-top: 27px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.retail-pd-schedule-btn {
    color: #008c44;
    height: 60px;
    width: 229px;
    text-align: left;
    background-color: rgb(0, 140, 68, 0.05);
    margin: 5px 0;
}

.retail-pd-schedule-btn p {
    line-height: 20px;
    font-size: 18px;
    padding-left: 5px;
    margin: 0;
}

.retail-pd-req-call-btn {
    background-color: #008c44;
    color: white;
    font-size: 18px;
    height: 60px;
    width: 229px;
    margin: 5px 0;
}

/* ======= New Ticker Plugin====== */
.jctkr-wrapper,
.jctkr-wrapper * {
    box-sizing: border-box;
}

.jctkr-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    vertical-align: top;
    overflow: hidden;
}

.jctkr-wrapper ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    font-size: 0;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.jctkr-wrapper.jctkr-initialized ul {
    opacity: 1;
}

.jctkr-wrapper ul li {
    display: inline-block;
    font-size: 16px;
}

.bsic-newsbar {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/* ======= Calculator Pages ====== */
.bsic-calc {
    max-width: 790px;
}

.bsic-calc-field {
    background: rgba(184, 41, 47, 0.03);
    padding: 40px;
}

.bsic-calc-result {
    text-align: center;
    background: #f7fbf9;
    border-top: 1px solid #b2e3cb;
    border-bottom: 1px solid #b2e3cb;
    padding: 40px;
}

.bsic-calc-field .row {
    margin-bottom: 20px;
}

.bsic-calc-field label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.bsic-calc-field em {
    display: block;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
}

.bsic-calc-field input,
.bsic-calc-field select {
    width: 100%;
    font-size: 16px;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #008c44;
    padding: 5px;
}

.bsic-calc-result-p01,
.bsic-calc-result-p02,
.bsic-calc-result-p03 {
    font-size: 30px;
    line-height: 32px;
    color: #b8292f;
}

.bsic-calc-result-p02 {
    color: #008c44;
}

.bsic-calc-result-p03 {
    color: #6e6e6e;
}

@media (max-width: 991.98px) {
    .bsic-calc {
        margin-top: -30px;
    }

    .bsic-calc-field {
        padding: 27px;
    }

    .bsic-calc-result {
        padding: 26px;
    }

    .bsic-calc-field .row {
        margin-bottom: 10px;
    }

    .bsic-calc-field label {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .bsic-calc-field em {
        font-size: 10px;
        margin-top: -3px;
        margin-bottom: 5px;
    }

    .bsic-calc-field input,
    .bsic-calc-field select {
        font-size: 14px;
        height: 32px;
    }

    .bsic-calc-result-p01,
    .bsic-calc-result-p02,
    .bsic-calc-result-p03 {
        font-size: 20px;
        line-height: 24px !important;
    }
}

.counter {
    background-color: #f7fbf9;
    width: 300px;
    font-size: 15px;
}

#value {
    color: #008c44;
}

.fa-search {
    color: #008c44;
}

.togglesearch {
    position: absolute;
    top: 78px;
    right: 1%;
    min-width: 20.5rem;
    display: none;
}

.gcsc-more-maybe-branding-root {
    display: none;
}

.rounded-right i {
    color: white;
}

/*Coming soon page*/


.bgimg {
    background-color: #f7fbf9;
}

.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}

.bottomleft {
    position: absolute;
    bottom: 0;
    left: 16px;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

/* hr {
    margin: auto;
    width: 40%;
} */

.promotional {
    padding: 0px;
}

@media (max-width: 360px) {
    .promotional {
        max-width: 100px !important;
    }
}

@media (max-width: 320px) {
    .bsic-nav {
        padding: 10px;
        /*max-width: 80px !important;*/
    }
}

@media (max-width: 375px) {
    .bsic-nav {
        padding: 10px;
        /*max-width: 80px !important;*/
    }
}


.bangla .bsic-menu li a {
    font-size: 18px;
}

body.bangla {
    font-size: 18px;
}

.bangla .bsic-top-menu-inner {
    font-size: 14px;
}




@media (max-width: 394px) {
    .bsic-nav>div {
        /*flex-wrap: nowrap;*/
        width: 115.2px;
    }

    .bsic-nav>button {
        /*flex-wrap: nowrap;*/
        width: 24px;
    }
}

@media (max-width: 281px) {
    .bsic-nav {
        flex-wrap: wrap;
    }

    .bsic-nav>div {
        /*flex-wrap: nowrap;*/
        width: 60px;
    }

    .bsic-nav>button {
        /*flex-wrap: nowrap;*/
        width: 24px;
    }
}

@media (max-width:1025px) {
    .bsic-menu li a {
        font-size: 0.7rem;
    }
}

@media (max-width:1367px) {
    .togglesearch {
        position: absolute;
        top: 78px;
        right: 1%;
        min-width: 17rem;
        display: none;
    }
}


@media (max-width:1440px) {
    .bsic-menu li a {
        font-size: 0.9rem;
    }
}


.modal_tabs .nav-link {
    background-color: rgb(0, 140, 68, 0.05);
    height: 40px !important;
    /*font-size: 25px !important;*/
    font-weight: bold !important;
    box-sizing: border-box !important;
    color: #495057 !important;
    margin: 0 5px;
}

.modal_tabs .nav-link.active {
    background-color: #008c44 !important;
    color: #fff !important;
}

.modal_tabs .nav-link:first-child {
    margin: 0;

}

.modal_tabs .nav-link:last-child {
    margin: 0;
}

.form_radios {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(0, 140, 68, 0.05);
    color: #495057;
    padding: 0.375rem 0.75rem;
    font-size: 14px;

}

.pagination .page-item .page-link {
    color: #0a0a0a;
}

.page-item.active .page-link {
    background-color: #008c44;
    border-color: #008c44;
    color: white;
}

.justify {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

label.error:empty {
    display: none;
}

.mb-0>a {
    display: block;
    position: relative;
}

.mb-0>a:after {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMzMCAzMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF8yMjVfIiBkPSJNMzI1LjYwNyw3OS4zOTNjLTUuODU3LTUuODU3LTE1LjM1NS01Ljg1OC0yMS4yMTMsMC4wMDFsLTEzOS4zOSwxMzkuMzkzTDI1LjYwNyw3OS4zOTMNCgljLTUuODU3LTUuODU3LTE1LjM1NS01Ljg1OC0yMS4yMTMsMC4wMDFjLTUuODU4LDUuODU4LTUuODU4LDE1LjM1NSwwLDIxLjIxM2wxNTAuMDA0LDE1MGMyLjgxMywyLjgxMyw2LjYyOCw0LjM5MywxMC42MDYsNC4zOTMNCglzNy43OTQtMS41ODEsMTAuNjA2LTQuMzk0bDE0OS45OTYtMTUwQzMzMS40NjUsOTQuNzQ5LDMzMS40NjUsODUuMjUxLDMyNS42MDcsNzkuMzkzeiIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=') no-repeat !important;
    /*content: "" !important; !* fa-chevron-down *!*/
    /*font-family: 'FontAwesome';*/
    position: absolute;
    right: 0;
}

.mb-0>a[aria-expanded="true"]:after {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMzMCAzMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF8yMjVfIiBkPSJNMzI1LjYwNyw3OS4zOTNjLTUuODU3LTUuODU3LTE1LjM1NS01Ljg1OC0yMS4yMTMsMC4wMDFsLTEzOS4zOSwxMzkuMzkzTDI1LjYwNyw3OS4zOTMNCgljLTUuODU3LTUuODU3LTE1LjM1NS01Ljg1OC0yMS4yMTMsMC4wMDFjLTUuODU4LDUuODU4LTUuODU4LDE1LjM1NSwwLDIxLjIxM2wxNTAuMDA0LDE1MGMyLjgxMywyLjgxMyw2LjYyOCw0LjM5MywxMC42MDYsNC4zOTMNCglzNy43OTQtMS41ODEsMTAuNjA2LTQuMzk0bDE0OS45OTYtMTUwQzMzMS40NjUsOTQuNzQ5LDMzMS40NjUsODUuMjUxLDMyNS42MDcsNzkuMzkzeiIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=') no-repeat !important;
    content: "";
    width: 16px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);

}

.mb-0>a[aria-expanded="false"]:after {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDMzMCAzMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMzMCAzMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF8yMjVfIiBkPSJNMzI1LjYwNyw3OS4zOTNjLTUuODU3LTUuODU3LTE1LjM1NS01Ljg1OC0yMS4yMTMsMC4wMDFsLTEzOS4zOSwxMzkuMzkzTDI1LjYwNyw3OS4zOTMNCgljLTUuODU3LTUuODU3LTE1LjM1NS01Ljg1OC0yMS4yMTMsMC4wMDFjLTUuODU4LDUuODU4LTUuODU4LDE1LjM1NSwwLDIxLjIxM2wxNTAuMDA0LDE1MGMyLjgxMywyLjgxMyw2LjYyOCw0LjM5MywxMC42MDYsNC4zOTMNCglzNy43OTQtMS41ODEsMTAuNjA2LTQuMzk0bDE0OS45OTYtMTUwQzMzMS40NjUsOTQuNzQ5LDMzMS40NjUsODUuMjUxLDMyNS42MDcsNzkuMzkzeiIvPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=') no-repeat !important;
    content: "";
    /* fa-chevron-up */
    width: 16px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.headerProduct {
    color: green;
}

.headerProduct:hover {
    color: #5cb25c;
}

.subProduct {
    color: green;
}

.subProduct:hover {
    color: #5cb25c;
}

.alignDisplay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_font a {
    color: #0a0a0a;
}

@media (max-width: 1199.98px) {
    .list_font {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .list_font {
        font-size: 16px;
    }
}