.footer_gradient {
  background-color:#D5133A; /* For browsers that do not support gradients */
  /*background-image: linear-gradient(to right, #093D77 , #0F66C6);*/
  /*background-image: linear-gradient(#093D77, #0F66C6, #093D77);*/
}

.footer_sec_1{
padding-top:50px;
width:80%;
/*background:#0000FF;*/
float:left;
padding:2px;
}

.footer_sec_2{
padding-top:50px;
width:4%;
/*background:#666666;*/
float:left;
padding:10px;
}


.footer_sec_3{
width:20%;
/*background:#CCCCCC;*/
float:left;
padding:10px;
}

.topBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#D5133A;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.topBtn:hover {
  background-color: #555;
}

