 /* start insex body */  

.three-column-images
{
  background:white;
}

.three-column-images .row
{
  text-align:center;
}
.three-column-images img 
{
  margin-bottom:10px;
  margin-top:20px;
}

.three-column-images a
{
  font-weight:bold;
}

/* insex body end */
  
  /*start offer alert css*/



.popup {
      
 
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background: rgb(0, 45, 102,0.2);
  align-items: center;
  justify-content: center; 
   
}


.popup-content {
  height: 35rem;
  width: 50rem;
  background: white;  
   
  
 
  animation: popup .5s ease-in-out forwards;
   
}

span.p {
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 5rem;
  color: red;
  cursor: pointer;
}

.altext{
  margin-bottom: .5rem;
  color: navy;
  text-align : center;
}


 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 80%;
}
 
@keyframes popup {
  from {
    transform: scale(.5);
  }
  to {
    transform: scale(1);
  }
}

  /*end offer alert css*/ 
 
    
  
     
 