html,
body {
    font-family: var(--bs-font-manrope);
    color: #000;
    overflow-x: hidden;
}

p {
    font-size: 16px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

a:hover {
    color: #14213D;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.search {
    right: 16.5rem;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: rgba(215, 249, 221, 1);
        background: rgb(225, 255, 239);
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }
}

.nav-scroller .nav {
    color: rgba(255, 255, 255, .75);
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-scroller .nav-link:hover {
    color: #007bff;
}

.nav-scroller .active {
    font-weight: 500;
    color: #343a40;
}

.bg-purple {
    background-color: #6f42c1;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #e1ffef !important;
    box-shadow: 0px 1px 8px 0px #8888888a;
}

.btn-custom {
    background: linear-gradient(186deg, #80f5b5 -8.12%, rgb(116 123 119 / 20%) 100%);
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
}

.btn-custom-full {
    background: linear-gradient(221.18deg, #77D183 38.9%, #23AA8F 75.87%);
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
}

.navbar-nav {
    margin: auto;
}

.bds img{
    width: 100%;
}
.cool-link {
    font-size: 16px;
    font-family: Manrope !important;
    font-style: normal;
    line-height: 24px;
}


  .page-item.disabled .page-link .previous {
            mask-repeat: no-repeat;
            mask-position: center;
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-position: center;
            background-color: var(--bs-pagination-disabled-color);
            -webkit-mask-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6" fill="var(--bs-pagination-disabled-color)"%3e%3cpath d="M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z" /%3e%3c/svg%3e');
            mask-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6" fill="var(--bs-pagination-disabled-color)"%3e%3cpath d="M2.72011 2.76429L4.46358 1.02083C4.63618 0.848244 4.63617 0.568419 4.46358 0.395831C4.29099 0.223244 4.01118 0.223244 3.83861 0.395831L1.52904 2.70537C1.36629 2.86808 1.36629 3.13191 1.52904 3.29462L3.83861 5.60419C4.01117 5.77675 4.29099 5.77675 4.46358 5.60419C4.63617 5.43156 4.63617 5.15175 4.46358 4.97919L2.72011 3.23571C2.58994 3.10554 2.58994 2.89446 2.72011 2.76429Z" /%3e%3c/svg%3e');
            display: block;
            height: 0.875rem;
            width: 0.875rem;
        }
        #myBtn {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 36px;
            z-index: 99;
            font-size: 18px;
            border: none;
            outline: none;
            background-color: #000000;
            color: white;
            cursor: pointer;
            padding: 0px;
            border-radius: 4px;
            height: 40px;
            width: 40px;
        }        
        #myBtn:hover {
            background-color: #000000;
            transform: rotate(180deg);
            transition: 0.5s ease;
        }
        .like, .view{
            color: #000;
            transition: transform 0.3s ease;
        }
        .like.active{
            color: orangered;
        }
        .like.active:hover{
            transform: scale(1.1);
        }
        .like:hover:not(.active),
        .view:hover{
            color: #35A848;
            transform: scale(1.1);
        }
        .hIQAkv.hIQAkv {
            position: fixed;
            z-index: 2147483647;
            bottom: 137px!important;
            right: 38px!important;
            
        }
        

.wa__btn_popup_icon {
    width: 45px;
    height: 45px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wa__btn_popup_icon i {
    font-size: 24px;
    color: #fff;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #172a31;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}

:focus-visible {
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.IPOs-bg {
    width: auto;
    color: #e1ffef;
    font-family: 'Manrope';
}

.bi-file-earmark-pdf-fill {
    color: #DC2626;
}

.open-account-section {
    padding: 80px;
}

.bg-1 {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: top;
}

.img-fluid {
    z-index: 111;
    position: relative;
}

.text-custom {
    position: absolute;
    width: 17.5rem;
    height: 1.688rem;
    left: 6.375rem;
    top: 29.25rem;
    font-style: normal;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.688rem;
    display: flex;
    align-items: center;
    color: #000000;
}

.box-custom {
    position: absolute;
    width: 45.938rem;
    height: 25.188rem;
    left: 68rem;
    top: 17rem;
    background: #C7F8DD;
    border-radius: 4.875rem 0rem 0rem 0rem;
}

.open-account-button {
    height: 3.25rem;
    right: 0rem;
    background: linear-gradient(221.18deg, #77D183 38.9%, #23AA8F 75.87%);
    border-radius: 0.5rem;
    border: none;
    color: #000000;
    width: 9.5rem;
}

.open-account-button-center {
    position: absolute;
    left: 6.375rem;
    top: 33.625rem;
}

.card-ipo {
    border: 1px solid rgb(0 0 0 / 15%);
}

.card-ipo-img {
    border: none;
    text-align: center;
    background: rgba(210, 245, 226, 1);
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.text-ipos {
    margin: 0.438rem;
    padding: 0.5rem;
}

.text-ipos-custom {
    padding: 0.75rem;
    white-space: nowrap;
}

.iops-section {
    background-color: #FAFAFA;
    padding: 80px;
}

.title-ipos {
    margin-bottom: 5rem;
    font-weight: 600;
    font-size: 2.5rem;
    color: #000000;
}

.ipos-view-all {
    text-align: center;
    text-decoration: none;
    margin: auto;
    width: 10.125rem;
    color: #353760;
    background: #FFFFFF;
    border: 0.063rem solid #353760;
    border-radius: 0.5rem;
    padding: 0.625rem;
}

.title-why-open-account {
    margin-top: 7.625rem;
    margin-bottom: 3.438rem;
}

.open-account-title-1 {
    position: absolute;
    font-size: 6.875rem;
    display: flex;
    font-weight: 400;
    align-items: center;
}

.open-account-img-1 {
    width: 18.209rem;
    height: 13.063rem;
    margin: auto;
    display: flex;
    align-items: center;
}

.open-account-text-title-1 {
    position: absolute;
    width: 15.029rem;
    height: 2.249rem;
    right: 49.778rem;
    top: 103.994rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    color: #000000;
}

.open-account-text-1 {
    position: absolute;
    width: 50.938rem;
    height: 3.375rem;
    right: 13.813rem;
    top: 106.625rem;
    line-height: 1.688;
    display: flex;
    align-items: center;
}

.open-account-frame-img-1 {
    position: absolute;
    height: 5.938rem;
    left: 47.21rem;
    top: 0.786rem;
    transform: rotate(8deg);
}

.open-account-title-2 {
    position: absolute;
    font-size: 6.875rem;
    display: flex;
    font-weight: 400;
    align-items: center;
    left: 21.063rem;
}

.open-account-text-title-2 {
    position: absolute;
    height: 5.249rem;
    right: 65.77799999999999rem;
    top: 118.99400000000003rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    color: #000000;
}

.open-account-text-2 {
    position: absolute;
    width: 50.938rem;
    height: 3.375rem;
    right: 36.25rem;
    top: 122.625rem;
    line-height: 1.688;
    display: flex;
    align-items: center;
}

.open-account-frame-img-2 {
    position: absolute;
    height: 5.938rem;
    left: -1.79rem;
    top: 6.786rem;
    transform: rotate(336deg);
}

.open-account-img-2 {
    width: 18.209rem;
    height: 13.063rem;
    margin-left: 150px;
}

.open-account-title-3 {
    position: absolute;
    font-size: 6.875rem;
    display: flex;
    font-weight: 400;
    align-items: center;
}

.open-account-img-3 {
    width: 18.209rem;
    height: 13.063rem;
    margin: auto;
    display: flex;
    align-items: center;
}

.open-account-text-title-3 {
    position: absolute;
    height: 67.249rem;
    right: 49.778rem;
    top: 103.994rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    color: #000000;
}

.open-account-text-3 {
    position: absolute;
    width: 50.938rem;
    height: 3.375rem;
    right: 13.813rem;
    top: 138.625rem;
    line-height: 1.688;
    display: flex;
    align-items: center;
}

.open-account-frame-img-3 {
    position: absolute;
    height: 5.938rem;
    left: 47.21rem;
    top: 0.786rem;
    transform: rotate(8deg);
}

.open-account-title-4 {
    position: absolute;
    font-size: 6.875rem;
    display: flex;
    font-weight: 400;
    align-items: center;
    left: 21.063rem;
}

.open-account-text-title-4 {
    position: absolute;
    height: 5.249rem;
    right: 37.77799999999999rem;
    top: 150.99400000000003rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    color: #000000;
}

.open-account-text-4 {
    position: absolute;
    width: 50.938rem;
    height: 3.375rem;
    right: 36.25rem;
    top: 155.625rem;
    line-height: 1.688;
    display: flex;
    align-items: center;
}

.open-account-frame-img-4 {
    position: absolute;
    height: 5.938rem;
    left: -1.79rem;
    top: 6.786rem;
    transform: rotate(336deg);
}

.open-account-img-4 {
    width: 18.209rem;
    height: 13.063rem;
    margin-left: 150px;
}

.open-account-title-5 {
    position: absolute;
    font-size: 6.875rem;
    display: flex;
    font-weight: 400;
    align-items: center;
    margin-left: -120px;
    margin-top: -36px;
}

.open-account-title-6 {
    font-size: 6.875rem;
    display: flex;
    font-weight: 400;
}

.open-account-img-5 {
    width: 18.209rem;
    height: 13.063rem;
    margin: auto;
    display: flex;
    align-items: center;
}

.open-account-text-title-5 {
    position: absolute;
    height: 67.249rem;
    right: 43.778rem;
    top: 135.994rem;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    display: flex;
    align-items: center;
    color: #000000;
}

.open-account-text-5 {
    position: absolute;
    width: 50.938rem;
    height: 3.375rem;
    right: 13.15rem;
    top: 170.625rem;
    line-height: 1.688;
    display: flex;
    align-items: center
}

.open-account-frame-img-5 {
    position: absolute;
    height: 5.938rem;
    left: 47.21rem;
    top: 0.786rem;
    transform: rotate(8deg);
}

.top-discount-brokers {
    background-color: rgb(210, 245, 226);
    color: #d2f5e2;
    width: auto;
    height: 470px;
    color: #000000;
}

.top-discount-brokers-bg {
    position: relative;
}

.top-discount-brokers-bg:before {
    content: "";
    position: absolute;
    background-image: url('../images/top-discount-brokers-in-India-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.2;
}

.title-top-discount-brokers {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    padding-top: 80px;
    position: relative;
}

.top-full-service-brokers {
    margin-bottom: 80px;
}

.top-discount-brokers-box-img {
    margin: auto;
    padding: 15px;
}

.top-full-service-brokers-img {
    padding: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.top-full-service-brokers-box {
    width: 112px;
    height: 105px;
    border: none;
    margin: auto;
    text-align: center;
}

.top-full-service-brokers-text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.blog-item {
    background: #F3F4FD;
}

.blog-card {
    border: none;
    width: 393px;
    height: 210px;
    margin-bottom: 60px;
}

.blog-text {
    position: absolute;
    padding-top: 140px;
    margin: 10px;
    color: white;
    font-weight: 500;
}

.blog-card {
    width: 393px;
    height: 210px;
    border-radius: 15px;
    padding: 1.5rem;
    background: white;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: 0.4s ease-out;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

.blog-card:hover:before {
    opacity: 1;
}

.blog-card:hover .info {
    opacity: 1;
    transform: translateY(0px);
}

.blog-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 393px;
    height: 210px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
}

.blog-card img {
    width: 393px;
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}

.blog-card .info {
    position: relative;
    z-index: 3;
    color: white;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s;
}

.blog-card .info h1 {
    margin: 0px;
}

.blog-card .info .blog-text {
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
}

.blog-card .info button {
    padding: 0.6rem;
    outline: none;
    border: none;
    border-radius: 3px;
    background: white;
    color: black;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease;
}

.blog-card .info button:hover {
    background: dodgerblue;
    color: white;
}

.faq {
    width: 100%;
    height: 649px;
    background: #FFFFFF;
    background-image: url(../img/faq.png), url(../img/faq2.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
}

.faq-title {
    padding-top: 80px;
    text-align: center;
    margin-bottom: 60px;
}

.accordion-item {
    border: 1px solid #f5eded;
    border-radius: 5px;
}

.accordion-button {
    background-color: #f1ecec;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    background: rgba(244, 244, 244, 1);
}

.accordion-button:focus {
    color: #000000;
}

.accordion-button:not(.collapsed) {
    color: #000000;
}

.accordion-button:focus {
    box-shadow: none;
}

.footer-start {
    background-color: #172a31;
    color: white;
}

.footer-end {
    background-color: #172a31;
    padding: 10px;
    border-top: 1px solid #2F3C5B;
}

.footer-custom {
    padding: 15px;
}

.title-stock-brokers {
    padding-top: 80px;
    margin-bottom: 80px;
    font-weight: 600;
    font-size: 2.5rem;
    color: #000000;
}

.featurette-heading {
    margin-top: 3rem;
}

.page-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #D2F5E2 -8.12%, rgba(225, 255, 239, 0) 15%);
    border-radius: 8px;
}

.text-stock-brokers {
    margin: 0.438rem;
    padding: 0.5rem;
}

.text-stock-brokers-custom {
    font-size: 1rem;
    white-space: nowrap;
    padding: 0.75rem;
}

.stock-brokers-text {
    color: #000000;
    text-align: end;
    font-weight: 500;
    padding: 12px;
}

.stock-brokers-link {
    color: #2BA445;
}

.stock-brokers-link:hover {
    color: #000000;
}

.card-stock-brokers-img {
    border: none;
    text-align: center;
    background: rgba(210, 245, 226, 1);
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

.stock-brokers-brand {
    font-size: 24px;
}

.stock-brokers-star {
    font-size: 18px;
}

.card-broker-comparison-box:hover {
    border: 1px solid rgb(173 228 182);
    cursor: pointer;
    box-shadow: rgb(88 255 28 / 16%) -5px 5px, rgb(80 255 28 / 16%) -10px 10px;
}

.bi-check-circle-fill {
    color: #2BA445;
}

.bi-x-circle-fill {
    color: #CCCCCC;
}

.bi-star-fill {
    color: #ffc738;
}

.open-account-page-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #D2F5E2 -8.12%, rgba(225, 255, 239, 0) 45%);
    border-radius: 8px;
}

.title-open-account {
    font-weight: 600;
    font-size: 32px;
    margin-top: 30px;
}

.card-open-account {
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border: none;
    margin-top: 80px;
    margin-bottom: 60px;
}

.account-form {
    padding: 60px;
}

.account-form input {
    background: #F4F4F4;
    border-radius: 8px;
    height: 44px;
    border: none;
}

.account-form .form-control:focus {
    color: #000000;
    background: #F4F4F4;
    border-radius: 8px;
    height: 44px;
    outline: 0;
    box-shadow: none;
}

.btn-open-account {
    background: linear-gradient(221.18deg, #77D183 38.9%, #23AA8F 75.87%);
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
    margin-top: 30px;
}

.open-your-demat-account-model {
    backdrop-filter: blur(8px);
}

.modal-dialog .modal-header {
    border-bottom: none;
}

.open-account-model-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
    cursor: pointer;
    font-size: 22px;
}

.modal-account-box {
    padding: 15px;
    text-align: center;
}

.title-open-your-demat-account {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}

.open-your-demat-account-img {
    margin-bottom: 20px;
}

.popular {
    margin: 0px auto;
    max-width: 1400px;
}

.btn-open-account-modal {
    background: linear-gradient(221.18deg, #77D183 38.9%, #23AA8F 75.87%);
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

.broker-comparison-page-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #D2F5E2 -8.12%, rgba(225, 255, 239, 0) 70%);
    border-radius: 8px;
}

.title-broker-comparison {
    margin-top: 80px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    color: #000000;
}

.broker-comparison-body {
    text-align: center;
    cursor: pointer;
}

.broker-comparison-card {
    margin-bottom: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    border: none;
    padding: 9px;
}

.broker-comparison-card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.btn-broker-comparison {
    background: #F4F4F4;
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
    margin-bottom: 60px;
    color: #A6A6A6;
}

.broker-comparison-icon {
    font-size: 25px;
    margin-right: 15px;
}

.broker-comparison-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;
    cursor: pointer;
    font-size: 22px;
}

.broker-comparison-model {
    backdrop-filter: blur(8px);
}

.modal-broker-comparison-box {
    padding: 15px;
    text-align: center;
}

.btn-broker-comparison-view {
    background: linear-gradient(221.18deg, #77D183 38.9%, #23AA8F 75.87%);
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

.btn-broker-comparison-view:hover {
    background: linear-gradient(221.18deg, #23AA8F 38.9%, #77D183 75.87%);
    width: 10.125rem;
    height: 3.25rem;
    border-color: rgba(215, 249, 221, 1);
    border-radius: 0.375rem;
    border: none;
    margin-top: 30px;
    margin-bottom: 20px;
}

.text-broker-comparison {
    margin-top: 20px;
}

.broker-comparison-box-link {
    cursor: pointer;
}

.broker-comparison-details-star {
    font-size: 18px;
}

.broker-comparison-details-btn {
    background: rgb(255, 255, 255);
    color: #2BA445;
    box-shadow: 0px 4px 25px rgb(0 0 0 / 8%);
    border-radius: 0px;
    width: 180px;
    height: 40px;
    border: 1px solid #87e69c;
}

.accordion-btn-comparison {
    font-weight: 600;
    font-size: 1.3rem;
}

.bg-comparison-details {
    background: #F4F4F4;
    padding: 15px;
    font-weight: 600;
}

.border-line {
    border-bottom: .8px solid #cccccc4f;
    padding: 10px
}

.border-line-comparison {
    border: 0.8px solid #CCCCCC;
    margin: 0px;
}

.colors-icon {
    color: red;
    margin-left: 10px;
}

a {
    text-decoration: none;
    color: #000000;
}

.btn-ipos {
    width: 17%;
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    position: relative;
    border: 1px solid #34333369;
    border-radius: 10px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    background-color: #fff;
    padding: 17px 60px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.20);
}

.btn-ipos span {
    position: relative;
    z-index: 1;
}

.broker-icon-tf {
    font-size: 1rem;
}

.btn-ipos:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 490%;
    width: 140%;
    background: #e1ffef;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
    transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn-ipos:hover:after {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
    transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.card-ipos {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    transition: all 0.6s ease;
}

.card-ipos:hover {
    cursor: pointer;
    box-shadow: rgb(88 255 28 / 16%) -10px 10px, rgb(80 255 28 / 16%) -20px 20px;
}

.card-broker:hover {
    box-shadow: 1px 3px 11px 3px #a9f3cb !important;
    cursor: pointer;
    transition: box-shadow .3s ease-in;
    -webkit-transition: box-shadow .3s ease-in;
}

.flex-lg-row-reverse {
    margin-top: 70px;
}

.title-top-discount-brokers-box {
    height: 100px;
}

.title-top-discount-brokers-box:hover {
    border: 1px solid rgb(173 228 182);
    cursor: pointer;
    box-shadow: rgb(88 255 28 / 16%) -5px 5px, rgb(80 255 28 / 16%) -10px 10px;
}

.stock-brokers-button-right {
    background: rgb(255, 255, 255);
    color: #2BA445;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
    width: 180px;
    height: 40px;
    border: 1px solid #87e69c;
    position: absolute;
    margin-top: -85px;
    margin-left: -165px;
    border-radius: 5px;
}

.stock-brokers-button-span {
    display: block;
}

.stock-brokers-button-right::before,
.stock-brokers-button-right::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #2BA445;
}

.stock-brokers-button-span::before,
.stock-brokers-button-span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #2BA445;
}

.stock-brokers-button-right:hover::before,
.stock-brokers-button-right:hover::after {
    width: 100%;
}

.stock-brokers-button-right:hover .stock-brokers-button-span::before,
.stock-brokers-button-right:hover .stock-brokers-button-span::after {
    height: 100%;
    border-radius: 30px;
}

.stock-brokers-button-right::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
}

.stock-brokers-button-right .stock-brokers-button-span::after {
    transition-delay: 0.4s;
    right: 0;
    bottom: 0
}

.stock-brokers-button-right::before {
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}

.stock-brokers-button-right .stock-brokers-button-span::before {
    transition-delay: 0s;
    left: 0;
    top: 0;
}

.stock-brokers-button-right:hover::after {
    transition-delay: 0s;
}

.stock-brokers-button-right:hover .stock-brokers-button-span::after {
    transition-delay: 0.2s;
}

.stock-brokers-button-right:hover::before {
    transition-delay: 0.4s;
}

.stock-brokers-button-right:hover .stock-brokers-button-span::before {
    transition-delay: 0.6s;
}

.open-account {
    position: relative;
    margin: 0px;
}

.stock-brokers-button {
    border-radius: 8px;
    height: 40px;
    border: none;
    font-size: 1rem;
    color: #000;
    border: 3px solid #EAECFF;
    background-image: linear-gradient(30deg, #EAECFF 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    transition: background 300ms ease-in-out;
}

.stock-brokers-button:hover {
    background-position: 100%;
    color: #ffff;
    background-color: #2BA445;
}

.scrollTop {
    position: fixed;
    right: 2%;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background-color: #2ef289;
    padding: 4px 0px 0px 10px;
    border-radius: 50px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
    font-size: 30px;
    color: #fff;
}

.attention-required {
    border-radius: 10px;
    background: linear-gradient(180deg, #E7EEFE 0%, #DBF4DF 100%);
}

.normal-card-width {
    padding: 30px 10px 30px 0px;
    height: 10rem;
    text-align: left;
}

.card-width:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    transition: 0.5s ease;
}

.hover-card-shadow:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    transition: 0.5s ease;
}

.sector {
    background-color: #EEF5F9;
    margin: 0px auto;
}
.yearly tbody .sector-inner td{
    background-color: #EEF5F9 !important;
}

.sector-green {
    background-color: #14213D;
    margin: 0px auto;
}

.sector-img {
    width: 4rem;
    margin: 1.5rem auto 0.5rem;
}

.shadow-own {
    box-shadow: -12px 14px 14px 0px rgba(20, 33, 61, 0.01);
}

.fit-card {
    width: 12rem;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--gray-white, #FFF);
    box-shadow: -12px 14px 14px 0px rgba(20, 33, 61, 0.01);
}

.sector-full-width {
    background: var(--primary-light-blue, #EEF5F9);
}

.blue-full-width {
    background: var(--primary-light-blue, #172a31);
}

.table-shadow {
    box-shadow: 1px 14px 14px 0px rgba(20, 33, 61, 0.02);
}

.success-circle {
    background-color: #14213D;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    padding: 7px 16px;
}

.text-btn-primary-with-border {
    --bs-text-opacity: 1;
    color: #14213D;
    border: 1px solid #14213D !important;
}

.text-btn-primary-with-border-white {
    --bs-text-opacity: 1;
    color: #fff;
    border: 1px solid #fff !important;
}

.testinomial {
    flex-shrink: 0;
    box-shadow: -12px 14px 14px 0px rgba(20, 33, 61, 0.05);
    border: 1px solid #DDE0E5;
}

.News {
    flex-shrink: 0;
}

.news-date {
    top: 5%;
    left: 2%;
}

.our-office {
    background-color: #202C48;
}

.navbar .container-fluid.show {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.img-fit-width {
    width: 6rem;
}

.plant my-sm-2 {
    margin: 2rem auto;
}

.bull {
    width: 100%;
    z-index: -9999;
}

.Line-dotted {
    width: 100%;
    left: 0rem;
    top: 22rem;
    z-index: -99999;
}

.Bulb {
    right: 13rem;
    width: 5%;
    top: 18rem;
}

.main-trade {
    margin: 10rem auto 5rem;
}

.drhp-img {
    width: 10rem;
}

.global-share-search:focus {
    box-shadow: none;
}

.navbar-nav .nav-item.active {
    font-weight: 700 !important;
}

.nav-item.active ::after {
    width: 100%;
    transition: width .3s;
    height: 2px;
    font-weight: 800;
    background: #37bc73;
}

@media only screen and (max-width: 1495px) {
    .navbar-brand img {
        width: 200px;
    }
}

.text-light-success {
    color: #14213D;
}

.become-partner-full-width {
    background: linear-gradient(135deg, #DCE7FF 0%, #CCF1D2 100%);
}

.btn-style:hover {
    background: #fff !important;
    color: #14213D !important;
    transition: 0.5s ease !;
}

.btn-color-hover:hover {
    background: #14213D !important;
    color: #fff !important;
    transition: 0.5s ease !;
}

.get-card {
    width: 297px;
    height: 293px;
    background: #F7FBFA;
    flex-shrink: 0;
}

.get-img {
    width: 50px;
    height: 50px;
    margin: 1.5rem auto 0rem;
}

.faq-bg {
    background-image: url(../images/side-color.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.platform {
    height: 440px;
    background: var(--primary-dark-blue, #14213D);
}

.team {
    height: 440px;
    background: var(--primary-dark-blue, #14213D);
}

.buy-sell-video {
    left: 0;
    position: absolute;
    right: 0;
    top: 15rem;
    margin: 0px auto;
    background: transparent;
}

.video-thumb {
    position: absolute;
    left: 0;
    right: 0;
    width: 98%;
}

.reach {
    margin-top: 25rem;
}

.search {
    z-index: 999;
    background: #fffffff0;
}

.Our-team {
    margin-top: 35rem;
}

.has-icon-right .bi-search {
    top: -1.8rem;
    position: absolute;
}

.has-icon-left .form-control {
    padding-left: 2.5rem;
}

.stocks {
    overflow: auto;
    width: fit-content;
    padding: 0rem 0.563rem;
    margin: 0.525rem 0.625rem;
}

.table-height {
    height: 80px;
}

.bg-card-title {
    background-color: #F7F7F7;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #14213D;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}

.lunched {
    width: 18.75rem;
}

.sell-group {
    position: relative;
    margin-top: -48px;
    z-index: 99999;
    border-radius: 0px 0px 10px 10px;
    overflow: auto;
}

.li-color {
    width: 19px;
    background: #14213D;
    height: 19px;
    border-radius: 50%;
    padding: 1px 4px;
    color: #fff;
}

.Search:focus {
    outline: none;
    box-shadow: none
}

.color-bullets li::marker {
    color: #14213D;
    font-size: 1rem;
}

.share-buy-sell .nav-link.active {
    color: #14213D !important;
    border-bottom: 2px solid #14213D !important;
    transition: 0.5s ease;
}

.month-progress .nav-link.active {
    color: #14213D !important;
    background-color: #F0F8F3;
    border-radius: 32px;
    transition: 0.5s ease;
}

.news-email {
    right: 0.9rem;
    top: 2rem;
}

table td {
    font-weight: 500;
}

table th {
    font-weight: 800;
}

.max-vw-100 {
    min-width: 640px;
}

.user-image {
    width: 52px;
    height: 52px;
}

.review .wrapper {
    display: flex;
    flex-direction: column;
}

.review .wrapper .comment {
    display: grid;
    gap: 20px;
    user-select: none;
}

.review .wrapper .comment .content {
    display: grid;
    grid-template-columns: auto 1fr 0px;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
}

.review .wrapper .comment .content .avatar {
    height: 48px;
    width: 48px;
}

.review .wrapper .comment .content .rate .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    border-radius: 999px;
    width: 32px;
    height: 32px;
}

.review .wrapper .comment .content .rate .btn:hover {
    border-color: #969696;
}

.review .wrapper .comment .content-comment {
    flex: 1;
    display: block;
    text-align: justify;
}

.review .wrapper .comment .content-comment .user {
    gap: 12px;
    margin-bottom: 6px;
    align-items: center;
}

.review .wrapper .comment .content-footer {
    margin-top: 12px;
    gap: 12px;
    display: flex;
    align-items: center;
}

.review .wrapper .subcomment {
    display: flex;
    align-items: flex-start;
}

.review .wrapper .subcomment .icon {
    width: 48px;
    height: 48px;
    color: #969696;
    display: flex;
    margin-right: 16px;
    align-items: center;
    justify-content: center;
}

.review .wrapper .subcomment .other_comments {
    flex: 1;
    display: grid;
    gap: 20px;
}

.review h5 {
    color: #1c1c1c;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.review .is-mute {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #969696;
}

.table>:not(caption)>*>* {
    padding: 0.6rem 1rem 0.6rem 0.5rem;
}

.right-down {
    background-image: url(../images/right-up.png);
    content: "";
    background-repeat: no-repeat;
    text-align: left;
}

.cagr-th {
    width: 200px;
}

.checkbox-mine {
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.checkbox-mine:checked[type=checkbox] {
    --bs-form-check-bg-image: url("../images/check2.svg")
}

.mw-13 {
    min-width: 13rem;
}

.mw-10 {
    min-width: 10rem;
}

.img-rotate:hover {
    transform: rotate(360deg);
    transition: 0.5s ease;
    cursor: pointer;
}

.front-img {
    width: 20%;
}

.footer-effect li a {
    color: #ddd;
}

.footer-effect li a:hover {
    color: #fff;
    transition: 0.5s ease;
    padding-left: 1rem !important;
    font-weight: 700 !important;
}

.news-img-container {
    height: 300px;
    overflow: hidden;
}

.news-img-container img {
    object-fit: fill;
    transition-duration: 0.5s;
    width: 100%;
    height: 100%;
}

.news-img-container:hover img {
    scale: 1.1;
}

.w-40 {
    width: 40%;
}

.w-15 {
    width: 15%;
}

.result-container {
    background-color: #fff;
    z-index: 990;
}

.border-custom {
    border: 1px solid #DDE0E5;
}

.rounded-8px {
    border-radius: 8px;
}

.global-share-search {
    border-radius: 0px 8px 8px 0px !important;
}

#basic-addon1 {
    border-radius: 8px 0px 0px 8px;
}

.max-width-search {
    max-width: 1000px;
    width: 100%;
}

.search-height {
    height: 3.2rem;
}

.w-173px {
    width: 173px;
    height: 165px;
}

.top-sector:hover {
    transition: 0.5s;
    transform: translate3d(0, 10px, 0px);
}

.box-hover:hover {
    transition: 0.5s;
    transform: translate3d(0, 10px, 0px);
}

.sorting {
    text-wrap: nowrap;
}

.user-nav {
    transition: 0.5s ease;
}

.crm-bg {
    background-image: url("../images/cmr.png");
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
}

.pan-bg {
    background-image: url("../images/pan.png");
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
}

.opacity-custom {
    background-color: #fff;
    opacity: 0.5;
}

.top--35px {
    top: -35px !important;
}

.box-35 {
    width: 35px !important;
    height: 35px !important;
}

.ls-4px {
    letter-spacing: 4px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 53.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-preview-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 2;
    cursor: pointer;

    &: after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "";
        width: 50px;
        height: 50px;
        background-image: url("../images/icon-play.svg");
        background-position: top left;
        background-repeat: no-repeat;
    }

    &: hover {
        &:after {
            background-position: bottom left;
        }
    }
}

table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

.share-logo {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.speaker-img {
    width: 16.2rem;
    margin: 55px auto;
}

.sector-height {
    height: 300px;
    overflow: auto;
}

.text-justify {
    text-align: justify;
}

/* mobile css */
@media only screen and (min-width: 100px) and (max-width: 270px) {
    .faq {
        margin-bottom: 500px;
    }
}

@media only screen and (min-width: 270px) and (max-width: 350px) {
    .faq {
        margin-bottom: 350px;
    }
}

@media only screen and (min-width: 280px) and (max-width: 450px) {
    .stock-brokers-button-right {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        width: 100%;
    }
}

@media only screen and (min-width: 10px) and (max-width: 430px) {
    .stock-brokers-img {
        height: 18px;
    }

    .text-stock-brokers {
        margin: -1rem;
    }
}

@media only screen and (min-width: 10px) and (max-width: 300px) {
    .stock-brokers-button-right {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
        width: 197px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 400px) {}

.faq {
    margin-bottom: 0px;
    height: 100%;
}
}

@media only screen and (min-width: 400px) and (max-width: 470px) {
    .faq {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
    .lh-sm-base {
        line-height: 1.5 !important;
    }

    .p-sm-15 {
        padding: 15px;
    }

    .lh-sm-48 {
        line-height: 48px;
    }

    .btn {
        padding: 0.25rem 0.5rem !important;
        font-size: .875rem !important;
        line-height: 1.5 !important;
        border-radius: 0.2rem !important;
    }

    .page-bg {
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #D2F5E2 -8.12%, rgba(225, 255, 239, 0) 7%);
    }

    .account-form {
        padding: 10px;
    }

    .broker-comparison-img {
        width: 100%;
    }

    .text-broker-comparison {
        margin-top: 12px;
        font-size: 14px;
    }

    .card-body-py {
        padding: 0px;
        border: 1px #0a0a0a1a solid;
    }

    .broker-comparison-details-star {
        font-size: 14px;
    }

    .broker-comparison-rating {
        text-align: center;
    }

    .sm-star {
        display: none;
    }

    .comparison-text-center {
        text-align: center;
    }

    .comparison-text {
        text-align: center;
        padding: 5px;
        border-bottom: .8px solid #cccccc4f;
    }

    .comparison-font-weight {
        font-weight: 600;
    }

    .mobile-view-banner {
        visibility: visible;
    }

    .open-account-title-6 {
        display: none;
    }

    .center-custom {
        padding: 15px;
        text-align: center;
        margin: auto;
        line-height: 42px;
    }

    .lead {
        font-size: 16px !important;
        line-height: 32px !important;
    }

    .box-custom {
        position: absolute;
        width: 45.938rem;
        height: 17.188000000000002rem;
        left: 0rem;
        top: 27rem;
        background: #C7F8DD;
        border-radius: 78px 78px 0px 0px;
    }

    .text-align-center {
        text-align: center;
    }

    .col-11 {
        width: 100%;
    }

    .navbar-nav {
        margin: 21px;
    }

    .top-discount-brokers-bg {
        height: 100%;
    }

    .iops-section {
        background-color: #FAFAFA;
        padding-top: 5rem !important;
        padding: 0px;
    }

    .title-ipos {
        margin-bottom: 2rem !important;
    }

    .btn-ipos {
        display: none;
    }

    .open-account-section {
        padding: 0px;
    }

    .demat-arrow {
        display: none;
    }

    .broker-icon-tf {
        font-size: 14px;
    }

    .footer-end {
        padding: 15px;
    }

    .flex-lg-row-reverse {
        margin-top: -6rem;
    }

    .accordion-btn-comparison {
        font-size: 1rem;
    }

    .title-broker-comparison,
    .title-top-discount-brokers,
    .title-ipos {
        font-size: 1.5rem;
    }

    .card-ipos {
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0%);
        transition: all 0.6s ease;
    }

    .text-ipos {
        margin: 0.438rem 0.438rem 0.438rem 0rem;
        padding: 0.5rem 0.5rem 0.5rem 0rem;
    }
}

@media only screen and (max-width: 600px) {
    .blog-card {
        width: 100%;
        height: 210px;
        margin-bottom: 30px;
    }

    .blog-card:before {
        width: 100%;
        height: 100%;
    }

    .blog-card img {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 420px) and (max-width: 30000px) {
    .stock-brokers-icon {
        padding: 8px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 992px) {
    .broker-comparison-img {
        width: 110px;
        height: 22px;
    }

    .text-broker-comparison {
        margin-top: 12px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 575px) and (max-width: 30000px) {
    .founding-year {
        display: none;
    }

    .mobile-view-number {
        display: none;
    }

    .mobile-view-banner {
        visibility: hidden;
    }
}

@media screen and (max-width:1920px) {
    .drhp-img {
        width: 20rem;
    }
}

@media screen and (max-width:991px) {
    .transform-90 {
        transform: rotate(90deg);
        margin: 0px auto;
    }

    .Our-team {
        margin-top: 38%;
    }
}

@media screen and (max-width:991px) {
    .transform-index-90 {
        transform: rotate(101deg);
        width: 80px;
        margin: 0px auto;
    }

    .reach {
        margin-top: 0rem;
    }
}

@media screen and (max-width:1440px) {
    .bull {
        top: 24% !important;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
    .bull {
        top: 20% !important;
    }
}

@media screen and (max-width:1400px) {
    .reach {
        margin-top: 16rem !important;
    }
}

@media screen and (max-width:786px) {
    .reach {
        margin-top: 5rem !important;
    }

    .IPOs-bg {
        width: auto;
        height: auto;
    }

    .front-img {
        width: 18rem;
    }

    .fit-card {
        width: 100% !important;
    }

    .get-card {
        width: 100% !important;
        height: auto;
        flex-shrink: 0;
    }

    .lunched {
        width: 10rem;
        margin-top: 1.5rem;
    }

    .Our-team {
        margin-top: 14rem;
    }
}

@media screen and (max-width:576px) {
    .reach {
        margin-top: 8rem !important;
    }

    .row {
        --bs-gutter-x: 1rem !important;
        margin-right: calc(0 * var(--bs-gutter-x));
        margin-left: calc(0 * var(--bs-gutter-x));
    }

    .normal-card-width {
        padding: 10px;
        height: 100%;
    }

    .bg-1 {
        background-size: contain;
    }

    .w-127px {
        width: 159px;
        height: 154px;
    }

    .start-sm-50 {
        left: 50% !important;
    }

    .Our-team {
        margin-top: 15rem;
    }

    .fit-card {
        width: 8rem;
    }

    .fit-card h6 {
        font-size: 13px !important;
    }

    .get-card h6 {
        font-size: 13px !important;
    }

    .main-trade {
        margin: 5rem auto 2rem;
    }

    .drhp-img {
        width: 14rem;
    }

    .platform {
        height: 272px;
    }

    .team {
        height: 306px;
    }

    .buy-sell-video {
        top: 15rem;
    }
}

@media screen and (min-width:2000px) {
    .home-bg {
        width: auto;
        height: 55.25rem;
    }

    .bull {
        top: 12% !important;
    }
}

@media screen and (min-width:1920px) {
    .share-name {
        font-size: 1.4rem;
    }

    .reach {
        margin-top: 32rem;
    }

    .Our-team {
        margin-top: 46%;
    }

    p {
        font-size: 16px !important;
    }

    a {
        font-size: 16px !important;
    }

    li {
        font-size: 16px !important;
    }
}

@media screen and (max-width:600px) {
    .review .wrapper .comment .content-comment {
        max-width: 300px;
        width: 100%;
        word-wrap: break-word;
    }

    .review .wrapper .comment {
        display: block;
    }
}

.btn-light-theme {
    background: #E8E8E8;
    color: #7C7C7C;
    border: 1px solid #E8E8E8;
}

.btn-light-theme:hover {
    background: #14213D;
    color: #fff;
    border: 1px solid #132449;
    transition: 0.3s ease-in-out;
}

.absolute-input-icon {
    position: absolute;
    top: 12px;
    left: 14px;
}

.notification .nav-link,
.nav-pills .show>.nav-link {
    color: #000000;
    background-color: #fff;
    border: 1px solid #DEE2E6;
    border-radius: 24px;
}

.notification .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000000;
    background-color: #C9ECD9;
    border: 1px solid #b9ebd0;
    border-radius: 24px;
}

.mw-150px {
    min-width: 150px;
    width: 100%;
}

.profile-container {
    text-align: center;
}

.profile-wrapper {

    position: relative;
}

.profile-image {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.edit-icon {
    position: absolute;
    top: 12px;
    right: 32px;
    cursor: pointer;
    background-color: #EBF0EC;
    border-radius: 50%;
    padding: 5px;
    height: 32px;
    width: 32px;
    border: 1px solid #DEE2E6;
    display: flex;
    justify-content: center;
    line-height: 1.2;
}

.edit-icon .bi {
    font-size: 16px;
}

#fileInput {
    display: none;
    /* Hide the file input */
}

.text-color-secondary {
    color: #7C7C7C;
}

.text-color {
    color: #212529;
}

.mt--17 {
    margin-top: -17px;
}

.myprofile .nav-link.active,
.nav-pills .show>.nav-link {
    color: #212529;
    background-image: linear-gradient(to right, #D0EFCE, #F3FAF5);
    background-color: transparent;
}

.myprofile .nav-link {
    color: #212529;
    text-align: start;
    margin: 0.2rem 0;
    font-weight: 600;
    background: #fff;
}

.top-section {
    background-image: url('../images/top-bg.svg');
    background-position: center;
    background-size: cover;
}

.fs-7 {
    font-size: 14px;
}

.text-theme-primary {
    color: #198754;
}

.invesment {
    background-image: linear-gradient(to right, #E8F7E7, #F8FCF9);
}

.investment-table .investment-header th {
    font-weight: 600;
    font-size: 14px;
    color: #7C7C7C;
    padding: 12px 16px;
    text-wrap: nowrap;
}

.investment-table .returns {
    color: #21A146;
}

.investment-table .returns.negative {
    color: #a12121;
}

.investment-table tr td {
    font-size: 16px;
    color: #212529;
    padding: 12px 16px;
    vertical-align: middle;
    text-wrap: nowrap;
}

/* Style for the expand/collapse icons */
.btn-toggle {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
}

.accordion-button:after {
    display: none;
}


.bg-light-table {
    background: #F8F8F8 !important;
}

.box-24 {
    height: 24px;
    width: 24px;
}

.investment-table .collapse {
    transition: opacity 0.5s ease-in-out;
    /* Transition for opacity */
    opacity: 0;
    /* Hidden state */
}

.investment-table img {
    width: 32px;
}

.investment-table .collapse.show {
    opacity: 1;
    /* Visible state */
}

.card-doc {
    border: 1px solid #DEE2E6;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.doc-icon {
    font-size: 2rem;
    color: #6c757d;
    margin-right: 20px;
}

.icon-success {
    font-size: 2rem;
    color: #fff;
    background-color: #4CAF50;
    border-radius: 50%;
    padding: 8px;
}

.btn-upload {
    display: inline-block;
    border-radius: 8px;
    padding: 8px 16px;
    background-color: #F0F0F0;
    cursor: pointer;
    color: #000;
    width: fit-content;
}

.icon-download {
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
}

.status-text {
    margin-right: auto;
}

.box-48 {
    height: 32px;
    width: 32px;
}
.box-48  span{
    font-size: 14px;
}
.main-card-section{
    border: 1px solid #DEE2E6;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    
}
.main-card-section .box-48{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;    
}
.main-card-section .box-48 span{
    color: #fff;
    font-size: 16px;
}
.main-card-section .box-text{
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 15px;
}

.main-card-section .ligth-btn:hover{
    color: #000;
}
.table.dataTable>tbody>tr.selected>*{
    box-shadow: unset!important;
    color: #212529!important;
}
.table.transaction-table.dataTable.no-footer{
    width: 100%!important;
}
/* .page-item:first-child .page-link{
    padding: 11px;
}
.page-item:last-child .page-link{
    padding: 18px;
} */
.pagination .page-item .page-link{
    min-height: 38px!important;
}
.main-card-section .bg-light-table span{
    color: #000;
}
.done_all {
    background-image: linear-gradient(to bottom, #80C13F, #21A146);
}

.file-preview {
    max-width: 100%;
    max-height: 100px;
    border: 1px solid #ddd;
    padding: 8px 8px;
    border-radius: 8px;
    overflow: hidden;
}

.file-preview img,
.file-preview embed {
    width: 100px;
    object-fit: cover;
    border-radius: 8px;
}

/* Download button style */
.download-icon {
    cursor: pointer;
}

.transaction-table thead th {
    font-weight: 600;
    font-size: 14px;
    color: #7C7C7C;
    background: #F5F5F5;
    padding: 12px 16px;
}

.transaction-table tbody td {
    font-size: 16px;
    color: #212529;
    padding: 12px 16px;
    vertical-align: middle;
}

.buy_sell {
    background: #F5F5F5;
    padding: 2px 6px;
    border-radius: 18px;
}

.buy_sell .nav-link.active {
    color: #fff;
    padding: 4px 16px;
    border-radius: 14px;
    background-color: #198754;
}

table.dataTable td, table.dataTable th{
    text-wrap: nowrap;
}

text-xs{
    font-size: 0.75rem;
}

  #nta-wa-gdpr {
        vertical-align: text-top !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .nta-wa-gdpr {
        font-size: 11px;
        padding: 5px;
        margin-left: -5px;
        margin-right: -5px;
        border-radius: 4px;
    }

    .nta-wa-gdpr a {
        text-decoration: underline;
        color: inherit;
    }

    .pointer-disable {
        pointer-events: none;
    }

    .nta-woo-products-button:before,
    .nta-woo-products-button:after {
        content: '';
        display: block;
        clear: both;
    }

    .wa__button {
        border-bottom: none !important;
    }

    .wa__btn_w_img:hover {
        text-decoration: none;
    }

    .wa__button,
    .wa__btn_popup,
    .wa__button *,
    .wa__btn_popup *,
    .wa__btn_popup :before,
    .wa__button :before,
    .wa__button :after,
    .wa__btn_popup :after,
    .wa__popup_chat_box,
    .wa__popup_chat_box *,
    .wa__popup_chat_box :before,
    .wa__popup_chat_box :after {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    /* VVV--button--VVV */
    .wa__button {
        position: relative;
        width: 300px;
        min-height: 64px;
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #fff;
        box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
        -webkit-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
        -moz-box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.09);
    }

    .wa__btn_txt {
        display: inline-block;
        font-size: 12px;
        line-height: 1.33em;
    }

    .wa__btn_w_icon .wa__btn_txt {
        padding: 16px 20px 15px 71px;
    }

    .wa__button_text_only .wa__btn_txt,
    .wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
    .wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt {
        padding-top: 25px;
        padding-bottom: 24px;
    }



    .wa__btn_w_icon .wa__btn_txt .wa__btn_title {
        font-weight: 600;
        padding-left: 2px;
        font-size: 14px;
    }

    .wa__cs_info {
        margin-bottom: 2px
    }

    .wa__btn_status {
        color: #F5A623;
        font-size: 9px;
        padding: 2px 0 0;
        font-weight: 700;
    }

    .wa__cs_info .wa__cs_name,
    .wa__cs_info .wa__cs_status {
        display: inline-block;
    }

    .wa__cs_info .wa__cs_name {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.36em;
    }

    .wa__stt_online .wa__cs_info .wa__cs_name {
        color: #d5f0d9
    }

    .wa__stt_offline .wa__cs_info .wa__cs_name {
        color: #76787d;
    }

    .wa__cs_info .wa__cs_status {
        width: 36px;
        height: 14px;
        margin-left: 3px;
        padding: 1px;
        font-size: 9px;
        line-height: 1.34em;
        border-radius: 5px;
        color: rgba(255, 255, 255, 0.98);
        position: relative;
        top: -1px;
        left: 0px;
        text-align: center;
    }

    .wa__stt_online .wa__cs_info .wa__cs_status {
        background: #62c971;
    }

    .wa__stt_offline .wa__cs_info .wa__cs_status {
        background: #b9bbbe;
    }


    .wa__stt_online {
        background: #2DB742;
        cursor: pointer;
        transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        backface-visibility: hidden;
        will-change: transform;
    }

    .wa__stt_online .wa__btn_txt {
        position: relative;
        z-index: 4;
    }

    .wa__r_button.wa__stt_online:before {
        border-radius: 50vh;
    }

    .wa__sq_button.wa__stt_online:before {
        border-radius: 5px;
    }

    .wa__stt_online:before {
        content: '';
        transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0;
        will-change: opacity;
    }

    .wa__button.wa__stt_online:focus,
    .wa__button.wa__stt_online:active,
    .wa__button.wa__stt_online:hover {
        box-shadow: 0px 4px 8px 1px rgba(32, 32, 37, 0.19);
        transform: translate(0, -3px);
        -webkit-transform: translate(0, -3px);
        -moz-transform: translate(0, -3px);
        -ms-transform: translate(0, -3px);
    }

    .wa__button.wa__stt_online:focus:before,
    .wa__button.wa__stt_online:active:before,
    .wa__button.wa__stt_online:hover:before {
        opacity: 1;
    }

    .wa__stt_online.wa__btn_w_icon .wa__btn_icon img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
    }

    .wa__stt_offline {
        background: #EBEDF0;
        color: #595B60;
        box-shadow: none;
        cursor: initial;
    }

    .wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
        padding: 8px 20px 6px 71px;
    }

    .wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt {
        padding: 8px 20px 8px 100px
    }

    .wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
        padding: 8px 20px 8px 70px;
    }

    .wa__btn_w_icon .wa__btn_icon {
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }

    .wa__btn_w_icon .wa__btn_icon img {
        width: 41px;
        height: 69px;
    }

    .wa__btn_w_img {
        position: relative;
        width: 300px;
        margin: 20px 0 20px;
    }

    .wa__btn_w_img .wa__cs_img {
        position: absolute;
        top: 50%;
        left: 0px;
        text-align: center;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
    }

    .wa__btn_w_img .wa__cs_img_wrap {
        width: 79px;
        height: 79px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border: 3px solid #ffffff;
        position: relative;
        overflow: hidden;
    }

    .wa__btn_w_img .wa__cs_img img {
        max-width: 100%;
        height: auto;
        transition: 0.2s ease transform;
        -webkit-transition: 0.2s ease transform;
        -moz-transition: 0.2s ease transform;
    }

    .wa__btn_w_img .wa__cs_img:after {
        content: '';
        background: #ffffff center center no-repeat;
        background-size: 21px;
        display: block;
        width: 27px;
        height: 27px;
        position: absolute;
        top: 20px;
        right: -14px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
        -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
        -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
    }

    .wa__stt_offline.wa__btn_w_img .wa__cs_img:after {
        content: '';
        background: #ffffff url('../img/whatsapp_logo_gray.svg') center center no-repeat;
        background-size: 21px;
        display: block;
        width: 27px;
        height: 27px;
        position: absolute;
        top: 20px;
        right: -14px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
        -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
        -moz-box-shadow: 0px 4px 6px 0px rgba(39, 38, 38, 0.3);
    }


    .wa__btn_w_img .wa__btn_txt {
        padding: 14px 20px 12px 103px;
    }

    .wa__r_button {
        border-radius: 50vh;
    }

    .wa__sq_button {
        border-radius: 5px;
    }

    .wa__sq_button.wa__btn_w_img {
        width: 270px;
        margin-left: 30px;
    }

    .wa__r_button.wa__btn_w_img .wa__cs_img {
        left: -5px;
    }

    .wa__sq_button.wa__btn_w_img .wa__cs_img {
        left: -35px;
    }

    .wa__sq_button.wa__btn_w_img .wa__btn_txt {
        padding: 10px 20px 10px 70px;
        display: table-cell;
        vertical-align: middle;
        height: 66px;
    }

    .wa__btn_txt .wa__btn_title {
        font-weight: 600;
    }

    .wa__r_button.wa__btn_w_img .wa__btn_txt {
        padding: 8px 20px 8px 100px;
        display: table-cell;
        vertical-align: middle;
        height: 66px;
    }

    .wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status {
        margin-left: 3px;
    }

    /* ^^^--button--^^^ */

    /* VVV--popup--VVV */

    .wa__popup_chat_box {
        font-family: Arial, Helvetica, sans-serif;
        width: 351px;
        border-radius: 5px 5px 8px 8px;
        -webkit-border-radius: 5px 5px 8px 8px;
        -moz-border-radius: 5px 5px 8px 8px;
        position: fixed;
        overflow: hidden;
        box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
        -webkit-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
        -moz-box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.04);
        bottom: 80px;
        right: 25px;
        z-index: 998;
        opacity: 0;
        visibility: hidden;
        -ms-transform: translate(0, 50px);
        transform: translate(0, 50px);
        -webkit-transform: translate(0, 50px);
        -moz-transform: translate(0, 50px);
        transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        will-change: transform, visibility, opacity;
        max-width: calc(100% - 50px);
    }

    .wa__popup_chat_box:hover,
    .wa__popup_chat_box:focus,
    .wa__popup_chat_box:active {
        box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
        -webkit-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
        -moz-box-shadow: 0px 10px 10px 4px rgba(32, 32, 37, 0.23);
    }

    .wa__popup_chat_box.wa__active {
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        visibility: visible;
        opacity: 1;
    }

    .wa__popup_chat_box .wa__popup_heading {
        position: relative;
        padding: 10px 43px 10px 74px;
        color: #d9ebc6;
        background: #2db742;
    }

    .wa__popup_chat_box .wa__popup_heading_sm {
        padding: 12px 15px 17px 74px;
    }

    .wa__popup_chat_box .wa__popup_heading:before {
        content: '';
        background: url('images/whatspp.webp') center top no-repeat;
        background-size: 33px;
        display: block;
        width: 55px;
        height: 33px;
        position: absolute;
        top: 20px;
        left: 12px;
    }

    .wa__popup_chat_box .wa__popup_heading_sm:before {
        top: 19px;
        left: 11px;
    }

    .wa__popup_chat_box .wa__popup_heading .wa__popup_title {
        padding-top: 2px;
        padding-bottom: 3;
        color: #ffffff;
        font-size: 18px;
        line-height: 24px;
    }

    .wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
        padding-top: 4px;
        font-size: 12px;
        line-height: 20px;
    }

    .wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro {
        padding-top: 0px;
    }

    .wa__popup_chat_box .wa__popup_heading .wa__popup_intro a {
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
    }

    .wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
    .wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
    .wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active {
        text-decoration: underline;
    }

    .wa__popup_chat_box .wa__popup_notice {
        font-size: 11px;
        color: #a5abb7;
        font-weight: 500;
        padding: 0 3px;
    }

    .wa__popup_chat_box .wa__popup_content {
        background: #ffffff;
        padding: 10px 20px 10px 19px;
        text-align: center;
    }

    .wa__popup_chat_box .wa__popup_content_left {
        text-align: left;
        height: 450px;
        overflow: scroll;
    }

    .wa__popup_chat_box .wa__popup_avatar {
        position: absolute;
        overflow: hidden;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        left: 12px;
        top: 12px;
    }

    .wa__popup_chat_box .wa__popup_avatar.nta-default-avt {
        border-radius: unset;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
    }

    .wa__popup_chat_box .wa__stt {
        padding: 13px 40px 12px 74px;
        position: relative;
        text-decoration: none;
        display: table;
        width: 100%;
        border-left: 2px solid #2db742;
        background: #f5f7f9;
        border-radius: 2px 4px 2px 4px;
        -webkit-border-radius: 2px 4px 2px 4px;
        -moz-border-radius: 2px 4px 2px 4px;
    }

    .wa__popup_chat_box .wa__stt:after {
        content: '';
        background: transparent;
        position: absolute;
        right: 14px;
        top: 26px;
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
    }

    .wa__popup_chat_box .wa__stt.wa__stt_offline:after {
        background-image: none;
    }

    .wa__popup_chat_box .wa__stt.wa__stt_online {
        transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
    }

    .wa__popup_chat_box .wa__stt.wa__stt_online:hover,
    .wa__popup_chat_box .wa__stt.wa__stt_online:active,
    .wa__popup_chat_box .wa__stt.wa__stt_online:focus {
        background: #ffffff;
        box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
        -webkit-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
        -moz-box-shadow: 0px 7px 15px 1px rgba(55, 62, 70, 0.07);
    }

    .wa__popup_content_list .wa__popup_content_item {
        margin: 10px 0 0;
        transform: translate(0, 20px);
        -webkit-transform: translate(0, 20px);
        -moz-transform: translate(0, 20px);
        will-change: opacity, transform;
        opacity: 0;
    }

    .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item {
        transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        transition-delay: 2.1s;
        -webkit-transition-delay: 2.1s;
        -moz-transition-delay: 2.1s;
    }

    .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1) {
        transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
    }

    .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2) {
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
    }

    .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3) {
        transition-delay: 0.7s;
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
    }

    .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4) {
        transition-delay: 0.9s;
        -webkit-transition-delay: 0.9s;
        -moz-transition-delay: 0.9s;
    }

    .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5) {
        transition-delay: 1.1s;
        -webkit-transition-delay: 1.1s;
        -moz-transition-delay: 1.1s;
    }

    .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6) {
        transition-delay: 1.3s;
        -webkit-transition-delay: 1.3s;
        -moz-transition-delay: 1.3s;
    }

    .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7) {
        transition-delay: 1.5s;
        -webkit-transition-delay: 1.5s;
        -moz-transition-delay: 1.5s;
    }

    .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8) {
        transition-delay: 1.7s;
        -webkit-transition-delay: 1.7s;
        -moz-transition-delay: 1.7s;
    }

    .wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9) {
        transition-delay: 1.9s;
        -webkit-transition-delay: 1.9s;
        -moz-transition-delay: 1.9s;
    }

    .wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
    }

    .wa__popup_content_list .wa__popup_content_item .wa__member_name {
        font-size: 14px;
        color: #363c47;
        line-height: 1.188em !important;
    }

    .wa__popup_content_list .wa__popup_content_item .wa__member_duty {
        font-size: 11px;
        color: #989b9f;
        padding: 2px 0 0;
        line-height: 1.125em !important;
    }

    .wa__popup_content_list .wa__popup_content_item .wa__member_status {
        color: #F5A623;
        font-size: 10px;
        padding: 5px 0 0;
        line-height: 1.125em !important;
    }

    .wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
        display: table-cell;
        vertical-align: middle;
        min-height: 48px;
        height: 48px;
    }

    .wa__popup_content_list .wa__popup_content_item .wa__stt_offline {
        border-left-color: #c0c5ca;
    }

    .wa__popup_avt_list {
        font-size: 0;
        margin: 7px 0 24px;
    }

    .wa__popup_avt_list .wa__popup_avt_item {
        display: inline-block;
        position: relative;
        width: 46px;
    }

    .wa__popup_avt_list .wa__popup_avt_img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 2px solid #ffffff;
        left: -7px;
    }

    .wa__popup_call_btn {
        background: #2db742;
        color: #ffffff;
        text-decoration: none;
        display: inline-block;
        width: 275px;
        max-width: 100%;
        font-size: 16px;
        padding: 14px 10px;
        border-radius: 24px;
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        margin: 25px 0 15px;
        box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
        -webkit-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
        -moz-box-shadow: 0px 8px 17px 2px rgba(13, 15, 18, 0.2);
    }

    .wa__popup_call_btn.wa__popup_call_btn_lg:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        background: url('../img/whatsapp_logo_green_sm.svg') 0 0 no-repeat;
        background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        vertical-align: top;
        top: 0px;
        margin-right: -19px;
        left: -31px;
        transition: 0.2s ease background-image;
        -webkit-transition: 0.2s ease background-image;
        -moz-transition: 0.2s ease background-image;
    }

    .wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
    .wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
    .wa__popup_call_btn.wa__popup_call_btn_lg:active:before {
        background-image: url('../img/whatsapp_logo.svg')
    }

    .wa__popup_chat_box_gray {
        border-radius: 2px 2px 8px 8px;
    }

    .wa__popup_chat_box_gray .wa__popup_heading_gray {
        background: #f8f8f8;
        border-top: 3px solid #2db742;
        color: #868c9a;
        font-weight: 500;
    }

    .wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title {
        color: #595b60;
    }

    .wa__popup_chat_box_gray .wa__popup_heading_gray:before {
        content: '';
        background: transparent;
        background-size: 33px;
        display: block;
        width: 55px;
        height: 33px;
        position: absolute;
        top: 20px;
        left: 12px;
    }

    .wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a {
        color: #595b60;
    }

    .wa__popup_chat_box_ct {
        width: 384px;
        text-align: center;
    }

    .wa__popup_chat_box_ct .wa__popup_heading_ct {
        text-align: center;
        padding: 18px 0 18px;
    }

    .wa__popup_chat_box_ct .wa__popup_heading_ct:before {
        content: '';
        background: url(../img/whatsapp_logo.svg) center top no-repeat;
        background-size: 30px;
        display: block;
        width: 30px;
        height: 31px;
        position: absolute;
        top: 15px;
        left: 72px;
    }

    .wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title {
        padding-left: 22px;
        padding-bottom: 14px;
    }

    .wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro {
        margin-top: -5px;
        line-height: 12px;
    }

    .wa__popup_chat_box_ct .wa__popup_ct_avt_list:after {
        content: '';
        clear: both;
        display: block;
    }

    .wa__popup_chat_box_ct .wa__popup_ct_content {
        background: #ffffff;
        padding: 0 0 14px;
    }

    .wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice {
        padding-top: 18px;
        padding-bottom: 15px;
    }

    .wa__popup_chat_box_ct .wa__popup_ct_content_item {
        width: 33%;
        float: left;
        font-size: 10px;
    }

    .wa__popup_chat_box_ct .wa__popup_ct_content_item a {
        text-decoration: none;
        color: #989b9f;
    }

    .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt {
        padding-top: 8px;
    }

    .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name {
        color: #363c47;
        font-size: 13px;
    }

    .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty {
        color: #989b9f;
        padding: 3px 0 0;
    }

    .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online {
        color: #2db742;
        font-size: 9px;
        line-height: 12px;
        display: inline-block;
        padding: 3px 0 0 16px;
        background: transparent;
        background-size: 12px auto;
        -webkit-background-size: 12px auto;
        -moz-background-size: 12px auto;
    }

    .wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline {
        color: #f5a623;
        font-size: 9px;
        line-height: 12px;
        padding: 2px 0 0;
    }


    .wa__popup_chat_box_ct .wa__popup_ct_avatar img {
        border-radius: 50%
    }

    .wa__popup_chat_box_ct .wa__popup_ct_call_btn {
        width: 97px;
        font-size: 11px;
        padding: 9px 10px 11px;
        margin: 15px 0 15px;
    }

    /* ^^^--popup--^^^ */

    /* VVV--popup button--VVV */
    .wa__btn_popup {
        position: fixed;
        right: 30px;
        bottom: 70px;
        cursor: pointer;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 999;
    }

    .wa__btn_popup .wa__btn_popup_icon {
        width: 56px;
        height: 56px;
        background: #000000;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14);
    }

    .wa__btn_popup .wa__btn_popup_icon:before {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: transparent url('images/whatspp.webp') center center no-repeat;
        background-size: 30px auto;
        -webkit-background-size: 30px auto;
        -moz-background-size: 30px auto;
        transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
    }

    .wa__btn_popup .wa__btn_popup_icon:after {
        content: '';
        opacity: 0;
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: transparent url('images/120px-Cross_icon_%28white%29.svg.png') center center no-repeat;
        background-size: 14px auto;
        -webkit-background-size: 14px auto;
        -moz-background-size: 14px auto;
        transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -ms-transform: scale(0) rotate(-360deg);
        transform: scale(0) rotate(-360deg);
        -webkit-transform: scale(0) rotate(-360deg);
        -moz-transform: scale(0) rotate(-360deg);
    }

    .wa__btn_popup.wa__active .wa__btn_popup_icon:before {
        opacity: 0;
        -ms-transform: scale(0) rotate(360deg);
        transform: scale(0) rotate(360deg);
        -webkit-transform: scale(0) rotate(360deg);
        -moz-transform: scale(0) rotate(360deg);
    }

    .wa__btn_popup.wa__active .wa__btn_popup_icon:after {
        opacity: 1;
        -ms-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
    }

    .wa__btn_popup .wa__btn_popup_txt {
        position: absolute;
        width: 156px;
        right: 100%;
        background-color: #f5f7f9;
        font-size: 12px;
        color: #43474e;
        /*top: 15px;*/
        top: 7px;
        /* top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); */
        padding: 7px 0 7px 12px;
        margin-right: 7px;
        letter-spacing: -0.03em;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
    }

    .wa__btn_popup.wa__active .wa__btn_popup_txt {
        -ms-transform: translate(0, 15px);
        transform: translate(0, 15px);
        -webkit-transform: translate(0, 15px);
        -moz-transform: translate(0, 15px);
        opacity: 0;
        visibility: hidden;
    }

    /* ^^^--popup button--^^^ */