.header {
  min-height: 80px;
  width: 100%;
  /* background-color: #488AEC !important; */
  /* background: url('assets/img/bannerBg.png') no-repeat; */
  position: relative;
  padding: 10px 0;
  margin-bottom: 30px;
  background-size: cover;
  background: #FDF7F5;
}

  .navbar {
    min-height: 45px;
    /* background: transparent !important; */
    padding: 0;
  }

  .navbar-brand {
    height: auto;
    margin: 0 0;
    padding: 10px 15px 10px 0;
  }

  .navbar-nav {
    margin: 0 0 0;
  }

  .navbar-nav li {
    padding: 0 15px;
    margin-bottom: 10px;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
  }

  .navbar-expand-lg .navbar-collapse {
    justify-content: end;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-family: 'Sifonn';
  }

  .navbar-nav {
    margin: 0 0 0;
    align-items: center;
  }

  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show>.nav-link {
    color: #dce9fb !important;
    font-weight: 500 !important;
  }

  .navbar-light .navbar-nav .nav-link:focus,
  .navbar-light .navbar-nav .nav-link:hover {
    color: #dce9fb !important;
  }

  .navbar-toggler-icon i::before {
    content: "" !important;
  }

  /* End Header Css */
  /* Start Footer Section Css */
  footer {
    background: #FDF7F5;
    padding: 20px 0;
    /* position: fixed;
        bottom: 0; */
    width: 100%;
  }

  .copirigtCommon ul {
    display: flex;
    padding: 0;
    margin: 13px 0 0;
  }

  .link__ ul li {
    display: inline-block;
    padding: 0 10px;
  }

  .link__ ul li a {
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none !important;
  }

  .footerLinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .copirigtCommon ul li a {
    background: transparent;
    border-radius: 50%;
    height: 36px;
    position: relative;
    text-decoration: none;
    width: 36px;
    color: #FFF;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 9px 0 0;
    display: inline-block;
  }

  .copirigtCommon ul li i {
    color: #fff;
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .copirigtCommon p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #705F57;
  }

  .copirigtCommon {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .copirigtCommon li {
    list-style: none !important;
  }
  h2 {
    color: #705F57;
    text-align: center;
  }
  .logo{
    width: 100%;
    max-width: 70px;
    height: 70px;
  }
  