body, html {
margin: 0;
padding: 0;
background: #4DB256;
font-family: arial;
width: 100%;

}

.footer-menu-bar { 
    
 padding: 0px; position: fixed; z-index: 99; background: #4DB256; width: 100%; bottom: 0;  
 display: flex;
 flex-direction: row;
-webkit-box-shadow: 1px -9px 20px -16px rgba(1,8,0,1);
-moz-box-shadow: 1px -9px 20px -16px rgba(1,8,0,1);
box-shadow: 1px -9px 20px -16px rgba(1,8,0,1);
 
    
}

.loader-ad-holder {
    
    min-height: 30vh; 
    background-color: rgba(255,255,255,1); 
    margin: 2vh auto; 
    width:50%; 
    border-radius: 5px;
    padding-bottom: 20px;
}

.quick-bite-text {
 
 font-size: 0.8rem; font-weight: 600;   
    
    
}

.article-holder  {
    
width:93%;
text-align: justify;  
text-align-last: left;
padding: 20px 15px;
background: #F4F9F5;
border-radius: 5px;
    
}

.white_xs_form textarea { 
    
    color: #003D0A!important;
    caret-color: #003D0A!important;
}

.quick-tab {
    
width: 94%; padding: 10px; background: rgba(200,200,200,.1); border-radius: 10px; margin-top: 20px;
    
}


.article-holder p, 
.article-holder h1, 
.article-holder h2,
.article-holder h3,
.article-holder h4,
.article-holder h5,
.article-holder h6 {
    
    color:#003D0A!important;
}

.article-holder p { font-weight: 400; }

.keyword-tag { background: rgba(220,220,220,.1); margin-right: 5px; margin-bottom: 5px; border-radius: 10px; padding: 3px 10px; display: inline-block; font-size: 10px; }

.article-block {

width: 100%;
    
    
}


.loader-ad-img { 
    
    width: 30%; padding: 20px;
    
}

.loader-ad-btn-holder { width: 30%; }


.footer-icon-link { 

padding: 10px 0px 5px 0px; 
width: 100%;
display: block;

}

.footer-icon-text { 

font-size: 8px!important; color: rgba(255,255,255,1); font-weight: 600; padding: 0px; margin: 0px 0px 3px 0px;   
    
    
}

.footer-icon-link:active, .footer-icon-link:hover, .footer-icon-link:focus { 
 
 opacity: 0.6!important;  
    
}

.gift-card-block-50 {
    text-align: left; margin: auto; flex: 0 0 50%; max-width: 50%;
    
}

.gift-card-block-100 {
    text-align: left; margin: auto; flex: 0 0 100%; max-width: 100%;
    
}

.gift-card-block-45 {
    text-align: left; margin: auto; flex: 0 0 50%; max-width: 50%;
   
}

.gift-card-block-row {

display: flex; flex-direction: row;
    
    
}

.footer-menu-block { 
    
   margin: auto; 
    flex: 0 0 10%;
    max-width: 10%;
    text-align: center;
    border: 0px solid rgba(255,255,255,0.1);
    color: #ffffff!important;
    
}

input, select, button { 

-moz-appearance: none; -webkit-appearance: none; appearance: none;

}

select { background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%; }

.gl-toolbay-holder { padding: 20px 10px 20px 10px; background: rgba(100,100,100,.1)!important; width: 95%; border-radius: 10px; box-shadow: 1px 2px 5px rgba(0,0,0,.2);}
.gl-app-logo {
    
padding: 20px; 
width: 120px;
    
}
.gl-icon {
    
     padding: 0px!important; width: 30px!important; height: 30px!important; text-align: center!important; border-radius: 50%!important; font-size: 1.6rem!important; margin-bottom: 30px;  font-weight: 600; background: rgba(0,0,0,0)!important; margin-top: -5px; margin-left: 2rem;
}

.gl-icon-right { float: right; margin-right: 0rem!important; margin-left: 1rem; }
.gl-icon-left{ float: left; margin-left: 0rem!important; margin-right: 1rem; }

/* This is for the iframe scroll bar */

.greenlite-widget-portal-new::-webkit-scrollbar {
    width: 5px!important;
}
 
.greenlite-widget-portal-new::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
}
 
.greenlite-widget-portal-new::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0px solid slategrey;
}


/* Menu Scroller was styled on the menu page - didn't respond here */

.menu-scroller::-webkit-scrollbar {
    width: 5px!important;
}
 
.menu-scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.menu-scroller::-webkit-scrollbar-thumb {
  background-color: rgba(100,100,100,.1);
  outline: 1px solid rgba(100,100,100,.2);
}


h1,h2,h3,h4,h5,h6,p,a {

color: #fff;
text-decoration: none;
letter-spacing: 1px;


}


div::-webkit-scrollbar {
    width: 0em;
}

.sharp_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0);
}

.sharp_scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.2);
  outline: 1px solid rgba(255,255,255,0);
}

.sharp_scroll::-webkit-scrollbar-corner {
  background-color: rgba(255,255,255,0);
}


.sharp_scroll::-webkit-scrollbar {
    width: 0.5em;
}

.sharp_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0);
}

.sharp_scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.2);
  outline: 1px solid rgba(255,255,255,0);
}

.sharp_scroll::-webkit-scrollbar-corner {
  background-color: rgba(255,255,255,0);
}


.sharp_scroll::-webkit-scrollbar {
    width: 0.5em;
}

.sharp_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0);
}

.sharp_scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.2);
  outline: 1px solid rgba(255,255,255,0);
}

.sharp_scroll::-webkit-scrollbar-corner {
  background-color: rgba(255,255,255,0);
}




.loader-info { 
font-size: 12px;
display: inline-block;
border: 1px solid rgba(255,255,255,.3);
color: #fff;
border-radius: 3px;
padding: 5px 10px;


}

.error-info { 
 
 border: 1px solid red; 
 background: red;
 color: #fff;
 box-shadow: 2px 5px 5px rgba(0,0,0,.1);
    
}

.comp-logo { 

width:80px; 
margin: 0;    
    
    
}

.wrapper { 

width: 100%;  
padding-top: 5%;
    
    
}

.container {
padding: 20px;
display: block;
margin: 0 auto;
background: #4DB256;
min-height: 20%;
top: 20%;
/*width: 35%;*/
position: relative;
max-height:80%;
}

.form-box {

padding: 20px 0px;
background: #4DB256 ;
width: 60%;
display: block;
margin: 0 auto;

}



.footer {

bottom: 0;
position: fixed;
margin: 0 auto;
display: block;
width:100%;
background:#4DB256;
    
    
}

.right-menu-holder {

right: 1%; 
position: fixed; 
z-index: 99;
top: 5px;
    
}



#menuToggle {
    
    padding: 20px 10px;
    position: fixed;
    z-index: 99;
    background:#4DB256;
    width: 100%;

}

.menu-container {
    padding: 0px;
    margin-right: 20px;
    max-width: 100%;
    width: 110%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 90vh;
    min-height: 50vh;
}

.menu-scroller { 
 width: 100%;
 margin-right: 50px;
     overflow-x: hidden;
      overflow-y: scroll;
      height: 90vh;
      min-height: 50vh;
      padding-bottom: 25vh;
}

.menu-scroller-shadow {
    
    box-shadow: 
        inset 0px -11px 20px -10px rgba(0,0,0,.2); 
}

@media only screen and (min-width: 1024px) { 

.menu-container {

     max-height: 100vh;
}


    
    
}

.menu-item { 
    background-color: rgba(220,220,220,.1);
    color: #3E8F45;
    width:95%;
    display: block;
    padding: 7px 5px 10px 20px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 0.9rem;
    }

.menu-item:hover, .menu-item:active, .menu-item:focus { 
  font-weight: 600;
  background: #4DB256;
  box-shadow: 2px 3px 2px rgba(0,0,0,.1);
  color: #ffffff;
}

.sub-menu-item { 
    background-color: rgba(255,255,255,1);
    color: #3E8F45!important;
    width:100%;
    display: block;
    padding: 10px 5px 10px 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 0.8rem;
    }

.sub-menu-holder { 
    padding-bottom: 10px;
    padding-top: 10px;
    }

.menu-bar {
cursor: pointer;
}

.menu-toggle-icon {

width: 35px;
    
}



.menu-close { 
float: right;
top: 0;
color: #4DB256;
padding: 20px;
font-weight: 800;
}

.menu-logo {

padding: 20px;
width: 100px;
    
}

.contact-icon { 
  
  width: 50px; 
  padding: 10px;

}

.contact-btn { 
opacity: 0.5;    
}

.contact-btn:hover { 
opacity: 0.9;    
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.menu-body { 
 position: fixed;
 z-index: 100;
 background: rgba(255,255,255,1);
 top: 0; 
 left: 0;
 max-height: 110vh;
 overflow: scroll;
 width: 25%;
 box-shadow: 2px 5px 5px rgba(0,0,0,.4);
  animation: 0.3s ease-out 0s 1 slideInFromLeft;
    
    
}

.menu-shadow {

 box-shadow: 2px 5px 8px rgba(0,0,0,.2);    
    
}


.sharp_menu_table { 

background: rgba(250,250,250,.1);
min-width: 100%;

}


.sharp_menu_table tr { 

padding-bottom: 10px;
    


    
}
.sharp_menu_table td { 

font-size: 12px; 
color: #444;
line-height:20px;
background: rgba(200,200,200,.1);
padding:  5px 10px;


    
}

.sharp_menu_table td > span { 

background: rgba(0,0,0,.1);
padding: 2px 5px;
margin-right: 2px;
min-width: 50px;
display: inline-block;
text-align: center;

}

.sharp_menu_table td > select { 
background: rgba(200,200,200,.1);
border: none;
outline: none;
}


.sharp_cards_table { 
min-width: 100%;    
    
    
}


.sharp_cards_table th { 
 
}

.sharp_cards_table th > div { 
 
 min-height: 10px;
 background: rgba(255,255,255,1);
 margin-bottom: 10px;
 width: 97%;
 padding: 10px 0px 30px 20px;
 margin-left: -6px;
 border-radius: 3px;
 box-shadow: 2px 2px 2px rgba(0,0,0,.1);
    
    
}

  .sharp_cards_content { 

 padding: 5px 10px 5px 2px;

    
} 

.trans_btn {
color: rgba(62, 142, 69, 1); 
border: 1px solid rgba(62, 142, 69, 1); 
padding: 10px 20px; 
margin-top: 10px; 
border-radius: 3px;    
    
}

.trans_info {
    
    font-size: 14px;
    line-height: 1.4em;
}



.trans_btn:hover {
background: rgba(62, 142, 69, 1); 
color: rgba(255,255,255,1);
border: 1px solid rgba(62, 142, 69, 1); 
padding: 10px 20px; 
margin-top: 10px; 
border-radius: 3px;

    
    
}

.sharp_cards_table th > div > h2 { 
 
text-align: left;
color:#4DB256;
cursor: pointer;

}

.sharp_cards_table th > div > h2 > sup > span { 
 
text-align: left;
background:#4DB256!important;
color:#ffffff!important;
cursor: pointer;
margin-right: 10px;
display: inline-block;
font-size: 8px;
padding: 0px 5px;
border-radius: 3px;

}

.sharp_cards_table th > div > article { 
 
text-align: left;
color:#4DB256!important;

}

.sharp_cards_table th > div > article > p{ 
 
 color:#4DB256!important;   
 font-weight: 400;
}

.sharp_cards_table th > div > article > p > span { 
 
 color:#4DB256!important;   
    
}


.sharp_cards_table th > div > p { 
 
text-align: left;
color:rgba(62, 142, 69, 1);
margin: 5px;
font-weight: 400;
font-size: 14px;


    
}

.sharp_cards_table th > div > div > p > a { color:rgba(62, 142, 69, 1);  }
.sharp_cards_table th > div > div > p > a > b { color:rgba(62, 142, 69, 1);  } 

.sharp_cards_table th > div > div > p { 
 
text-align: left;
color:rgba(62, 142, 69, 1);
margin: 5px;
font-weight: 400;
font-size: 14px;
}

.sharp_cards_table th > div > div > h2 { 
 
text-align: left;
color:rgba(62, 142, 69, 1);
margin: 20px 5px;
font-weight: 400;
font-size: 16px;

}



.sharp_cards_span { 
 
min-width: 50px;
text-align: center;
display: inline-block;
color:rgba(62, 142, 69, .8);
background: rgba(62, 142, 69, .1);
border-radius: 5px;
padding: 1px 5px;
font-size: 10px;
}

.sharp_cards_span_right { 
 
min-width: 50px;
text-align: right!important;
display: inline-block;
color:rgba(62, 142, 69, .8);
background: rgba(62, 142, 69, .1);
border-radius: 5px;
padding: 1px 5px;
font-size: 12px;
margin-right: 5px;
font-weight: 600;

}


.sharp_cards_span_header { 
    
    min-width: 50px;
width: 90%;
text-align: left;
display: block;
color:rgba(62, 142, 69, .8);
background: rgba(255,255,255,1);
padding: 1px 5px;
font-size: 10px;
font-weight: 600;
border-top: 1px solid rgba(62, 142, 69, .2) ;
border-bottom: 1px solid rgba(62, 142, 69, .2) ;

    
    
}

.sharp_cards_time {
    
    font-style: italic;
    font-weight: 300;
    color:#4DB256!important;
    text-align: right!important;
    display: block;
    padding-right: 20px;
    font-size: 10px;
    margin: 10px 0px!important;
}

.sharp_acc_info { 
 
 background: rgba(0,0,0,.4); 
 color:#fff!important;
 display: inline-block;
 padding: 5px 10px;
 border-radius: 3px;
 font-size: 18px;
 box-shadow: 2px 2px 2px rgba(0,0,0,.1);
 text-align: center;
 
 }
 

 
 .sharp_acc_info span { 
 
 background: rgba(255,255,255,1); 
 color:#2E6B34!important;
 font-size: 18px;
 padding: 5px 10px;
 margin-left: -10px;
  border-top-left-radius: 3px;
  margin-right: 5px;
    border-bottom-left-radius: 3px;
 
 }
 
.sharp_cards_table tr { 
 
padding: 20px;
    
    
}

#menuToggle span
{
  display: block;
  width: 30px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
    background: #fff;
  border-radius: 0px;
    z-index: 1;
    transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;

}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}


.sharp_holder { 
  background: rgba(0,0,0,.2);
  padding: 20px 30px 40px 30px;
  margin-bottom: 20px;
}

  .sharp_holder_title { 
     
     font-size: 14px; 
     background: rgba(0,0,0,.3);
     display:inline-block;
     padding: 5px 10px;
     border-radius: 10px;
      
  }

.sharp_list_item { 
margin: 0;
}

.sharp_label { 
   color: rgba(255,255,255,.7); 
   margin-bottom: 10px;
}

.sharp_sub_header { 
    
    padding: 10px 20px;
    margin-bottom: 10px;
    background: rgba(200,200,200,.1);
    
}

.sharp_content_holder { 
    padding: 10px 20px;
     background: rgba(0,0,0,.1);
     margin-bottom: 10px;
}

.sharp_scroll { 
 padding: 10px; 
 border-radius: 5px; 
 border: 1px solid rgba(0,0,0,0);
}



.sharp_sm_txt { 
 
 font-size: 12px;
 line-height: 18px;
    
}

.version_txt { 
 border: 1px solid #fff;
 display: inline-block;
 padding: 5px 10px;
 font-size: 8px;
 margin-left: 5px;
    
}

.meterbox { 
 border: 1px solid #fff;
 color: #fff;
 padding: 5px 13px;
 border-radius: 20px;
 margin: 10px auto;
 display: inline-block;
    
}

.sharp_form {
width: 100%;
padding-bottom: 40px;
}

.link_info_holder {

 text-align: center;
 font-size: 14px;
 margin: 20px auto;
 letter-spacing: 1px;
}

.btn-select {
padding-left: 40%;
}


.sharp_form button, .sharp_form input[type=submit] {

 display: block;
 margin: 0 auto;
 color: #4DB256 ;
 background: rgba(255,255,255,.8);
 box-shadow: 2px 5px 5px rgba(0,0,0,.1);
 border: none;
 padding: 20px 40px;
width: 98%;
 font-size: 1.2em;
 cursor: pointer;
 font-weight: 400;
 text-align: center;
 
  }
  
  .sharp_button {
      
       display: block;
 margin: 0px auto 25px auto;
 color: #4DB256 ;
 background: rgba(255,255,255,.8);
 box-shadow: 2px 5px 5px rgba(0,0,0,.1);
 border: none;
 padding: 20px 40px;
width: 98%;
 font-size: 1.2em;
 cursor: pointer;
 font-weight: 400;
 text-align: center;
  }
  
    .sharp_button:hover {
     background: #fff;
   font-weight: 700;
   box-shadow: 2px 2px 3px rgba(0,0,0,.1);
    }
  
  .sharp_form select { 
   
background: #47A650 ;
color: rgba(255,255,255,.8);
letter-spacing: 1px!important;
 display: block;
 margin: 0 auto;
 margin-bottom: 20px;
 border: none;
 padding: 20px;
 width: 98%;
 font-size: 1.2em;
 cursor: pointer;
 font-weight: 400;
 text-align: center;
     
  }
  
  .sharp_form button:hover, .sharp_form input[type=submit]:hover  {
   background: #fff;
   font-weight: 700;
   box-shadow: 2px 2px 3px rgba(0,0,0,.1);
   cursor: pointer;
  }

  .sharp_form button:focus {
   outline: none;
   box-shadow: 2px 2px 8px rgba(0,0,0,.1);
  }
  


.sharp_form input, .sharp_form textarea {
width: 94%;
border: none;
background: #47A650 ;
display: block;
margin-bottom: 20px;
padding: 20px 0px 20px 20px;
margin: 20px auto;
transition-delay: .1s;
font-size: 1.2em;
letter-spacing: 1px;
color: rgba(255,255,255,1);
text-align: left;
caret-color: rgba(255,255,255,1);
align-items: center;
cursor: text;



}

.sharp_form input:-webkit-autofill, .sharp_form textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 90px #4DB256 inset;
    -webkit-text-fill-color: rgba(255,255,255,1) !important;

}

.sharp_form input:focus, .sharp_form textarea:focus {
border: none;
background: #3E9D47 ;
outline: none;
}


.sharp_form input:required:invalid, .sharp_form textarea:required:invalid {
    outline: none;
}

.sharp_form input::placeholder, .sharp_form textarea::placeholder {
color: rgba(255,255,255,.8);
letter-spacing: 1px;
}

.sharp_form input::-webkit-input-placeholder, .sharp_form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,.8);
  letter-spacing: 1px;
}
.sharp_form input::-moz-placeholder, .sharp_form textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,.8);
  letter-spacing: 1px;
}
.sharp_form input:-ms-input-placeholder, .sharp_form textarea:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,.8);
  letter-spacing: 1px;
}
.sharp_form input:-moz-placeholder, .sharp_form textarea:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,.8);
  letter-spacing: 1px;
}


@media only screen and (min-width: 1024px) { 

.container {

     max-width: 40%;
}

.sharp_cards_span { font-size: 14px; }
.sharp_cards_span_header { font-size: 12px; }
.sharp_cards_time {font-size: 12px;  }
 


    
    
}

@media only screen and (max-width: 1400px) {
.container {
top: 5%;
margin: 0 auto;
min-width: 65%;

}

.menu-body { 
 width: 30%;
    
    
}

.form-box {
width: 80%;
}


}

@media only screen and (max-width: 768px) {
    
    .gl-app-logo {
    
padding: 20px 10px 17px 10px; 
width: 90px;
    
}

.quick-bite-text {
 
 font-size: 12px!important; font-weight: 600; 

    
    
}

.article-holder  {
    
width:90%;
text-align: justify;  
text-align-last: left;
padding: 20px 10px;
background: #F4F9F5;
    
}

.article-block {

width: 100%;
    
    
}

.loader-ad-holder {
    
    min-height: 30vh; 
    background-color: rgba(255,255,255,1); 
    margin: 2vh auto; 
    width:95%; 
    border-radius: 5px;
    padding-bottom: 20px;
}


.loader-ad-img { 
    
    width: 60%; padding: 20px;
    
}

.loader-ad-btn-holder { width: 70%; }

.menu-close { 
float: right;
top: 0;
color: #4DB256;
padding:20px 10px 17px 10px;
font-weight: 800;
}
    
    .gl-toolbay-holder { width: 93%!important; } 
    
    .gl-icon-right { float: right; margin-right: 0rem!important; }

  .sharp_form input {
  font-size: 20px;

  }
  
  .menu-body { 
 width: 80%;
    
    
}
  
  .sharp_holder_title { 
     
     font-size: 12px; 
     background: rgba(0,0,0,.3);
     display:inline-block;
     padding: 5px 10px;
     border-radius: 10px;
      
  }
  
  .sharp_cards_table th > div > h2 { 
    font-size: 13px!important;  
  }
  
    .sharp_cards_table th > div > p { 
    font-size: 12px!important;  
  }
  
      .sharp_cards_table th > div > div > p { 
    font-size: 12px;  
  } 
  
  .sharp_cards_table th > div { 

 padding: 10px 0px 30px 12px;
 width: 100%;

    
} 

  .sharp_cards_content { 

 padding: 5px 10px 5px 2px;

    
} 

.sharp_alert { font-size: 10px!important; }


.sharp_holder { 
    
 padding: 20px; 
 min-height: 100vh;
} 
  .container {
  top: 5%;
  margin: 0 auto;
  min-width: 85%;

  }
  
  .form-box {
width: 100%;
}





}


@media only screen and (max-width: 500px) {

  .sharp_form input {
  font-size: 20px;

  }

  .container {
  top: 5%;
  margin: 0 auto;
  min-width: 85%;

  }

  .sharp_form button {

   width: 100%;

 }
}

@media only screen and (max-height: 300px) {

.footer {
display: none;
}

.container {top: 15%;
transition-timing-function: ease-out;
    
}

}

/*Typing Loader*/
.typing_loader{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
       -moz-animation: Typing 1s linear infinite alternate;
            animation: typing 1s linear infinite alternate;
    margin: 20px auto; /* Not necessary- its only for layouting*/  
    position: relative;
    left: -12px;
}
@-webkit-keyframes typing{
    0%{
        background-color: rgba(255,255,255, 1);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 
                    24px 0px 0px 0px rgba(255,255,255,0.2);
      }
    25%{ 
        background-color: rgba(255,255,255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,2), 
                    24px 0px 0px 0px rgba(255,255,255,0.2);
    }
    75%{ background-color: rgba(255,255,255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 
                    24px 0px 0px 0px rgba(255,255,255,1);
      }
}

@-moz-keyframes typing{
   0%{
        background-color: rgba(255,255,255, 1);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 
                    24px 0px 0px 0px rgba(255,255,255,0.2);
      }
    25%{ 
        background-color: rgba(255,255,255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,2), 
                    24px 0px 0px 0px rgba(255,255,255,0.2);
    }
    75%{ background-color: rgba(255,255,255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 
                    24px 0px 0px 0px rgba(255,255,255,1);
      }
}

@keyframes typing{
   0%{
        background-color: rgba(255,255,255, 1);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 
                    24px 0px 0px 0px rgba(255,255,255,0.2);
      }
    25%{ 
        background-color: rgba(255,255,255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,2), 
                    24px 0px 0px 0px rgba(255,255,255,0.2);
    }
    75%{ background-color: rgba(255,255,255, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(255,255,255,0.2), 
                    24px 0px 0px 0px rgba(255,255,255,1);
      }
}

 .preloader {

     position: fixed;
     top: 0;
     height: 100vh;
     width: 100vw;
     z-index: 999999;
     background-color: rgba(0,0,0,.9);
     left: 0;
      -webkit-animation: fadeout .5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeout .5s; /* Firefox < 16 */
        -ms-animation: fadeout .5s; /* Internet Explorer */
         -o-animation: fadeout .5s; /* Opera < 12.1 */
            animation: fadeout .5s;
     }

     @keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}


     .preloader-img {

    border: 5px solid rgba(255,255,255,.3);
    border-top: 5px solid #6DBE4F;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin: 35vh auto 0vh auto;
    animation: spin 2s linear infinite;

     }

     @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

     @-webkit-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.preloader-txt {
  margin: 2.5vh auto;
  display: block;
  width: 50vw;
  color: rgba(255,255,255,.6);
  text-align: center;
}

.version-txt { bottom: 0; font-size: .5em; }

input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.form-group {
  position: relative;
  margin-bottom: 0rem;
  
}


.form-control-placeholder {
  position: relative;
  top:-35px;
  text-align: left;
  margin-bottom: 0px;
  padding: 0px 0 0 10px;
  transition: all 200ms;
  opacity: 0.5;
  color: #3E8E45;
  font-weight: 400;
  display: block;


}

.white-box-header  {
    
    padding: 5px 0px 15px 0px!important;

}

.white-box-header p, 
.white-box-header h1,
.white-box-header h2, 
.white-box-header h3,
.white-box-header h4, 
.white-box-header h5,
.white-box-header h6 
{ 

    color: rgba(62, 142, 69, 1)!important; 
    text-align: left!important;
    font-weight: 800!important;
    
    
}


/*input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: green;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

*/


.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
 /* transform: translate3d(0, -100%, 0); */
  opacity: 1;
  top: -75px;
    padding: 7px 0 0 5px;

}




label.checkbox-select {
	cursor: pointer;
	text-indent: -9999px;
	width: 40px;
	height: 20px;
	background: rgba(77, 178, 86, .4);
	display: block;
	border-radius: 100px;
	position: relative;
	   -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}

label.checkbox-select:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
	box-shadow: 0px 2px 2px rgba(0,0,0,.3);
}

input:checked + label.checkbox-select {
	background: #6DBE4F;
}

input:checked + label.checkbox-select:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

label.checkbox-select:active:after {
	width: 30px;
}


.mini-info-btn { 
 background: rgba(255,255,255,0)!important; 
 color: #fff!important; 
 font-size: 14px!important; 
 box-shadow: 0px 0px 0px rgba(0,0,0,0)!important;   
    
}

.sharp_menu_icons { 

max-width: 20px!important;


}

.sharp_alert { 
color:#3E8E45!important; 
font-size: 14px!important;
margin: 15px auto!important;
}

.white_xs_form textarea { resize: vertical; } 

.white_xs_form input, .white_xs_form select, .white_xs_form textarea { 
  
  background: #ECF4EC; 
  color: #003D0A!important;
  padding: 10px 5px;
  font-size: 12px;
  width: 90%;
  margin: 10px 0px;
  border: none;
    
}

.white_xs_form_select { 
  
  background: #ECF4EC; 
  color: rgba(62, 142, 69, 1);
  padding: 10px 5px;
  font-size: 12px;
  width: 90%;
  margin: 10px 0px;
  
    
}





@media only screen  and (max-width: 768px) { 

.white_xs_form input, .white_xs_form select, .white_xs_form textarea  { 
  
  background: #ECF4EC; 
  color: rgba(62, 142, 69, 1);
  padding: 10px 5px 10px 10px;
  font-size: 10px;
  width: 90%;
  margin: 10px 0px;
  border: none;
  
    
}    
    
    
    
}

.white_xs_form input:focus, .white_xs_form select:focus, .white_xs_form textarea:focus {
border: 1px solid rgba(62, 142, 69, 1);
color: rgba(62, 142, 69, 1);
background: #ECF4EC;
outline: none;
}

.white_xs_form input::placeholder, .white_xs_form select::placeholder, .white_xs_form textarea::placeholder {
color: rgba(62, 142, 69, .5);
letter-spacing: 1px;
}

.white_xs_form input::-webkit-input-placeholder, .white_xs_form select::-webkit-input-placeholder, .white_xs_form textarea::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
 color: rgba(62, 142, 69, .5);
  letter-spacing: 1px;
}
.white_xs_form input::-moz-placeholder, .white_xs_form select::-moz-placeholder, .white_xs_form textarea::-moz-placeholder { /* Firefox 19+ */
color: rgba(62, 142, 69, .5);
  letter-spacing: 1px;
}
.white_xs_form input:-ms-input-placeholder, .white_xs_form select:-ms-input-placeholder, .white_xs_form textarea:-ms-input-placeholder { /* IE 10+ */
color: rgba(62, 142, 69, .5);
  letter-spacing: 1px;
}
.white_xs_form input:-moz-placeholder, .white_xs_form select:-moz-placeholder, .white_xs_form textarea:-moz-placeholder { /* Firefox 18- */
color: rgba(62, 142, 69, .5);
  letter-spacing: 1px;
}

.filter_holder { 
   
   position: absolute; 
    
    
}

.filter_trigger { 
  
  font-size: 10px; 
  padding: 10px 20px;
   background: #38803E;
   border-radius: 5px;
   margin-right: 5px;
    
}

.filter_item { 
 
 margin: 10px auto;
 padding: 10px;
 border-radius: 5px;
 font-size: 12px;
 display: block;
    
}

.filter_top_item {
  
background: rgba(0,0,0,.1); 
    
}

.filter_sub_item {
  
 margin: 5px auto;
 padding: 5px;
 border-radius: 5px;
 font-size: 10px;
 display: block;
    
}



.filter_search {

margin-bottom: 5px;

    
}

.filter_search input, .filter_search select  {
border: none;
padding: 5px;
margin-bottom: 10px;
color: rgba(255,255,255,.8); 
border-radius: 3px;
cursor: pointer;
background: #3E8E45;
border-bottom:1px solid rgba(255,255,255,0);
}



.filter_search input::placeholder {
color: rgba(255,255,255,.8);
 font-size: 12px;
}

.filter_search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,.8);
   font-size: 12px;
}
.filter_search input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,.8);
   font-size: 12px;
}
.filter_search input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,.8);
   font-size: 12px;
}

.filter_search input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,.8);
   font-size: 12px;
}

.filter_search_btn { 
  
   display: block;
 margin: 10px auto;
 color: #4DB256;
 background: rgba(255,255,255,.8);
 box-shadow: 2px 5px 5px rgba(0,0,0,.1);
 border: none;
 padding: 10px 20px;
 font-size: 1.2em;
 cursor: pointer;
 font-weight: 400;
 text-align: center;
 border-radius: 5px;

}

.filter_search_btn:hover { 

 background: rgba(255,255,255,1);
 font-weight: 600;

}




.filter_item:hover { 
 
background: rgba(0,0,0,.1);   
    
}

@media only screen and (max-width:768px) { 
  
  .filter_item { 
 
display: block;
    
}  
    
}

.filter { 
 
 border: 0px solid #38803E;  
 background: #38803E;
 padding: 10px 20px;
 color: rgba(255,255,255,.8);
 border-radius: 5px;
 cursor: pointer;
 outline: none;
 font-size: 10px;
 display: inline-block;
 box-shadow: 2px 5px 5px rgba(0,0,0,.1);
 position: relative;
 z-index: 98;
    
}

.ui-widget.ui-widget-content { 
 
 border: 0px solid #38803E;  
 background: #38803E;
 padding: 10px 20px;
 color: rgba(255,255,255,.8);
 border-radius: 5px;
 cursor: pointer;
 outline: none;
 font-size: 10px;
 box-shadow: 2px 5px 5px rgba(0,0,0,.1);
    
}

.filter:focus { 
 outline: none;   
    
}

.filter:hover { 
 background: #38803E;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active 

{
     background: rgba(0,0,0,0);
     color: #fff;
     border: 1px solid rgba(255,255,255,.1);
    

}

.ui-widget-header { 
 
 background: rgba(0,0,0,.2);
 border: 1px solid rgba(0,0,0,.2);
 color: rgba(255,255,255,.9);
    
}

.trans_icon { 
color: rgba(62, 142, 69,1)!important;
padding: 10px 0px;
font-size: 12px;
text-align: left;
}

.trans_icon b {
background: rgba(62, 142, 69,1)!important;
padding: 5px 10px;
border-radius: 10px;
color: #fff;
}

.white_xs_form_select { 
  
  background: #ECF4EC; 
  color: rgba(62, 142, 69, 1);
  padding: 10px 5px;
  font-size: 12px;
  width: 90%;
  margin: 10px 0px;
  
  
    
}





@media only screen  and (max-width: 768px) { 

.white_xs_form_select { 
  
  background: #ECF4EC; 
  color: rgba(62, 142, 69, 1);
  padding: 10px 5px;
  font-size: 12px;
  width: 90%;
  margin: 10px 0px;
  
    
}   
    
    
    
}

@media only screen and (max-width: 768px) {
    
.sharp_scroll {

/*
 max-height: 250px; 
 overflow-y: scroll; 
*/
}

body { width: 100vw; }

#menuToggle {
 
 padding: 10px;
 

}

.menu-toggle-icon {

width: 30px;
    
}

.container {

width: 100%;
margin: 0;
padding: 0;
    
}

.sharp_holder {
    
    padding: 20px 5px 40px 5px;

}

.sharp_acc_info { 
 
 font-size: 12px;
 margin-top: 0px;

 }
 
 .sharp_acc_info span { 
 
 font-size: 12px;

 }
 
 .right-menu-holder {

top: 10px;
    
}




    
    
}

.green-btn {
    
margin-left: -1%; 
width: auto; 
margin-top: 15px; 
background: #4DB256; 
color: #ffffff; 
padding: 10px 20px;     
}

.white_xs_form a {
  color: rgba(62, 142, 69, 1)!important;  
}

.control-dock {
margin-top: 40px;
display: block; 
background: rgba(0,0,0,0);
position: relative;


}

.control-span-full {
display: inline-block;
width: 96%;
vertical-align: top;
margin-bottom: 5px;
}

.control-span-half {
display: inline-block;
width: 48%;
vertical-align: top;
margin-bottom: 5px;

    
}

.control-select {
 
border-radius: 10px; 
padding: 3px!important; 
margin-top: -10px;   
    
}


.notify {
    
    font-size: 10px; 
    border: 0px solid #08AEEA; 
    border-radius: 50%; 
    padding:0px; 
    color: #fff; 
    font-weight: 800; 
    display: inline-block; 
    margin-top: 5px;
    width: 25;
    height:25px;
    text-align: center;
    
background-color: #4A920F;
background-image: linear-gradient(0deg, #4A920F 0%, #4A920F 100%);




}

.icon-holder {
    
    font-size: 10px; 
    border: 1px solid rgba(0,0,0,.0); 
    border-radius: 50%; 
    padding:0px; 
    background: rgba(0,0,0,.2); 
    color: #fff; 
    font-weight: 800; 
    display: inline-block; 
    margin-top: 5px;
    width: 25;
    height:25px;
    text-align: center;

}




@media screen and (max-width: 768px) {

.control-select {
 
border-radius: 10px; 
padding: 4px!important; 
margin-top: -2px!important;   
    
}

.control-dock {
width: 97%;

}



.control-label { margin-top: 5px; }

.notify {
    
    font-size: 8px; 

    border-radius: 50%; 
    padding:0px; 

    color: #fff; 
    font-weight: 800; 
    display: inline-block; 
    margin-top: 5px;
    width: 25px;
    height:25px;
        text-align: center;
        
          border: 0px solid #08AEEA; 
background-color: #4A920F;
background-image: linear-gradient(0deg, #4A920F 0%, #4A920F 100%);




}

.yellow-icon { background-color: #FFAE19; }

.icon-holder {
    
    font-size: 10px; 
    border: 1px solid rgba(0,0,0,.0); 
    border-radius: 50%; 
    padding:0px; 
    background: rgba(0,0,0,.2); 
    color: #fff; 
    font-weight: 800; 
    display: inline-block; 
    margin-top: 5px;
    width: 25;
    height:25px;
    text-align: center;

}


    
    
}

.control-label { margin-top: -10px; }

.full-input {
    width: 93%;
    padding: 10px!important;
}

.full-input:focus, .full-input:active {outline: none; }

.gentoken_preloader { 
   
     position: fixed;
     top: 0;
     height: 100vh;
     width: 100vw;
     z-index: 999999;
     background-color: rgba(0,0,0,.9);
     left: 0;
     
  
    
}

.prompt-ghost {

display: none!important;    
    
}

.alert-box {

background: yellow!important;
color: #2E6B34!important;
    
}


.yellow-icon { background-color: #FFAE19!important; }

.ad-icon {

display: inline; 
border: 1px solid rgba(188, 215, 79, 1); 
padding: 2px 5px; 
font-size: 10px!important; 
border-radius:5px; 
float: right; 
margin-right: 20px!Important;
text-transform: lowercase;
    background: rgba(188, 215, 79, 1);

}

@media screen and (max-width: 768px) {
    
.ad-icon {
    display: inline-block;
    border: 1px solid rgba(188, 215, 79, 1);
    padding: 5px 20px;
    font-size: 12px!important;
    border-radius: 5px;
    float: none;
    margin-right: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-bottom: 20px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.2);
    background: rgba(188, 215, 79, 1);
}
    
.gift-card-block-row {

display: flex; 
flex-direction: column;
    
    
}

.gift-card-block-50 { 
    
     text-align: center; 
     margin: auto; 
     flex: 0 0 100%!important; 
     max-width: 100%!important;   
    
}

.gift-card-block-45 { 
    
     text-align: center; 
     margin: auto; 
     flex: 0 0 90%important; 
     max-width: 90%!important;   
    
}

.gift-card-block-100 { 
    
     text-align: center; 
     margin: auto; 
     flex: 0 0 100%important; 
     max-width: 100%!important;   
    
}
    
}


