body {
    background-color: #f4f6fa;
}

.desktop-screen .btn-main-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

.desktop-screen .aggregator-single-brand-item {
    display: flex;
    border: 0 !important;
    border-radius: 10px;
}

.desktop-screen .btn-main-box .aggregator-brand-investment {
    width: 100%;
    font-size: 14px;
}

.desktop-screen .btn-main-box a button.cta-btn-one {
    background-color: #c9cfdc !important;
    border: 0;
    border-radius: unset;
    /* box-shadow: 1px 1px 10px #949391; */
    color: #224eca;
    font-weight: bold;
}

.desktop-screen .btn-main-box a button.cta-btn-one:hover {
    color: #224eca;
}

.desktop-screen .aggregator-single-brand-item .img-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.desktop-screen .aggregator-brand-name {
    font-size: 16px;
}

.desktop-screen .btn-main-box a button.cta-btn-two {
    background-color: #266ae0 !important;
    border: 0;
    border-radius: unset;
    font-weight: bold;
    /* box-shadow: 1px 1px 10px #949391; */
}

.desktop-screen .btn.btn-primary:hover {
    background-color: transparent;
    border: 0;
    color: #fff;
}

.desktop-screen .discount-main-box .aggregator-brand-investment {
    display: unset !important;
}

.desktop-screen .discount-main-box {
    align-items: center;
    margin-bottom: 0 !important;
}

.desktop-screen .right-main-box {
    padding: 0 0;
}

.desktop-screen .top-main-box .discount-tag {
    padding: 6px 20px !important;
    font-size: 20px !important;
    color: #fff !important;
    background-color: #a6a6a6;
    border-radius: 0 !important;
    display: block !important;
    margin: 0 !important;
}

.desktop-screen .top-main-box .ss span {
    /* color: #fff !important; */
    background-color: #e3e7fb !important;
    color: #0a0d39 !important;
}

.desktop-screen .top-main-box .aggregator-brand-investment {
    font-size: 18px !important;
}

.desktop-screen .top-main-box .aggregator-brand-investment {
    font-size: 14PX !important;
    font-weight: 500;
    color: #212529 !important;
}

.desktop-screen .price-main-box {
    margin-top: 20px;
}

.desktop-screen .price-main-box span:first-child {
    display: block !important;
    text-align: left !important;
    font-size: 14px !important;
    color: #0A0D39 !important;
    opacity: 0.5;
}



.desktop-screen .price-main-box span {
    text-align: left !important;
}

.desktop-screen .price-main-box span:last-child {
    text-align: left !important;
    font-size: 13px !important;
    color: #000 !important;
    display: flex;
    align-items: center;
}

.desktop-screen .aggregator-industry-sections .aggregator-brands-list-wrapper .aggregator-single-brand-item {
    border: 0;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #ddd;
    transition: 0.6s;
}

.desktop-screen .aggregator-single-brand-item {
    transition: 0.6s;
}

.desktop-screen .aggregator-single-brand-item:hover {
    box-shadow: 0 5px 20px rgba(10, 13, 57, 0.15);
}

.desktop-screen .btn-main-box a {
    margin-bottom: 0 !important;
}

.desktop-screen .btn-main-box a button {
    margin-bottom: 0 !important;
}
/* tootltip */

/*end */

@media (max-width: 1365px) {
    .desktop-screen .price-main-box span:last-child {
        font-size: 13px !important;
    }
}

@media (max-width: 1199px) {
    .desktop-screen .top-main-box .aggregator-brand-investment {
        font-size: 14px !important;
        padding: 10px !important;
    }

    .desktop-screen .price-main-box span:first-child {
        font-size: 14px !important;
    }

    .desktop-screen .btn-main-box .aggregator-brand-investmentP {
        font-size: 18px !important;
    }

    .desktop-screen .aggregator-industry-sections .aggregator-brands-list-wrapper .aggregator-single-brand-item span {
        padding: 0 !important;
    }

    .desktop-screen .price-main-box span:last-child {
        font-size: 13px !important;
    }
}

@media (max-width: 991px) {
    .desktop-screen .right-main-box {
        padding: 10px;
    }
}



@media (max-width: 767px) {

    /* mobile screen css */
    .mobile-screen .prizing-tag {
        /* color: #fff !important; */
        background-color: #e3e7fb !important;
        color: #0a0d39 !important;
    }

    .aggregator-industry-sections .aggregator-brands-list-wrapper .aggregator-single-brand-item .aggregator-img-thumb img {
        height: 150px;
        width: 188px;
        object-fit: contain;
    }

    .mobile-btn-box a button {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }

    .mobile-btn-box a button.cta-btn-one {
        background-color: #c9cfdc !important;
        border: 0;
        border-radius: unset;
        color: #224eca;
        font-weight: bold;
    }

    .mobile-screen .col-6 {
        padding-bottom: 12px;
    }

    .mobile-screen .aggregator-single-brand-item {
        border: 0 !important;
        border-radius: 10px;
    }

    .mobile-screen .aggregator-single-brand-item:hover {
        box-shadow: 0 5px 20px rgba(10, 13, 57, 0.15);
    }
}

/* Custom Tooltip */

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #000;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 5px 10px;
    left: -200px;
    top: 30px;
    position: absolute;
    z-index: 1
}

  
 
  
  .tooltip:hover:after {
    background: #111;
    background: rgba(0, 0, 0, .8);
    border-radius: .5em;
    bottom: 1.35em;
    color: #fff;
    content: attr(data-title);
    display: block;
    left: 1em;
    padding: .3em 1em;
    position: absolute;
    text-shadow: 0 1px 0 #000;
    white-space: nowrap;
    z-index: 98;
  }
  
 

  