.mandir-pooja-heading-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 10px;
}

.mandirPooja-container {
    margin: 10px 10px;
}

.pooja-heading .product-heading {
    font-size: 24px;
    font-size: 600;
    line-height: 36px;
}
.breadcumbSet{
    margin-top: 7px;
}
.pooja-search-field {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-form-control {
    background-color: #fcfcfc !important;
    font-size: 16px;
    border-radius: 4px;
    color: #000000;
    display: block;
    width: 100%;
    padding: 0.345rem 1.9rem;
    outline: none;
    border: none;
    border: 1px solid grey;
    height: 36px;
}
.searchicon{
    position: absolute;
    top: 8px;
    left: 7px;
}
button.searchBtn {
    position: absolute;
    right: 4px;
}
.pooja-search-container {
    width: 33%;
}

.mandir-pooja-box {
    flex: 0 0 auto;
    max-width: 100%;
    width: calc(32.33% - 20px);
    margin: 12px;
}
.section-padding-bottom-30{
    margin-bottom: 30px;
}

.mandir-pooja-link {
    text-decoration: none;
}

.mandirpooja-wrapper {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.mandirpooja-wrapper:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.mandirpooja-wrapper:hover .Mandirproduct-details .book_now-section .right-book-now .btnBook-now {
    background-color: rgb(255, 112, 0);
    color: #fff;
}

.product-image img {
    border-radius: 10px 10px 0px 0px;
    height: 180px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    max-width: 100%;
}

.Mandirproduct-details {
    margin-top: 16px;
}

.Mandirproduct-details .product-inner {
    padding: 0px 16px;
}

.Mandirproduct-details .product-inner .product-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: black;
    margin-bottom: 4px;
}

.Mandirproduct-details .product-inner .product-title {
    font-size: 14px;
    line-height: 21px;
    color: rgb(112, 112, 112);
    margin-bottom: 4px;
}

.Mandirproduct-details .book_now-section .left-book-now .Mandir-pooja-price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: black;
}

.Mandirproduct-details .book_now-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(230, 230, 230);
    padding: 9px 15px;
}

.Mandirproduct-details .product-inner .product-date {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgb(0, 0, 0);
    margin-bottom: 14px;
}

.Mandirproduct-details .book_now-section .right-book-now .btnBook-now {
    color: rgb(255, 112, 0);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    height: 38px;
    border: 1px solid rgb(255, 112, 0);
    width: 170px;
    border-radius: 5px;
    background-color: white;
    cursor: pointer;
}

.Mandirproduct-details .book_now-section .right-book-now .btnBook-now:hover {
    background-color: rgb(255, 112, 0);
    color: #fff;
}
.mandir_banner{
    width: 100%;
    padding: 10px;
}
.mandir_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.mandir_mob_banner{
    display: none;
}

@media (min-width:767px) and (max-width:1092px) {
    .mandir-pooja-box {
        flex: 0 0 auto;
        max-width: 100%;
        width: calc(50% - 20px);
        margin: 10px 10px;
    }
}

@media (max-width:767px) {
    .mandir-pooja-box {
        flex: 0 0 auto;
        max-width: 100%;
        width: calc(100% - 20px);
        margin: 10px 10px;
    }

    .pooja-heading .product-heading {
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        padding: 0px 0px 6px 10px;
        margin-top: 10px;
    }

    .Mandirproduct-details .product-inner .product-name {
        font-size: 16px;
        line-height: 24px;
    }

    .Mandirproduct-details .book_now-section .left-book-now .Mandir-pooja-price {
        font-size: 14px;
        line-height: 21px;
    }
    .pooja-heading{
        order: 1;
    }
    .mandir-pooja-heading-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0px;
    }
    .pooja-search-container {
        width: 100%;
    }
    .mandir-pooja-banner{
        display: none;
    }
    .Mandirproduct-details .book_now-section .right-book-now .btnBook-now {
        background-color: rgb(255, 112, 0);
        color: #fff;
    }
    .mandir_mob_banner{
        width: 100%;
        padding: 0px;
        display: block;
        margin-top: 16px;
    }
    .mandir_mob_banner img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 10px;
    }
    .Mandirproduct-details .product-inner .product-date{
        font-size: 14px;
    }
}