#home_page .pager a{
    background-color: transparent !important;
}
.whatsappIcon a {
    right: 15px;
    bottom: 15px;
    background: transparent;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    position: absolute;
    z-index: 9;
}

.scroll-top {
    left: 10px;
    bottom: 10px;
}

@media (min-width: 992px) {
.landing_page img.card-img-top.img-fluid {
    width: auto ! IMPORTANT;
    max-width: none;
    max-height: 140px;
}
}

.btn.btn-info.btn-sm.edatalayer.order-1 {
    width: 100%;
}

.product-box .card .card-body .card-text p {
    font-size: 15px;
    color: #555;
}
.product-box .card .card-body .card-text strong {
    font-size: 15px;
    color: #555;
}

.text-secondary {
    color: gray !important;
}

.product-box .card .card-body .card-title {
    font-size: 18px;
    /* text-transform: uppercase; */
    color: #2c2e8c !important;
    font-weight: bold;
}

.product-box .card .card-body .card-text {
    color: #999999;
    line-height: 1.3em;
}

.product-box .card .card-body .card-text p {
    display: none;
}

.product-box .card .card-body .card-text p:first-child {
    display: initial; 
}

.card.hover-box-shadow {
    /* box-shadow: -23px -23px 0 -20px var(--red), 23px 23px 0 -20px var(--red); */
    border: 0;
    /* margin: 2em 0; */
    background-color: #f9f9f9;
}

.card-text hr {
    display: none;
}

body.home_page_body #middle-content #index >h3 {
    margin: 1em;
    text-transform: uppercase;
    color: black;
    font-size: 1.5rem;
}

.home_page_body .body-container {
    padding-top: 0;
}

input#top_search {
    min-width: 300px;
}

.footer-content h4 {
    color: #333333;
}
/*
.carouselimages {
    text-align: center;
    height: 400px;
}

#product_images .carousel-item img, .kit_product_info .carousel-item img {
    height: 400px;
    width: auto !important;
}
#product_images iframe {
    height: 400px;
}
*/
@media (max-width: 768px) {
    .fotter_bottom .col-12:nth-child(1), .fotter_bottom .col-12:nth-child(2) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

#footersubscribe_sidebar {
    background-color: #f2f8ff;
    padding: 1em;
}

.custom-control.custom-control.custom-checkbox {
    max-width: 100%;
}

.navbar .navbar-brand {
    max-width: 100%;
    margin: auto;
}