

.logo{
	height: 80px;
  width: 100px;
	padding-top: 20px;
}

.bank{
	padding-top: 30px;
}


#accordion {
  margin: auto;
  max-width: 500px;
}

.panel-heading a {
  display: block;
  position: relative;
 /* font-weight: bold;*/
}
  
  &::after {
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
  }

  &[aria-expanded="true"]::after {
    transform: rotate(-135deg);
    top: 5px;
  
}

.savebtn{
    width: 100%;
    background-color: #f05a9b;
    color: #ffffff;
}
.form-control{
  font-size: 14px !important;
}
.product-accordion .btn-link {
    font-size: 14px !important;
}
p{
   font-size: 15px !important;
}


