    .product-section.img-unavailable .product-image {
        display: none;
    }
    .product-section.img-unavailable .product-data {
        width: 100%;
    }
    .related-product{
        display:none;
    }
/*css for default header bg white imp for product page header*/
    .btTransparentLightHeader .mainHeader {
        color: #042c4c;
        background: #fff;
        box-shadow: 0px 13px 17.9px 0px #0000000A;
    }
    .bt-logo-area .logo img.btAltLogo {
        display: block;
        margin: 20px 0;
    }
    .bt-logo-area .logo img{
        display:none;
    }
    .btIconWidgetIcon img.btAltLogo, .btIconWidgetIcon .bm-icon-color{
        display:block;
    }
    .btIconWidgetIcon img.btMainLogo, .btIconWidgetIcon .bm-icon-bright{
        display:none;
    }
    .btTransparentLightHeader .bt-below-logo-area .menuPort{
        border-top:1px solid #042c4c36;
    }
    .btLightSkin{
        background-color:#fff !important;
    }
/*css end for bg white header*/
    .product-section li.breadcrumb-item {
        letter-spacing: -0.04em;
    }
    .product-section li.breadcrumb-item.active {
        color: #1E1E1E;
        opacity:100%;
    }
    .feature-icons {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

    .feature-icons .icon {
      text-align: center;
      width: 136px;
    }

    .icon img {
      width: 50px;
      height: 50px;
      margin-bottom: 10px;
    }

    .enquire-btn {
      margin-bottom: 20px;
    }

    .product-description {
      margin-top: 30px;
    }
    .product-section{
        padding-top:14em;
    }
    .product-section h1{
        font-size:54px;
        color:#1E1E1E;
        letter-spacing: -0.05em;
        max-width:500px;
    }
    .product-section h4, .related-product h4{
        color:#000000BD;
        font-size:18px;
        border-bottom: 1px solid #2F8DDB;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-bottom:15px;
        text-align: left;
    }
    .product-section p, .product-section li{
        font-size: 18px;
        letter-spacing: -0.03em;
        color: #1E1E1E;
        opacity:47%;
    }
    .feature-icons p{
        font-size:15px;
        line-height:17px;
    }
    .products-section {
        text-align: center;
        margin: 20px;
    }
    
    .product-container {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .product {
        width: 30%;
        text-align: center;
    }
    
    .product img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    
    .product p {
        font-size: 14px;
        margin: 10px 0;
    }
    
    .product a {
        text-decoration: none;
        color: #007bff;
        font-weight: bold;
    }
    .related-product .card{
        background:none;
        border:none;
    }
    .related-product h5{
        color:#1E1E1E;
        font-size:20px;
        text-align: left;
    }
    .enquire .bt_bb_icon_holder:before {
        content: "";
        background: url(../image/enquire_light.svg) no-repeat center center;
        background-size: contain;
        width: 32px;
        height: 34px;
    }
    .enquire.bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon:hover .bt_bb_icon_holder:before {
        background: url(../image/enquire_dark.svg) no-repeat center center;
        background-size: contain;
        width: 32px;
        height: 34px;
    }
    .bt_bb_icon_color_scheme_11.bt_bb_button.bt_bb_style_with_huge_icon a.bt_bb_link .bt_bb_icon_holder:after{
        background:#fff;
    }
    .card img.card-img-top {
        width: 416px;
        border-radius: 20px;
    }
    /*header and mob menu css of product page*/
    @media(max-width:991px){
        .product-section {
            padding-top: 6em;
        }
        .btTransparentLightHeader .bt-vertical-header-top {
            color: #fff;
            background: #ffffff;
            box-shadow: 0px 13px 17.9px 0px #0000000A;
        }
        .btIconWidgetIcon .bm-icon-bright{
            display:block !important;
        }
        .btIconWidgetIcon .bm-icon-color{
            display:none !important;
        }
        .bt-logo-area .logo img.btAltLogo{
            margin:0;
        }
    }
    @media(max-width:767px){
        .product-section h1 {
            font-size: 42px;
        }
        .product-data {
            padding-top:30px;
        }
        .product-data .desk-breadcrumb{
            display:none;
        }
        .feature-icons{
            justify-content: center;
        }
    }