.main h1{
    text-align: center;
    color: #ec5151;
    /* font-family: initial; */
    font-size: 25px;
    }
    .firstpicbox{
        display: flex;
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .firstpic img{
        width: 280px;
        height: 200px;
        margin-left: 25px;
        margin-top: 20px;  
    }
    /* .firstpic img, .secondpic img{
        width: 280px;
        height: 200px;
        margin-left: 25px;
        margin-top: 10px;  
    } */
    
    
    /* .secondpicbox{
        display: flex;
        padding-left: 50px;
        margin-top: 20px;
    } */
    /* .thirdpic img{
        width: 300px;
        height: 200px;
        padding-left: 50px;
        margin-top: 10px;
    } */
    /* .thirdpic img, .fourtpic img{
        width: 280px;
        height: 200px;
        margin-left: 25px;
      
    } */
    /* .thirdpicbox{
        display: flex;
        padding-left: 50px;
        margin-top: 20px;
    } */
    /* .fivepic img{
        width: 280px;
        height: 200px;
        padding-left: 50px;
        margin-top: 10px;
    } */
    /* .fivepic img, .sixpic img{
        width: 280px;
        height: 200px;
        margin-left: 25px;
    } */
    img:hover{
        -ms-transform: scale(1.1); /* IE 9 */
        -webkit-transform: scale(1.1); /* Safari 3-8 */
        transform: scale(1.1); 
    
    }
     /* ..............................Medium Screen Responsive............................................ */
     @media only screen and (max-width: 750px) {
            
        .logo{
            margin-left: 20px;
        }
        
        .hrd{
            margin-left: 40px; 
        }
        .hrd h1{
            font-size: 24px !important;  
        }
      }
       /* ..............................Mobile Responsive............................................ */
       @media only screen and (max-width: 450px) {
        .main h1{
            text-align: center;
        }
        .firstpicbox,.secondpicbox,.thirdpicbox{
            display: inline-block;
        }
        .firstpicbox{
            padding-left: 0 !important;
        }
        .firstpic img {
            margin-left: 0 !important;
            margin-top: 20px;
            width: 100%;
            padding-left: 30px;
            padding-right: 30px;
        }

      }
    