.logotop{
	width: 75px;
	display: inline-block;
}

.logotop img{
	width: 100%;
	height: 100%;
}

p.logofooter a {
    display: inline-block;
    width: 130px;
    background: #fff;
    padding: 13px;
    border-radius: 10px;
    margin-bottom: 10px;
}
a.linklocation {
    display: inline-flex;
    /* vertical-align: middle; */
    align-items: center;
}
.pdtop {
    padding-top: 50px;
}
div#mobileMenu {
    transition: all 0.3s ease-in-out;
}
.bgimg01 {
    background: url(https://i-engage.in.net/dev2/vaidikgreens/assets/img_omkareshwar.jpg) no-repeat scroll 0 center;
    background-size: cover!Important;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 30px; */
    position: relative;
    z-index: 99;
    height: 193px;
    border-radius: 26px;
    overflow: hidden;
    border: 0;
}
.bgimg02{
    background: url(https://i-engage.in.net/dev2/vaidikgreens/assets/img_maheshwar01.jpg) no-repeat scroll 0 center;
}
.bgimg03{
   background: url(https://i-engage.in.net/dev2/vaidikgreens/assets/img_mandleshwar01.jpg) no-repeat scroll 0 center;
}
.bgimg04{
   background: url(https://i-engage.in.net/dev2/vaidikgreens/assets/ujjain.jpg) no-repeat scroll 0 center;
}
.bgimg01:before {
    background: #00000070;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    border-radius: 20px;
}
.ingolocation {
    position: absolute;
    z-index: 9999;
    top: 48px;
}

h2.fontsize {
    font-size: 45px!important;
}
@media screen and (max-width: 767px) {
    h2.fontsize {
        font-size: 35px !important;
    }
}

/*------popup----------*/
.popup-overlay{
  position:fixed;
  top:0; left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
}

.popup-box{
  background:#fff;
  padding:30px;
  width:100%;
  max-width:420px;
  border-radius:12px;
  position:relative;
  animation:popupZoom .3s ease;
}

@keyframes popupZoom{
  from{transform:scale(0.8); opacity:0;}
  to{transform:scale(1); opacity:1;}
}

.popup-box h2{
  margin-bottom:15px;
  font-size:24px;
  text-align:center;
}

.popup-box input,
.popup-box textarea{
  width:100%;
  padding:12px;
  margin-bottom:12px;
  border:1px solid #ddd;
  border-radius:6px;
}

.popup-box button{
  width:100%;
  padding:12px;
  background:#16a34a;
  color:#fff;
  font-size:16px;
  border:none;
  border-radius:6px;
  cursor:pointer;
}

.close-popup{
  position:absolute;
  top:10px;
  right:15px;
  font-size:26px;
  cursor:pointer;
}

/*------popup-end---------*/


.pdtop {
    padding-top: 50px;
    padding-bottom: 50px;
}