
.category-box.style2 ul li a {
    padding: 17px 10px 17px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #2070ba;
}

#gainerloserindicies_section button:hover {
    color: #008940 !important;
}

#gainerloserindicies_section .nav-pills .nav-link.active{
     color: #fff !important;
}

.stock_btn:hover {
    background: rgb(0 144 50);
    border-radius: 4px;
    color: rgb(0 109 199);
    padding: 10px 30px;
    border: 1px solid rgb(0 109 199) !important;
}

.stock_btn1 {
    padding: 6px 6px;
}

.card-body p, .footer p, .services_left h4, .services_left p{
text-align:justify;
}

.hometop a:hover {
    background: #008f3b;
}

.hometop a {
    background: #006dc7;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    padding: 10px 30px;
    border: none !important;
}

.serviceinner_img img {
    max-width: 100%;
    height: 350px;
    object-fit: contain;
}

.halfimg img {
    max-width: 100%;
    height: 350px;
    object-fit: cover;
}

.payment-img img {
    max-width: 100%;
    height: 60px;
    object-fit: contain;
}



.full-screen-section {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
}

.centered-container {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.full-screen-iframe {
    width: 100%;
    height: 100%;
    border: none;
}


