﻿   .gallerycls{
            width: 100%;
    height: 80vh;
    overflow: auto;
     background: white; 
    /* margin-top: 2%; */
    overflow-x: hidden;
        }
          .imgpic{
            width:300px;
            height:300px;
            padding:5px;
        }
        .divselections{
            margin:10px;
            margin-top:2%;
        }
        .ddlstate{
            width:200px;
            padding:5px;
            height:30px;
           /*margin-left: 10px;*/
        }
          .ddlbeach{
               width:200px;
               padding:5px;
            height:30px;
         }
       
        .lblhint{
            margin-left:2%;
            font-size:1.2vw;
        }
         .divselections{
            margin:10px;
            margin-top:2%;
             margin-left:5%;
        }

            @media only screen and (max-width: 1500px) {
               .imgpic{
            width:200px;
            height:200px;
            padding:5px;
           }
         }