
/* Footer */
footer {
  background: #08102F;
  padding: 50px 0 10px;
}

footer .footerBox h6 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

footer .footerBox ul{
  padding: 0px;
  margin: 0px;
}
footer .footerBox ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px;
}
footer .footerBox ul li a{
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;

}



footer .mdi-light--email{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M5 5h13a3 3 0 0 1 3 3v9a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3m0 1c-.5 0-.94.17-1.28.47l7.78 5.03l7.78-5.03C18.94 6.17 18.5 6 18 6zm6.5 6.71L3.13 7.28C3.05 7.5 3 7.75 3 8v9a2 2 0 0 0 2 2h13a2 2 0 0 0 2-2V8c0-.25-.05-.5-.13-.72z' stroke-width='0.5' stroke='%23ffffff'/%3E%3C/svg%3E");
}
footer .heroicons--device-phone-mobile{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3'/%3E%3C/svg%3E");
}

    

/* --------------------Footer section-close----------------------- */
/* --------------------enrolagain section----------------------- */


@media (max-width: 768px) {
.footerBox {
    margin-bottom: 30px;
    border-bottom: 1px solid #32384f;
    padding-bottom: 20px;
}
footer .footerBox h6 {
    font-size: 22px;
    margin-bottom: 15px;
} 
section.ctabackground h6 {
    font-size: 26px;
    line-height: 34px;
}
}
/* --------------------enrolagain section-close----------------------- */
