/* Header page */
.mean-container .mean-nav ul li a {
  color: rgb(0, 0, 0);
}

h6_single-banner {
  height: 400px;
}



@media (min-width: 576px) {
  #menu-mobile {
    display: none;
  }
  .menu-has-child {
    display: none!important;
  }
  .h6_single-banner {
    min-height: 10px !;
  }
}


@media only screen and (min-width: 576px) and (max-width: 1200px) {
  #profile-logo {
    display: none!important;
}
}
/* Header page end */


/* <-----------mobile-view------------> */
@media (max-width: 576px) {

  .h6_single-banner {
    min-height: 280px;
  }
  .category-area {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .category-left {
    padding-bottom: 30px;
  }
  .about-area {
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .course-custom-btn-1 {
    width: 42%!important;
    margin-left: 10px!important;
}
.blog-area {
  padding-top: 100px!important;
  padding-bottom: 50px;
}
#label {
  font-size: 18px;
}
}



/* arrow-button */
#scrollUpBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    background-color: #0d56c4;
    color: white;
    border: none;
    border-radius: 32px;
    padding: 10px 15px;
    cursor: pointer;

}

#scrollUpBtn:hover {
    background-color: #0056b3;
}

