
._egiftify_button{
    padding: 7px 70px !important;
    text-decoration: none;
    border: 2px solid #000000;
    /*color: #000000;*/
    background: #FFF;
    cursor: pointer;
     outline: none;
     font-size:16px;
     text-decoration: none;
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  text-decoration: none;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  text-decoration: none;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #000000;
   outline: none;
   text-decoration: none;
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
   outline: none;
   text-decoration: none;
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
  text-decoration: none;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #000000;
  color: #FFFFFF;
   outline: none;
   text-decoration: none;
}

.pl-0_sm
{
	    padding-left: 0px;
}

._egiftify_button {
    padding: 7px 30px !important;
}
/*.header-title-image {
    width: 820px;
    max-width: 1920px;
    height: 250px !important;
    display: block;
}*/
}


.landing_image_top_tagline {
   height: 50%;
    text-align: center;
    padding-top: 40px !important;
    color: #282828;
padding-left: 0px !important;
    padding-right: 0px !important;
}

.landing_tagline_heading {
    margin-bottom: 10px !important;
    border-bottom: 2px solid #FFF;
    width: 55%;
    display: inline-block;
    font-size: 40px !important;
}
.gift_category_image {
    width: 100%;
    /*height: 293px;*/
    margin: auto;
    position: relative;
    margin-bottom: 25px;
}
.contant-text{position:relative;}

}

.alignedmiddle{
	margin:auto;
	float:none;
}


.m-a
{
  margin:auto;
  float:none;
}
.n-p-l-r
{
  padding-left:0px;
  padding-right:0px;
}
label
{
    color: #333 !important;
    text-align:left;
    width:100%;
}
.cursor-pointer
{
  cursor: pointer;
}
.info-color
{
  color:inherit; 
}
.upload_to_mobile_overlay
{
background: #fff;padding: 0px;
}
.p-heading
{
margin: 0 auto;font-size: 20px;font-weight: 600;margin-bottom: 25px;    color: #333;
}
.p-text
{
text-align: left;margin-bottom: 25px;
}
.t-a-l
{
text-align: left;
}
.upload_to_mobile_overlay ._check_balance img
{
height:25px;
}
.upload_to_mobile_overlay ._check_balance span
{
    vertical-align: middle;
    padding-left: 5px;
}
.m-b-0
{
  margin-bottom:0px !important;
}
.n-p-l-r-sm
{
   padding-left:0px;
   padding-right:0px;
}
.show-sm 
{
  display:inline-block;
}
.hide-sm
{
  display: none;
}

@media (max-width: 768px)
{
	.n-p-t-md
	{
	  padding-top:0px !important;
	}
    .n-p-l-r-sm
    {
       padding-left:10px;
       padding-right:10px;
    } 
}

@media (max-width: 767px)
{
.p-l-r-15-xs
{
  padding-left:15px;
  padding-right:15px;
}
.n-p-l-r-sm {
    padding-left: 0px;
    padding-right: 0px;
}
    .hide-xs
    {
      display: none;
    } 
    .show-xs
    {
       display:inline-block;
    }
    .p-b-20-xs
{
    padding-bottom: 20px;
}
.n-p-l-r-xs
{
   padding-left: 0px;
    padding-right: 0px;
}
.n-p-t-xs
{
	padding-top:0px !important;
}
}

.field-giftcodebalancemodel-recaptcha
{
display: inline-block;
}

.info-color {
    color: inherit;
}
.m-a {
    margin: auto;
    float: none;
}
.check-balance-label {
    color: #333 !important;
    text-align: left;
    width: 100%;
}
.n-p-l-r {
    padding-left: 0px;
    padding-right: 0px;
}
.active-button
{
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
