/* /22-JAN-2022 */
body {
    color: #2b2e32;
}

dl, ol, ul {
    padding-left: 1.75rem;
}
/* btn */
.btn {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.btn-green {
    color: #fff;
    background-color: #128807;
    border-color: #128807;
}

    .btn-green:hover,
    .btn-green.focus,
    .btn-green:focus,
    .btn-green:not(:disabled):not(.disabled).active,
    .btn-green:not(:disabled):not(.disabled):active,
    .show > .btn-green.dropdown-toggle {
        color: #fff;
        background-color: #0f7c05;
        border-color: #0f7c05;
    }

.btn-green-dark {
    color: #fff;
    background-color: #005f33;
    border-color: #005f33;
}

    .btn-green-dark:hover,
    .btn-green-dark.focus,
    .btn-green-dark:focus,
    .btn-green-dark:not(:disabled):not(.disabled).active,
    .btn-green-dark:not(:disabled):not(.disabled):active,
    .show > .btn-green-dark.dropdown-toggle {
        color: #fff;
        background-color: #014928;
        border-color: #014928;
    }
/* /btn */
/* header */
/* top header */
.topNav {
    background-color: #005f33;
    padding: .25rem 0;
}

.topNavLeft > a {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding-right: 1rem;
    margin-right: .75rem;
}

    .topNavLeft > a:last-child {
        padding-right: 0;
        margin-right: 0;
    }

    .topNavLeft > a:before {
        content: "";
        width: 1px;
        height: 12px;
        background-color: rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 5px;
        right: 0;
    }

    .topNavLeft > a:last-child:before {
        display: none;
    }

@media (min-width: 576px) {
    .topNavRight {
        text-align: right;
    }
}

@media (max-width: 576px) {
    .topNavLeft,
    .topNavRight {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .topNavLeft > a {
        font-size: 13px;
        padding-right: .5rem;
        margin-right: .5rem;
    }
}

.topNavRight > a {
    font-size: 13px;
    color: #fff;
    padding-left: .5rem;
}

    .topNavRight > a:first-child {
        padding-left: 0;
    }
/* /top header */
/*firstNav*/
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.navbar-light.navbarHead {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.94);
    -moz-backdrop-filter: blur(19px);
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

    .navbar-light.navbarHead .navbar-brand-wrapper {
        background: transparent;
    }

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.firstNav > ul > li > a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #2b2e32;
}

.navbarHead.navbar-light .navbar-nav .nav-link:focus,
.navbarHead.navbar-light .navbar-nav .nav-link:hover,
.navbarHead.navbar-light .navbar-nav .active > .nav-link,
.navbarHead.navbar-light .navbar-nav .nav-link.active,
.navbarHead.navbar-light .navbar-nav .nav-link.show,
.navbarHead.navbar-light .navbar-nav .show > .nav-link {
    color: #128807;
}
/*secondNav*/
.secondNav {
    padding-left: 3rem;
}

    .secondNav li a {
        text-transform: uppercase;
        font-weight: 600;
    }
/* /header */
/* banner */
.banner {
    padding-top: 6.5rem;
    position: relative;
}

.bStrip {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 180px;
    z-index: 0;
    margin-top: -180px;
}

    .bStrip:after {
        content: "";
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        border-left: 150rem solid transparent;
        border-bottom: 14rem solid #ffffff;
    }

.bannerContent {
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /*padding-top: 5rem;*/
    top: -3rem;
    position: relative;
    z-index: 1;
    margin-bottom : 30px;
}

    .bannerContent .bcLeft .bcTitletext,
    .bannerContent .bcLeft .bcTitletext > span,
    .bcRightForm h2 {
        font-family: 'Raleway';
    }

    .bannerContent .bcLeft {
        width: calc(100% - 0%);
    }

        .bannerContent .bcLeft .bcTitletext {
            font-size: 38px;
            color: #fff;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 2rem;
        }

            .bannerContent .bcLeft .bcTitletext > span {
                font-weight: 400;
                display: block;
                font-size: 28px;
                margin-bottom: 0.5rem;
            }

        .bannerContent .bcLeft .bcSubtext {
            font-size: 18px;
            color: #fff;
            font-weight: 600;
        }

    .bannerContent .bcRight {
        width: 100%;
    }

.bcRightForm {
    border-radius: .75rem;
    border: .0625rem solid rgba(231,234,243,.7);
    box-shadow: 0 6px 30px rgba(140,152,164,.075);
    background-color: #fff;
    padding: 3.5rem 2.5rem;
    position: relative;
}

    .bcRightForm h3 {
        font-weight: 700;
    }

    .bcRightForm select:focus, .bcRightForm input:focus {
        box-shadow: none !important;
    }

    .bcRightForm h2 {
        font-weight: 700;
    }

@media (min-width: 769px) {
    .bannerContent .bcLeft .bcTitletext,
    .bannerContent .bcLeft .bcSubtext {
        max-width: 75%;
    }

    .bannerContent .bcLeft {
        width: calc(100% - 40%);
    }

    .bannerContent .bcRight {
        width: 40%;
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .srLeft {
        padding-right: 3rem;
    }
}
/* /banner */
/* searchResult */
.searchResult {
    padding: 4rem 0;
}

.titleArea h2 {
    font-size: 30px;
    line-height: 1.2;
}

.titleArea {
    margin-bottom: 1.5rem;
}

.srLeftImg {
    position: relative;
}

.srLeftImg {
    position: relative;
    display: block;
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
}

    .srLeftImg img {
        border-radius: 16px;
        box-shadow: -2.5rem 2.5rem #f9fafe;
    }

    .srLeftImg .conlFlag {
        width: 40px;
        height: 30px;
        border-radius: 3px;
        border: 2px solid #fff;
        display: block;
        position: absolute;
        left: 3.5rem;
        bottom: 3.5rem;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.conTitle {
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

    .conTitle .conFlag {
        width: 30px;
        height: 30px;
        background: #e7eaf3;
        border-radius: 50%;
        margin-right: .75rem;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.advisorySlider {
    position: relative;
    padding-left: 2rem;
    padding-bottom: 2.5rem;
    margin-bottom: 2rem !important;
}

    .advisorySlider:before {
        content: "";
        width: 80%;
        height: 90%;
        position: absolute;
        top: 30px;
        left: 0;
        background-color: #f9fafe;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

    .advisorySlider .adItems {
        height: 420px;
        border-radius: 16px;
        overflow: hidden;
    }

        .advisorySlider .adItems > img {
            border-radius: 16px;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .advisorySlider .slick-dots {
        bottom: -20px !important;
    }

.adLBox {
    height: 100%;
}

    .adLBox > a {
        display: flex;
        border-radius: 4px;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.06);
        padding: 2rem 1.5rem;
        overflow: hidden;
        height: 100%;
        color: #000c07;
        border: 1px solid #f9f9f9;
        flex-direction: column;
    }

        .adLBox > a > input {
            margin-top: auto;
        }

    .adLBox .adLL {
        display: flex;
        align-items: center;
        margin-bottom: 1.5rem;
    }

        .adLBox .adLL > img {
            width: 50px;
            margin-right: 1rem;
        }

        .adLBox .adLL h3 {
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 0;
        }

    .adLBox .adLR p {
        margin-bottom: 0;
        color: #77838f;
        font-size: 15px;
    }

    .adLBox > a:hover h3 {
        color: #8bc34a;
    }
/* /searchResult */
/* adviserSection */
.adviserSection {
    padding: 4rem 0;
    background-color: #f9fafc;
}

.adviserList .asBox {
    box-shadow: 0 6px 12px rgba(140,152,164,.075);
    border: .0625rem solid rgba(231,234,243,.7);
    border-radius: .3rem;
    background-color: #fff;
    padding: 2.5rem 2rem;
    height: 100%;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

    .adviserList .asBox h4 {
        font-weight: 700;
        font-size: 18px;
    }

    .adviserList .asBox .asBT {
        display: flex;
        display: -moz-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
        align-items: center;
    }

        .adviserList .asBox .asBT h4 {
            margin: 0 0 0 1.5rem;
        }

    .adviserList .asBox p,
    .adviserList .asBox div {
        margin-bottom: 1.5rem;
        line-height: 1.7;
        font-size: 16px;
    }

    .adviserList .asBox a {
        font-weight: 400;
        text-decoration: underline;
    }

    .adviserList .asBox.active {
        background-color: #005f33;
        border-color: #005f33;
    }

        .adviserList .asBox.active svg path {
            fill: #fff;
        }

        .adviserList .asBox.active h4,
        .adviserList .asBox.active p,
        .adviserList .asBox.active a {
            color: #fff;
        }
/* /adviserSection */
/* yourtourSection */
.yourtourSection {
    padding: 4rem 0;
    background-color: #fff;
}

.yourtourLeft .titleArea h2 b {
    display: block;
}

.titleArea h5 {
    font-size: 16px;
    line-height: 1.5;
}

.yourtourLeft {
    background-color: #fff;
    padding-top: 2rem;
    padding-right: 0;
    padding-bottom: 2rem;
}

    .yourtourLeft .titleArea {
        padding-right: 5rem;
        position: relative;
        z-index: 1;
    }

    .yourtourLeft:before {
        content: "";
        width: 3px;
        height: 100%;
        background-color: #e5e5e5;
        position: absolute;
        top: 0;
        right: 40px;
        border-radius: 6px;
    }

    .yourtourLeft:after {
        content: "";
        box-shadow: 40px 0 30px -40px rgba(0, 0, 0, 0.15);
        width: 100%;
        height: 100%;
        position: absolute;
        right: 40px;
        top: 0;
        z-index: 0;
    }

    .yourtourLeft .nav-tabs {
        position: relative;
        z-index: 1;
        padding-right: 40px;
    }

        .yourtourLeft .nav-tabs > a {
            position: relative;
            padding: .75rem 0;
            color: #191919;
            font-size: 16px;
            font-weight: 600;
        }

            .yourtourLeft .nav-tabs > a.active:before {
                content: "";
                width: 3px;
                height: 100%;
                background-color: #8bc34a;
                position: absolute;
                top: 0;
                right: 0;
                border-radius: 6px;
            }

            .yourtourLeft .nav-tabs > a:hover,
            .yourtourLeft .nav-tabs > a.active {
                color: #8bc34a;
            }

.yourtourRight .tab-pane .text-link {
    text-decoration: underline;
}

    .yourtourRight .tab-pane .text-link:hover {
        text-decoration: none;
    }
/* /yourtourSection */
/* tutorialsSection */
.tutorialsSection {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #f1f1f1;
}

    .tutorialsSection .tsItems {
        height: 240px;
    }

    .tutorialsSection .tsBox {
        height: 100%;
        padding: 0 10px;
    }

    .tutorialsSection .tsvideo {
        position: relative;
        overflow: hidden;
    }

        .tutorialsSection .tsvideo h4 {
            position: absolute;
            z-index: 1;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: 0;
            text-align: center;
            padding: 1.25rem 1rem;
            color: #fff;
            font-size: 14px;
            background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent);
        }

        .tutorialsSection .tsvideo .btnVideo {
            position: absolute;
            color: #444;
            top: 50%;
            left: 50%;
            width: 4.5rem;
            height: 4.5rem;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            justify-content: center;
            align-items: center;
            -webkit-transform: translate(-50%, -50%) scale(1);
            -moz-transform: translate(-50%, -50%) scale(1);
            -ms-transform: translate(-50%, -50%) scale(1);
            -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
            -webkit-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

            .tutorialsSection .tsvideo .btnVideo i {
                font-size: 2rem;
            }

        .tutorialsSection .tsvideo:hover .btnVideo {
            -webkit-transform: translate(-50%, -50%) scale(1.15);
            -moz-transform: translate(-50%, -50%) scale(1.15);
            -ms-transform: translate(-50%, -50%) scale(1.15);
            -o-transform: translate(-50%, -50%) scale(1.15);
            transform: translate(-50%, -50%) scale(1.15);
        }
/* /tutorialsSection */
/* statistaSection */
.statistaSection {
    padding-top: 2rem;
    padding-bottom: 4rem;
    background: #f1f1f1;
    background: linear-gradient(0deg, #f9fafe 74%, #f1f1f1 74%);
}

    .statistaSection .ssLeft img {
        border: 10px solid #fff;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    }

    .statistaSection .ssRight {
        padding-top: 10rem;
    }

.ssrList {
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}

    .ssrList .ssrlBox {
        max-width: 40%;
        flex: 0 0 40%;
        padding-left: 3rem;
        padding-bottom: 1rem;
    }

        .ssrList .ssrlBox h4 {
            font-size: 25px;
            font-weight: 800;
            color: #191919;
            margin-top: .75rem;
            margin-bottom: 0;
        }

        .ssrList .ssrlBox i {
            font-size: 2.25rem;
            color: #8cc44c;
        }
/* /statistaSection */
/* faqsSection */
.faqsSection {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #fff;
}

#sstFaqs > div > a {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
}

    #sstFaqs > div > a .card-btn-toggle {
        color: #999;
    }

    #sstFaqs > div > a[aria-expanded="true"],
    #sstFaqs > div > a[aria-expanded="true"] .card-btn-toggle,
    #sstFaqs > div > a:hover .card-btn-toggle,
    #sstFaqs > div > a:hover {
        color: #8bc34a;
    }
/* /faqsSection */
/* reviewsSection */
.reviewsSection {
    padding-bottom: 4rem;
    padding-top: 4rem;
    background: #fff;
}

.rsBox {
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 0 1rem;
}

    .rsBox .rsBoxLeft {
        max-width: 70%;
        flex: 0 0 70%;
        padding-right: 2rem;
    }

    .rsBox .rsBoxRight {
        max-width: 30%;
        flex: 0 0 30%;
    }

    .rsBox .rsBoxLeft h4 {
        font-size: 18px;
        font-weight: 700;
    }

.rsRatting {
    margin-bottom: 1.5rem;
}

    .rsRatting .rsDate {
        padding-left: 1.5rem;
        position: relative;
        color: #898989;
        font-size: 12px;
    }

        .rsRatting .rsDate:before {
            position: absolute;
            top: 2px;
            left: 8px;
            content: "";
            width: 1px;
            height: 14px;
            background-color: #ddd;
        }

    .rsRatting .rsStar i {
        color: #FFC107;
    }

.rssmedia {
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 2rem;
}

    .rssmedia a {
        display: flex;
        display: -moz-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        width: 30px;
        height: 30px;
        background-color: #f1f2f4;
        border-radius: 3px;
        margin-right: .5rem;
    }

        .rssmedia a i {
            color: #77838f;
        }

        .rssmedia a:hover {
            background-color: #8bc34a;
        }

            .rssmedia a:hover i {
                color: #fff;
            }

.revExperience .slick-dots {
    bottom: -45px;
}
/* /reviewsSection */
/* agencySection */
.agencySection {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: #fff;
    background-image: url(../../images/agency-bg.svg);
    background-position: bottom -30px center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.asForm {
    max-width: 380px;
    margin: 0 auto;
}

    .asForm .inputGroup {
        position: relative;
    }

        .asForm .inputGroup input {
            padding-right: 3rem;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
        }

        .asForm .inputGroup .btnIcon {
            position: absolute;
            top: 5px;
            right: 0;
            font-size: 1.25rem;
        }

            .asForm .inputGroup .btnIcon i {
                color: #128807;
            }
/* /agencySection */
/* footer */
.stFooter {
    background-color: #2b322f;
    background-image: url(../../assets/images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.stfTop {
    padding-top: 5rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #3e4248;
}

.stfAbout > img {
    margin-bottom: 2rem;
}

.stfAddress li span,
.stfAddress li a,
.stfcLeft span,
.stfAbout p {
    color: #cbcbcb;
}

.stfBox > h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e7e7e7;
    margin-bottom: 1.75rem;
}

.stfLink > a {
    display: block;
    color: #cbcbcb;
    padding-bottom: .65rem;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .stfLink > a:hover {
        color: #8bc34a;
        padding-left: 1.25rem;
    }

    .stfLink > a > i {
        font-size: 12px;
        padding-right: .5rem;
    }

.stfAddress li {
    position: relative;
    padding-left: 1.75rem;
    padding-bottom: 1rem;
}

    .stfAddress li:last-child,
    .stfLink > a:last-child {
        margin-bottom: 0;
    }

    .stfAddress li a {
        display: block;
    }

    .stfAddress li i {
        position: absolute;
        top: 5px;
        left: 0;
        color: #8bc34a;
    }

.stfCoppyright {
    padding: 1.5rem 0;
}

    .stfCoppyright .topNavRight > a {
        font-size: 14px;
        padding-left: .75rem;
    }
/* /footer */
#stdownUp {
    position: fixed;
    right: 10px;
    bottom: 50px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #cd2026;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    text-align: center;
    line-height: 50px;
    z-index: 9;
}

    #stdownUp.show {
        display: block;
    }

    #stdownUp i {
        font-size: 22px;
        color: #fff;
        line-height: 50px;
    }

    #stdownUp:hover {
        background-color: #005f33;
    }
/* inner pages */
p {
    line-height: 1.7;
    font-size: 16px;
}

.innerBanner {
    min-height: 460px;
    overflow: hidden;
}

    .innerBanner:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #000c07;
        position: absolute;
        opacity: .8;
    }

.max-width-8 {
    max-width: 3.5rem;
}

.facts .media .media-body .h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.facts .media .media-body p {
    color: #525d69;
}

.cta .lead {
    max-width: 610px;
    margin: 0 auto;
}

.login {
    padding-top: 14rem;
    padding-bottom: 7rem;
}

.modal .modal-body img {
    max-width: 100%;
}

.prodList .sliderItem,
.prodList .plbImg {
    height: 200px;
}

    .prodList .sliderItem > img,
    .prodList .plbImg > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.dashProdList .shortDesc {
    height: 54px;
}

.reviewsItem .revComment {
    height: 80px;
}
/* / inner pages */
/* 22-JAN-2022 */
*.not(i) {
    font-family: 'Nunito', sans-serif !important;
}

.yourtourRight .list-inline .block-list > li {
    padding: 0 !important;
}

.navbar-nav.nav.secondNav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.my-custom-scrollbar > li > button {
    text-align: left;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0;
    font-size: 15px;
}

.blog-post.blog-list .bp-inner div {
    margin-left: 0 !important;
}

.blog-post.blog-list .bp-inner table tr td {
    border-color: #ddd !important;
}





/* scrollbar */
#bs-select-1,
#bs-select-2,
.my-custom-scrollbar,
.modal-dialog-scrollable .modal-body,
.event {
    scrollbar-width: auto;
    scrollbar-color: #e6e6e6 #ffffff;
}

    #bs-select-1::-webkit-scrollbar,
    #bs-select-2::-webkit-scrollbar,
    .my-custom-scrollbar::-webkit-scrollbar,
    .modal-dialog-scrollable .modal-body::-webkit-scrollbar,
    .event::-webkit-scrollbar {
        width: 12px;
    }

    #bs-select-1::-webkit-scrollbar-track,
    #bs-select-2::-webkit-scrollbar-track,
    .my-custom-scrollbar::-webkit-scrollbar-track,
    .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track,
    .event::-webkit-scrollbar-track {
        background: #ffffff;
    }

    #bs-select-1::-webkit-scrollbar-thumb,
    #bs-select-2::-webkit-scrollbar-thumb,
    .my-custom-scrollbar::-webkit-scrollbar-thumb,
    .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb,
    .event::-webkit-scrollbar-thumb {
        background-color: #e6e6e6;
        border-radius: 6px;
        border: 3px solid #ffffff;
    }
/* /scrollbar */
/* /22-JAN-2022 */
