/* calling SMS whatsapp mail CSS start here */
.whatever {
    position: fixed;
    padding: 0;
    background: #ffb400;
    z-index: 99999;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border-top: solid 1px #ddd;
}

.whatever, .whatever a {
color: #000;
width: 100%;
float: left;
}

.border-ri {
border-right: solid 1px #ddd;
display: block;
width: 20%!important;
padding-top: 8px;
padding-bottom: 8px;
flex: auto;
}

.footer-link-fixs {
font-size: 12px!important;
text-align: center;
}

.footer-link-name p{
padding: 0 0 0 0px !important;
text-align: center!important;
line-height: 13px; font-weight:bold;
color: #000;
}

/* calling SMS whatsapp mail CSS End here */

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

    /* calling SMS whatsapp mail CSS start here */
    .whatever {
      position: fixed;
      padding: 0;
      /* background: #ff7600; */
      z-index: 99999;
      bottom: 0;
      margin-right: auto;
      margin-left: auto;
      display: block;
      border-top: solid 1px #ddd;
  }
  
  .whatever, .whatever a {
    color: #000;
    width: 100%;
    float: left;
  }
  
  .border-ri {
    border-right: solid 1px #ddd;
    display: block;
    width: 20%!important;
    padding-top: 10px;
  }
  
  .footer-link-fixs {
    font-size: 12px!important;
    text-align: center;
  }
  
  .footer-link-name p{
    padding: 0 0 0 0px !important;
    text-align: center!important;
    line-height: 13px; font-weight:bold;
    color: #000;
  }
  
    /* calling SMS whatsapp mail CSS End here */
}

/* Small Device = 320px */
@media only screen and (max-width: 479px) {
    /* calling SMS whatsapp mail CSS start here */
    .whatever {
        position: fixed;
        padding: 0;
        /* background: #ff7600; */
        z-index: 99999;
        bottom: 0;
        margin-right: auto;
        margin-left: auto;
        display: block;
        border-top: solid 1px #ddd;
    }
  
    .whatever, .whatever a {
    color: #000;
    width: 100%;
    float: left;
    }
  
    .border-ri {
    border-right: solid 1px #ddd;
    display: block;
    width: 20%!important;
    padding-top: 8px;
	padding-bottom: 8px;
    flex: auto;
    }
  
    .footer-link-fixs {
    font-size: 8px!important;
    text-align: center;
    }
  
    .footer-link-name p{
    padding: 0 0 0 0px !important;
    text-align: center!important;
    line-height: 8px; 
    font-weight: 600;
    color: #000;
    font-size: 10px;
    }
  
  /* calling SMS whatsapp mail CSS End here */
}