.slideWhenReady {
  display: none !important;
}

.slideWhenReady.flickity-enabled {
  display: block !important;
}

.video__list {
  width: 100%;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -20px;
}

.grid__item {
  padding: 0 20px;
}

.video__list .videoFilter {
  flex: 0 0 15%;
  padding-right: 0;
  padding-left: 10px;
}

.video__list .videoSection {
  flex: 0 0 85%;
}

.videoFilter .Title {
  font-family: "Inter";
  font-size: 16px;
  color: #404040;
  cursor: pointer;
  margin-bottom: 15px;
}

.main_heading h2 {
  font-family: "Inter";
  font-size: 42px;
  margin: 40px 0;
}

#video__items,
.featured__video-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.video__item {
  flex: 0 0 33.333333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.video__item .modal--square .modal__centered-content {
  padding: 20px;
}

.video__item .modal__close {
  padding: 2px;
}

.video__item iframe {
  display: block;
  width: 80vw;
  height: 80vh;
}

.videoFilter .Title.is_active {
  color: #d82128;
  font-weight: 700;
}

.videoFilter .Title.is_active span {
  position: relative;
}

.videoFilter .Title.is_active span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d82128;
  width: 100%;
  height: 2px;
}

.videoFilter .Title.is_active span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  background-color: #d82128;
  width: 80%;
  height: 2.5px;
  border-radius: 50px;
}

@media (max-width: 768px) {
  .video__item iframe {
    width: 100vw;
    height: 50vh;
  }
}

.pagination,
.woocommerce-pagination .page-numbers {
  text-align: center;
  margin: 20px 0 50px;
}

.pagination span,
.pagination a,
.woocommerce-pagination li {
  display: inline-block !important;
  padding: 0 6px !important;
  border: 0 !important;
}

.pagination a,
.woocommerce-pagination a {
  font-family: "Inter" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #404040 !important;
}

.pagination .page-numbers.current,
.woocommerce-pagination .page-numbers.current {
  font-family: "Inter" !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #d82128 !important;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  background: transparent !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: transparent !important;
  color: #d82128 !important;
}

.video__item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  min-height: 50px;
}

.video__item .small-detail {
  font-family: "Inter";
  font-size: 12px;
  color: #404040;
  margin-bottom: 0 !important;
  padding: 0 20px;
  margin: 10px 0;
}

.videoWrapper {
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 8px 12px 0px #0000000a;
  padding-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}

.heading {
  margin-bottom: 20px;
}

.loading-start {
  position: relative;
}

.loading-start::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  z-index: 9999;
}

.main-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #d82128;
  border-bottom: 8px solid #d82128;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: loader_spin 2s linear infinite;
  z-index: 99999;
}

@-webkit-keyframes loader_spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loader_spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 769px) {
  div#filter-drawer .drawer__scrollable {
    padding: 10px;
  }

  div#filter-drawer,
  #career-filter-drawer,
  .medium-up--showFilter {
    position: sticky;
    top: 20px;
    display: block;
    width: auto;
    background: #f8f8f8;
    box-shadow: none;
    max-width: unset;
    overflow: hidden;
  }

  div#filter-drawer .drawer__fixed-header,
  .medium-up--showFilter .drawer__fixed-header {
    display: none;
  }

  div#filter-drawer .drawer__scrollable,
  #career-filter-drawer .drawer__scrollable,
  .medium-up--showFilter .drawer__scrollable {
    background: #fff;
  }
}

.filter-mobile {
  display: none;
  background: transparent;
  color: #000;
  font-size: 18px;
  align-items: center;
  border: 1px solid #000;
  margin-left: 10px;
  margin-bottom: 25px;
}

.filter-mobile:hover,
.filter-mobile:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.filter-mobile img {
  display: block;
  margin-right: 6px;
}

.flickity-button:hover {
  background: #d82128 !important;
}

html .flickity-prev-next-button {
  padding: 0;
}

html .flickity-prev-next-button .flickity-button-icon {
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}

@media (max-width: 768px) {
  .video__list .videoSection {
    flex: 0 0 100%;
  }

  .video__list .videoFilter {
    flex: unset;
    padding: 0;
  }

  .video__item {
    padding: 0 10px;
  }

  .grid__item {
    padding: 0;
  }

  #video__items,
  .featured__video-container {
    margin: 0;
  }

  .grid {
    margin: 0;
  }

  .main_heading>h2 {
    margin-left: 10px;
  }
}

.buy-now-btn.add-to-cart {
  margin-bottom: 20px;
}

.page-template-event-thankyou .blogs_grid {
  margin: 0 -15px;
}

.page-template-archive-events .site-content .ast-container,
.page-template-archive-video .site-content .ast-container,
.page-template-archive-blogs .site-content .ast-container,
.single-blogs .site-content .ast-container,
.page-template-archive-career .site-content .ast-container,
.post-type-archive-blogs .site-content .ast-container,
.page-template-event-thankyou .site-content .ast-container,
.page-template-appointment-thankyou .site-content .ast-container,
.page-template-contact-thankyou .site-content .ast-container,
.page-template-purchase-thankyou .site-content .ast-container,
.page-template-press .site-content .ast-container,
.woocommerce-shop .site-content .ast-container {
  display: block !important;
  max-width: unset !important;
}

@media (min-width: 767px) {

  .page-template-archive-events .site-content .ast-container,
  .page-template-archive-video .site-content .ast-container,
  .page-template-archive-blogs .site-content .ast-container,
  .single-blogs .site-content .ast-container,
  .page-template-archive-career .site-content .ast-container,
  .post-type-archive-blogs .site-content .ast-container,
  .page-template-press .site-content .ast-container,
  .woocommerce-shop .site-content .ast-container {
    padding: 0 40px;
  }
}

.page-template-event-thankyou .site-content .ast-container,
.page-template-appointment-thankyou .site-content .ast-container,
.page-template-contact-thankyou .site-content .ast-container,
.page-template-purchase-thankyou .site-content .ast-container {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .video__item {
    padding: 0;
    flex: 0 0 100%;
  }

  .filter-mobile {
    display: flex;
    margin-left: 0;
  }
}

.main_event--wrapper {
  margin-top: 50px;
}

.main_event--wrapper .main_heading {
  margin-bottom: 40px;
}

.wrapEventPagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 0 0 85%;
}

.event_filter {
  flex: 0 0 15%;
}

.events__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  width: 100%;
}

.events_grid {
  display: grid;  
  grid-template-columns: 1fr 1fr 1fr;
}

@media(max-width: 768px) {
  .events_grid {
    grid-template-columns: 1fr;
  }
}

.event {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.event_title,
.career_title {
  font-family: "Inter";
  font-size: 17px;
  font-weight: 700;
  padding: 0 20px;
}

.post-type-archive-blogs.ast-separate-container {
  background-color: #fff;
}

.event_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 52px;
}

.blog_title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 80px;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  min-height: 60px;
}

.eventWrapper,
.careerWrapper,
.blogWrapper {
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 8px 12px 0px #0000000a;
  cursor: pointer;
  overflow: hidden;
}

.blogWrapper .featured__image img {
  height: 250px;
  object-fit: cover;
}

.eventWrapper .featured__image img {
  width: 100%!important;
}

.related__articles .blogWrapper .featured__image img {
  height: 250px;
}

.pagination {
  text-align: center;
  margin: 20px 0 50px;
}

.pagination a {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #404040;
}

.pagination .page-numbers.current {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  color: #d82128;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.event_btn {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  margin-top: 20px;
  text-align: right;
  background-color: #fafafa;
  transition: 150ms ease;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.event_btn:hover {
  color: #d82128;
}

.event_btn a {
  color: #000;
  transition: 150ms ease;
}

.event_btn a:hover {
  color: #d82128;
}

.event iframe {
  display: block;
  width: 80vw;
  height: 80vh;
}

.event .modal--square .modal__centered-content {
  padding: 20px;
}

.event .modal__close {
  padding: 2px;
}

.event_filter .Title {
  font-family: "Inter";
  font-size: 16px;
  color: #404040;
  cursor: pointer;
  margin-bottom: 15px;
}

.event_filter .Title.is_active {
  color: #d82128;
  font-weight: 700;
}

.event_filter .Title.is_active span {
  position: relative;
}

.event_filter .Title.is_active span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d82128;
  width: 100%;
  height: 2px;
}

.event_filter .Title.is_active span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  background-color: #d82128;
  width: 80%;
  height: 2.5px;
  border-radius: 50px;
}

@media (max-width: 768px) {
  .modal iframe {
    width: 100vw;
    height: 50vh;
  }

  .ast-container {
    padding: 0 20px;
  }

  .event_filter {
    flex: unset;
  }

  .event {
    flex: 0 0 100%;
    padding: 0 0;
    margin-bottom: 30px;
  }

  .wrapEventPagination {
    flex: 0 0 100%;
  }

  .events__container {
    margin: 0;
  }

  .event_title {
    font-size: 14px;
  }

  .drawer {
    z-index: 9999;
  }
}

.Banners .Banner img {
  display: block;
  width: 100%;
}

.Banners .Banner {
  width: 100%;
}

@media (min-width: 768px) {
  #filter-drawer {
    position: static;
    display: block;
    width: auto;
    max-width: unset;
    color: #000;
    box-shadow: none;
  }

  .event_filter .drawer__scrollable {
    padding: 10px;
  }

  #filter-drawer .drawer__fixed-header {
    display: none;
  }
}

#closed_event .modal__centered-content {
  position: relative;
}

#closed_event .modal__centered-content {
  width: 65vw;
}

#closed_event .modal__inner {
  border-radius: 20px;
  overflow: hidden;
}

#closed_event .modal__centered-content::before,
#closed_event .modal__centered-content::after {
  content: "";
  position: absolute;
  background-image: url("../images/closed-event-bg-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 210px;
  top: 0;
  left: 0;
}

#closed_event .modal__centered-content::after {
  background-image: url("../images/image.png");
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {

  #closed_event .modal__centered-content::before,
  #closed_event .modal__centered-content::after {
    content: none;
  }

  #closed_event .modal__centered-content {
    width: 95vw;
  }
}

.closed-event-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-width: 300px;
  text-align: center;
}

.closed-event-content .closed_event-btn {
  color: #d82128;
  text-decoration: underline;
}

.closed-event-content .closed_event-btn:hover {
  color: #d82128;
}

.closed-event-content .content {
  margin-top: 40px;
}

.closed-event-content .main-image img {
  width: 380px;
}

.closed-event-content .content h5 {
  margin-bottom: 10px;
}

/* 
.Announcement__Banner {
  max-width: 1280px;
  width: 100%;
  margin: auto;
} */

.main_blog--wrapper {
  margin-top: 50px;
}

.main_blog--wrapper .main_heading {
  margin-bottom: 40px;
}

.wrapBlogPagination {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 0 0 85%;
}

.blogs_filter {
  flex: 0 0 15%;
}

.blogs__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.blogs_grid {
  display: flex;
  flex-wrap: wrap;
}

.blog .short_description {
  display: none;
  /* display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 0; */
}

.blog {
  flex: 0 0 33.3333333333333%;
  width: 33.3333333333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.tagline {
  font-family: "Inter";
  font-size: 12px;
  color: #404040;
  padding: 12px 20px 2px;
}

.blog .tagline {
  color: #d82128;
}

.blog_title {
  font-family: "Inter";
  font-size: 17px;
  font-weight: 700;
  padding: 0 20px;
}

.blogWrapper a,
.blogWrapper a:hover {
  display: block;
  color: inherit;
}

.blog_publish-date {
  padding: 10px 20px 0;
  font-size: 14px;
  color: #404040;
}

.blogs_grid.flickity-enabled {
  display: block;
}

.pagination {
  text-align: center;
  margin: 20px 0 50px;
}

.pagination a {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  color: #404040;
}

.pagination .page-numbers.current {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  color: #d82128;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.read_more {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px 15px 0;
  text-align: right;
  transition: 150ms ease;
}

.read_more:hover {
  color: #d82128;
}

#filter-drawer .filter,
.medium-up--showFilter .filter {
  font-family: "Inter";
  font-size: 16px;
  color: #404040;
  cursor: pointer;
  margin-bottom: 15px;
}

#filter-drawer .filter.is_active,
.medium-up--showFilter .filter.is_active {
  color: #d82128;
  font-weight: 700;
}

#filter-drawer .filter.is_active span,
.medium-up--showFilter .filter.is_active span {
  position: relative;
}

#filter-drawer .filter.is_active span::after,
.medium-up--showFilter .filter.is_active span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: #d82128;
  width: 100%;
  height: 2px;
}

#filter-drawer .filter span::after,
.medium-up--showFilter .filter soan::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  background-color: #d82128;
  width: 80%;
  height: 2.5px;
  border-radius: 50px;
}

.short_description {
  padding: 15px 20px;
  font-family: "Inter";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .video__item iframe {
    width: 100vw;
    height: 50vh;
  }

  .ast-container {
    padding: 0 20px;
  }

  .blogs_filter {
    flex: unset;
  }

  .blogs_grid {
    margin: 0;
  }

  .blog {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .wrapBlogPagination {
    flex: 0 0 100%;
  }

  .blog_title {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  #filter-drawer {
    position: static;
    display: block;
    width: auto;
    max-width: unset;
    color: #000;
    box-shadow: none;
  }

  .blogs_filter .drawer__scrollable {
    padding: 10px;
  }

  #filter-drawer .drawer__fixed-header {
    display: none;
  }
}

.article-main_header p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.article-main_header h1 {
  font-size: 2em;
}

.article-main_content h2 {
  font-size: 1.5em;
}

.article-main_content h3 {
  font-size: 1.3em;
}

.article-main_content h4 {
  font-size: 1em;
}

.article-main_header {
  margin: 20px 0;
}

.TaggingPosts.wrapBlogPagination {
  flex: 0 0 100%;
}

.TaggingPosts.wrapBlogPagination .main_heading h3 {
  text-align: center;
  margin: 0 0 50px;
}

/**
========================================================================================================================

    WOOCOMMERCE PRODUCT PAGE CUSTOM STYLE START

========================================================================================================================
*/

.product-template-default .woocommerce-product-gallery__trigger,
.product-template-default .single-product-category,
.product-template-default form.cart {
  display: none !important;
}

@media (max-width: 921px) {
  .product-template-default .summary.entry-summary {
    padding: 0 20px;
  }
}

@media (min-width: 921px) {
  .product-template-default .woocommerce-product-gallery.woocommerce-product-gallery--with-images {
    width: 10% !important;
    pointer-events: none !important;
  }

  .product-template-default .summary.entry-summary {
    width: 85% !important;
  }

  .product-template-default div.product .product_title {
    position: relative;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 25px !important;
  }

  .product-template-default div.product .product_title::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 97%;
    background: #d82128;
    height: 3px;
  }

  .product-template-default .product.price {
    font-weight: normal;
    color: #111111;
    font-size: 24px;
  }
}

/**
========================================================================================================================

    WOOCOMMERCE PRODUCT PAGE CUSTOM STYLE END

========================================================================================================================
*/

.Announcement__Banner-Career,
.Announcement__Banner {
  margin-top: 10px;
}

.Announcement__Banner-Career img {
  width: 100%;
}

.share-icon-list {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-icon-list li {
  display: inline-block;
  padding: 0 15px;
}

.article__share--buttons p {
  text-align: center;
  color: #404040;
  font-size: 14px;
}

.article-main_content .content p {
  font-size: 15px;
  color: #404040;
}

.article_aside.article-content_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.article-content_wrapper .article-left-side {
  flex: 0 0 80%;
  border-right: 1px solid #d9d9d9;
  padding-right: 40px;
}

.article-main_content .content img {
  display: block;
  margin-bottom: 20px;
}

.article__share--buttons {
  margin: 50px 0;
}

.related__articles .main_heading {
  margin-bottom: 20px;
}

.article_aside.article-content_wrapper .article-right-side {
  flex: 0 0 20%;
  padding: 20px 0;
  position: relative;
}

.article_aside.article-content_wrapper .sidebarContent {
  padding: 0 20px;
  position: sticky;
  top: 20px;
}

.BlogTags .tag {
  font-family: "Inter";
  font-size: 14px;
  background: #000;
  margin: 5px 0;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  font-weight: 300;
  display: inline-block;
}

.BlogTags a {
  display: block;
}

@media (max-width: 768px) {
  .article-content_wrapper .article-left-side {
    flex: 0 0 100%;
    border: 0;
    padding: 0;
  }

  .article-main_header h1 {
    font-size: 22px;
  }

  .single-blogs .related__articles .blog {
    flex: 0 0 100%;
    width: 100%;
  }

  .BlogTags {
    display: flex;
    flex-wrap: wrap;
  }

  .single-blogs .ast-container {
    padding: 0 20px !important;
  }

  .article_aside.article-content_wrapper .sidebarContent {
    position: static;
    padding: 0;
  }

  .article_aside.article-content_wrapper .article-right-side {
    flex: 0 0 80%;
  }
}

.career-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  width: 100%;
}

#career-filter-drawer .filter,
.filterStyle-checkbox .filter {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}

#career-filter-drawer label,
.filterStyle-checkbox label {
  color: #404040;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

#career-filter-drawer .filter input,
.filterStyle-checkbox .filter input {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

#career-filter-drawer hr,
.filterStyle-checkbox hr {
  margin: 0 0 15px;
}

.career-cards-grid {
  display: flex;
  flex-wrap: wrap;
}

.career_filter {
  flex: 0 0 15%;
}

.career-cards {
  flex: 0 0 85%;
}

.career-cards-grid .career {
  flex: 0 0 33.3333333333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.card-body {
  padding: 20px;
}

.career_title {
  padding: 0;
}

.careerWrapper .excerpt {
  font-size: 14px;
  font-weight: 500;
}

.job-type,
.job-time {
  font-size: 14px;
  color: #454545;
}

.card-footer .readmore {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  transition: 150ms ease;
}

.card-footer .readmore:hover {
  color: #d82128 !important;
}

.careerWrapper a,
.careerWrapper a:hover {
  color: inherit;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  background: #f8f8f8;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.career_filter .drawer__title {
  color: #d82128;
}

@media (max-width: 768px) {
  .career_filter {
    flex: 0;
  }

  .career-cards-grid .career {
    padding: 0;
  }

  .career-cards-grid .career {
    flex: 0 0 100%;
  }

  .career-cards {
    flex: 0 0 100%;
  }

  #career .filter-mobile {
    margin: 40px 0;
  }

  .career-wrapper {
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .career-cards {
    padding-right: 100px;
  }

  #career-filter-drawer .drawer__close-button,
  .medium-up--showFilter .drawer__close-button {
    display: none;
  }

  #career-filter-drawer .drawer__fixed-header,
  .medium-up--showFilter .drawer__fixed-header {
    padding: 0;
    background-color: #fff;
    height: 65px;
  }

  #career-filter-drawer .drawer__header,
  .medium-up--showFilter .drawer__header {
    border-bottom: 0;
  }

  #career-filter-drawer .drawer__scrollable,
  .medium-up--showFilter .drawer__scrollable {
    padding: 0;
  }

  .career_filter .drawer__title,
  .medium-up--showFilter .drawer__title {
    text-transform: capitalize;
    font-family: "Inter";
    font-size: 16px;
  }
}

.career-cards.taxonomy {
  flex: 0 0 100%;
  margin-top: 50px;
}

.career-cards.taxonomy .career-cards-grid {
  padding: 0;
}

.career-wrapper .scrollToTop {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
  cursor: pointer;
}

@media (min-width: 1199px) {
  #career {
    position: relative;
  }

  #career:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -50px;
    background-image: url(https://trpdevs.wpengine.com/wp-content/themes/astra/assets/images/career-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 200px;
  }
}

.post--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  color: #d82128;
  width: 100%;
  height: 50vh;
}

#career-filter-drawer input[type="checkbox"],
.filterStyle-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  background-color: white;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
}

#career-filter-drawer input[type="checkbox"]:checked,
.filterStyle-checkbox input[type="checkbox"]:checked {
  background-color: #d82128 !important;
  border-color: #d82128 !important;
}

#career-filter-drawer input[type="checkbox"]::before,
.filterStyle-checkbox input[type="checkbox"]::before {
  content: "\2713";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
  visibility: hidden;
}

#career-filter-drawer input[type="checkbox"]:checked::before,
.filterStyle-checkbox input[type="checkbox"]:checked::before {
  visibility: visible;
}

#card-reload-section {
  position: relative;
  z-index: 9;
}

.woocommerce ul.products li.product a img {
  width: 70px !important;
}

.woocommerce ul.products li.product.desktop-align-left .button {
  border-radius: 12px;
}

.woocommerce div.product .product_meta,
.woocommerce div.product .woocommerce-tabs {
  display: none !important;
}

.site-footer-section .widget-title {
  color: white !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.buy-now-btn.add-to-cart a {
  border-radius: 12px;
}

.article-main_content .content img:first-child {
  display: block;
  width: 100%;
}

.related__articles .blog_title {
  color: #000;
}

.woocommerce .woocommerce-ordering {
  display: none;
}

.Announcement__Banner .Banner {
  position: relative;
}

.Announcement__Banner .Banner .banner-content {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 25%;
  transform: translateY(-50%);
}

.page-template-appointment-thankyou .Announcement__Banner .Banner .banner-content,
.page-template-contact-thankyou .Announcement__Banner .Banner .banner-content {
  width: 40%;
}

.card-container {
  background: #f3f5f5;
  padding: 30px 50px;
}

.thankyou-p,
.Announcement__Banner .Banner .banner-content p {
  margin-top: 15px;
  font-size: 14px;
  color: #404040;
}

.Announcement__Banner .Banner .banner-content p:not(.thankyou-p) {
  margin: 0 !important;
}

.card-container .blogWrapper,
.card-container .videoWrapper {
  background: #fff;
}

.videoWrapper img {
  width: 100%;
}

.search-results {
  background: #fff !important;
}

.search-main-heading h1,
.search-results .entry-title a {
  font-size: 1.25rem !important;
  line-height: 1.2em;
  font-weight: 700 !important;
  font-family: "Inter", sans-serif !important;
}

.search-main-heading h1 {
  margin-bottom: 20px !important;
}

.search-results .entry-content p {
  font-size: 14px;
  color: #404040;
}

.search-results .entry-title a,
.search-results .entry-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.search-results .entry-content .read-more {
  background: #f8f8f8;
  padding: 8px 20px;
}

.search-results .entry-header {
  display: flex;
  flex-direction: column-reverse;
}

.search-results .entry-title {
  min-height: 52px;
}

.search-results .entry-title a {
  font-family: "Inter" !important;
  font-size: 17px !important;
  margin-top: 10px;
}

.search-results .entry-meta {
  font-family: "Inter";
  font-size: 12px;
}

.search-results .entry-content p:not(.read-more) {
  display: none;
}

.search-results .entry-meta,
.search-results .entry-meta span,
.search-results .entry-meta a {
  color: #d82128 !important;
}

.search-main-heading .ast-archive-description {
  padding: 0 !important;
  border-bottom: 0 !important;
}

.search-results .entry-content .read-more a {
  color: #000;
  display: block;
  font-weight: 700;
}

.search-results .ast-article-post {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.search-results .ast-row {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -10px !important;
}

.search-results .ast-row article {
  width: 33.333333333% !important;
  padding: 0 10px !important;
  border: 0 !important;
}

.search-results .ast-row article .blog-layout-1 {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.search-results .post-thumb img {
  height: 250px;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.search-results .entry-header {
  padding: 0 20px;
}

.search-results .entry-content {
  text-align: right;
}

@media (max-width: 768px) {
  .card-container {
    padding: 30px;
  }

  .Announcement__Banner .Banner .banner-content {
    position: static;
    transform: none;
    width: 100% !important;
    padding: 0 20px;
  }

  .search-results .ast-row article {
    width: 100% !important;
  }
}

.Press__Banner .main-banner,
.Press__Banner .main-banner .banner-content h3 {
  position: relative;
}

.Press__Banner .main-banner .banner-content {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
}

.Press__Banner .main-banner .banner-content h3::after,
.Press__Banner .main-banner .banner-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #d82128;
  width: 20px;
  height: 3px;
}

.Press__Banner .main-banner .banner-content h3::before {
  bottom: auto;
  top: -5px;
}

.single-slide .slide__item,
.single-slide .slide__item img {
  width: 100%;
}

html .flickity-page-dots .dot {
  margin: 0 3px;
}

.flickity-page-dots .dot {
  background: #d9d9d9;
}

.flickity-page-dots .dot.is-selected {
  background: #d82128;
}

.main_press--wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto;
}

.card-collection {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -15px 0;
}

.card-collection .card__item {
  flex: 0 0 33.33333333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.card-collection .card__item .cardWrapper {
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 8px 12px 0px #0000000a;
  cursor: pointer;
  overflow: hidden;
}

.card-content {
  padding: 30px;
}

.card__title {
  font-family: Inter;
  font-size: 17px;
  font-weight: 700;
}

.card__tagline {
  font-family: Inter;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
}

.card__image,
.card__title {
  margin-bottom: 25px;
}

.card__date {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
}

.card__title {
  font-family: Inter;
  font-size: 17px;
  font-weight: 700;
}

.card__image img {
  width: 100%;
  height: 35px;
  margin: auto;
  display: block;
}

.card__link,
.card__link:hover {
  color: inherit !important;
}

@media (max-width: 768px) {
  .card-collection .card__item {
    flex: 0 0 100%;
  }

  .Press__Banner .main-banner .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff7a;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Press__Banner .main-banner img {
    height: 400px;
    object-fit: cover;
  }
}

.title__clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 52px;
}

.excerpt__clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 65px;
}


/* ---------------------------------------------------------------------------------------------------------
         S H O P  P A G E  C S S  S T A R T
------------------------------------------------------------------------------------------------------------
*/


.product-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.collection-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.collection-wrapper .shop-filter {
  flex: 0 0 15%;
}

.collection-wrapper #products {
  flex: 0 0 85%;
}

.product-grid .product-item {
  flex: 0 0 33.333333333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.productWrapper {
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 8px 12px 0px #0000000A;
  cursor: pointer;
  overflow: hidden;
  transition: 500ms ease;
}

.product-grid .product-item:hover .productWrapper {
  box-shadow: -7px 28px 37px 1px #00000012;
}

.productWrapper .product-detail {
  padding: 20px;
}

.productWrapper .product-media img {
  width: 60px;
  display: block;
  margin: 20px 0 10px;
  height: 60px;
}

.product-title h5 {
  font-family: 'Inter';
  font-size: 17px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 42px;
}

.productWrapper .readMore {
  background: #f8f8f8;
  padding: 10px 20px;
  text-align: right;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.product-badge span {
  background-color: #26797D;
  padding: 8px 15px;
  border-radius: 8px;
  color: #fff;
  font-family: 'Inter';
  font-size: 12px;
}

.product-badge.comprehensive-mba-package span {
  background-color: #1A1757;
}

.product-badge.interview-preparation span {
  background-color: #DAD2D8;
  color: #1A1757;
}

.product-badge.standalone-mba-services span {
  background-color: #0EA7AF;
}

.product-badge.scholarship-support span {
  background-color: #8080A1;
}

.product-badge.profile-resume-evaluation span {
  background-color: #404040;
}

.product-badge.letters-of-recommendation span {
  background-color: #FBBB3B;
}

div#collection-filters-drawer .drawer__fixed-header {
  display: block;
}

#products .woocommerce-pagination {
  padding: 50px 0;
}

.tax-product_cat .shop-filter {
  display: none;
}

.tax-product_cat #products {
  flex: 0 0 100%;
}

.woocommerce nav.woocommerce-pagination ul li a:focus {
  background-color: #d82128 !important;
  color: #fff !important;
}

.shop-filter .main_heading h3 {
  padding: 20px 10px;
  background: #fff;
}

@media (max-width: 768px) {
  .product-grid .product-item {
    flex: 0 0 100%;
  }

  .collection-wrapper #products {
    flex: 0 0 100%;
  }

  .collection-wrapper .shop-filter {
    flex: unset;
  }
}

.collection-wrapper .main_heading.mobile-only {
  width: 100%;
  text-align: center;
  margin: 30px 0 20px;
}

.productWrapper .readMore {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.readMore .course-price {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.readMore .course-price .inclusive-text {
  font-weight: normal;
  font-size: 13px;
}

.readMore .course-price span {
  display: block;
  text-align: left;
}

.desktop-only,
.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}

@media (min-width: 769px) {
  .desktop-only {
    display: block;
  }
}


/* ---------------------------------------------------------------------------------------------------------
         S H O P  P A G E  C S S  E N D
------------------------------------------------------------------------------------------------------------
*/



.biography--modal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.biography--modal .designation {
  flex: 1;
}

.biography--modal .biography {
  flex: 3;
  height: 350px;
  overflow: hidden;
  overflow-y: auto;
  padding-left: 50px;
  padding-right: 10px;
}

.photo.round img {
  width: 100%;
  display: block;
  border-radius: 100%;
  width: 100%;
  display: block;
  border-radius: 100%;
  box-shadow: -1px 2px 0px 0px #D82128, 2px 2px 0px -1px #D82128;
}

.modal-design-about .modal__inner {
  border-radius: 20px;
}

.biography::-webkit-scrollbar {
  width: 4px;
}

.biography::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.biography::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 50px;
}

.biography::-webkit-scrollbar-thumb:hover {
  background: #D9D9D9;
}

.designation .details {
  text-align: center;
  margin-top: 10px;
}

.designation .details p {
  color: #000;
  font-size: 14px;
}

.biography--modal .biography p {
  color: #000 !important;
  font-size: 13px;
  line-height: 1.6;
}

.biography--modal .biography p strong {
  font-size: 13px;
}

[class*="js-modal-open-"] {
  cursor: pointer;
}

.site-primary-footer-wrap a {
  color: #fff;
}

@media (max-width: 768px) {
  .biography--modal {
    flex-direction: column;
  }

  .biography--modal .biography {
    padding-left: 0;
  }
}

/* FAQ, Policy Pages */

.elementor-accordion-item {
  border-bottom: 0.5px solid #E1E1E1 !important;
}

/* Blog and Event banner */

.banner-title {
  width: 30%;
  font-size: 64px;
  color:#A4A2A2;
  text-align: right;
  margin-bottom: 0!important;
}
.lottie-banner{
  width: 100%; position:relative; display:flex;align-items:center;flex-wrap:wrap;
}
@media (max-width: 768px) {
  .banner-title, dotlottie-player{
    width: 100%!important;
    text-align: center;
  }
  .lottie-banner{
    flex-direction: column-reverse;
  }
}


.single-banner .image img {
  max-width: 300px;
  width: 100%;
}
.single-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
.single-banner .banner-content {
  max-width: 450px;
  width: 100%;
  padding: 0 20px;
}

.single-banner .banner-content h5 + p {
  color: #404040;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .single-banner {
    flex-direction: column-reverse;
    justify-content: center;
    padding: 20px 0;
  }
  .single-banner .banner-content {
    text-align: center;
    margin-top: 20px;
  }
}

header.site-header.header-stuck {
  position: fixed !important;
  top: 0;
  left: 0; 
  right: 0;
  animation: fadeInDown 300ms ease;
  box-shadow: 0 2px 8px rgba(25, 17, 12, .2);
}

@keyframes fadeInDown {
  from {
    transform: translateY(-35px);
  }
  to {
    transform: translateY(0);
  }
}