* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.bor {

    margin: 2px;
    width: 250px;
    border: 1px solid rgb(173, 171, 171);
    box-shadow: 1px 1px 1px 1px rgb(247, 242, 242);
}

.card {
    border-radius: 10px;
    border: 1.5px solid #ebebeb;
    width: 235px;
    height: 240px !important;
}

.card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}

.card2 {
    border: 1.5px solid #ebebeb;
    width: 235px;
    height: 240px !important;
}

.card2:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}

.fit {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.boR {
    width: 86vw;
    margin-left: 0;
    justify-content: center;
}

.primary {
    background: #0b2168;
    color: white;
    font-weight: 600;
}

.primary:hover {
    background: green;
    color: white;
    font-weight: 600;
}

.tprimary {
    color: #0b2168;
    background-color: #f3f3f3;
    font-weight: 600;
}

.filter-checkbox {
    margin-bottom: 10px;
}

.supplier-card {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f1f7eb;
    border-radius: 8px;
}

.supplier-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-contact {
    width: 57%;
    margin-top: 10px;
}

.fixed-sidebar {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    padding-top: 270px;
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
    width: 300px;
}

.scrollable-content {
    margin-left: 0px;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
}

.scrollable-content1 {
    box-shadow: 1px 1px 1px 1px rgb(247, 242, 242);
    margin-left: 0px;
    height: 100%;
    overflow-y: auto;
    padding: 0px;
}

.list-group-item {
    display: flex;
    align-items: center;
}

.list-group-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.img-fluid {
    width: 450px;
    height: 300px;
    
}

.social-icon {
    font-size: 30px;
    margin: 5px;
}

.cardank {
    border-radius: 10px;
    border: 1.5px solid #ebebeb;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}


@media (max-width: 768px) {
    .cardank {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}


@media (max-width: 480px) {
    .cardank {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

.imgank-fluid {
    width: 50%;          
    max-width: 500px;     
    height: auto;          
    display: block;        
    margin: 0 auto;      
}

@media (max-width: 768px) {
    .imgank-fluid {
        max-width: 100%; 
    }
}


.thumbnail-gallery {
    width: 96px;
    margin-right: 170px;
}

.card-contact {
    border: 1.5px solid #ebebeb;
    border-radius: 10px;
    width: 465px;
    margin-left: 42px;
    height: 380px;
}

.card-contact:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}

.card-header {
    margin-left: -13px;
    width: 100%;
    margin-top: -13px;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
}

.supplier-card2 {

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;

}

.btn-sms {
    width: 90%;
    margin: 3px;
}

 .carousel-item img {
     height: 500px;
 }


 @media (max-width: 991px) {
     .carousel-item img {
         height: 300px;
     }
     
 }


 @media (max-width: 576px) {
     .carousel-item img {
         height: 200px;
     }
 }

.carousel-item22 img {
    width: 100% !important;
    height: 250px !important;
   
}

#bannerCarousel {
    max-width: 100% !important;
    margin: auto;
}

.carousel-item-1 img {
    width: 100% !important;
    height: 150px !important;
    /* object-fit: cover; */
}

.card-1 a {
    text-decoration: none;
    color: black;
}

.card-1 a:hover {
    text-decoration: none;
    color: rgb(50, 9, 236);
}

.card-1 {
    box-shadow: 0 4px 8px rgba(151, 145, 145, 0.2);
    height: 115px !important;
}

.all-service-card {
    border-radius: 10px;
    border: 1.5px solid #ebebeb;
    width: 346px;
    height: 240px !important;
}

.img-service-detail {
    height: 363px !important;
    width: 617px !important;
}

.singup-box {
    margin: 2px;
    width: 180px;
    border: 1px solid rgb(173, 171, 171);
    box-shadow: 1px 1px 1px 1px rgb(247, 242, 242);
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
}

.service-box {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    height: 350px;
    /* Fixed height for the service box */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Space between elements */
}

.service-box img {
    max-width: 100%;
    height: 150px;
    /* Fixed height for the image */
    object-fit: cover;
    /* Ensure image covers the area without distortion */
    border-radius: 5px;
    /* Match the box's border radius */
}

.service-box h5 {
    margin: 15px 0 10px;
    /* Spacing for title */
}

.service-box p {
    overflow: hidden;
    /* Hide overflow for the description */
    margin-bottom: 10px;
    /* Space below the description */
}

.btn-container {
    margin-top: auto;
    /* Ensure buttons are at the bottom */
}

.service-heading {
    margin: 20px 0;
    /* Space around the heading */
    text-align: center;
    /* Center the heading */
    background-color: antiquewhite;
}

.img-fluid-all-products{
        height: 280px !important;
        width: 240px !important;
        margin-bottom: 10px;
}


.card-ankush{
        border-radius: 10px;
            border: 1.5px solid #ebebeb;
            width: 340px !important;
            height: 555px !important;
            margin-bottom: 15px;
}

.card-ankush:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}

 .card-title{
     text-align: center;
     margin-bottom: 3px;
   
 }
 .card-text-product{
    margin-left: 5px;
 }