h5{
justify-content: left;
}
.col_top
{   text-align: center;
    padding: 20px;
    margin:12px;
    background-color: rgb(241, 241, 241);
}

.img-thumbnail_r
{   
    margin-bottom: 10px;
    padding:.10rem;
    background-color:#fff;
    border:1px solid #dee2e6;
    border-radius:.8rem;
    max-width:100%;
    height:auto;
}

.clean-block_features2
{
    background-color: rgb(241, 241, 241);
   
    
}

.container_2
{
    justify-content: center;
}


.map-responsive{

overflow:hidden;

padding-bottom:56.25%;

position:relative;

height:0;

}

.map-responsive iframe{

left:0;

top:0;

height:100%;

width:100%;

position:absolute;

}

/* unvisited link */
a:link {
    color: #3B99E0;
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: rgb(170, 170, 170);
    text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
  
  /* selected link */
  a:active {
    color: rgb(0, 0, 0);
    text-decoration: none;
  }

  .dummy
  {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size:xx-small;
    

    
  }

  /**THE SAME CSS IS USED IN ALL 3 DEMOS**/    
/**gallery margins**/  
ul.gallery{    
  margin-left: 3vw;     
  margin-right:3vw;  
  }    
  
  .zoom {      
  -webkit-transition: all 0.35s ease-in-out;    
  -moz-transition: all 0.35s ease-in-out;    
  transition: all 0.35s ease-in-out;     
  cursor: -webkit-zoom-in;      
  cursor: -moz-zoom-in;      
  cursor: zoom-in;  
  }     
  
  .zoom:hover,  
  .zoom:active,   
  .zoom:focus {
  /**adjust scale to desired size, 
  add browser prefixes**/
  -ms-transform: scale(1.1);    
  -moz-transform: scale(1.1);  
  -webkit-transform: scale(1.1);  
  -o-transform: scale(1.1);  
  transform: scale(1.1);    
  position:relative;      
  z-index:100;  
  cursor: pointer;
  }
  
  /**To keep upscaled images visible on mobile, 
  increase left & right margins a bit**/  
  @media only screen and (max-width: 768px) {   
  ul.gallery {      
  margin-left: 15vw;       
  margin-right: 15vw;
  }
  
  /**TIP: Easy escape for touch screens,
  give gallery's parent container a cursor: pointer.**/
  .DivName {cursor: pointer}
  }