
        .ul-blog-img img.gallery-img {
            cursor: pointer;
        }

        .ul-img-lightbox {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            text-align: center;
        }

        .ul-img-lightbox.active {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ul-lb-content {
            max-width: 85%;
            max-height: 85vh;
            object-fit: contain;
            border-radius: 4px;
        }

        .ul-lb-close {
            position: absolute;
            top: 20px;
            right: 35px;
            color: #fff;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
            z-index: 10000;
        }

        .ul-lb-prev,
        .ul-lb-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            color: #fff;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
            padding: 10px 15px;
            user-select: none;
            z-index: 10000;
        }

        .ul-lb-prev {
            left: 20px;
        }

        .ul-lb-next {
            right: 20px;
        }

        .ul-lb-prev:hover,
        .ul-lb-next:hover,
        .ul-lb-close:hover {
            color: #ccc;
        }

          .n_bxdesign img{
            width: 100%;
            height: 300px;
            object-fit: cover;
           
            
        }
    
    @media only screen and (max-width: 600px) {
        .dds {
            font-size: 9px;
        }

        .headt {
            font-size: 24px;
        }
    }

    @media only screen and (max-width: 400px) {
        .dds {
            font-size: 10.8px;
        }

        .headt {
            font-size: 23px;
        }
    }

    @media only screen and (max-width: 380px) {
        .dds {
            font-size: 12px;
        }

        .headt {
            font-size: 23px;
        }
    }


    @media only screen and (max-width: 350px) {
        .dds {
            font-size: 10px;
        }

        .headt {
            font-size: 21px;
        }
    }

        .n_bxdesign {
            padding: 10px;
            height: 100%;
            background: #f4f4f4;
            border-radius: 10px;

        }

      

        .maintpbar {
            padding-top: 50px;
            padding-bottom: 50px;
        }
    
        .mrgnbtm_mbl {
            margin-bottom: 80px;
        }

        @media only screen and (max-width: 700px) {
            .mrgnbtm_mbl {
                margin-bottom: 20px;
            }
        }
  

  
        .txtsz {
            font-size: 16px;
        }
    
        .ptnr_main {
            background: #9dd7ec;
        }

        .patner_bx {
            background: white;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        }

        .ptnr_main {
            padding-top: 60px;
            padding-bottom: 60px;
        }




        .line_h {
            line-height: 1.0;
        }
   