.account-header {
  height: 80px;
  right: 0;
  left: 0;
  top: 0;
  margin-top: 0px !important;
}
.account-header a {
  float: left;
}

.tab-upload-content-section {
  border: 1px solid #707070;
  padding-left: 0px !important;
}
.tab-upload-buttons,
.tab-upload-content {
  padding: 0px !important;
  height: fit-content;
}

.tablink-account {
  background-color: #fff;
  color: #003366;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 18px 4px 0px 8px;
  margin-bottom: 0px !important;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

.tablink-account:before,
.tablinks-upload::before {
  content: " \25CB";
  color: #003366;
  margin-right: 14px;
}

label {
  font-size: 16px;
  text-align: left;
  margin-bottom: 0.1rem;
  margin-left: 0px !important;
}
.form-control {
  font-size: 16px !important;
}
#domicilary-account {
  background: url("https://globusbank.com/Images/Group/%202756.png");
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: 9.8125rem;
  height: auto;
}
#non-resident-account {
  background: url("../Images/Group%20coffe%20iphone.png");
  background-repeat: no-repeat;
  background-position: 50%;
  margin-top: 9.8125rem;
  height: auto;
}
.col-sm-5.col-picture-individual {
  height: 50%;
}
#savings-account-bg {
  background: url("https://globusbank.com/Images/Group/%202760.png");
}
.current-account,
.gCampusSection1 {
  /* height: auto; */
  max-width: 100%;
  /* background: url('../Images/savingsman.png'); */
  /* margin-top: 135px; */
  position: relative;
  background-position: center center;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-size: cover;
}
.current-account {
  margin-top: 149px;
  height: 37vh;
  width: 100%;
  /* background: #f8f8f8; */
}
.gCampusSection1 {
  background: url("https://globusbank.com/Images/Group/%202759.png");
  position: relative;
  /* max-height: 15%; */
  margin-top: 9.375rem;
  height: 40vh;
  margin-top: 149px;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#current-account {
  background: url("https://globusbank.com/Images/Group/%202762.png");
  position: relative;
  /* max-height: 15%; */
  /* margin-top: 9.375rem; */
  height: 40vh;
  margin-top: 22.8rem;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#kiddies-account {
  background: url("https://globusbank.com/Images/Group/%202758.png");
  position: relative;
  /* max-height: 15%; */
  /* margin-top: 9.375rem; */
  height: 40vh;
  margin-top: 75px;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#senior-account {
  background: url("https://globusbank.com/Images/Group/%202757.png");
  position: relative;
  /* max-height: 15%; */
  margin-top: 9.375rem;
  height: 40vh;
  margin-top: 75px;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#more-savings-account {
  background: url("https://globusbank.com/Images/Group/%202760.png");
  position: relative;
  /* max-height: 15%; */
  /* margin-top: 9.375rem; */
  height: 40vh;
  margin-top: 75px;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#current-account-1 {
  margin-top: 75px;
  position: relative;
  max-width: 100%;
  height: auto;
  width: 100%;
  background: #f8f8f8;
}
ul.breadcrumb {
  padding: 10px 0px;
  list-style: none;
  background-color: transparent !important;
}
ul.breadcrumb li {
  display: inline;
  font-size: 13px;
}
ul.breadcrumb li + li:before {
  padding: 15px;
  color: #1a1a1a;
  content: " \25B6";
  font-size: 8px;
  font-weight: 800;
}
ul.breadcrumb li a {
  color: #1a1a1a;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.main-background-container-savings {
  position: relative;
  /* max-height: 15%; */
  margin-top: 9.375rem;
  height: 34vh;
  margin-top: 75px;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.col-picture-individual-campus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.card.ww .card-header {
  height: 50px !important;
  background: #fff !important;
  padding: 5px !important;
}
.card.ww .card-header button {
  float: right;
}
.list-group.list-group-flush {
  width: 100%;
  /* border: 1px solid red; */
  background: #fff;
}
.list-group-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: none !important;
  background: #fff;
  font-size: 16px;
}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent1 {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 100%;
  border-left: none;
  height: 300px;
}
.yy.col-picture-individual {
  background-image: url("../Images/old_woman.png");
  height: auto;
  /* margin-top: 7.8rem; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 71%;
}
/* MSME Account */
.domicilary-bg-img {
  background: url("https://globusbank.com/Images/Group/%202761.png") !important;
  height: 50% !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  max-width: 100%;
}
.msme-bg-img {
  background: url("https://globusbank.com/Images/Group/%2027611.png");
  height: auto !important;
}
