.calenderIcon {
  background-position: -95px -765px;
  width: 23px;
  height: 24px;
}

.watchIcon {
  background-position: -149px -1408px;
  width: 22px;
  height: 24px;
}

.messageIcon {
  background-position: -85px -1409px;
  width: 22px;
  height: 24px;
}

.personPlayIcon {
  background-position: -116px -1407px;
  width: 24px;
  height: 24px;
}

.playVideoIcon {
  background-position: -10px -1410px;
  width: 24px;
  height: 24px;
}

.starFullIcon {
  background-position: -2px -962px;
  width: 20px;
  height: 18px;
}

.starHalfIcon {
  background-position: -1px -991px;
  width: 22px;
  height: 20px;
}

.starGreyIcon {
  background-position: -448px -1406px;
  width: 20px;
  height: 19px;
}

.canadaFlag {
  width: 96px;
  height: 60px;
  background-position: -30px -3297px;
}

.australiaFlag {
  width: 96px;
  height: 60px;
  background-position: -381px -3297px;
}

.germanyFlag {
  width: 96px;
  height: 60px;
  background-position: -145px -3297px;
}

.austriaFlag {
  width: 96px;
  height: 60px;
  background-position: -260px -3297px;
}

.swedenFlag {
  width: 96px;
  height: 60px;
  background-position: -146px -3634px;
}

.portugalFlag {
  width: 96px;
  height: 60px;
  background-position: -265px -3634px;
}

/********************* banner section ****************************/
.webinarMain .webinarBannerSection,
.webinarDetailMain .webinarDetailBannerSection {
  width: 100%;
  height: 350px;
  margin-top: 0;
  margin-bottom: 40px;
  background: url(/images/webinar-page/webinar-page-banner.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.webinarDetailMain .webinarDetailBannerSection {
  margin-bottom: 40px !important;
}

.webinarBannerSection h1,
.webinarDetailBannerSection h1 {
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
}

.webinarBannerSection p,
.webinarDetailBannerSection p {
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.webinarDetailBannerSection p.webinarDetailBannerDesc {
  font-size: 17px !important;
  margin-bottom: 10px;
}

.webinarDetailBannerSection p {
  margin-bottom: 0px;
  font-size: 14px !important;
}

.webinarBannerSection ul,
.webinarDetailBannerSection ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 15px;
}

.webinarBannerSection li {
  width: 48px;
  height: 24px;
  transform: scale(0.5);
}

.webinarDetailBannerSection li {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.webinarDetailBannerSection ul li {
  font-size: 14px;
}

.webinarDetailBannerSection .bookASeatBtn,
.grabASeat {
  width: 200px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #ff615d;
  margin-top: 10px;
}

.webinarDetailBannerSection .webinarDetailBannerTimer {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.webinarDetailBannerSection .webinarTimer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.webinarDetailBannerSection .webinarTimer p:nth-child(1) {
  display: flex;
  flex-direction: column;
}

.webinarDetailBannerSection .webinarTimer p:nth-child(1) .webinarDay {
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.webinarDetailBannerSection .webinarTimer p:nth-child(1) .webinarTimeType {
  font-size: 12px;
  line-height: 2;
  text-align: center;
  color: #fff;
}

/********************** filter section **************************/

.webinarBodyFilter {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 8px;
}

.webinarBodyFilter h2 {
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.44;
  text-align: left;
  color: #282828;
}

.webinarBodyFilterActions {
  display: flex;
  height: 36px;
}

#webinarBodyFilterActions select {
  width: 162px !important;
  margin-right: 10px !important;
  border-radius: 4px;
  background-color: #fafbfc;
  border: 1px solid #d8d8d8;
  outline: none;
  color: #686868;
}

.topicSelect {
  margin-left: 10px;
}

.webinarSelectGap {
  width: 10px;
}

.select2-selection__placeholder {
  color: #6c757d !important;
}

#webinarBodyFilterActions .select2-container .select2-selection--single {
  height: 36px !important;
  width: 162px !important;
  color: #686868 !important;
}

#webinarBodyFilterActions
  .select2-container
  .selection
  .select2-selection
  .select2-selection__rendered {
  color: #282828 !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
  text-align: left;
  overflow: auto;
  padding: 3px 10px !important;
}

#webinarBodyFilterActions .select2-search.select2-search--dropdown {
  display: none !important;
}

.select2-dropdown.dataSelectDropDown.select2-dropdown--below,
.select2-dropdown.topicSelectDropDown.select2-dropdown--below,
.select2-dropdown.dataSelectDropDown.select2-dropdown--above,
.select2-dropdown.topicSelectDropDown.select2-dropdown--above {
  width: 162px !important;
  font-size: 14px !important;
  line-height: 1.71 !important;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
}

.select2-container--default .select2-selection--single {
  background-color: #f5f5f5 !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px !important;
  position: absolute;
  top: 3px !important;
  right: 14px !important;
  width: 14px !important;
}

.select2-selection.select2-selection--multiple::before {
  content: "";
  background-image: url(/v2/images/version2/master-sprite.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -5px -335px;
  border: none !important;
  margin: auto !important;
  filter: brightness(160%);
  position: absolute;
  height: 10px;
  top: 13px !important;
  right: 9px !important;
  width: 20px;
  z-index: 1;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
}

/****** for hiding searchbox ******/
.select2-dropdown.dataSelectDropDown.select2-dropdown--below
  .select2-search.select2-search--dropdown,
.select2-dropdown.topicSelectDropDown.select2-dropdown--below
  .select2-search.select2-search--dropdown,
.select2-dropdown.dataSelectDropDown.select2-dropdown--above
  .select2-search.select2-search--dropdown,
.select2-dropdown.topicSelectDropDown.select2-dropdown--above
  .select2-search.select2-search--dropdown {
  display: none !important;
}

/****** for selected li BGCOLOR ****/
.dataSelectDropDown
  .select2-container--default
  .select2-results__option--selected {
  background-color: transparent !important;
}

.topicSelectDropDown
  .select2-container--default
  .select2-results__option--selected {
  background-color: #fff !important;
}

.select2-dropdown.topicSelectDropDown.select2-dropdown--below
  .select2-results
  .select2-results__options
  .select2-results__option.select2-results__option--selectable.select2-results__option--selected,
.select2-dropdown.topicSelectDropDown.select2-dropdown--above
  .select2-results
  .select2-results__options
  .select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background-color: #fff !important;
}

/****** for hover leave li BGCOLOR ****/
.select2-dropdown.dataSelectDropDown.select2-dropdown--below
  .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"],
.select2-dropdown.topicSelectDropDown.select2-dropdown--below
  .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"],
.select2-dropdown.dataSelectDropDown.select2-dropdown--above
  .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"],
.select2-dropdown.topicSelectDropDown.select2-dropdown--above
  .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"] {
  color: black !important;
  background-color: transparent;
}

/****** for hover li BGCOLOR ****/
.select2-dropdown.dataSelectDropDown.select2-dropdown--below
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.dataSelectDropDown.select2-dropdown--below
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.dataSelectDropDown.select2-dropdown--below
  .select2-results__option--selectable:hover,
.select2-dropdown.dataSelectDropDown.select2-dropdown--above
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.dataSelectDropDown.select2-dropdown--above
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.dataSelectDropDown.select2-dropdown--above
  .select2-results__option--selectable:hover {
  background-color: #f5f5f5 !important;
  color: #282828;
}

.select2-dropdown.topicSelectDropDown.select2-dropdown--below
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.topicSelectDropDown.select2-dropdown--below
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.topicSelectDropDown.select2-dropdown--below
  .select2-results__option--selectable:hover,
.select2-dropdown.topicSelectDropDown.select2-dropdown--above
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.topicSelectDropDown.select2-dropdown--above
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.topicSelectDropDown.select2-dropdown--above
  .select2-results__option--selectable:hover {
  background-color: #f5f5f5 !important;
  color: #282828;
}

/************** filter for topics *************/
#select2-topicSelect-container {
  height: 36px !important;
  margin: 0 !important;
  cursor: pointer;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple {
  height: 36px !important;
  width: 162px !important;
  padding: 0 30px 0 0px;
}

.select2-container--default .select2-selection--multiple {
  height: 36px !important;
  width: 162px !important;
  padding: 0 30px 0 0px;
  background-color: #f5f5f5 !important;
}

.select2-container .select2-search--inline .select2-search__field {
  position: absolute;
  top: 3px;
  left: 10px;
  font-size: 14px;
}

.select2-container .selection .select2-selection .select2-selection__rendered {
  overflow: auto !important;
  text-overflow: unset !important;
}

.select2-container
  .selection
  .select2-selection
  .select2-selection__rendered::-webkit-scrollbar {
  display: none !important;
  height: 0 !important;
}

.topicSelectDropDown
  ul
  .select2-results__option.select2-results__option--selectable {
  display: flex;
  align-items: center;
  padding: 3px 5px 7px 40px !important;
  position: relative;
}

.topicSelectDropDown
  ul
  .select2-results__option.select2-results__option--selectable::before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 10px;
  background: url(/v2/images/version2/master-sprite.png) no-repeat;
  background-position: -405px -3014px;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  top: 5px;
}

.topicSelectDropDown
  ul
  .select2-results__option.select2-results__option--selectable.select2-results__option--selected::before {
  content: " ";
  display: inline-block;
  background: url(/v2/images/version2/master-sprite.png) no-repeat;
  background-position: -370px -3014px;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.select2-search__field {
  cursor: pointer;
}

.webinarBodyFilterActions .webinarBodyFilterSearchBtn {
  width: 91px;
  height: 36px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #ff615d;
  flex-shrink: 0;
}

.webinarBodyFilterActions .webinarBodyFilterResetBtn {
  width: 91px;
  height: 36px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  border: 1px solid #ff615d;
  text-align: center;
  color: #ff615d;
  background-color: #fff;
  flex-shrink: 0;
}

/*********************** webinar cards ****************************/

.webinarBodyCardsSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.webinarBodyCardsSection .webinarBodyCard {
  height: auto;
  border-radius: 4px;
  border: solid 1px #d8d8d8;
  background-color: #fff;
  margin-bottom: 40px;
}

.webinarBodyCardsSection .row {
  padding: 0;
}

.webinarBodyCard .cardBodyTop {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 187px;
}

.webinarBodyCard .cardBodyTop img {
  position: absolute;
  width: 100%;
  height: 188px;
}

.webinarBodyCard .cardBodyTop p {
  position: relative;
  bottom: 5px;
  width: 100%;
  height: 192px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  color: #fff;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: flex;
  align-items: end;
  padding: 20px;
  background-image: linear-gradient(
    to top,
    #02359e 14%,
    rgba(2, 53, 158, 0) 100%
  );
}

.webinarBodyCard .cardBodyTop p:hover {
  text-decoration: underline;
}

.webinarBodyCard .cardBodyBottom {
  padding: 20px;
}

.webinarBodyCard .cardBodyBottom ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.webinarBodyCard .cardBodyBottom ul li {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 0;
}

.webinarBodyCard .cardBodyBottom ul li p {
  font-size: 16px;
  line-height: 1.4;
  color: #282828;
  margin-top: 9px;
}

.webinarBodyCard .cardBodyBottom .bookASeatBtn {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #ff615d;
}

.webinarBodyCardsSection .loadMoreButton {
  width: 301px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #ff615d;
  margin-bottom: 80px;
  text-align: center;
  border-radius: 4px;
  background-color: #ffebeb;
}

/****************** FAQ section ***************************/

.webinarBodyFaqSection {
  width: 100%;
  /* height: 595px; */
  padding: 80px 0;
  background-color: #fafbfc;
}

.webinarAccordion h2 {
  margin: 0 0px 40px 0px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.22;
  color: #282828;
}

.webinarAccordion h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  padding: 5px 0;
  border-bottom: 1px solid #eaeaea;
  text-align: left;
  color: #282828;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.webinarAccordionContent {
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #686868;
  display: none;
}

div.webinarAccordionContent:visible {
  display: block;
}

/****************** our student ***********************/

.webinarStudentSlider .commonsliderList .commonSlider,
.webinarUpcoming .commonsliderList .commonSlider {
  white-space: normal !important;
  display: flex;
  height: auto !important;
}

.webinarUpcoming .webinarBodyCard {
  width: 360.5px !important;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  margin-right: 30px;
}

.webinarUpcoming h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.06;
  color: #282828;
}

.faq_section {
  padding: 30px 0;
}

.faq_section h2 {
  font-size: 36px;
  line-height: 44px;
  padding-bottom: 10px;
}

.faq_section .faq_question {
  font-weight: var(--fweight-semibold);
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0;
  border-bottom: var(--border-line);
  cursor: pointer;
  position: relative;
  margin-bottom: 0 !important;
}

.faq_section .faq_question:after {
  content: " ";
  background: url("../images/homepage/sprite/master-sprite.webp");
  width: 16px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 25px;
  background-position: -4px -333px;
  transition: 0.2s ease;
}

.faq_section .faq_question.downAngle:after {
  transform: rotate(-180deg);
}

.faq_section .faq_answer {
  padding: 20px 0;
  font-size: 16px;
  line-height: 24px;
  border-bottom: var(--border-line);
  color: #686868;
}

.faq_section .faq_answer p {
  padding-bottom: 10px;
}

.faq_section .faq_answer p:last-child {
  padding-bottom: 0;
}

.faq_section .faq_answer li {
  line-height: 32px;
}

/************ this is for mobile of webinar slider ******************/

@media (max-width: 1023px) {
  .faq_section h2 {
    font-size: 24px;
    line-height: 32px;
    max-width: 267px;
    margin: 0 auto !important;
    text-align: center;
  }

  .faq_section .faq_question {
    padding: 16px 0;
    padding-right: 16px;
  }

  .faq_section .faq_answer {
    font-size: 14px;
    padding: 16px 0;
  }

  .webinarUpcoming .webinarBodyCard {
    width: 280px !important;
    margin-right: 0px;
  }

  .fetureSlider.commonSlider .col-md-4 {
    padding: 0 16px 0 0;
  }

  .singleBoxWebinar .webinarBodyCard {
    width: 100% !important;
  }
}

.singleBoxWebinar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.webinarStudentReviewCard {
  width: 360.5px;
  height: 435.4px;
  margin-right: 35px;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
}

.webinarStudentReviewCardHeader {
  display: flex;
  align-items: center;
  gap: 20px;
}

.webinarStudentReviewCardHeader img {
  border-radius: 50%;
  flex-shrink: 0;
}

.webinarStudentReviewCardHeader h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #282828;
}

.webinarStudentReviewCardHeader p {
  font-size: 14px;
  line-height: 1.71;
  color: #686868;
}

.webinarStudentReviewCardHeader .borderBottom {
  width: 110px;
  height: 2.1px;
  transform: rotate(-0.06deg);
  background-color: #989898;
}

.webinarStudentReviewDesc {
  margin-top: 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #282828;
  max-height: 216px;
  height: 216px;
  overflow: auto;
}

.webinarStudentReviewDesc::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  border-radius: 20px;
}

.webinarStudentReviewDesc::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: rgb(189, 189, 189);
  border-radius: 20px;
}

.webinarStudentReviewDesc::before,
.webinarStudentReviewDesc::after {
  content: "";
  position: absolute;
  background-position: -479px -979px;
  width: 21px;
  height: 17px;
  background-image: url(/v2/images/version2/master-sprite.png);
  background-repeat: no-repeat;
}

.webinarStudentReviewDesc::after {
  transform: rotate(180deg);
  bottom: 9px;
  right: 0px;
}

.webinarStudentReviewRating {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/****************** webinar footer top ***********************/
.webinarFooterTop {
  padding: 12px 0;
  gap: 10px;
  background-color: #dbebff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webinarFooterTop.webinarDetail {
  flex-direction: column;
}

.webinarFooterTop .bookASeatBtn {
  width: 200px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #ff615d;
  margin-top: 0px;
}

.webinarFooterTop h2 {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 10px !important;
}

.webinarFooterTop.webinarDetail p {
  margin-bottom: 10px;
  font-size: 16px;
  padding: 0 50px;
}

.webinarFooterTop.webinarDetail {
  background-image: url(/images/webinar-detail-page/join-webinar-banner-desktop.webp);
  background-repeat: no-repeat;
  background-position: 90% 40px;
  gap: 0px;
}

.webinarFooterTop p {
  font-size: 18px;
  line-height: 1.33;
  color: #282828;
  margin-top: 8px;
}

.webinarFooterTop button {
  width: 109px;
  padding: 6px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #ff615d;
}

@media (max-width: 1023px) {
  .primaryMenu {
    box-shadow: none !important;
  }

  /********************* banner section ****************************/
  .webinarMain .webinarBannerSection,
  .webinarDetailMain .webinarDetailBannerSection {
    background-image: url(/images/webinar-page/webinar-page-banner-mobile.webp);
  }

  .webinarMain .webinarBannerSection {
    height: 300px;
    margin-top: 48px;
    margin-bottom: 40px;
  }

  .webinarBannerSection h1,
  .webinarDetailBannerSection h1 {
    line-height: 1.2;
  }

  .webinarBannerSection h1 {
    margin: 0 0 10px !important;
    padding: 0 10px !important;
    font-size: 24px;
    max-width: 276px;
  }

  .webinarBannerSection p {
    font-size: 14px;
    padding: 0 50px;
    margin-bottom: 10px;
  }

  .webinarBannerSection ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 10px;
  }

  .webinarBannerSection li {
    width: 28px;
    height: 14px;
    transform: scale(0.3);
  }

  /********************** filter section **************************/

  .form-vertical {
    height: 250px !important;
  }

  .webinarBodyFilter {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
  }

  .webinarBodyFilter h2 {
    font-size: 24px;
  }

  .webinarBodyFilterActions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .webinarBodyFilterActions .webinarBodyFilterSearchBtn {
    width: 100%;
    height: 36px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .webinarBodyFilterActions .webinarBodyFilterResetBtn {
    width: 100%;
  }

  #webinarBodyFilterActions select {
    width: 100%;
  }

  .webinarSelectGap {
    display: none;
  }

  .select2-container {
    width: 100% !important;
  }

  .select2-dropdown.dataSelectDropDown.select2-dropdown--below,
  .select2-dropdown.topicSelectDropDown.select2-dropdown--below,
  .select2-dropdown.dataSelectDropDown.select2-dropdown--above,
  .select2-dropdown.topicSelectDropDown.select2-dropdown--above {
    font-size: 14px !important;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
    border: none;
  }

  /*********************** webinar cards ****************************/
  .webinarBodyCardsSection .webinarBodyCard {
    height: auto;
    margin-bottom: 16px;
  }

  .webinarBodyCard .cardBodyTop {
    height: 104px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .webinarBodyCard .cardBodyTop img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 104px;
  }

  .webinarBodyCard .cardBodyTop p {
    position: relative;
    height: 110px;
    background-image: linear-gradient(
      to top,
      #02359e 14%,
      rgba(2, 53, 158, 0) 100%
    );
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    display: flex;
    align-items: end;
    padding: 20px;
  }

  .webinarBodyCard .cardBodyBottom {
    padding: 16px;
  }

  .webinarBodyCard .cardBodyBottom ul li {
    gap: 12px;
    margin-bottom: 1px;
  }

  .webinarBodyCard .cardBodyBottom ul li p {
    font-size: 14px;
  }

  .webinarBodyCard .cardBodyBottom .bookASeatBtn {
    width: 100%;
    height: 46px;
    font-size: 14px;
  }

  .webinarBodyCardsSection .loadMoreButton {
    width: 100%;
    font-size: 14px;
    margin-bottom: 40px;
  }

  /****************** FAQ section ***************************/

  .webinarBodyFaqSection {
    height: auto;
    width: 100%;
    background-color: #fafbfc;
    padding: 40px 0 !important;
  }

  .webinarAccordion h2 {
    max-width: fit-content;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: #282828;
  }

  .webinarAccordion h3 {
    font-size: 16px;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .webinarAccordionContent {
    padding: 16px 0;
    font-size: 14px;
  }

  div.webinarAccordionContent:visible {
    display: block;
  }

  /****************** our student ***********************/

  .webinarStudentReviewCard {
    width: 280px;
    height: 400px;
    margin-right: 16px;
    padding: 16px;
  }

  .webinarStudentReviewCardHeader {
    gap: 16px;
  }

  .webinarStudentReviewCardHeader img {
    border-radius: 50%;
    height: 80px !important;
    width: 80px !important;
  }

  .webinarStudentReviewCardHeader h3 {
    font-size: 16px;
  }

  .webinarStudentReviewCard a.sliders_card {
    text-decoration: none !important;
  }

  .webinarStudentReviewCardHeader .borderBottom {
    height: 2px;
  }

  .webinarStudentReviewDesc {
    margin-top: 16px;
    position: relative;
    font-size: 14px;
  }

  .webinarStudentReviewDesc::before,
  .webinarStudentReviewDesc::after {
    content: "";
    position: absolute;
    background-position: -479px -979px;
    width: 21px;
    height: 17px;
    background-image: url(/v2/images/version2/master-sprite.png);
    background-repeat: no-repeat;
  }

  .webinarStudentReviewDesc::after {
    transform: rotate(180deg);
    bottom: 9px;
    right: 0px;
  }

  .webinarStudentReviewRating {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /****************** webinar footer top ***********************/
  .webinarFooterTop {
    gap: 0;
    padding: 16px 26px;
    flex-direction: column;
  }

  .webinarFooterTop p {
    font-size: 16px;
    line-height: 1.33;
    color: #282828;
    text-align: center;
    margin: 0;
  }

  .webinarFooterTop.webinarDetail p {
    margin-bottom: 11px !important;
    font-size: 14px;
  }

  .webinarFooterTop button {
    width: 109px;
    height: 36px;
    text-align: center;
    margin: 10px 0 0 10px;
    padding: 6px 0;
  }

  .webinarFooterTop.webinarDetail {
    background-image: url(/images/webinar-detail-page/join-webinar-banner-mobile.webp);
    background-position: 90% -16px;
    padding: 38px 24px;
  }

  .webinarFooterTop.webinarDetail h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: #282828;
  }
}

/****************************** Webinar Details Page **************************/
.webinarDetailBodyDiscoverSection .row {
  margin-bottom: 80px;
}

.webinarDetailBodyDiscoverSection .row:nth-child(2) .col-md-6:nth-child(2) {
  padding-left: 100px;
}

.shareSection ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.shareSection ul li:not(:first-child) {
  margin-top: 5px;
}

.webinarDiscoverFirst {
  display: flex;
  gap: 60px;
}

.webinarDiscoverFirst p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  text-align: left;
  color: #686868;
  margin: 0;
}

.webinarDetailDiscover {
  align-items: center;
  justify-content: space-between;
}

.webinarDetailDiscover .col-md-6:nth-child(2) {
  display: flex;
  justify-content: end;
}

.webinarDiscoverFirst .discoverHeading {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.06;
  text-align: left;
  color: #282828;
  margin-bottom: 20px !important;
}

.webinarDiscoverFirst .discoverHeading:nth-child(2) {
  margin-bottom: 5px !important;
}

.webinarDiscoverFirst .discoverPostName {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  color: #282828;
  margin-bottom: 20px;
}

.webinarDiscoverFirst .discoverContent {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #282828;
}

.webinarDiscoverFirst .speakerWebinar {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #282828;
  margin-bottom: 20px;
}

/**************** why join section *****************/

.webinarDetailBody .webinarWhyJoinSection {
  padding: 80px 0;
  text-align: center;
  background-color: #f5f5f5;
}

.webinarWhyJoinSection .whyShouldHeading {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  color: #282828;
  margin-bottom: 10px;
}

.webinarWhyJoinSection .whyShouldContent {
  font-size: 17px;
  line-height: 2.12;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}

.webinarWhyJoinSection ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.webinarWhyJoinSection li {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0 45px;
  text-align: start;
}

.webinarWhyJoinSection li:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}

.webinarWhyJoinSection li:nth-child(1) {
  padding-left: 0;
}

.webinarWhyJoinSection li img {
  margin-bottom: 20px;
}

.webinarWhyJoinSection li .joinListHeading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #282828;
  margin-bottom: 10px;
}

.webinarWhyJoinSection li .joinListContent {
  font-size: 16px;
  line-height: 1.5;
  color: #282828;
}

/******************** Details Statistics *******************/

.webinarDetailStatistic {
  padding: 30px 0;
  background-image: linear-gradient(to right, #dbebff94, #f5bc389f);
}

.webinarDetailStatistic ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: start;
  justify-content: space-between;
  text-align: center;
}

.webinarDetailStatistic ul li {
  height: 120px;
}

.webinarDetailStatistic ul li:not(:last-child) {
  border-right: 1px solid #989898;
  padding: 0 50px;
}

.webinarDetailStatistic ul li:last-child {
  padding-left: 50px;
}

.webinarDetailStatistic ul li:nth-child(1) {
  padding-left: 0;
}

.webinarDetailStatistic ul li .statsNumber {
  font-size: 36px;
  font-weight: 600;
  line-height: 0.8;
  color: #282828;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.webinarDetailStatistic ul li .statsType {
  font-size: 16px;
  font-weight: 600;
  color: #282828;
  margin-bottom: 5px;
  white-space: nowrap;
}

.webinarDetailStatistic ul li .statsDesc {
  font-size: 14px;
  line-height: 1.5;
  color: #282828;
}

/***************** webinar Attend *********************/
.webinarAttend {
  padding-top: 80px;
}

.webinarAttend h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.06;
  text-align: center;
  color: #282828;
  margin-bottom: 10px;
}

.webinarAttend p.webinarAttendDesc {
  font-size: 17px;
  line-height: 1.65;
  text-align: center;
  color: #282828;
  margin-bottom: 30px;
}

.webinarAttend .row {
  align-items: center;
}

.webinarAttend .col-md-6:nth-child(2) {
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.webinarAttend .webinarAttendCard {
  width: 533px;
  height: auto;
  padding: 17px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(235, 245, 255, 0.5);
}

.webinarAttendCard:nth-child(even) {
  margin-left: 50px;
}

.webinarAttendCard p {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #282828;
}

.webinarBodyCardsSection a,
.sliders_card {
  text-decoration: none !important;
}

@media (max-width: 1023px) {
  /*********************** webinarDetail  banner*********************************/
  .webinarDetailMain .webinarDetailBannerSection {
    height: 340px;
    padding: 0 15px;
    margin-top: 13%;
    margin-bottom: 16px !important;
  }

  .webinarDetailBannerSection h1 {
    font-size: 24px;
    margin: 0px 0 10px 0;
  }

  .webinarDetailBannerSection p {
    line-height: 1.71;
  }

  .shareSection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .shareSection ul {
    margin: 0px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .shareSection ul li:not(:first-child) {
    margin-top: 0px;
  }

  .webinarDiscoverFirst .discoverHeading:nth-child(2) {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
  }

  .webinarDiscoverFirst .discoverPostName {
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
  }

  .webinarDetailBannerSection p.webinarDetailBannerDesc {
    font-size: 14px !important;
    line-height: 1.71;
    text-align: center;
    color: #fff;
    padding: 0 35px;
    margin-bottom: 10px;
  }

  .webinarDetailBannerSection ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 8px;
  }

  .webinarDetailBannerSection li {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
  }

  .webinarDetailBannerSection ul li p {
    white-space: nowrap;
    font-size: 12px !important;
  }

  .webinarDetailBannerSection .bookASeatBtn,
  .grabASeat {
    width: 100%;
    margin-top: 15px;
  }

  .webinarDetailBannerSection .webinarDetailBannerTimer {
    width: 100%;
    margin-top: 16px;
    gap: 20px;
    justify-content: space-between;
  }

  .webinarDetailBannerSection .webinarTimer {
    gap: 20px;
    justify-content: space-between;
  }

  .webinarDetailBannerSection .webinarTimer p:nth-child(1) {
    display: flex;
    flex-direction: column;
  }

  .webinarDetailBannerSection .webinarTimer p:nth-child(1) .webinarDay {
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #fff;
  }

  .webinarDetailBannerSection .webinarTimer p:nth-child(1) .webinarTimeType {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    color: #fff;
  }

  /********************** WebinarDetail Discover **************************/
  .webinarDetailBodyDiscoverSection .row {
    margin-bottom: 16px !important;
  }

  .webinarDetailBodyDiscoverSection .row:nth-child(2) .col-md-6:nth-child(2) {
    padding: 0px 15px;
  }

  .webinarDiscoverFirst {
    flex-direction: column;
    gap: 40px;
  }

  .webinarDiscoverFirst p {
    font-size: 16px;
  }

  .webinarDetailDiscover {
    align-items: center;
    justify-content: space-between;
  }

  .webinarDetailDiscover .col-md-6:nth-child(2) {
    display: flex;
    justify-content: end;
  }

  .webinarDiscoverFirst .discoverHeading {
    font-size: 24px;
    text-align: center;
    margin-bottom: 16px !important;
  }

  .webinarDiscoverFirst .discoverContent {
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
  }

  .webinarDiscoverFirst .speakerWebinar {
    font-size: 24px;
    margin-top: 24px;
    text-align: center;
    margin-bottom: 20px;
  }

  .webinarDetailStatistic {
    overflow-x: auto;
    padding: 30px 0 43px;
    background-image: linear-gradient(to right, #dbebff, #f5bd38);
  }

  .webinarDetailStatistic ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }

  .webinarDetailStatistic ul li {
    height: 50px;
  }

  .webinarDetailStatistic ul li:not(:last-child) {
    border-right: 0px solid #989898;
    padding: 0 20px;
  }

  .webinarDetailStatistic ul li:last-child {
    padding: 0 20px;
  }

  .webinarDetailStatistic ul li:nth-child(1) {
    padding-left: 0;
  }

  .webinarDetailStatistic ul li .statsNumber {
    font-size: 24px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 10px;
    white-space: nowrap;
  }

  .webinarDetailStatistic ul li .statsType {
    font-size: 16px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 5px;
    white-space: nowrap;
  }

  .webinarDetailStatistic ul li .statsDesc {
    font-size: 14px;
    line-height: 1.5;
    color: #282828;
    white-space: nowrap;
  }

  .webinarAttend {
    padding-top: 40px;
  }

  .webinarAttend h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .webinarAttend p.webinarAttendDesc {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .webinarAttend .webinarAttendCard {
    width: 100%;
    height: auto;
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
  }

  .webinarAttend .webinarAttendCard:last-child {
    margin-bottom: 0;
  }

  .webinarAttendCard:nth-child(even) {
    margin-left: 0px;
  }

  .webinarAttendCard p {
    padding: 0 !important;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #282828;
  }

  .webinarUpcoming h2 {
    font-size: 24px;
  }

  .webinarAttend .col-md-6:nth-child(1) {
    order: 2;
  }

  .webinarAttend .col-md-6:nth-child(2) {
    order: 1;
  }

  .webinarAttend .col-md-6:nth-child(2) img {
    height: 170px;
    width: 200px;
    margin: 0 auto 20px auto;
  }

  .webinarDetailDiscover .webinarCoverImage {
    height: auto !important;
    width: auto !important;
  }

  .articlesSec {
    padding: 40px 0 !important;
  }
}

.webinarDetailDiscover .webinarCoverImage {
  height: 322px;
  width: 482px;
  object-fit: contain;
}

.webinarDetailDiscover .webinarSpeakerImage {
  width: 482px;
  height: 322px;
  object-fit: contain;
}

.dropdown-menu {
  display: block !important;
}

.articlesSec {
  padding: 80px 0;
}

.sec_head {
  padding-bottom: 40px;
  text-align: center;
}

.sec_head h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 44px;
  /*padding-bottom: 30px;*/
}

.commonsliderList {
  position: relative;
}

.commonsliderList .scrollLeft {
  left: -27px;
  transform: translate(0px, -50%) rotate(-180deg) !important;
}

.commonsliderList .scrollLeft,
.commonsliderList .scrollRight {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 54px;
  height: 52px;
  cursor: pointer;
}

.commonsliderList .scrollRight {
  right: -27px;
}

.commonsliderList .scrollLeft,
.commonsliderList .scrollRight {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  width: 54px;
  height: 52px;
  cursor: pointer;
}

.commonsliderList .commonSlider::-webkit-scrollbar {
  height: 0;
}

.scrollRight {
  background-position: -52px -554px;
}

/* .ieltsmaterialIcons {
    background-image: url(/v2/images/version2/master-sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    overflow: auto;
    text-indent: -9999px;
    text-align: left;
} */

.container {
  max-width: 1180px;
}

/* 
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb !important;
    color: white !important;
  } */

.commonsliderList .commonSlider {
  display: block;
  overflow: auto;
  white-space: nowrap;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  flex-shrink: 0;
}

.no-record {
  width: -webkit-fill-available;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 2px 10px #e1e3ec;
}

.no-record-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 48px;
}

.no-record-content .no-record-icon {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  border-radius: 200px;
  justify-content: center;
  background-color: #f7fafc;
  box-shadow: 0px 2px 1px #e1e3ec;
}

.no-record-content .no-record-icon img {
  width: 170px;
}

.no-record-content .no-record-message {
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
}

.gispageWrp {
  margin-top: 96px;
}

.webinarBody {
  margin-top: 0px !important;
}

.select2-container .select2-search--inline .select2-search__field {
  top: 2 !important;
  font-size: 14px !important;
}

main {
  margin-top: 96px !important;
}

@media (max-width: 1023px) {
  .gispageWrp {
    margin-top: 0px;
  }

  #webinarBodyFilterActions .select2-container .select2-selection--single {
    width: 100% !important;
  }

  #webinarBodyFilterActions
    .select2-container--default
    .select2-selection--multiple {
    width: 100% !important;
  }

  .webinarStudentReviewDesc {
    height: 190px;
    max-height: 190px;
  }

  main {
    margin-top: 49px !important;
  }

  .sec_head h2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 30px;
  }

  .sec_head h1 {
    margin-bottom: 20px !important;
  }

  .sec_head {
    padding: 0px 10px 0 10px;
  }

  .commonsliderList .scrollLeft,
  .commonsliderList .scrollRight {
    display: none;
  }

  .faqImg {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .faqImg img {
    height: 195px;
  }
}

.faq_section {
  background-color: #fafbfc;
}

.ielts-signup-input-ctn select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  background-image: url(/v2/images/version2/selectoption.png);
  background-repeat: no-repeat;
  background-position: 95% 17px;
}

.select2-container .selection .select2-selection .select2-selection__arrow b {
  background-image: url(/v2/images/version2/master-sprite.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: -5px -335px;
  border: none !important;
  height: 9px !important;
  width: 14px !important;
  margin: auto !important;
  top: 10px !important;
  left: 0px !important;
  filter: brightness(160%);
  position: absolute;
}

.webinarAttendDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}

.webinarAttendImg {
  height: 390px;
  width: 381px;
}

.webinarTimeColon {
  margin-top: -24px;
}

.faqDiv {
  padding-top: 20px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 4px !important;
  margin-left: -1px !important;
}

/******************** This code is for adding apply button to select box *************************/

/* .select2-dropdown.topicSelectDropDown.select2-dropdown--below{
  max-height: 253px;
  height: 253px;
} */
.topicSelectDropDown .select2-results {
  border-top: 1px solid #d8d8d8;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #aaa !important;
}

@media (max-width: 1023px) {
  .webinarFooterTop h2 {
    font-size: 27px;
    margin: 0px !important;
  }
}

/********************* END Above css ***********************************/
