.blue-color {
    color: #000000;
}

.img-text {
    font-size: 14px;
}

.img-flex {
    display: flex;
}

.background-image-container {
    background-image: url('./assets/images/02_pandharpuri.jpg')  !important;
}
.d-flex {
    display: flex;
}
.justify-center {
    justify-content: center;
}
.m-20 {
    margin: 20px 0 20px 20px;
}
.m-10-20 {
    margin: 10px 20px;
}
.ms-25 {
    margin: 25px 0;
}
.mb-50 {
    margin-bottom: 50px;   
}
.p-0 {
    padding: 0 !important;
}
.fw-6 {
    font-weight: 600;
}
.black-color {
    color: #252525;
}
.text-indent {
    text-indent: 50px;
}
.font-22 {
    font-size: 22px;
}
.warning-box {
    width: fit-content;
    padding: 0 25px;
    margin: 0 auto;
}
.navbar-fixed-top {
    top: 0 !important; 
    border-width: 0 0 1px !important;
}

.product-details {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    color: #252525;
    font-weight: 600;
}

.h2:after, h2:after {
    content: "...";
    color: #1763e9;
    display: none !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pos-fix {
    position: relative !important;
    bottom: -50px;
    right: 0px;
}

.main-div {
    min-height: 100vh;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: black !important;
}

.color-black {
    color: black !important;
}

.btn-primary {
    color: #000 !important;
    background-color: transparent;
    border-color: #000000 !important;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #000000 !important;
    color: #fff !important;
    border-color: #000000 !important;
}

.btn-info, .btn-info.focus, .btn-info:focus {
    color: #000000 !important;
    background-color: transparent;
}
.btn-info {
    border-color: #000000 !important;
}

.btn-info:focus, .btn-info:hover {
    background-color: #000000 !important;
    color: #fff !important;
    border-color: #000000 !important;
}

.p-tb {
    padding: 40px 0;
}

.mt-20 {
    margin-top: 20px;
}

.d-center {
    justify-content: center;
    display: flex;
}

.carousel-control {
    color: #000 !important;
}

.section-container {
    padding: 60px 0 0 !important;
}

.width-230 {
    width: 230px;
}

.ml-30 {
    margin-left: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}