.main-menu a {
  font-size: 16px;
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 14px;
  line-height: 16px;
}

.main-menu ul.mega-menu>li>a {
  padding-bottom: 5px;
}

.blog-style2 .blog-title {
  font-size: 20px;
}

.course-style1 .vs-btn {
  font-size: 12px;
}

.course-content h3 {
  font-size: 16px;
}

.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  font-size: 14px;
}

.quizmain h1 {
  font-size: 30px;
}

.quizmain h2 {
  font-size: 22px;
}

/* .modal-header {
    padding: 0.5rem 1rem;
} */

.modal-title {
  font-size: 18px;
}

.quizview p {
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
  line-height: 20px;
  text-indent: -16px;
  margin-left: 16px;
}

.quizview li {
  margin-bottom: 10px;
}

.quizview li label {
  font-weight: normal;
}

.breadcumb-menu-wrap {
  background-color: #F3F3F3;
  margin: 0;
}

.breadcumb-menu span,
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu li:first-child::before,
.breadcumb-menu li:not(:last-child)::after {
  color: #000;
}

.breadcumb-menu li {
  color: #3747FF;
}

.breadcumb-menu::after {
  background-color: transparent;
}

/* ul.pagination{
    padding-left: 0;
}
.pagination{
    margin-top: 15px;
}
.page-item a{
    border: 1px solid #dee2e6;
    padding: .375rem .75rem;
} */
.page-item a:hover,
.page-item.active a {
  background-color: #0d6efd;
  color: #fff;
}

/* .page-item:first-child a {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-item:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  } */

.tags h3 {
  font-size: 18px;
}

.tags h4 {
  font-size: 14px;
}

.aboutus h2.sec-title {
  font-size: 34px;
}

.blog-img img {
  width: 100%;
  max-width: none;
}

.blog-single h2 {
  font-size: 20px;
  margin-bottom: 0;
}

.blog-single h3 {
  font-size: 18px;
  margin-bottom: 0;
}

.error {
  margin-top: 3px;
  color: red;
}

.contact h2,
.contact h3 {
  margin-bottom: 5px;
  font-size: 20px;
}

.contact h1 {
  font-size: 30px;
}

.modform .form-style1 input {
  height: 65px;
}

.modform .form-style1 .icon-btn {
  --btn-size: 53px;
  --btn-font-size: 16px;
}

.media-style4 .media-icon i {
  font-size: 30px;
  color: #0d6efd;
}

.message-box {
  background: #fff;
  text-align: center;
  margin: 40px 0;
  -webkit-box-shadow: 0 10px 10px -10px #555;
  -moz-box-shadow: 0 10px 10px -10px #555;
  box-shadow: 0 10px 10px -10px #555;
}

.message-box .headmsg {
  padding: 60px 40px;
  margin-bottom: 20px;
}

.message-box .headmsg.success {
  background: #3EC59D;
}

.message-box .headmsg.failed {
  background: #E2747D;
}

.message-box i {
  font-size: 50px;
  color: #fff;
}

.message-box h3 {
  margin-bottom: 20px;
}

.message-box p {
  padding-bottom: 20px;
  font-size: 16px;
}

.quizmain input[type="radio"]~label {
  vertical-align: text-top;
  margin-top: 0;
  padding-left: 25px;
}

.quizmain input[type="radio"]~label::before {
  top: 0;
}

.search-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3eaef;
  margin-bottom: 20px;
}

.search-item h4 {
  font-size: 20px !important;
}

.searchbox .badge {
  position: relative;
}
.ctags{
  margin-bottom: 20px;
}
.ctags a {
  display: inline-block;
  background-color: var(--theme-color2);
  color: var(--title-color);
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  padding: 0 13px;
  text-align: center;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all ease 0.4s;
  margin-bottom: 10px;
}

.ctags a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.quizmain .event-style1 .event-date .day{
  margin-bottom: 0;
}

.quizmain .event-style1 {
  /* position: sticky;
  top: 15px;
  z-index: 6; */
  margin-bottom: 30px;
  padding: 10px;
}