.common-banner {
  padding: 90px 0;
  background: url(../images_new/express/express-banner.png) no-repeat center;
  background-size: cover;
}

.write-us {
  position: relative;
  padding: 40px 0;
}

.write-title {
  position: relative;
  border-radius: 24px;
  background-color: #DFC8FE;
  padding: 33px 0;
  overflow: hidden;
  border: 2px solid transparent;
}

.write-title:hover {
  border-color: #dcc1ff;
  background: #dfc8ff;
  -webkit-box-shadow: 5px 4px 10px 0px rgb(0 0 0 / 12%);
  box-shadow: 5px 4px 10px 0px rgb(0 0 0 / 12%);
}

.write-title .d-flex {
  position: relative;
  z-index: 5;
}

.write-title .element-img-left {
  position: absolute;
  left: 0;
  bottom: 0;
}

.write-title .element-img-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.post-card {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  min-height: 105px;
  -webkit-box-shadow: 0px 2px 4px 0px #00000017;
  box-shadow: 0px 2px 4px 0px #00000017;
  border-radius: 24px;
  overflow: hidden;
  border: 2px solid transparent;
}

.post-card:hover {
  border-color: #eeeeee;
  background: #f8f8f8;
  -webkit-box-shadow: 5px 4px 10px 0px rgb(0 0 0 / 12%);
  box-shadow: 5px 4px 10px 0px rgb(0 0 0 / 12%);
}

.write-up-card-one {
  position: relative;
  padding: 28px 20px;
  border-radius: 24px;
  background-color: var(--black200);
  margin-top: 20px;
}

.write-card-two {
  position: relative;
  padding: 28px 28px 0;
  background-color: #2F327D;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 20px;
}

.write-card-two .figures {
  margin-left: 30%;
  margin-right: -28px;
  margin-top: -16px;
  height: 170px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.write-card-two .figures img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.write-up {
  padding: 40px 0 80px;
}

.write-card-three {
  position: relative;
  margin-top: 20px;
  border-radius: 24px;
  overflow: hidden;
}

.write-card-three img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.write-card-three .bbtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.topical {
  padding-bottom: 80px;
  padding-top: 40px;
}

.mt-auto {
  margin-top: auto;
}

.topical-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 24px;
}

.topical-card img {
  aspect-ratio: 8/9;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
}

.topical-card .topical-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 20px;
  background-color: rgba(0, 0, 0, 0.197);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.topical-card .topical-text h2 {
  margin-top: auto;
}

.topical-card .tag {
  display: inline-block;
  padding: 6px 10px;
  min-width: 90px;
  border-radius: 50px;
  border: 1px solid var(--white);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.break-card {
  position: relative;
  margin-top: 24px;
  border-radius: 24px;
  overflow: hidden;
}

.break-card:not(.blue) {
  aspect-ratio: 20/7;
}

.break-card .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}

.break-card.blue {
  background-color: var(--blue);
  padding: 28px;
  aspect-ratio: 20/6;
}

.break-card .circles {
  position: absolute;
  top: 0;
  right: -100px;
}

.podcast-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
  margin-top: 24px;
}

.podcast-card .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: linear-gradient(311.95deg, rgba(46, 46, 46, 0) 5.11%, #2E2E2E 92.75%);
}

.podcast-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.podcast-card .fs_14 {
  max-width: 310px;
}

.top-story-card {
  position: relative;
  padding: 20px;
  max-width: 448px;
  background-color: var(--bgColor500);
  border-radius: 24px;
  min-height: 286px;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

.top-story-card:hover::before {
  content: '';
  background: rgb(0 0 0 / 40%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.top-story-card h2 {
  color: var(--white);
}

.top-story-card .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.top-story-card .text>p {
  margin-bottom: 24px;
  margin-top: 4px;
}

.top-story-card>div,
.top-story-card>span,
.top-story-card>h2 {
  position: relative;
  z-index: 2;
}

.top-story-card .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.top-story-card .icon {
  margin-bottom: 12px;
}

.top-story-card .icon img {
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

.category-slider .ctgt-blk {
  display: block !important;
  color: #000;
}

.category-slider .ctgt-blk .cs-card {
  max-width: 100%;
  width: 100%;
  padding: 16px 10px;
}

.category-slider .ctgt-blk.active .cs-card {
  border-color: #f47920;
}

.express-banner.delImgOnl {
  height: 550px;
}

.express-banner.delImgOnl img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .blog-left {
    padding-right: 100px;
  }

  .top-story-card .icon img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }

  .top-story-card h2 {
    margin-top: auto;
    color: #666666;
  }

  .top-story-card .bg {
    opacity: 0;
  }

  .top-story-card .text {
    height: 0;
    overflow: hidden;
  }

  .top-story-card .text>p {
    margin-bottom: 0;
  }

  .top-story-card:hover .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
  }

  .top-story-card:hover .bg {
    opacity: 1;
  }

  .top-story-card:hover h2 {
    color: white;
  }

  .top-story-card:hover .icon img {
    -webkit-filter: brightness(10);
    filter: brightness(10);
  }

  .top-story-slider .slick-track {
    min-height: 350px;
  }
}

.top-story-slider .slick-list {
  padding: 0 !important;
}

.top-story-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top-story-slider .slick-arrow {
  width: 46px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  right: 0;
  z-index: 10;
}

.top-story-slider .slick-arrow.slick-prev {
  background: var(--primary);
  left: auto;
  right: 70px;
}

.top-story-slider .slick-arrow.slick-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images_new/prev-arrow.svg) no-repeat center;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%);
  opacity: 1;
}

.top-story-slider .slick-arrow.slick-next {
  background: var(--primary);
}

.top-story-slider .slick-arrow.slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images_new/next-arrow.svg) no-repeat center;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%);
  opacity: 1;
}

.bookmark-btn:not(.active) .saved {
  display: none;
}

.bookmark-btn.active .unsaved {
  display: none;
}

.bookmark-btn {
  border: 1px solid var(--primary);
  padding: 14px 18px;
  border-radius: 12px;
  background-color: transparent;
}

.bookmark-btn:hover {
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.138);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.138);
  -webkit-animation: scale .5s linear 1;
  animation: scale .5s linear 1;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.bookmark-btn:active {
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.blog-text p:not(:last-child) {
  margin-bottom: 16px;
}

.side-cards figure img {
  aspect-ratio: 10/6.5;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.side-cards>div {
  margin-bottom: 24px;
}

.report-div {
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}

.report-div.ml-auto {
  margin-left: auto;
}

.report-div .bbtn {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  display: none;
  -webkit-box-shadow: 0px 2px 4px 0px #00000017;
  box-shadow: 0px 2px 4px 0px #00000017;
}

.report-div.active .bbtn {
  display: block;
}

.cs-card {
  max-width: 211px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  border: 1px solid #0000001A;
  padding: 16px 20px;
  border-radius: 12px;
  cursor: pointer;
}

.cs-card img {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cs-card p {
  padding-left: 18px;
}

.cs-card.active {
  -webkit-box-shadow: 0px 4px 8px 0px #00000029;
  box-shadow: 0px 4px 8px 0px #00000029;
  border-color: var(--primary);
  color: var(--primary);
}

.category-slider {
  margin-bottom: 40px;
}

.category-slider .slick-slide {
  height: auto;
}

.category-slider .slick-arrow {
  position: absolute;
  width: 46px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: 10;
}

.category-slider .slick-arrow.slick-prev {
  background: var(--primary);
  left: auto;
  left: -30px;
}

.category-slider .slick-arrow.slick-prev:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images_new/prev-arrow.svg) no-repeat center;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%);
  opacity: 1;
}

.category-slider .slick-arrow.slick-next {
  background: var(--primary);
  right: -30px;
}

.category-slider .slick-arrow.slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images_new/next-arrow.svg) no-repeat center;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(299deg) brightness(102%) contrast(102%);
  opacity: 1;
}

.category-slider .slick-list {
  padding: 10px 0 20px;
}

.research-card:hover .pop-icon {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.pop-icon {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

#videoContainer {
  margin-top: 0;
}

#videoContainer.sm {
  aspect-ratio: 16/9;
}

#videoContainer.sm #controls {
  height: 60px;
}

.challenge-card {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.challenge-card .inner {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.challenge-card:hover .inner {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.challenge-card .text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.challenge-card .text p:last-child {
  margin-top: auto;
}

.challenge-card .front-card {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}

.challenge-card .back-card {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}

.challenge-card .back-card img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.challenge-card .back-card .back-text {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.32);
  color: var(--white);
  text-align: center;
  -webkit-transform: rotateY(180deg) translateZ(-1px);
  transform: rotateY(180deg) translateZ(-1px);
}

.challenge-card .back-card .back-text p {
  max-width: 230px;
  margin: 0 auto 40px;
}

.challenge-card figure img {
  aspect-ratio: 2/1.48;
  border-radius: 24px 24px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.challenge-card .top-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  padding: 22px 19px 0;
}

.challenge-card .top-tags span {
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background-color: var(--purple300);
  color: var(--white);
}

.challenge-card .share-btn {
  width: 44px;
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-color: var(--white);
}

.challenge-card .text {
  padding: 19px 24px;
  -webkit-box-shadow: 0px 4px 8px 0px #0000000D;
  box-shadow: 0px 4px 8px 0px #0000000D;
  border-radius: 0 0 24px 24px;
  background-color: var(--white);
}

.topicall-card {
  position: relative;
  padding-bottom: 90px;
  margin-top: 40px;
}

.topicall-card .tag {
  display: inline-block;
  min-width: 90px;
  border-radius: 50px;
  border: 1px solid transparent;
  color: var(--gray200);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.topicall-card:hover .tag {
  border-color: var(--gray200);
  max-height: 34px;
  margin-bottom: 20px;
  padding: 5px 10px;
}

.topicall-card figure img {
  aspect-ratio: 1/1.14;
  border-radius: 24px 24px 0 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.topicall-card .top-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  padding: 22px 19px 0;
}

.topicall-card .top-tags span {
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  background-color: var(--purple300);
  color: var(--white);
}

.topicall-card .share-btn {
  width: 44px;
  aspect-ratio: 1/1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-color: var(--white);
}

.topicall-card .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 19px 24px;
  -webkit-box-shadow: 0px 4px 8px 0px #0000000D;
  box-shadow: 0px 4px 8px 0px #0000000D;
  border-radius: 0 0 24px 24px;
  background-color: var(--white);
}

.topicall-card .collapse-paragraph {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.topicall-card .clamp {
  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.topicall-card:hover .collapse-paragraph {
  opacity: 1;
  max-height: 180px;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

@media screen and (max-width: 1100px) {
  .podcast-card img {
    max-height: 320px;
    width: 100%;
  }

  .topical-card img {
    aspect-ratio: 8/7;
  }
}

@media screen and (max-width: 992px) {
  .write-up-card-one figure {
    margin-bottom: 24px;
  }

  .write-up {
    padding-bottom: 0;
  }

  .write-card-two .figures {
    margin-left: 4px;
    margin-right: -28px;
    margin-top: 34px;
  }

  .write-card-three img {
    height: 240px;
  }

  .topical {
    padding-bottom: 0;
  }

  .blog-text {
    margin-bottom: 40px;
  }

  .category-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin: 0 -15px 20px;
    padding: 0 15px 6px;
  }

  .category-slider::-webkit-scrollbar {
    height: 2px;
  }

  .category-slider .cs-card {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
  }
}

.write-us .media-div .video_img {
  border: 0 !important;
}

.media-div {
  margin-bottom: 40px;
}

.media-div img,
.media-div video {
  width: 100%;
  border-radius: 24px;
}

.img-tabs.tabs-container {
  padding-top: 0;
}

.img-tabs .tabs {
  width: 100%;
}

.img-tabs .tabs li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 20px 10px 0;
  min-width: unset;
  height: auto;
}

.img-tabs .tabs li img {
  border-radius: 24px;
  max-width: 100%;
}

.img-tabs .tabs li:not(.active) {
  opacity: 0.8;
}

.img-tabs .tabs_lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  padding: 0;
  margin-top: -80px;
}

.img-tabs .tab-panel img {
  border-radius: 0;
}

.inner-body {
  max-width: 507px;
  margin: 0 auto;
  padding: 20px 0 40px;
}

.participate {
  max-width: 708px;
}

.participate .inner-body {
  max-width: 590px;
}

.participate figure {
  margin-bottom: 40px;
}

.participate figure img {
  max-width: 434px;
  aspect-ratio: 16/9;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.challenge_container {
  width: 1405px;
  max-width: calc(100% - 30px);
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .express-heading .justify-end {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 24px;
  }

  .break-card.blue {
    aspect-ratio: unset;
  }

  .break-card.blue .text {
    margin-top: 16px;
  }

  .break-card:not(.blue) {
    aspect-ratio: 4/4;
  }

  .category-slider .slick-arrow {
    width: 30px;
    height: 30px;
    aspect-ratio: unset;
  }

  .category-slider .slick-arrow:after {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  .category-slider .slick-arrow.slick-prev {
    left: -12px;
  }

  .category-slider .slick-arrow.slick-next {
    right: -12px;
  }

  .write-us .right {
    margin-top: 0px;
  }

  .write-us .right .bbtn {
    width: 100%;
  }

  .search-input {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }

  .search-input input {
    margin-bottom: 8px;
  }

  .search-input .bbtn {
    margin-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .training_title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .training_title .d-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 12px 0 18px;
  }

  .training_title .ml-auto {
    margin-left: 0;
  }

  .training_title h2 {
    font-weight: 600;
  }

  .bookmark-btn {
    padding: 8px 18px;
    height: 43px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .img-tabs .tabs_lst {
    margin-top: -40px;
  }

  .img-tabs .tabs li img {
    border-radius: 8px;
  }

  .img-tabs .tabs li {
    padding: 20px 5px 0;
  }

  #videoContainer.sm {
    margin-bottom: 24px;
  }

  #videoContainer.sm #controls {
    height: 40px;
    bottom: 12px;
    left: 12px;
    right: 12px;
    padding: 10px;
  }

  .training_title .d-flex {
    margin-bottom: 0px;
  }

  .save-inner-body {
    padding: 30px 0;
  }

  .challenge-card {
    margin-bottom: 10px;
    margin-top: 24px;
  }
}

.test-details {
  position: relative;
  padding: 40px 0;
}

.test-details:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images_new/write/test-bg.jpeg) no-repeat top center;
  opacity: 0.04;
  z-index: -1;
}

.iframe-section {
  padding-top: 40px;
}

.iframe-section iframe {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  display: block;
  min-height: 300px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.081);
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.081);
  border-radius: 12px;
}

.left-shape {
  position: absolute;
  left: 0;
}

.right-shape {
  position: absolute;
  right: 0;
}

.categ_search_row h2 {
  text-align: left !important;
  font-family: "Poppins", sans-serif !important;
}

@media screen and (min-width: 767px) {
  .common-banner {
    padding: 200px 0;
  }

  .write-up-card-one .text {
    padding-left: 16px;
  }

  .podcast-card .text {
    padding: 28px 40px 40px 28px;
  }

  .break-card:not(.blue) {
    aspect-ratio: 20/7;
  }

  .break-card.blue {
    aspect-ratio: 20/6;
  }

  .topicall-card figure img {
    aspect-ratio: 1 / 1;
  }

  .topicall-card {
    padding-bottom: 80px;
  }

}

.slick-track {
  margin-left: 0;
}

@media screen and (min-width: 993px) {
  .topicall-card {
    padding-bottom: 90px;
  }

  .save-inner-body {
    padding: 48px 0;
  }
}

@media screen and (min-width: 1200px) {
  .topicall-card {
    padding-bottom: 90px;
  }

  .topicall-card figure img {
    aspect-ratio: 1 / 1.1;
  }
}

/*# sourceMappingURL=express.css.map */

@media screen and (max-width: 992px) {
  .challenge_container {
    max-width: 100%;
  }
  .category-slider .ctgt-blk .cs-card{
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .express-banner.delImgOnl {
    height: auto;
  }
}