.bd-main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: -30%;
  width: 300px;
  background: var(--bd-theme-1);
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  border-radius: 12px;
  padding: 15px 25px;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -ms-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -o-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  -moz-transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  -ms-transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  -o-transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
}

.f-40 {
  font-size: 40px;
}

.bd-program {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 5px;
}

.bd-feature-wrapper ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.result-grid {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bd-blog-sidebar-title {
  padding: 24px;
  padding-top: 18px;
  font-size: 23px;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--bd-grey-1);
  background: #ff9b24;
}


.icon-img {
  margin-top: 45px;
}

.mb-40 {
  padding-bottom: 30px;
}

/* @media (max-width: 480px) {
.icon-img{
max-width: 50px;
    margin-top: 5px;
}
}
 */




.bd-shop-cat-title {
  font-weight: 600;
  height: 150px;
  width: 150px;
  padding: 0px;
  margin-bottom: 40px;
  background-color: var(--bd-theme-1);
}


/* Fixed Icon Section */
.fixed-icon-section {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fbe7d5;
  display: flex;
  justify-content: space-around;
  padding: 10px 20px 10px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  z-index: 11111;
  color: #000;
  font-size: 20px;
  ;
  font-family: "Lato", sans-serif;
}

.fixed-icon-section .icon {
  color: #000;
  text-decoration: none;

  height: 48px;
  padding: 0 20px;
  /* border: 1px solid #7b20e8; */
  border-radius: 67px;
  background: #7b20e8;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all .3s linear;
  font-family: "Satoshi Bold", sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: -webkit-flex;
  white-space: nowrap;
}

/* .fixed-icon-section .icon:hover {
      color: #f8f8f8;
    } */


.mrg {
  margin-right: 5px;
}


@media(min-width:979px) {
  .fixed-icon-section {
    display: none;
  }
}

@media (max-width: 479px) {

  .bd-breadcrumb {
    position: relative;
    z-index: 2;
    min-height: 140px;
}

  .footer-icon {
    display: none;
  }

  .bd-header-logo {
    width: 160px;
    position: relative;
    z-index: 1;
  }

  .bd-header-bottom {
    top: 0;
    padding: 10px 0;
  }

  .side-nav-image {
    max-width: 30px;
  }

}

.pt-60 {
  padding-top: 50px;
}

.pt-30 {
  padding-top: 30px;
}

@media (max-width: 320) {
  .fee {
    max-width: 292px;
  }
}


  .whatapp-icon {
    background: #ffffff !important;
    font-size: 32px !important;
    border-radius: 0% !important;
    color: #197e5e !important;
  }

  .pay {

    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
  }


  .bd-footer-bottom-social ul li a {
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #000000;
    border-radius: 50%;
    display: inline-block;
    color: var(--bd-common-white);
  }

  .bd-teacher-des {
    font-size: 16px;
    line-height: 26px;
    color: var(--bd-common-black);
    display: inline-block;
    margin-bottom: 35px;
  }


  .table>:not(caption)>*>* {
    /* padding: 2px 2px; */
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  }

  .theme-color-green {

    color: #00BBAE;

  }

  .mrg {
    margin-right: 5px;
  }

  .u-list {
    line-height: 29px;
    padding-top: 10px;
    padding-bottom: 0px;
    list-style: none;
    font-size: 17px;
}
 

.fe-list{
  font-size: 18px;
  text-align: left;
}

  .product-side-info p {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
  }

  .bd-header-logo {
    width: 358px;
    position: relative;
    z-index: 1;
  }

  /* .bd-class {
    padding: 40px;
    border: 2px dashed var(--bd-grey-2);
    border-radius: 32px;
    position: relative;
    background: aquamarine;
} */

.mt-3
{
  margin-top: 1rem;
}