/* Landscape phones and down */

@media (max-width: 320px) and (max-width:568px) 
{
/*26/02/18 (vasu)*/
.mess_day2 {
  margin: 0 !important;
  width: 100% !important;
}
.copy_rgt2 > p {
  float: none !important;
}
/*27/02/18 (vasu)*/
.upcoming_ents2 {
  margin: 0 0 7px 0 !important;
}
img.img-responsive {
    margin: auto;
}
.gall_con3 {
  top: 111px !important;
  width: 25% !important;
}

}

@media (min-width: 360px) and (max-width: 640px)
{
/*26/02/18 (vasu)*/
.mess_day2 {
  margin: 0 !important;
  width: 100% !important;
}
.copy_rgt2 > p {
  float: none !important;
}
/*27/02/18 (vasu)*/
.upcoming_ents2 {
  margin: 0 0 7px 0 !important;
}
img.img-responsive {
    margin: auto;
}
.gall_con3 {
  top: 139px !important;
  width: 25% !important;
}

}


@media (min-width: 412px) and (max-width: 732px)
{
/*26/02/18 (vasu)*/
.mess_day2 {
  margin: 0 !important;
  width: 100% !important;
}
.copy_rgt2 > p {
  float: none !important;
}
/*27/02/18 (vasu)*/
.upcoming_ents2 {
  margin: 0 0 7px 0 !important;
}
img.img-responsive {
    margin: auto;
}
.gall_con3 {
  top: 176px !important;
  width: 25% !important;
}

}



/* Landscape phone to portrait tablet */

@media (min-width: 481px) and (max-width: 767px)
{

}

 
/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) 
{
/*26/02/18 (vasu)*/
.mess_day2 {
  margin: 0 !important;
  width: 100% !important;
}
/*27/02/18 (vasu)*/
.gall_con3 {
  top: 149px !important;
  width: 22% !important;
}

}

@media (min-width: 980px) and (max-width: 1199px)
{
/*26/02/18 (vasu)*/
.mess_day2 {
  margin: 0 !important;
  width: 100% !important;
}
/*27/02/18 (vasu)*/
.gall_con3 {
  top: 149px !important;
  width: 22% !important;
}

}
 
/* Large desktop */

@media (min-width: 1200px) 
{
  .hom_bann img{
  	height:500px;
  }
 
} 
@media (min-width:768px){
  .blue_bg_addr{
    /*padding: 50px 50px 10px 10px !important;*/
  }
  #main_temple_address{
    line-height: 25px;
    /*font-weight: bold;*/
    color: #747171;
    
  }
}
@media (max-width:768px){
  #openMapTab{
    margin-left:0;
  }
}