 .btnstyl{
          margin-bottom:10px;
          width: 210px;
      }
     .h1styl{
        color: white;
        font-family: auto;
        font-weight: 600;
        font-size:27px;
     }
     .parastyl{
        color: #FFFFFF;;
        font-family: auto;
        font-size:18px;
        text-align: justify;
     }
     .divshdo  {
      border: 1px solid;
      padding: 10px;
      box-shadow: -7px 10px #888888;
    }
 
    .zoom {
      /*padding: 50px;*/
      /*background-color: green;*/
      transition: transform .1s; /* Animation */
      width: 200px;
      height: 200px;
      margin: 0 auto;
    }
    
    .zoom:hover {
      transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }
    .imgdsn{
        width: 100%;
        border-top-left-radius: 35px;
        border-bottom-right-radius: 35px; 
        border: 5px solid #35e6d6;
    }
    
    .nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    }
    .lcol {
        background-color: #fd4a5c;
    }
    .rcol {
       
        background-color: #60ea60;
    }
    .lcol, .rcol {
        float: left;
        width: 50%;
        height: 45px;
        text-align: center;
    }
    
  