
        .productbox {
            background: #fff;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
            transition: .4s;
            height: 100%;
        }
        .productbox img{
            height: 200px;
            object-fit: contain;
            width: 100%;
        }

        .productbox:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
        }

        .product-content {
            padding: 25px;
            text-align: center;
        }

       

       
    
    

    @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;
        }
   