.header-logo {
  height: 50px;
  width: 250px;
  margin: 0;
  padding: 0;
  padding-right: 5px;
}

.navbar-brand {
  margin: 0px;
  padding: 0px;
}

.navbar-header {
  display: flex;
  align-items: center;

}

.bar {
  width: 1px;
  background-color: #0278e7;
  height: 24px;
  padding: 0;
  margin-top: -5px;

}

.navbar-header p {
  /* border:solid red 1px; */
  /* margin-left: 5px; */
  font-weight: 500;
  /* margin-top: 5px; */
  font-size: medium;
  padding-left: 5px;
  padding-top: 8px;
}

h4 {
  color: #0278e7;
  margin-top: 20px;
  transition: backgroud-color 0.3s ease;
  padding: 10px 0px 10px 0px;
}

h4:hover {
  cursor: pointer;
  background-color: #ebecf0;

}

h3 {
  font-weight: 500;
  margin-top: 20px;
}

h5 {
  font-weight: 500;
  margin-top: 20px;
}

ol {
  font-size: medium;
}

ul {
  font-size: medium;
}

.helpcontainer {
  text-align: justify;
}

.helpcontainer img {
  margin: 10px;
  width: 85%;
  border: solid 1px #ececec;
  margin-bottom: 20px;
}

.multi-img img {
  /* width: 90%; */
  border: solid 1px #ececec;
  margin-bottom: 20px;
}

.helpcontainerindex {
  /* display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px; */
}

.helpcontainerindex>div {
  margin: 0;
  padding: 0;
}

.helpdiv {
  border: solid 1px #ececec;
  padding: 0px 20px;
  margin: 5px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  min-height: 100px;
  cursor: pointer;
  transition: 0.5s;
  /* min-height: 310px; */
}

.helpdiv:hover {
  background-color: #f7f7f7;

}

.helpimage {
  background-color: #f1f3f4;
  border-radius: 50%;
  padding: 10px;
  margin-right: 20px;
}

.helpdiv img {
  height: 50px;
  width: 50px;
  padding: 10px;
}

.helpdiv h3 {
  font-size: medium;
  margin-top: 0px;
}

.helpdiv p {
  font-size: 12px;
  /* text-align: center; */
}

#image-icon {
  display: flex;
  justify-content: left;
  flex-direction: column;
}

#image-icon img {
  width: 45px !important;

}

#image-icon div {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

body {
  font: 20px Montserrat, sans-serif;
  line-height: 1.8;
  color: #f5f6f7;
}

p {
  font-size: 16px;
}

/* .margin {margin-bottom: 45px;} */
.bg-1 {
  background-color: #1abc9c;
  /* Green */
  color: #ffffff;
}

.bg-2 {
  background-color: #008699;
  /* Dark Blue */
  color: #ffffff;
}

.bg-3 {
  background-color: #ffffff;
  /* White */
  color: #555555;
}

.bg-4 {
  background-color: #2f2f2f;
  /* Black Gray */
  color: #fff;
}

/* .container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
  } */
.navbar {
  /* padding-top: 15px;
    padding-bottom: 15px; */
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 2px;
}

.navbar-nav li a:hover {
  color: #0278e7 !important;
}

.footercontent {
  background-color: #ebecf0;
  color: #555555;
  text-align: center;
  padding-top: 15px;
  margin-bottom: -10px;
  /* position: absolute;
  top: 100%; */
}

.pb {
  padding-bottom: 30px;
}

.content-heading {
  color: #0278e7;
  margin-top: 20px;
  font-size: 20px;
}

.content-heading>ol>li {
  color: #555555;
  font-size: 16px;
  padding-top: 10px;
}

.clickable {
  cursor: pointer;
  color: #0278e7;
}

.heading {
  font-size: 19px;
  font-weight: 600;
}

.content {
  display: none;
}

.show {
  display: block;
}

.toggle-icon {
  margin-right: 5px;
  font-weight: bold;
  float: right;
  color: #000;
}

.toggle-icon:hover {
  box-shadow: 0 0 10 #000;
}

.h4:hover {
  background-color: #000;
}

@media only screen and (max-width: 600px) {
  .header-logo {
    height: 45px;
    padding-top: 10px;
  }

}

/* footer{
  position: absolute;
  bottom:0px;
  margin: 0;
  padding: 0;
  width:100%;
} */