/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#top-bar {
  background-color: #6e3c8c;
}

.top-links li>a {
  color: white;
}

#top-social li a {
  float: none;
  width: 40px;
  font-weight: bold;
  color: white;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    width 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    width 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    width 0.3s ease-in-out;
}

#logo img {
  display: block;
  max-width: 100%;
  padding: 10px;
}

@media (min-width: 468px) {
  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333%;
  }
}

.mleft15 {
  margin-left: 0px !important;
  padding-left: 25px;
}

.event-thumbnail {}

.form-control {
  font-size: 10px !important;
}

.event-thumbnail img {
  display: block;
  margin: auto;
  max-height: 400px;
}

.event-page-header {
  background: url('../images/old/events_header.png');
  /* background-position: bottom center; */
  background-repeat: no-repeat;
  background-size: 100%;
  height: 95px;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .event-thumbnail img {
    width: 100%;
  }

  .mleft15 {
    padding-left: 15px !important;
  }

  .event-page-header {
    height: 63px !important;
    padding-top: 17px !important;
    background-size: 150% !important;
  }

  .event-page-header h4 {
    font-size: 12px !important;
    padding: 0px 20px;
  }
}

@media (max-width: 375px) {
  .event-page-header {
    height: 63px !important;
    padding-top: 24px !important;
    background-size: 150% !important;
  }

  .event-page-header h4 {
    font-size: 10px !important;
    padding: 0px 10px;
  }
}

.puple-title {
  color: #672481;
  white-space: initial;
}

.text-purple {
  color: #672481;
  white-space: initial;
}

.puple-title span {
  text-align: center;
}

.font-white {
  color: #fff;
}

.cs-font-permarker {
  font-family: 'Permanent Marker', cursive;
}

.content-box {
  background: #f6f6f6;
}

.content-box .item {}

.content-box .item>div {
  position: relative;
}

.row.content-box .item>div {
  min-height: 450px;
  background: url('../img/shadow.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.content-box .item .content {
  background: #fff;
  position: absolute;
  width: 100%;
}

.content-box .item .content-image span.event-label {
  background: #b47ace;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

.content-box .item .content-image .date,
.content-box .item .btn-detail {
  background: #fb6d63;
}

.content-box .item.yellow .content-image .date,
.content-box .item.yellow .btn-detail {
  background: #ffcc00;
}

.content-box .item.yellow .content {
  /*border: 3px solid #ffcc00;*/
  padding: 5px 5px 0px 5px;
  -webkit-box-shadow: inset 0px 5px 0px 5px #ffcc00;
  -moz-box-shadow: inset 0px 5px 0px 5px #ffcc00;
  box-shadow: inset 0px 5px 0px 5px #ffcc00;
}

.content-box .item .tag {
  margin-bottom: 15px;
}

.content-box .item .tag span.item {
  padding: 5px;
  color: #fff;
  background: #fa6d64;
}

.content-box .item.visibled:nth-child(3n + 1) {
  /*clear: both;*/
}

.content-box .item .content-image {
  position: relative;
}

.content-box .item .content-image img {
  max-width: 100%;
}

.content-box .item .content-image>img {
  height: 130px;
}

.content-box .item .content-image span {
  position: absolute;
}

.content-box .item .content-image span.event-label {
  padding: 2px 10px;
  color: #fff;
}

.content-box .item .content-image span {
  right: 0px;
  min-width: 120px;
}

.content-box .item .content-image span:nth-child(1) {
  left: 10px;
}

.content-box .item .content-image span:nth-child(1),
.content-box .item .content-image span:nth-child(2) {
  top: 10px;
}

.content-box .item .content-image span:nth-child(3) {
  top: 40px;
}

.content-box .item .content-image span:nth-child(4) {
  top: 70px;
}

.content-box .item .content-image .main-image {
  position: absolute;
  width: 50px;
  bottom: 20px;
  left: 20px;
  background: #fff;
}

.content-box .item .content-image .main-image img {
  width: 100%;
}

.content-box .item .content-image .date {
  position: absolute;
  right: 10px;
  bottom: -25px;
  width: 70px;
  height: 70px;
  border: 3px solid white;
  border-radius: 70px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-top: 15px;
  font-weight: bold;
}

.content-box .item .main-content {
  padding: 25px 15px 0 15px;
}

.content-box .item .main-content .event-title {
  overflow: hidden;
  height: 50px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
}

.content-box .item .main-content .event-title.content-open {
  height: auto;
}

.content-box .item .btn-detail {
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 3px;
  font-weight: bold;
  cursor: pointer;
}

#wysiwyg img {
  max-width: 100% !important;
  height: auto !important;
  /*margin: auto;*/
}

.content-box .item .event-by {
  font-size: 12px;
}

.content-box .item .event-date {
  color: #d9534f;
}

.content-box .item .content-hidden {}

.content-box .item .content-hidden>div {
  padding: 15px;
  background: #fff;
}

.content-box .item .content-hidden+.btn-detail .fa {
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);

  transition-property: all;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0, 0.5, 1);
}

.content-box .item .content-hidden.content-close+.btn-detail .fa {
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

.view-content .content-box .item .content-image>img {
  height: auto !important;
}

.view-content .content-box .item .content-image .main-image {
  position: absolute;
  width: 100px;
}

.event-pagination a,
.event-pagination strong {
  margin: auto 5px;
}

.event-pagination a {
  color: #fff !important;
  padding: 5px 10px !important;
  background: #672481 !important;
}

.event-pagination a.disabled {
  visibility: hidden;
}

.promo a {
  word-wrap: break-word;
}

.clients-grid li a img {
  width: 300px;
  height: 100px;
}

#primary-menu ul li>a {
  display: block;
  line-height: 22px;
  padding: 47px 6px;
  color: #444;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: margin 0.4s ease, padding 0.4s ease;
  -o-transition: margin 0.4s ease, padding 0.4s ease;
  transition: margin 0.4s ease, padding 0.4s ease;
}

.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
  font-size: 14px;
  font-weight: 600;
}

.entry {
  position: relative;
  margin: 0 0 10px;
}

.content-wrap {
  position: relative;
  padding: 1rem 0;
}

.spost,
.mpost {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #e5e5e5;
}

.entry:after {
  content: '';
  position: relative;
  height: 2px;
  margin-top: 10px;
}

.toggle .togglet i {
  position: absolute;
  top: 0;
  left: 3px;
  width: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}

.small-thumbs .entry-image-happening,
.ievent .entry-image-happening {
  float: left;
  width: 340px;
  margin: 0 30px 0 0;
}

.small-thumbs .entry-image-event,
.ievent .entry-image-event {
  float: left;
  width: 275px;
  margin: 0 30px 0 0;
}

.events .entry-image-event .entry-date-event,
.ievent .entry-image.entry-date {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 80px;
  height: 64px;
  text-align: center;
  padding-top: 9px;
  font-size: 26px;
  line-height: 1;
}

.events .entry-image-event .entry-date-event span,
.ievent .entry-image .entry-date span {
  display: block;
  font-size: 12px;
  margin-top: 7px;
}

#footer .footer-widgets-wrap {
  position: relative;
  padding: 20px 0;
}

#footer.dark,
.dark #footer {
  background-color: #6e3c8c;
  color: #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.dark #copyrights {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
  display: block;
  width: 100%;
  height: 150px;
}

.btn {
  padding: 0.175rem 0.75rem;
}

.bottommargin-xs {
  margin-bottom: 10px;
}

.topmargin-xs {
  margin-top: 10px;
}

.btn-purple {
  color: #fff;
  background-color: #672481;
  border-color: #672481;
}

.btn-file {
  color: #fff;
  background-color: #672481;
  border-color: #672481;
}

.form-check-label {
  font-weight: 400;
}

.hidden {
  display: none !important;
}

.input-group-text {
  padding: 0.105rem 0.75rem;
}

.calendar-input {
  background-color: #ffffff !important;
  opacity: 1;
}

.form-control:focus {
  border-color: #672481;
  /* box-shadow: 0 0 0 0.1rem rgba(9, 12, 10, 0.25); */
}

.bg-purple {
  background-color: #672481;
  color: #ffffff;
}

.badge-announcement {
  color: #212529;
  background-color: #fcb405;
}

.badge-event {
  color: #212529;
  background-color: #fa4eff;
}

.badge-feature {
  color: #212529;
  background-color: #fa6816;
}

.bg-wide {
  width: 100%;
}

.header-purple {
  background-color: #b47ace;
  color: #f6f6f6;
}

.mcenter {
  margin: 0 auto;
}

.img-responsive {
  max-width: 100%;
}

#top_banner.carousel img {
  height: 101px;
  width: 720px;
  margin: 0 auto;
}

.carousel-item {
  position: relative;
  display: none;
  float: none;
}

.carousel .item {
  height: 90px;
}

.small-badge {
  width: 21px;
  height: 24px;
}

a.custom-card,
a.custom-card:hover {
  color: inherit;
}

.spost .entry-image-home-happen,
.spost .entry-image-home-happen a,
.spost .entry-image-home-happen img,
.spost .entry-image-home-happen i {
  width: 150px;
  height: 100px;
}

.spost .entry-image-home-happen,
.mpost .entry-image-home-happen {
  float: left;
  margin: 0 15px 0 0;
  text-align: center;
}

.entry-image-home-happen,
.entry-image-home-happen>a,
.entry-image-home-happen .slide a,
.entry-image-home-happen img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.search-bg {
  background: -webkit-linear-gradient(rgb(60, 27, 76), rgba(111, 92, 98, 0.8)),
    url('/theme/canvas/images/old/sap_review.jpg');
  background-size: cover;
  border-radius: 15px;
}

.entry-image span:nth-child(1) {
  position: absolute !important;
  top: 25px !important;
  left: 25px !important;
  z-index: 2 !important;
}

/* .datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; */
/* envent calendar */

/* end event calendar */

.purple-card-content {
  color: #672481;
  font-weight: 500;
}

.photo-header {
  background: url('../images/old/athlete.png') no-repeat center top;
  height: 128px;
  width: 86px;
  margin-left: 747px;
}

.photo-baker {
  position: relative;
  bottom: -1px;
  left: 53px;
  width: 108px;
  height: 195px;
  background: url('../images/old/chef.png') no-repeat center top;
}

.purple-badge {
  background: url('../images/old/badge-purple.png') no-repeat center top;
  width: 18px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 5px;
  background-size: 100%;
}

.compare th {
  background-color: #eff1e3;
  color: #2d2e29;
  font-weight: normal;
  width: 25%;
}

.modal-padding {
  --padding: 10px;
  float: left;
  padding: var(--padding);
  border: 0px solid black;

  box-shadow: inset 0 0 0 var(--padding) lightGreen;
}

.compare th,
.compare td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 15px;
  font-size: 15px;
  vertical-align: top;
  position: relative;
  width: 25%;
}

.logos {
  text-align: center;
}

.border-sponsor {
  border: 3px solid;
  border-color: #ffc107;
}

.col-xs-10_1,
.col-sm-10_1,
.col-md-10_1,
.col-lg-10_1,
.col-xs-10_2,
.col-sm-10_2,
.col-md-10_2,
.col-lg-10_2,
.col-xs-10_3,
.col-sm-10_3,
.col-md-10_3,
.col-lg-10_3,
.col-xs-10_4,
.col-sm-10_4,
.col-md-10_4,
.col-lg-10_4,
.col-xs-10_5,
.col-sm-10_5,
.col-md-10_5,
.col-lg-10_5,
.col-xs-10_6,
.col-sm-10_6,
.col-md-10_6,
.col-lg-10_6,
.col-xs-10_7,
.col-sm-10_7,
.col-md-10_7,
.col-lg-10_7,
.col-xs-10_8,
.col-sm-10_8,
.col-md-10_8,
.col-lg-10_8,
.col-xs-10_9,
.col-sm-10_9,
.col-md-10_9,
.col-lg-10_9 {
  margin: 15px;
  /* float: left; */
  display: inline-block;
  vertical-align: top;
}

#content {
  width: 100% !important;
}

@media (max-width: 575.98px) {

  .container,
  #header.full-header .container,
  .container-fullwidth {
    width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 991.98px) {

  #header-trigger,
  .top-advert,
  .header-extras {
    display: block;
  }
}

@media (max-width: 575.98px) {
  #top_banner.carousel img {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }

  #sliderSearch {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

.owl-carousel .owl-stage {
  padding: 0px 0;
}

.menu-space-between {
  display: flex;
  align-items: stretch;
  /* Default */
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  #top-bar {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  width: 8px;
  height: 8px;
  margin: 5px 4px 0 4px;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.tab-container-search {
  position: relative;
  padding: 18px 0 0;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 0px;
}

.show-mobile {
  display: none !important;
}

@media screen and (max-width: 531px) {
  #containerMobile {
    display: flex;
    flex-flow: column;
  }

  .alertBadge {
    display: flex;
    justify-content: center;
  }

  .announceText {
    text-align: center;
  }

  .announceText a {
    color: #62207e;
  }

  #header.sticky-style-2 #header-wrap,
  #header.sticky-style-3 #header-wrap {
    min-height: 0px;
  }

  .top-advert {
    order: 2;
  }

  #logo {
    order: 1;
  }

  #logo.secondLogo {
    display: none;
  }

  .card-title_home {
    font-size: 12px;
  }
}

#logo {
  position: relative;
  float: left;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  line-height: 100%;
  margin-right: 0px;
}

#logo.secondLogo {
  position: relative;
  float: left;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  line-height: 100%;
  margin-right: 0px;
}

.finger {
  cursor: pointer !important;
}

.mouse {
  cursor: default;
}

#header.sticky-style-2 {
  height: 172px;
}

#header.sticky-header:not(.static-sticky).sticky-style-2,
#header.sticky-header:not(.static-sticky).sticky-style-3 {
  height: 172px;
}

#summernote h2 {
  font-size: 16px;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.image_fade_happening {
  object-fit: cover !important;
  width: 308px;
  height: 143px;
}

.image_fade_home {
  object-fit: cover !important;
  height: 120px !important;
  width: 256px !important;
}

.image_fade_event {
  object-fit: cover;
  height: 120px;
  width: 100%;
}

.image_fade_event_container {
  width: 243px;
  height: 136px;
}

.card-img-top {
  object-fit: contain;
  height: 287px;
  width: 100%;
}

.img_home_slider {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.youtube-fancybox {
  display: block;
  position: relative;
}

.youtube-fancybox:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background: url('/theme/canvas/images/youtube_play_button.png') no-repeat;
  background-position: center center;
  background-size: 10%;
  z-index: 1;
}

.youtube-fancybox:hover:before {
  opacity: 0.95;
  /*background-color: rgba(0,0,0,0.2);*/
}

#content p {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#content img {
  object-fit: contain;
}

.card-text-list {
  font-size: 14px !important;
  line-height: 1.4 !important;
  height: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-text-ask-the-expert {
  font-size: 16px !important;
  line-height: 1.4 !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

#map-overlay p {
  line-height: 1.4;
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
}

#map-overlay {
  background-image: url('/theme/canvas/images/old/pencil.jpeg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.entry-content h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400 !important;
}

h2 {
  font-size: 24px !important;
  font-weight: 600 !important;
}

h3 {
  font-size: 20px !important;
}

h1 {
  font-size: 30px !important;
}

h5 {
  font-size: 15px !important;
  font-weight: 600 !important;
}

.image_happening_detail {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 728px !important;
  height: 380px !important;
  object-fit: cover;
}

.tab-nav {
  padding: 0 !important;
}

.flip-card-inner p {
  position: relative;
  font-size: 16px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  text-align: center !important;
}

.cursor-edit {
  cursor: text !important;
}

.img_view_logo {
  height: 150px !important;
  width: 100%;
  display: block;
  object-fit: contain;
}

#contact-form-overlay p {
  font-family: 'Raleway';
}

body {
  font-family: 'Raleway' !important;
}

.testi-content p {
  margin-bottom: 0;
  font-family: 'Raleway', serif;
  font-style: normal;
  font-weight: 100 !important;
}

.card-text {
  font-size: 16px !important;
  line-height: 1.2 !important;
}

#prize p {
  font-size: 15px;
}

#category_happening li {
  margin-bottom: 0;
}

.reward-picture {
  height: 360px !important;
  width: 750px !important;
  object-fit: contain;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.home-footer {
  font-size: 12px !important;
}

.text-purple {
  color: #b47ace !important;
}

.fc-title {
  color: #fff !important;
}

#primary-menu ul ul:not(.mega-menu-column),
#primary-menu ul li .mega-menu-content {
  width: 300px;
}

#primary-menu ul ul li>a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flip-card-inner span {
  font-size: 16px;
}

.designation {
  width: 100%;
  height: 1.1em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entry-meta li {
  font-size: 12px;
}

.entry-date-event {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 120px;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 1;
}

.mini-box {
  padding-left: 0 !important;
  padding-right: 15px !important;
}

.event-button-container {
  margin-top: auto;
  margin-bottom: auto;
}

#classmarker-reg {
  background: -webkit-linear-gradient(rgb(60, 27, 76), rgba(111, 92, 98, 0.8)),
    url('/theme/canvas/images/old/sap_review.jpg');
  background-size: cover;
  border-radius: 15px;
}

#classmarker-reg h4 {
  color: white;
}

#classmarker-reg label {
  color: white;
}

#classmarker-reg span {
  color: white;
}

#classmarker-reg label {
  margin-bottom: 2px;
  margin-top: 10px;
}

.classmarker-content {
  height: 200px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.f-1 {
  font-size: 30px !important;
}

.f-2 {
  font-size: 26px !important;
}

.f-3 {
  font-size: 20px !important;
}

.f-4 {
  font-size: 18px;
}

.f-5 {
  font-size: 15px !important;
}

.f-6 {
  font-size: 12px !important;
}

#page-title.page-title-dark p {
  color: rgba(255, 255, 255, 0.7);
}

#page-title.page-title-center p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#page-title p {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777;
  font-size: 18px;
}

.image-mode-cover {
  object-fit: cover !important;
}

.image-mode-contain {
  object-fit: contain !important;
}

.login-classmarker {
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.avatar-review {
  height: 60px !important;
  width: 60px !important;
  object-fit: contain !important;
}

#reviews img {
  height: 60px !important;
  width: 60px !important;
  object-fit: contain !important;
}

.image-rewards {
  width: 360px !important;
  height: 172.8px !important;
  object-fit: cover !important;
}

@media (max-width: 767.98px) {

  .postcontent,
  .postcontent.bothsidebar,
  .sidebar,
  .col_full,
  .col_half,
  .col_one_third,
  .col_two_third,
  .col_three_fourth,
  .col_one_fourth,
  .col_one_fifth,
  .col_two_fifth,
  .col_three_fifth,
  .col_four_fifth,
  .col_one_sixth,
  .col_five_sixth {
    margin-bottom: 0px !important;
  }

  #reviews .commentlist {
    padding-left: 0;
  }

  #reward_content p {
    margin-bottom: 0 !important;
  }

  .pricing-box.best-price {
    margin-top: 0;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .button.button-3d {
    font-size: 11px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .entry-date-event {
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 120px;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 1;
  }

  .footer-logo {
    height: 80px;
    text-align: center;
  }

  .slider-mobile {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .mini-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .register-classmarker {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .image_fade_happening {
    object-fit: cover !important;
    height: 143px;
    width: 308px;
  }

  .image_happening_detail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }

  ul.tab-nav:not(.tab-nav-lg) li a {
    font-size: 11px !important;
  }

  .hidden-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

  .card-img-top {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .image_fade_home {
    object-fit: cover !important;
    height: 70px !important;
    width: 144px !important;
  }

  .card-title_home {
    font-size: 10px !important;
  }

  .card-body {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .login-classmarker {
    min-height: auto;
    max-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .classmarker-content {
    height: 250px !important;
  }

  .f-1 {
    font-size: 30px !important;
  }

  .f-2 {
    font-size: 26px !important;
  }

  .f-3 {
    font-size: 20px !important;
  }

  .f-4 {
    font-size: 18px;
  }

  .f-5 {
    font-size: 15px !important;
  }

  .f-6 {
    font-size: 12px !important;
  }

  h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
  }

  #content img {
    object-fit: contain;
    height: auto !important;
    width: auto !important;
  }

  .mini-box {
    height: auto !important;
  }

  .search-box {
    height: auto !important;
  }

  .avatar-review {
    height: 60px !important;
    width: 60px !important;
    object-fit: contain !important;
  }

  #reviews img {
    height: 60px !important;
    width: 60px !important;
    object-fit: contain !important;
  }
}

p.text-online-exam {
  font-size: 15px !important;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  #primary-menu ul li>a {
    font-size: 10px;
  }

  #header.sticky-style-2 {
    height: 172px;
  }

  .pricing-title h3 {
    font-size: 15px !important;
  }

  .flip-card-inner span {
    font-size: 13px;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1023px) {
  #primary-menu ul li>a {
    font-size: 10px;
  }

  #header.sticky-style-2 {
    height: 172px;
  }

  .pricing-title h3 {
    font-size: 15px !important;
  }

  .flip-card-inner span {
    font-size: 13px;
  }

  .hidden-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

  label {
    font-size: 10px;
  }

  #login p {
    font-size: 12px !important;
  }

  .button {
    font-size: 10px;
  }

  .image-rewards {
    width: 220px !important;
    height: 105.6px !important;
    object-fit: cover !important;
  }

  #logo img {
    object-fit: contain;
    margin-top: 5px;
  }

  #top_banner.carousel img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  #primary-menu ul li>a {
    font-size: 10px;
  }

  #header.sticky-style-2 {
    height: 172px;
  }

  .pricing-title h3 {
    font-size: 15px !important;
  }

  .flip-card-inner span {
    font-size: 13px;
  }

  .image-rewards {
    width: 220px !important;
    height: 105.6px !important;
    object-fit: cover !important;
  }
}

/* 
  ##Device = Ipad Pro
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 1024px) and (max-width: 1366px) {
  #primary-menu ul li>a {
    font-size: 10px;
  }

  #header.sticky-style-2 {
    height: 172px;
  }

  .pricing-title h3 {
    font-size: 15px !important;
  }

  .flip-card-inner span {
    font-size: 13px;
  }

  #logo {
    width: 150px;
  }

  #logo img {
    object-fit: contain;
  }

  .image-rewards {
    width: 220px !important;
    height: 105.6px !important;
    object-fit: cover !important;
  }
}

/* 
  ##Device = Ipad Pro Landscape
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  #primary-menu ul li>a {
    font-size: 10px;
  }

  #header.sticky-style-2 {
    height: 172px;
  }

  .pricing-title h3 {
    font-size: 15px !important;
  }

  .flip-card-inner span {
    font-size: 13px;
  }

  .image-rewards {
    width: 220px !important;
    height: 105.6px !important;
    object-fit: cover !important;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  .image-rewards {
    width: 220px !important;
    height: 105.6px !important;
    object-fit: cover !important;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  .image-rewards {
    width: 220px !important;
    height: 105.6px !important;
    object-fit: cover !important;
  }
}