.footer {
  width: 100%;
  height: 60px;
  line-height: 60px;
}


.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
}

.sidebar {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .nav {
  margin-bottom: 20px;
}

.sidebar .nav-item {
  width: 100%;
}

.sidebar .nav-item+.nav-item {
  margin-left: 0;
}

.sidebar .nav-link {
  border-radius: 0;
}



/* home page css  */


body {
  font-family: 'Montserrat', sans-serif !important;
}

#heading {
  font-weight: 800;
  color: #0070F3;
}
.heading {
  font-weight: 800;
  color: #0070F3;
}
#cursiveheading {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
}

.text-gray {
  color: #595959 !important;
}

#heading2 {
  text-align: center;
  font-weight: 600;
  padding-top: 20px;
  color: #595959;
}

#heading3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 49px;
  text-transform: uppercase;
  color: #595959;

}

#heading4 {

  font-weight: 800;
  padding-bottom: 10px;
  color: #595959;

}

#heading5 {
  text-align: end;
  font-weight: 600;
  color: #595959;
  font-size: 30px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.border {
  border: 1px solid #BEBEBE;
}

#paragraph {
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #595959;
}

#paragraph2 {
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #595959;
}

#paragraph3 {
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  color: #595959;
}


@media (max-width: 768px) {
  #heading5 {
    text-align: left;
  }
}

@media (max-width: 768px) {
  #paragraph3 {
    text-align: left;
  }
}


.btn {
  --bs-btn-padding-x: 1rem !important;
  --bs-btn-padding-y: 0.7rem !important;
}

#background1 {
  background: linear-gradient(180deg, #F5F5F5 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  padding: 50px;
}



.form-check {
  display: block;
  min-height: 3rem;
  padding-left: 3em;
  padding-right: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: 1rem;
  background: #F5F5F5;
  border-radius: 15px;

}

#footer {

  bottom: 0;

}

.accordion-button {
  margin-bottom: 10px;
  font-weight: 600;
  color: #595959 !important;
  background-color: #F5F5F5 !important;
  border-radius: 20px !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../img/accordion-btn.svg);
  transform: rotate(-180deg);
}

.accordion-button::after {
  background-image: url(../img/accordion-btn.svg);
}