

.section-gap-large {
    padding: 44px 0 150px;
}
.point-list{
    font-size: 16px;
      font-weight: 500;
      color: #000;
  }

.edu-cta-banner-area-6 .thumbnail img {
    height: 434px;
    margin-top: -67px;
    margin-left: 60px;
}


.about-style-6 {
    position: relative;
    padding: 90px 0 50px;
    background-color: var(--color-white);
    z-index: 1;
}

.edu-course .content .course-price.price-round {
    font-size: 22px;
    font-weight: var(--p-bold);
    color: var(--color-white);
    height: 60px;
    width: 60px;
    line-height: 63px;
    background-color: var(--color-primary);
    border-radius: 50%;
    text-align: center;
}

.testimonial-area-2 .swiper-pagination {
    bottom: -5px;
}

.edu-footer .footer-top {
    position: relative;
    padding: 50px 0 45px;
}

.pop-up{
    font-size: 20px;
    color: #000;
}

/* Fixed Icon Section */
.fixed-icon-section {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #1ab69d;
    display: flex;
    justify-content: center;
    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: var(--title-fonts);
  }
  
  .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) {
    .footer-icon {
        display: none;
    }
  }
  
  
  .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;
}


@media only screen and (max-width: 480px) {

    
.pay{

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

.admission-card {
    background-color: #07294d;
}

.admission-card .card-content .card-titles {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
}

.admission-card .card-content p {
    color: #fff;
}


.admission-card .card-content {
    padding: 40px;
}

.admission-info {
    background-color: #07294d;
    padding: 50px 40px;
}


.mt-30 {
    margin-top: 30px;
}

.svg1 {
    text-align: center;
    padding-bottom: 25px;
}

.admission-info .admission-title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 30px;
}

.admission-info p {
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 600;
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ffc600;
    padding: 0 35px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    color: #07294d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffc600;
}
.my-button {
    text-align: center;
}

* Fixed Icon Section */
.fixed-icon-section {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #FFF;
  display: flex;
  justify-content: space-evenly;
  padding: 10px 20px 10px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  z-index: 11111;

  font-family: var(--title-fonts);
}

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

  height: 48px;
  padding: 0 20px;
  /* border: 1px solid #7b20e8; */
  border-radius: 67px;
  background: #7b20e8;
  flex-direction: row;
  justify-content:space-evenly;
  align-items: center;
  transition: all .3s linear;
  font-family: "Satoshi Bold", sans-serif;
  font-weight: 500;
  font-size: 14px;
  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) {
  .footer-icon {
      display: none;
  }
}


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