@media (min-width: 100px) and (max-width: 991px) {


/*** FORGET PASSWORD PAGE CSS START ***/

.Forgot-card {
    font-size: 0.9em;
    background-color: #477099;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    margin: auto;
}

/*** FORGET PASSWORD PAGE CSS END ***/


/**  GALLERY PAGE CSS START ***/
.gallery-main{
	background:#fff;
}

.gal-sub-card{
	background:#ececec;
	padding:10px;
	width:341px;
}

.gal-Addbtn{
	border-radius:25px;
}

.gal-badge{
	height:25px;
}

.gal-icard{
	margin: 0 auto 0 auto;
}
/**  GALLERY PAGE CSS END ***/


/*** Plans page css start ***/
.secb-padding{
	padding-bottom:100px;
}

.price-footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: #ccc;
  text-align: center;
}

.price-top{
	margin-top:8px;
	}

.promo-btn1{
  padding:5px 10px 5px 10px;
  border-radius:25px;
  background:#ed1e5b;
  font-size:14px;
}	

.promo-title1{
	font-size:14px;
}

.bg-card-list{
	margin-top:20px;
}

.plan-amount1{
	font-size:35px;
}

/*** Plans page css End ***/

/*** MY Package CSS Start ***/

.mypackage-btn1{
    padding: 5px 50px 5px 50px;
    border-radius: 25px;
    background: #ff5069;
    text-wrap: nowrap;	
}
/*** MY Package CSS End ***/

}