.navbar{
  padding: 20px;
  text-align: center;
}
.nav-link{
  padding-left: 30px;
}
.btn{
  margin: 20px;
  position: absolute;
  transform: translateX(55%);
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px;
  align-items: center;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 10%;
  margin: 4px 2px;
  cursor: pointer;
}
.headiing{
  text-align: center;
  padding: 20px; 
}
.col-md-4{
  padding-bottom: 20px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.accordion:after {
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
  
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#faq{
  margin: 60px;
  border-radius: 40%;
}
h5{
  text-align: center;
}

#footer{
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

#footer h4{
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
}
.icons .fa{
  color: #f44336;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
}
.fa-heart-o{
  color: #f44336;
}
#footer{
  background-color:lightpink;
  border: #777;
}
