/*n6 start*/
.footerheading {
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 800;
  color: #2a2a2a;
  line-height: 50px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.n6 {
  width: 100%;
  background-image: url(images/footer.jpg);
  background-color: #ffffff;
  border-top: 1px solid #fff;
  overflow: hidden;
}

.n61 {
  width: 350px;
  height: auto;
   text-align: center;  
 position: relative;
  margin: 31px auto 50px;
}
.n61p {
font-size: 24px;
color: #242424;
}
.n61p span{
display:block;
font-size: 35px;
}
.n61p a{
text-decoration: none;
color: #242424;
}
/*n6 end*/
.fixedbottom{
  position: fixed;
   bottom: 20px;       
  right: calc(50% - 105px);      
  background: #2a2a2a;
  color: white;
  padding: 15px 20px;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 999; 
  opacity: 0;
  pointer-events: none;
  width: 170px;
text-decoration: none;
 text-align: center;
  font-family: 'Open Sans', sans-serif;
      font-weight: 600;
}

.fixedbottom.show {
  opacity: 1;
  pointer-events: auto;
}


@media screen and (max-width: 380px) {
   .n61 {
  width: 100%;} 
}