/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:5px solid #ffeecb;
  background-color:rgba(255, 255, 255, 0.66);
  min-height:675px;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.price {
  font-size: 36px;
  line-height: 36px;
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.single-table ul li {
  line-height: 30px;
}

.single-table.featured {  
  color: #000;
}

.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}
/* your styles go here */


.single-table.featured{
  color: #028fcc;
}


.single-table.featured{
  background-color:#028fcc;
}


.h5a
 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 200;
  -line-height: 1.3;
  color: #6d6e71;
  text-transform:none;
  letter-spacing: -0.01em;
  padding-top:-50px;
}
.more-btn{
	font-family: 'Josefin Sans', sans-serif;
	font-weight:100;
	color: #fff;
    background-color: #eb5879;
}
.gallery-box{
	padding:50px 0 !important;
}

.services-bg {
  position: relative;
  width: 100%;
  height: auto;
  -color: #fff;
  -background-color: #111;
  min-height: 500px;
  -padding: 0;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-attachment: fixed;
}

#google-map{
	height:300px;
}
.map-overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:450px; /* your iframe height */
   top:450px;  /* your iframe height */
   margin-top:-450px;  /* your iframe height */
}	
	
	
