.footer .bottom {
    padding: 14px 0!important;
    background: #080e1d!important;
    color: white!important;
    text-align: center!important;
    font-size: 17px;
}

#Footer a {
    color: #ffffff;
}

.page-title{
        text-align: center;
        padding: 32px;
        font-size: 28px;
        background-color: #1a94d31f;
        color: #000034;
}


.bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.social-icons a {
  color: white;
  font-size: 25px;
  padding: 7px;
  border-style: solid;
  border-width: 2px;
  border-radius: 7px;
}


.course-card {
    padding: 7px;
}

.course-card .card {
    border-style: solid;
    border-width: 2px;
    padding: 7px;
    border-radius: 8px;
    min-height: 380px;
    border-color: #5151ff47;
}

.course-card .card-img-top {
    width: 100%;
    height: 200px;
}


.course-card .card-title{
    width: 100%;
    text-align: center;
    padding: 12px;
    background: #2a8cd9;
    color: white;
    font-size: 21px;
    text-transform: none;
}

.banner-outer {
    display: block;
    position: relative;
    overflow-x: hidden;
    height: auto;
    min-height: 250px;
    max-height: 700px;
}

.btn {
    background: #2a8cd9;
    border-radius: 0px;
}

.col-border {
    border-style: solid;
    border-radius: 14px;
    border-width: 3px;
    border-color: #4993fd21;
}

.not_visible {
    display: none;
}


.course-card .card-body {
    height: 300px;
    overflow: hidden;
}

.course-price {
    font-size: 18px;
    color: #003762;
    background-color: #cffff1;
    padding: 7px;
}

.course-card .card-text {
    padding: 14px;
    color: black;
    font-size: 16px;
    overflow: auto;
}

.whatsapp-chat {
    position: fixed;
    bottom: 64px;
    width: 50px;
    right: 14px;
}

.card-footer .btn {
    padding: 7px!important;
}

#Footer a {
    font-size: 17px;
    /* font-weight: bold; */
}

#Footer, #Footer .widget_recent_entries ul li a {
    color: #ffffff;
}

.typewrite {
    text-decoration: none;
}


/* Desktop View */
@media (min-width: 1024px) {
  /* CSS rules for desktop view */

  #Top_bar {
    background-color: #ffffffeb;
  }

  .home-hero {
    padding-top: 4.7%;
  }

  .home-hero .row {
    padding: 30px 16%;
  }

  .home-laptop-slider {
    position: absolute;
    top: 11%;
    width: 69%;
    height: auto;
    background-color: red;
    right: 15%;
  }

  .typewriter-column{
    padding-top: 75px;
  }

  .typewriter-column h1 {
    font-size: 2.5em;
  }

  .typewriter-column h2 {
    font-size: 2.3em;
  }

  .typewriter-column a {
    text-decoration: none!important;
  }

}

/* Mobile View */
@media (max-width: 767px) {
  /* CSS rules for mobile view */

  .home-hero .row {
    padding: 65px 7%;
  }

  
  .typewriter-column {
    min-height: 165px;
  }

  .home-laptop-slider {
    display: block;
    position: absolute;
    left: auto;
    right: 16%;
    top: 11%;
    width: 67%;
    background-color: red;
    height: auto;
  } 

  .typewriter-column h1 {
    font-size: 32px;
  }

  .typewriter-column h2 {
    font-size: 25px;
  }

  .typewriter-column a {
    text-decoration: none!important;
  }

  .footer-whatsapp {
    bottom: 50px!important;
   }

}