.f_box {
width: 100%;
height: 40px;
background: radial-gradient(
  circle at 24.1% 68.8%,
  rgb(41, 41, 41) 0%,
  rgb(0, 0, 0) 99.4%
);

border-top: 2px rgb(11, 11, 11) solid;
display: flex;
justify-content: space-evenly;
align-items: center;
}

.f_box p:nth-child(1),  .f_box p:nth-child(2){
font-size: 15px;
font-family: 'Roboto', sans-serif;
color: white;
margin-left: 10px;
width: 50%;
text-align: center;
}

/* RIGHT BOX CONTAIN SOCIAL ICONS  */
.f_sm_cnt {
width:22%;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}

.f_sm_cnt i {
color: white;
font-size: 18px;
margin-left: 20px;
}