body {
  margin: 10px 50px;
}

.search-box{
  margin: 20px auto;
}

button.search-button, button.reset-button {
  min-height: 44px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
  border-radius: 24px;
  width: 100px;
  margin-left: 20px;
  transition: background-color 0.3s;
}

button.search-button:hover,
button.reset-button:hover {
  background-color: #f0f0f0;
}

input.search-bar {
  min-height: 44px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
  border-radius: 24px;
  margin: 0 auto;
  width: 500px;
  padding-left: 20px;
}

/*footer section*/
section.footer {
  margin-top: 50px;
}

.carousel-control-next,
.carousel-control-prev {
  top: 50% !important;
  bottom: 50% !important;
}

.carousel-control-prev-icon {
  background-color: #a6368c;
}

.carousel-control-next-icon {
  background-color: #a6368c;
}

.footer-mybank {
  background: linear-gradient(to right, #5c2583, #6a2784, #7e2d89, #872d85, #983288, #a5358b, #a6368c);
  height: 45px;
  color: #fff;
  font-size: 20px !important;
  font-weight: normal;
  text-align: right;
  padding-right: 45px;
  padding-top: 8px;
}

.footer-below {
  padding-top: 34px;
}

.footer-below ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer-below ul.social-footer a {
  background: #592B81;
  display: block;
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 25px;
  width: 42px;
  height: 42px;
  text-align: center;
  border-radius: 50px;
}

.footer-below ul.social-footer li {
  margin: 0px 3px;
}

.footer-below ul li {
  float: left;
  margin: 0px 10px;
}

.footer-below ul.footer-menu {
  float: left;
  padding-top: 0px;
}

.footer-below ul.footer-menu a {
  display: block;
  color: #606161;
  font-size: 13px;
  padding: 12px 0px;
  text-decoration: none;
}

.footer-below ul.social-footer a:hover {
  background: #FBB800;
}

.submit-btn {
  background: linear-gradient(45deg, rgba(233, 117, 65, 1) 0%, rgba(204, 59, 129, 1) 50%, rgba(194, 35, 161, 1) 100%);
  border-color: #fff;
}

.submit-btn:hover {
  border-color: #fff;
}

.modal-background {
  background: linear-gradient(45deg, rgba(194, 35, 162, 1) 0%, rgba(143, 28, 149, 1) 50%, rgba(93, 20, 138, 1) 100%);
}

.modal-content {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .social-footer.mx-auto.ml-lg-5 {
    margin-left: 0rem !important;
  }

  .col-lg-4.pl-lg-5.col-md-6.mx-auto.text-center {
    padding-left: 0rem !important;
  }




}
