h1.heading-h1 {font-size:36px;}
.section-black, 
.main-content.page,
.grey_bk {
    background: #000 !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #fff !important;
}
.faq-bg {
    background: #30123d;
    padding: 20px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.btn-pro {
    background-color: #30123d;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.btn-pro:hover {
    color: #000 !important;
    border: 1px solid #000;
    padding: 10px 20px;
    background-color: #fff;
}
.btn-bannerbt {
    background-color: #30123d;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin:10px;
}
.btn-bannerbt:hover {
    color: #000 !important;
    border: 1px solid #000;
    padding: 10px 20px;
    background-color: #fff;
    margin:10px;
}
.breadcrumb-item.active {
            color: #000;
        }
        ol.breadcrumb li {
    color: #007bff !important;
    font-weight: 400;
}
        ol.breadcrumb li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
ol.breadcrumb li a:hover {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
        .breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
    text-decoration: none;
    content: " » " !important;
}
        .breadcrumb-item+.breadcrumb-item::before {
            color: #fff;
        }
        .bread_link {
    margin: auto !important;
    display: table;
    margin: 30px 0px 0px;
    color: #000 !important;
    text-align: center !important;
    
}
@media (max-width: 1024px) {
        h1.heading-h1 {
        font-size: 28px;
    }
    .home-elevator-title h2 {
    color: #160A25 !important;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3em;
}
    .without-image img{
     max-height: 600px;
    }
    .custom-column {
      width: 100%;
      /*margin-bottom: 0px;*/ /* Optional for spacing */
    }
    .product-bg {
    background-color: #f7f7f7 !important;
    background-image: none !important;
    border-radius: 24px 24px 24px 24px;
    overflow: hidden;
    padding-top: 15%;
    padding-right: 0%;
    padding-bottom: 14%;
    background-size: cover;

}
.product-bg4 img {
    height: auto !important;
    max-height: 500px !important;
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
h2.home-elevator-title {
    color: #160A25 !important;
    font-size: 36px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
}
  }