
@media only screen and (max-width: 767px){
h4.icon-title {
   font-size: 13px;
}
span {
   font-size: 12px;
}
.avatar img {
    border-radius: 50%;
    width: 45%;
    margin: 0 auto;
    border: 4px solid #fff;	
}
.add-visitor {
    position: absolute;
    right: 13%;
    bottom: 18%;
    font-size: 32px;
    color: #00BCD4;
}
.support-panel-title img{
	width: 40%;
	margin: 0 auto;
}
.support-new-title img{
	width: 17%;
	margin: 0 auto;
}
.new-ticket-panel {
    margin: 10px 0;
    padding: 20px 0;
    background-color: #F0AD4E;
    overflow: hidden;
    position: relative;
    border: 1px solid #EEA236;
}
.open-ticket-panel {
    padding: 20px 0;
    background-color: #5CB85C;
    overflow: hidden;
    position: relative;
    border: 1px solid #4CAE4C;
}
.close-ticket-panel {
    padding: 20px 0;
    background-color: #D9534F;
    overflow: hidden;
    position: relative;
    border: 1px solid #D43F3A;
}
}

@media (min-width: 415) and (max-width: 767px){
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: red !important;
    border-radius: 10px;
    position: absolute;
    right: 20%;
    top: -4px;
}
}
@media only screen and (min-width: 767px){
	.p7 {
    padding: 35px;
}
.add-visitor {
    position: absolute;
    right: 13%;
    bottom: 20%;
    font-size: 50px;
    color: #00BCD4;
}
}

@media only screen and (max-width: 414px){
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: red !important;
    border-radius: 10px;
    position: absolute;
    right: 10%;
    top: -4px;
}
.ebilling-pic p{
	color: white;
	text-align: center;
	margin-top:18px;
	padding-bottom: 20px;
	margin-bottom: 0;
    font-weight: 600;
    font-size:11px;	
}
span.ebilling-detail{
	font-size: 8px;
	color: #fff;
    line-height: 4;	
}
}