
/*
	===============================
			@Custom CSS - Small Screen Quick Icons
	===============================
*/

.handheld-footer-bar{
	position: fixed;
    bottom: 0 !important;
    left: 0;
    right: 0;
    border-top: 1px solid;
    border-top-color: #ebebeb;
	background-color: #fff;
}

.handheld-footer-bar .icons{

	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 999;
    float: left;
	background-color: #fff;
    text-align: center;
    color: #bc0019;
    border-radius: 3%;
    display: inline-block;
    padding: 10px;
    width: 25%;
    
}    

.handheld-footer-bar .icons .title{
	font-weight: 700;
    font-size: 12px;
    color: #0a472e;
}

@media screen and (max-width : 1920px){
  .handheld-footer-bar{
  visibility:hidden;
display: none;
  }
}
@media screen and (max-width : 906px){

 .handheld-footer-bar{
  visibility:visible;
	 display: block;
  }
} 