/* font size typographi start */

a {
  color: #cd242e;
  font-family: "General sans Medium", sans-serif;
  cursor: pointer !important;
}

a + span {
  color: #cd242e;
}

.section-title {
  font-size: 44px;
  line-height: 60px;
}

.sub-section-title {
  font-size: 36px;
  line-height: 48px;
}

.head-title {
  font-size: 26px !important;
  line-height: 40px !important;
}

.title {
  font-size: 24px !important;
  line-height: 32px !important;
}

.sub-title {
  font-size: 20px;
  line-height: 27px;
}

.description {
  font-size: 18px;
  line-height: 24px;
}

.sub-description {
  font-size: 16px !important;
  line-height: 22px !important;
}

.tag {
  font-size: 14px;
  line-height: 19px;
}

.font-bold {
  font-weight: 600 !important;
  font-family: "General sans Medium", Sans-serif !important;
}

.font-medium {
  font-weight: 500 !important;
  font-family: "General sans Medium", Sans-serif !important;
}

.font-regular {
  font-weight: 400 !important;
  font-family: "General sans Regular", Sans-serif !important;
}

.text-center {
  text-align: center;
}

.font-italic {
  font-style: italic;
}

.pad100 {
  padding: 100px 0;
}

.pad50 {
  padding-bottom: 50px !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

/* font size typographi end */

/* for border */

.border-line {
  position: relative;
  transition: 0.2s all;
  width: fit-content;
}

.border-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100px;
  height: 4px;
  background: #cd242e;
  transition: all 0.2s;
}

/* text-color typography start */

.text-black {
  color: #000;
}

.text-grey {
  color: #0000009c !important;
}

.text-red {
  color: #cd242e;
}

.text-white {
  color: #fff;
}

.text-uppercase {
  text-transform: uppercase !important;
}

/* text-color typography end */

/* for button */

.custom-button,
.elementor-button-link {
  padding: 17px 30px;
  font-size: 16px;
  background: #cd242e;
  border: 2px solid #cd242e;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer !important;
  font-weight: 600 !important;
}

.border-btn .elementor-button-link {
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer !important;
}

.border-btn .elementor-button-link:hover {
  background: #fff !important;
}

.custom-button:hover,
.elementor-button-link:hover {
  background: transparent !important;
  color: #cd242e !important;
}

/* login condition css */

.logged-in .woocoomerce-not-login-user {
  display: none !important;
}

.woocoomerce-login-user {
  display: none;
}

.woocoomerce-login-user .hfe-nav-menu .menu-item a {
  font-family: "General sans Medium", Sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
  text-shadow: 0 0 #cd242e;
}

.logged-in .woocoomerce-login-user {
  display: block;
}

.logged-in .custom-btn {
  width: auto !important;
}

.logged-in .login-ml-auto {
  margin-left: auto;
}

.woocoomerce-login-user .hfe-nav-menu .menu-item .hfe-menu-item {
  background: transparent !important;
  color: #cd242e !important;
  border: none !important;
  position: relative;
}

.woocoomerce-login-user .hfe-nav-menu .menu-item .hfe-menu-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 60px;
  left: 50%;
  transform: translateX(-50%) !important;
  background: #cd242e !important;
  opacity: 1 !important;
}

/* header */

.header .hfe-nav-menu .menu-item {
  display: flex;
}

.header .hfe-nav-menu .menu-item a {
  line-height: 24px;
  cursor: pointer !important;
}

.header .hfe-nav-menu .menu-item a:hover {
  color: #cd242e !important;
}

.header .hfe-nav-menu .menu-item.current_page_item a {
  color: #cd242e !important;
  position: relative;
  letter-spacing: 0.5px;
  text-shadow: 0 0 0px #cd242e;
}

.header .hfe-nav-menu .menu-item.current_page_item a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3px;
  height: 2px;
  width: 60px;
  background: #cd242e !important;
  opacity: 1 !important;
}

.header .hfe-nav-menu .menu-item.create-account-btn a {
  color: #000 !important;
}

.header .hfe-nav-menu .menu-item.create-account-btn a:hover {
  color: #cd242e !important;
}

.header .hfe-nav-menu .menu-item.create-account-btn a::before {
  display: none;
}

.header .hfe-nav-menu .menu-item.create-account-btn a:hover::before {
  display: block;
}

.header .hfe-nav-menu .menu-item.sign-in-btn .elementor-button {
  color: #ffffff !important;
  cursor: pointer !important;
}

.header .hfe-nav-menu .menu-item.sign-in-btn .elementor-button::before {
  display: none;
}

.header .hfe-nav-menu .menu-item.sign-in-btn .elementor-button:hover {
  color: #cd242e !important;
}

.header .hfe-nav-menu .menu-item .elementor-button {
  border: 2px solid #cd242e;
  transition: all 0.2s;
}

.header .hfe-nav-menu .menu-item .elementor-button:hover {
  background: #fff !important;
  color: #cd242e !important;
}

.header-mobile .hfe-nav-menu .hfe-nav-menu__submenu-arrow {
  position: fixed !important;
  top: 70px;
  left: 0 !important;
  width: 100% !important;
}

.elementor-menu-cart__toggle_button .elementor-button-icon {
  width: 20px;
  height: 20px;
  background: url(../images/shopping-cart.png) no-repeat;
  background-position: center;
  background-size: 19px;
}

.hfe-search-icon-toggle .fa-search {
  width: 20px;
  height: 20px;
  background: url(../images/search-normal.png) no-repeat;
  background-position: center;
  background-size: 17px;
}

.elementor-menu-cart__toggle_button .elementor-button-icon .eicon-cart-medium,
.hfe-search-icon-toggle .fa-search::before {
  display: none;
}

.hfe-search-button-wrapper.hfe-input-focus .hfe-search-form__input {
  height: 40px;
  width: 250px !important;
}

/* banner */

.homepage-banner-section {
  background-size: cover !important;
  height: 680px;
  background-position: center !important;
}

.homepage-banner-section .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.homepage-banner-section .homepage-banner-detail-section {
  max-width: 600px;
  max-height: 500px;
  background: #fff;
  padding: 40px;
}

.homepage-banner-section
  .homepage-banner-detail-section
  .article-list-content-sec {
  padding: 0;
}

.homepage-banner-section .homepage-banner-detail-section .article-main-title {
  margin-bottom: 20px;
  margin-top: 0;
}

.homepage-banner-section .homepage-banner-detail-section .article-subject {
  margin-bottom: 15px;
}

.homepage-banner-section .homepage-banner-detail-section .article-author {
  margin-bottom: 20px;
  font-style: italic;
}

.homepage-banner-section .homepage-banner-detail-section .article-author a {
  color: rgba(0, 0, 0, 0.4) !important;
  transition: all 0.2s;
}

.homepage-banner-section
  .homepage-banner-detail-section
  .article-author
  a:hover {
  color: #cd242e !important;
}

.banner-section {
  background: #f5f5f5;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-content .section-title .elementor-heading-title {
  margin-bottom: 10px;
}

.banner-content .section-title .elementor-heading-title::before {
  display: none;
}

/* shop page */

.shop-filter-main-outer-wrapper {
  display: flex;
}

.added_to_cart {
  text-align: center;
  color: #cd242e;
  cursor: pointer !important;
}

.added_to_cart:hover {
  color: #cd242e;
  font-weight: 600;
}

/* shop page filter css */

.shop-filter-main-outer .section-title {
  margin-bottom: 60px;
}

.shop-filter-main-left-outer {
  background: #fff;
  color: #000;
  width: 100%;
  max-width: 310px;
  padding: 0;
  height: 100%;
  position: sticky;
  top: 140px;
  margin-right: 50px;
}

.shop-filter-main-left-outer .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 8px;
  margin-bottom: 30px;
}

.shop-filter-main-left-outer h3 {
  background: #003040;
  background: linear-gradient(#003040, #002535);
}

.shop-filter-main-left-outer h3 a {
  padding: 0 10px;
  font-size: 12px;
  line-height: 34px;
  display: block;
  color: #000;
  text-decoration: none;
}

.shop-filter-main-left-outer h3:hover {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}

.shop-filter-main-left-outer ul {
  margin: 0;
  padding: 0;
}

.shop-filter-main-left-outer ul > li {
  list-style-type: none;
  font-family: "General sans Medium", sans-serif;
}

.shop-filter-main-left-outer ul li span {
  margin-bottom: 15px;
  display: inline-block;
  width: 90%;
  cursor: pointer;
}

span.selected_country_for_shop,
span.selected_item_type_for_shop,
span.selected_item_price_for_shop {
  color: red !important;
}

.shop-filter-main-left-outer span.dropdown-icon {
  cursor: pointer;
}

.shop-filter-main-left-outer ul > li.active .arrow {
  transform: rotate(0);
}

.shop-filter-main-left-outer ul > li .arrow {
  transform: rotate(180deg);
  transition: all 0.2s;
  float: right;
  margin-top: 5px;
  cursor: pointer;
  padding: 5px 0;
}

.shop-filter-main-left-outer li.active > ul {
  display: block;
}

.shop-filter-main-left-outer ul > li > ul > li .arrow {
  transform: rotate(180deg) !important;
}

.shop-filter-main-left-outer ul > li > ul > li.active .arrow {
  transform: rotate(0) !important;
}

.shop-filter-main-left-outer ul > li > ul {
  padding-left: 15px;
}

.shop-filter-main-left-outer ul > li > ul > li {
  width: fit-content;
}

.shop-filter-main-left-outer ul > li > ul > li span {
  width: auto;
}

.shop-filter-main-left-outer ul > li > ul > li img {
  margin-left: 15px;
}

.shop-filter-main-left-outer ul ul {
  display: none;
}

.shop-filter-main-left-outer ul ul ul li {
  color: #696262;
  font-size: 17px;
}

.right-sec-shop-filtered-list {
  flex: 1;
}

.right-sec-shop-filtered-list .products .product .button {
  max-width: 160px;
  width: 100%;
  height: 43px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #cd242e;
  border-radius: 0;
  border: 1px solid #cd242e;
  font-size: 14px;
  font-family: "General sans Medium", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer !important;
}

.right-sec-shop-filtered-list .button:hover {
  background: #cd242e !important;
  color: #fff !important;
  text-shadow: 0 0 #fff;
}

.right-sec-shop-filtered-list .products {
  display: flex;
  flex-wrap: wrap;
}

.right-sec-shop-filtered-list .products::before {
  display: none !important;
}

.right-sec-shop-filtered-list .products .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.right-sec-shop-filtered-list
  .products
  .product
  .woocommerce-loop-product__title {
  color: #000;
  font-size: 18px !important;
  line-height: 25px;
  text-align: center;
  font-weight: 500;
}

.right-sec-shop-filtered-list .products .product .price {
  text-align: center;
  color: #cd242e !important;
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 500 !important;
  font-family: "General sans Medium", Sans-serif;
}

.right-sec-shop-filtered-list
  .products
  .product
  .woocommerce-LoopProduct-link
  img {
  background: #f2f2f2;
  padding: 10px;
}

.right-sec-shop-filtered-list .products .product .onsale {
  width: 40px;
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.right-sec-shop-filtered-list .load_more_products_btn {
  margin: 0 auto;
  display: block;
}

/* shop detail page css */

.woocommerce .onsale {
  background-color: #cd242e !important;
  font-size: 13px !important;
  min-height: 40px !important;
  min-width: 45px !important;
}

.product-detail-wrapper .section-title {
  margin-bottom: 45px;
}

.product-detail-wrapper .shop-lt-publication-wrapper {
  padding: 100px 0px;
}

.woocommerce-page.single-product .product-detail-wrapper {
  max-width: 1310px;
  margin: 0 auto;
  padding: 80px 15px 0;
}

.woocommerce-page.single-product
  .product-detail-wrapper
  .woocommerce-product-gallery {
  max-width: 380px;
  height: 100%;
  margin-bottom: 0;
  padding: 10px;
  background: #f2f2f2;
}

.woocommerce-page.single-product
  .product-detail-wrapper
  .product-detail-info-wrapper {
  display: flex;
  padding: 0 0 80px;
  position: relative;
}

.woocommerce-page.single-product .product-detail-wrapper .summary {
  width: 100%;
  padding-left: 50px;
  margin-bottom: 0;
}

.woocommerce-page.single-product
  .product-detail-wrapper
  .summary
  .product_title {
  margin-bottom: 12px;
}

.woocommerce-page.single-product
  .product-detail-wrapper
  .summary
  .date_published {
  margin-bottom: 20px;
  display: block;
}

.woocommerce-page.single-product .product-detail-wrapper .summary .price {
  font-size: 32px;
  line-height: 43px;
  color: #cd242e;
  margin-bottom: 20px !important;
  font-weight: 600;
  display: block;
}

.woocommerce-page.single-product .product-detail-wrapper .summary p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-family: "General sans Regular", Sans-serif;
  font-weight: 400;
  margin-bottom: 20px !important;
}

.product-add-to-cart-wrapper .variations {
  margin-bottom: 20px !important;
  max-width: 100%;
}

.product-add-to-cart-wrapper .variations tr {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.product-add-to-cart-wrapper .variations tr th {
  margin-bottom: 12px;
  line-height: 1 !important;
}

.product-add-to-cart-wrapper .variations tr th,
.product-add-to-cart-wrapper .variations tr td {
  background: none;
  min-width: 100px;
  padding: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  width: 100%;
}

.product-add-to-cart-wrapper .variations tr th label {
  font-weight: 500 !important;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.product-add-to-cart-wrapper .variations tr td.value {
  position: relative;
}

.product-add-to-cart-wrapper .variations tr td.value .reset_variations {
  position: absolute;
  bottom: -10px;
  left: 0;
  line-height: 0;
  font-size: 12px;
}

.product-add-to-cart-wrapper .variations tr .value {
  position: relative;
}

.product-add-to-cart-wrapper .variations tr .value::before {
  content: "";
  position: absolute;
  right: 20px;
  background: url(../icons/down-arrow.png) no-repeat !important;
  background-size: 16px !important;
  width: 20px;
  height: 20px;
  top: 45%;
}

.product-add-to-cart-wrapper .variations tr .value select {
  background: #f2f2f2 !important;
  border: none !important;
  padding: 12px 25px 12px 15px !important;
  outline: none;
  appearance: none;
  /* background-image: url(../icons/arrow.png) !important;
      background-size: 12px !important; */
  /* background-position: right 10px center !important; */
  /* background-repeat: no-repeat !important; */
  border-radius: 0;
  font-weight: 600;
  margin-right: 0 !important;
  font-size: 18px;
  cursor: pointer !important;
}

.product-add-to-cart-wrapper .button {
  background-color: #cd242e !important;
  height: 48px;
  max-width: 300px;
  width: 100%;
  border: 2px solid #cd242e !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: "General sans Medium", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 0 !important;
}

.product-add-to-cart-wrapper .button.disabled:hover {
  background-color: #cd242e !important;
  color: #fff !important;
}

.product-add-to-cart-wrapper .button:hover {
  background-color: #fff !important;
  color: #cd242e !important;
}

.product-add-to-cart-wrapper {
  display: flex;
}

.product-add-to-cart-wrapper .product-add-to-cart-wrapper-inner {
  margin-right: 60px;
  max-width: 305px;
  width: 100%;
}

.product-add-to-cart-wrapper
  .product-add-to-cart-wrapper-inner
  .variations_form {
  position: relative;
  margin-bottom: 0 !important;
}

.product-add-to-cart-wrapper .single_variation_wrap {
  margin-top: 40px;
}

.product-add-to-cart-wrapper
  .single_variation_wrap
  .woocommerce-variation-add-to-cart {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.product-add-to-cart-wrapper
  .single_variation_wrap
  .woocommerce-variation-add-to-cart
  .button {
  font-size: 16px;
  width: 100%;
  flex: 1;
  outline: none;
  cursor: pointer !important;
}

.product-type-simple
  .product-add-to-cart-wrapper
  .product-add-to-cart-wrapper-inner
  form {
  display: flex;
  margin: 0 !important;
}

.product-type-simple
  .product-add-to-cart-wrapper
  .product-add-to-cart-wrapper-inner
  form
  .button {
  margin-left: 0;
  outline: none;
}

.product-add-to-cart-wrapper .single_variation_wrap .quantity {
  margin-right: 20px !important;
  margin: 0 !important;
}

.product-preview-wrapper {
  display: flex;
  flex-direction: column;
  max-height: 180px;
}

.product-preview-wrapper label {
  font-weight: 500 !important;
  color: #210fef;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px !important;
  margin-top: 33px !important;
}

.product-preview-wrapper strong {
  margin-bottom: 20px;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-family: "General sans Medium";
}

.product-preview-wrapper .elementor-button {
  background-color: #fff !important;
  margin-top: auto;
  color: #cd242e !important;
  height: 48px;
  width: fit-content !important;
  width: 100%;
  border: 2px solid #cd242e !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  font-family: "General sans Bold", Sans-serif;
  text-transform: uppercase;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 62px !important;
  cursor: pointer !important;
}

.by-shop-item-details h2 {
  font-weight: 500;
  font-family: "General sans Medium", Sans-serif;
  color: #000;
  font-size: 28px;
  margin-bottom: 10px;
}

.woocommerce-form-coupon .button,
.woocommerce-error .button,
.partnered-event-view-more-btn.attend-event,
.partnered-event-view-more-btn.press-release,
.woocommerce-message .button,
.checkout_coupon .button {
  background-color: #cd242e !important;
  border: 2px solid #cd242e !important;
  color: #fff !important;
  height: 48px;
  width: fit-content !important;
  width: 100%;
  border: 2px solid #cd242e !important;
  font-size: 16px !important;
  line-height: 22px;
  font-weight: 600;
  font-family: "General sans Medium", Sans-serif;
  text-transform: uppercase;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 30px !important;
  outline: none;
  transition: all 0.2s;
  cursor: pointer !important;
}

.woocommerce-form-coupon .button:hover,
.woocommerce-form-coupon .button:focus,
.woocommerce-error .button:hover,
.woocommerce-error .button:focus,
.partnered-event-view-more-btn.attend-event:hover,
.partnered-event-view-more-btn.attend-event:focus,
.partnered-event-view-more-btn.press-release:hover,
.partnered-event-view-more-btn.press-release:focus,
.woocommerce-message .button:hover,
.woocommerce-message .button:focus,
.checkout_coupon .button :hover,
.checkout_coupon .button :focus {
  background-color: #fff !important;
  color: #cd242e !important;
}

.product-preview-wrapper .elementor-button:hover {
  background-color: #cd242e !important;
  color: #fff !important;
}

.quantity .qty {
  height: 48px;
  padding: 0 5px 0 0 !important;
  margin-right: 20px;
  outline: none;
  background: #f2f2f2;
  border: none;
  border-radius: 0;
  font-family: "General sans Medium";
}

.product-add-info .product-description-content .section-title {
  margin-bottom: 45px;
}

.product-add-info .product-description-content p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-family: "General sans Regular", Sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}

.product-subscribe-bar {
  padding: 40px 100px;
  display: flex;
  position: relative;
  z-index: 1;
}

.product-subscribe-bar::before {
  content: "";
  position: absolute;
  background: #cd242e;
  top: 0;
  width: calc(100vw - 10px);
  margin-left: -50vw;
  left: 50%;
  height: 100%;
  z-index: -1;
}

.product-subscribe-bar .product-subscribe-btn a {
  height: 52px;
  border: 2px solid #fff;
  color: #fff;
  background: #cd242e;
  transition: all 0.2s;
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "General sans Bold", Sans-serif;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer !important;
}

.product-subscribe-bar .product-subscribe-btn a:hover {
  background: #fff;
  color: #cd242e;
}

.related .heading-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: center;
}

.related .heading-btn .elementor-button {
  height: 48px;
  background: #cd242e;
  color: #fff;
  border: 2px solid #cd242e;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  font-family: "General sans Bold", Sans-serif;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
  cursor: pointer !important;
}

.related .heading-btn .elementor-button:hover {
  background: #fff;
  color: #cd242e;
}

.related .products .product img {
  background: #f2f2f2;
  padding: 10px;
}

.related .products .product .woocommerce-loop-product__title {
  color: #000;
  font-size: 18px !important;
  line-height: 25px;
  text-align: center;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0 !important;
}

.related .products {
  display: flex;
  flex-wrap: wrap;
}

.related .products .product {
  margin-bottom: 30px !important;
}

.related .products .product:nth-child(5n) {
  margin-right: 0;
}

.related .products .product .price,
.related .products .product .button,
.related .products .product .onsale {
  display: none !important;
}

/* author icon images */

.author-and-social-sec
  .heateor_sss_sharing_ul
  .heateor_sss_facebook
  .heateor_sss_svg
  svg,
.pub-date-soc-share-sec
  .heateor_sss_sharing_ul
  .heateor_sss_facebook
  .heateor_sss_svg
  svg {
  transform: scale(1.1);
}

/* footer */

.footer-section .elementor-column p a {
  color: #fff !important;
}

/* input type number arrow */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

/* loader css */

.spinner-wrapper {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nb-spinner {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  margin: 0;
  background: transparent;
  border-top: 4px solid #cd242e;
  border-right: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  animation: 0.7s spin linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

.single-interview-container,
.single-article-container,
.container {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.subscription-cards-container { display : flex } 

/* Interview Detail Page */

.single-interview-top-sec {
  display: flex;
}

.single-interview-top-sec .left-img-sec {
  max-width: 200px;
  width: 100%;
}

.first-interview-sec.interviews-block-inner .interviewers-pos-com-name {
  margin-bottom: 30px;
}

.first-interview-sec.interviews-block-inner .interviewers-pos-com-name a:hover {
  color: #000;
}

.single-interview-top-sec .left-img-sec img {
  width: 100%;
  object-fit: cover;
}

.single-interview-top-sec .right-content-sec {
  flex: 1;
  padding: 40px 0 40px 40px;
}

.single-interview-top-sec .right-content-sec .country-and-sector {
  margin-bottom: 24px;
}

.single-interview-top-sec .right-content-sec .interviewer-position-details {
  margin-bottom: 40px;
}

.single-interview-top-sec .right-content-sec .bio-details p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  font-family: "General sans Medium", Sans-serif;
}

.pub-date-soc-share-sec {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.interview-tag-list {
  margin-right: 15px;
  text-transform: uppercase;
  color: #cd242e;
}

.pub-date-soc-share-sec .published-date {
  margin-right: 20px;
  margin-bottom: 0;
}

.pub-date-soc-share-sec .heateor_sss_sharing_container {
  display: flex;
  align-items: center;
}

.pub-date-soc-share-sec .heateor_sss_sharing_title {
  font-weight: normal !important;
}

.single-interview-mid-sec {
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
  margin-top: 40px;
}

.single-interview-mid-sec .left-side-sec,
.forum-section-main-outer {
  padding-right: 50px;
  flex: 1;
}

.single-interview-mid-sec .left-side-sec .headline-text {
  margin-bottom: 40px;
}

.single-interview-mid-sec .left-side-sec p {
  font-family: "General sans Regular", Sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin-bottom: 15px;
}

.single-interview-mid-sec .left-side-sec p strong {
  font-size: 24px;
  line-height: 36px;
  color: #000;
  font-family: "General sans Medium", Sans-serif;
  margin-bottom: 15px;
  font-weight: 500;
}

.single-interview-mid-sec .right-side-sec {
  max-width: 260px;
  width: 100%;
}

.single-interview-mid-sec .right-side-sec .tag {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 17px;
  text-align: right;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}

.single-interview-mid-sec .right-side-sec > img {
  margin-bottom: 60px;
}

.youtube-video-sidebar-sec .section-title {
  margin-bottom: 45px;
  font-size: 24px !important;
  line-height: 32px !important;
}

.youtube-video-sidebar-sec .article-detail-listing-youtube {
  margin-bottom: 30px;
}

.youtube-video-sidebar-sec .article-detail-listing-youtube iframe {
  width: 100%;
  min-height: 145px;
  height: 100%;
}

/* article detail page */

.single-article-banner-img {
  height: 600px;
}

.single-article-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.after-banner-sec-main-outer {
  display: flex;
}

.after-banner-sec-main-outer {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
  margin-top: -100px;
}

.after-banner-sec-main-outer .content-left-sec {
  padding: 40px 50px;
  flex: 1;
  background: #fff;
}

.after-banner-sec-main-outer .sidebar-right-sec {
  max-width: 260px;
  width: 100%;
  margin-top: 100px;
  padding: 100px 0 0;
}

.after-banner-sec-main-outer .sidebar-right-sec .tag {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 17px;
  text-align: right;
  max-width: 250px;
  margin: 0 auto;
  width: 100%;
}

.after-banner-sec-main-outer .content-left-sec .article-main-title {
  font-size: 40px;
  line-height: 54px;
  font-weight: 600 !important;
  font-family: "General sans Medium", Sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
}

.after-banner-sec-main-outer .content-left-sec .article-sector {
  margin-bottom: 16px;
}

.author-and-social-sec .article-author-meda-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.interviews-block-main-outer .view_all_article_btn_main {
  margin-top: 40px;
}

.author-and-social-sec .article-author-meda-data .author-and-pub-date {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.author-and-social-sec .article-author-meda-data .author-and-pub-date a {
  color: #0000009c;
}

.author-and-social-sec .article-author-meda-data .author-and-pub-date a:hover {
  color: #cd242e;
}

.heateor_sss_sharing_container {
  display: flex;
  align-items: center;
}

.heateor_sss_sharing_container .heateor_sss_sharing_title {
  font-weight: normal !important;
}

.author-and-social-sec .article-subject {
  margin-bottom: 40px;
}

.author-and-social-sec p.article-subject {
  font-family: "General sans Medium", Sans-serif;
}

.author-and-social-sec p {
  font-size: 18px;
  line-height: 28px;
  font-family: "General sans Regular", Sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
  color: #000;
}

.sidebar-right-sec > img {
  margin-bottom: 60px;
}

/* feature interview page card */

.elementor-widget-featured_interviews .section-title,
.may-also-be-intrested-sec-main-title-with-border .sub-section-title,
.elementor-widget-upcoming_events_with_filter .section-title,
.press-filter-main-title .section-title {
  margin-bottom: 76px;
}

.may-also-be-intrested-sec-main-outer .interview-view-more-btn {
  margin: 80px auto 0;
  display: flex;
}

.interviews-block-main-outer,
.three-col-may-intrested-interviews {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 0;
  width: 100%;
}

.three-col-may-intrested-interviews {
  margin-bottom: 60px;
}

.three-col-may-intrested-interviews .interviews-inner .interviewers-list-thumb {
  /* height: 260px; */
  height: 360px;
}

.interviews-block-main-outer .view_all_article_btn_main {
  margin-top: 30px;
}

.three-col-may-intrested-interviews .interviews-inner {
  background: #f2f2f2;
}

.customb2b .interviewers-pos-com-name,
.customforum .interviewers-pos-com-name,
.customb2b .article-author,
.customforum .article-author {
  color: #cd242e !important;
}

.interviews-block-inner.first-interview-sec {
  width: calc(66.66% - 13px);
  background: #fff;
  display: flex;
}

.interviews-block-inner.first-interview-sec .interviewers-list-thumb {
  max-width: 400px;
  min-height: 100%;
  background-size: 100% 100% !important;
  background-position: top !important;
}

.interviews-block-inner.first-interview-sec .interviewers-list-thumb a {
  width: 100%;
}

.interviews-block-inner.first-interview-sec .interviews-list-content-sec {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.interviews-block-inner.first-interview-sec
  .interviews-list-content-sec
  .interviewers-country-sect-details {
  font-size: 18px !important;
}

.interviews-block-inner.first-interview-sec
  .interviews-list-content-sec
  .interview-main-title {
  font-size: 30px !important;
}

.interviews-block-inner.first-interview-sec .interviewers-list-thumb img {
  height: 100%;
}

.interviews-block-inner.first-interview-sec .interviews-list-content-sec {
  padding: 50px 40px;
}

.interviews-block-inner .interviews-list-content-sec .interview-type {
  font-family: "General sans Medium", sans-serif;
}

.interviews-block-inner {
  width: calc(33.33% - 27px);
  background: #fff;
}

.interviews-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.interviews-list-content-sec {
  height: 100%;
  width: 100%;
  padding: 20px;
}

a.interview-view-more-btn,
.career_apply_btn {
  width: fit-content;
  background: #cd242e;
  border: 2px solid #cd242e;
  font-family: "General sans Medium", sans-serif;
  padding: 15px 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 30px;
  display: inline-block;
  transition: all 0.2s;
  border-radius: 0;
  cursor: pointer !important;
  letter-spacing: 0.5px;
}

a.interview-view-more-btn:hover,
.career_apply_btn:hover,
a.interview-view-more-btn:focus,
.career_apply_btn:focus {
  background: transparent;
  color: #cd242e;
  outline: none;
}

.interviews-block-inner:nth-child(3) .interviewers-list-thumb,
.interviews-block-inner:nth-child(4) .interviewers-list-thumb,
.interviews-block-inner:nth-child(5) .interviewers-list-thumb {
  /* height: 260px; */
  height: 360px;
}

.interviews-block-inner .interviewers-list-thumb {
  height: 330px;
  width: 100%;
  background-size: 100% !important;
  background-position: top !important;
}

.interviews-block-inner .interviewers-list-thumb.b2b,
.article-list-thumb.b2b {
  background-size: 100%, 70% !important;
  background-repeat: no-repeat !important;
  background-color: #ebebeb !important;
  background-position: top, center !important;
}

.interviews-block-inner .interviewers-list-thumb.forum,
.article-list-thumb.forum {
  background-size: 100%, 65% !important;
  background-repeat: no-repeat !important;
  background-color: #ebebeb !important;
  background-position: top, center 70% !important;
}

.interviews-block-inner .interviewers-list-thumb img,
.interviews-block-inner:nth-child(3) .interviewers-list-thumb img,
.interviews-block-inner:nth-child(4) .interviewers-list-thumb img,
.interviews-block-inner:nth-child(5) .interviewers-list-thumb img {
  object-fit: cover;
  width: 100%;
  /* object-position: top; */
}

.view_all_article_btn_main {
  display: flex;
  justify-content: center;
  width: 100%;
}

.interviewers-list-thumb {
  width: 100%;
  display: flex;
}

.interviews-block-inner .interviewers-country-sect-details {
  margin-bottom: 20px;
}

.three-col-may-intrested-interviews
  .interviews-block-inner
  .interviewers-country-sect-details {
  margin-bottom: 12px;
}

.interviews-block-inner .interview-main-title {
  margin-bottom: 10px;
  margin-top: 0;
}

.interviews-block-inner .interviewers-pos-com-name {
  margin-bottom: 0;
}

.three-col-interview-filtered-list
  .article-filtered-block-inner
  .article-list-content-sec
  .article-author
  a {
  color: #cd242e;
}

.interviews-block-inner .interviewers-pos-com-name a:hover,
.three-col-interview-filtered-list
  .article-filtered-block-inner
  .article-list-content-sec
  .article-author
  a:hover {
  color: #000 !important;
}

/* latest block page css */

.latest-article-wrapper .latest-article-slider {
  position: relative;
}

.latest-article-wrapper .latest-article-slider .article-block-main-outer {
  padding: 0;
  overflow: hidden;
}

.latest-article-wrapper .section-title,
.latest-article-wrapper .sub-section-title,
.section-title .elementor-heading-title,
.sponser-section .sub-section-title,
.country-interview-section .section-title,
.tag-wrapper .sub-section-title,
.author-wrapper .sub-section-title,
.partnered-events-wrapper .section-title {
  margin-bottom: 76px;
  display: block;
  letter-spacing: 0.5px;
}

.sponser-section .sub-section-title,
.latest-article-wrapper .sub-section-title {
  margin-bottom: 56px;
}

.latest-article-wrapper .swiper-pagination {
  bottom: -30px !important;
}

.swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cd242e;
}

.latest-article-wrapper .swiper-wrapper {
  margin-bottom: 60px;
}

.latest-article-wrapper .swiper-button-next {
  right: 0 !important;
  left: unset;
}

.latest-article-wrapper .swiper-button-next img {
  transform: rotate(180deg);
}

.latest-article-wrapper .swiper-button-prev {
  left: 0 !important;
}

.latest-article-wrapper .swiper-button-next::after,
.latest-article-wrapper .swiper-button-prev::after {
  display: none;
}

.latest-article-wrapper .swiper-button-next,
.latest-article-wrapper .swiper-button-prev {
  top: 21%;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  transition: all 0.2s;
}

.latest-article-wrapper .swiper-button-next:hover,
.latest-article-wrapper .swiper-button-prev:hover {
  background: #cd242e;
}

.latest-article-wrapper .swiper-button-next:hover img,
.latest-article-wrapper .swiper-button-prev:hover img {
  filter: invert(1);
}

.article-block-inner {
  background-color: #f2f2f2;
  padding: 0;
  height: auto !important;
  width: 33.33%;
  margin-right: 15px;
}

.article-block-inner .artcle-inner-content {
  height: 100%;
}

.article-block-inner a:focus-visible {
  outline: none;
  border: 0;
}

.artcle-inner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.article-list-thumb {
  min-height: 280px;
  max-height: 280px;
  /* object-fit: cover; */
  display: flex;
  width: 100%;
}

.article-list-thumb img {
  object-fit: cover;
  width: 100%;
}

.article-list-content-sec {
  padding: 24px 20px;
  height: 100%;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a.article-view-more-btn,
.load_more_products_btn,
.event-detail-register-btn .eventbtn,
.event-submit-btn,
.load_more_press_btn,
.load_more_articles_btn,
.load_more_interviews_btn,
.mc4wp-form .subscribe-btn {
  width: fit-content;
  background: #cd242e !important;
  border: 2px solid #cd242e !important;
  padding: 14px 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.2s;
  letter-spacing: 1px;
  border-radius: 0;
  outline: none;
  font-family: "General sans Medium", Sans-serif;
  cursor: pointer !important;
}

.event-submit-btn,
.mc4wp-form .subscribe-btn {
  font-size: 15px !important;
}

.article-view-more-btn:hover,
.load_more_products_btn:hover,
.load_more_products_btn:focus,
.event-detail-register-btn .eventbtn:hover,
.event-detail-register-btn .eventbtn:focus,
.event-submit-btn:hover,
.event-submit-btn:focus,
.load_more_press_btn:hover,
.load_more_press_btn:focus,
.load_more_articles_btn:hover,
.load_more_articles_btn:focus,
.load_more_interviews_btn:hover,
.load_more_interviews_btn:focus,
.mc4wp-form .subscribe-btn:hover,
.mc4wp-form .subscribe-btn:focus {
  background: #fff !important;
  color: #cd242e;
  border-color: #cd242e;
  outline: none;
}

/* slider btn */

.latest-article-wrapper .ctm-btn {
  margin: 80px auto 0;
  display: block;
}

.article-block-inner:hover .article-list-content-sec {
  background: #cd242e;
}

.article-block-inner:hover .article-list-content-sec p,
.article-block-inner:hover .article-list-content-sec h3 {
  color: #fff;
}

.article-block-inner:hover .article-list-content-sec .article-view-more-btn {
  background: #fff !important;
  color: #cd242e;
}

.article-block-inner .article-list-content-sec .article-author,
.article-block-inner .article-list-content-sec .article-author a {
  color: #0000009c;
  font-style: italic;
}

.article-block-inner:hover .article-list-content-sec .sub-title,
.article-block-inner:hover .article-list-content-sec .description,
.article-block-inner:hover .article-list-content-sec .description a {
  color: #ffffff99 !important;
}

/* inline slider css */

.inline-slider-dg {
  padding-top: 40px !important;
}

.inline-slider-dg .article-block-inner {
  transition: all 0.2s;
  background: #fff;
}

.inline-slider-dg .article-block-inner .article-list-thumb {
  display: flex;
  align-items: center;
  height: 80px;
  min-height: 80px;
}

.inline-slider-dg .article-block-inner .article-list-thumb a {
  height: 100%;
}

.inline-slider-dg .article-block-inner .article-list-thumb img {
  max-width: 124px;
  height: 80px;
}

.inline-slider-dg .article-block-inner .article-list-thumb p {
  padding: 15px;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.inline-slider-dg .article-block-inner:hover {
  background-color: #cd242e;
}

.inline-slider-dg .article-block-inner:hover .article-list-thumb p {
  color: #fff;
}

.inline-slider-dg .latest-article-slider {
  padding: 0 70px;
}

.inline-slider-dg .latest-article-slider .swiper-button-next,
.inline-slider-dg .latest-article-slider .swiper-button-prev {
  width: 44px;
  height: 44px;
  top: 50%;
}

.inline-slider-dg .swiper-button-next {
  right: 0 !important;
}

.inline-slider-dg .swiper-button-prev {
  left: 0 !important;
}

.inline-slider-dg .swiper-wrapper {
  margin-bottom: 0;
}

.upcoming-event-list .article-block-inner {
  width: 100%;
  margin-bottom: 40px;
}

.upcoming-event-list .article-block-inner .artcle-inner-content {
  flex-direction: row;
}

.upcoming-event-list .article-block-inner .upcoming-post-content {
  line-height: 28px;
  word-break: break-all;
}

.article-block-inner .upcoming-post-content {
  word-break: break-all;
}

.upcoming-event-list .article-block-inner .article-list-thumb {
  max-width: 500px;
  width: 100%;
  height: auto;
  position: relative;
  min-height: auto;
  max-height: 100%;
}

.upcoming-event-list .article-block-inner .article-list-thumb img {
  height: 100%;
}

.upcoming-event-list .article-block-inner .article-list-content-sec {
  height: auto;
  padding: 50px 40px;
  flex: 1;
}

.upcoming-event-list .article-block-inner .article-list-thumb .event-category,
.past-event-list-main .article-block-inner .article-list-thumb .event-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.4);
  padding: 12px 24px;
  max-width: 85%;
}

.upcoming-event-list .article-block-inner .article-main-title {
  font-size: 30px !important;
  line-height: 40px !important;
  margin-top: 0;
  margin-bottom: 25px;
}

.upcoming-event-list .article-block-inner .article-subject {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.upcoming-event-list
  .article-block-inner:hover
  .article-list-content-sec
  .sub-title,
.upcoming-event-list
  .article-block-inner:hover
  .article-list-content-sec
  .description,
.past-event-list-main
  .article-block-inner:hover
  .article-list-content-sec
  .sub-title,
.past-event-list-main
  .article-block-inner:hover
  .article-list-content-sec
  .description {
  color: #fff !important;
}

.past-event-list-main .article-block-main-outer,
.upcoming-event-list .article-block-main-outer {
  padding: 0 !important;
}

.past-article-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.past-article-block-wrapper .article-block-inner {
  width: calc(33.33% - 26.7px);
  margin-right: 0;
}

.past-article-block-wrapper
  .article-block-inner
  .artcle-inner-content
  .article-list-content-sec {
  padding: 24px 20px;
}

.past-event-list-main .article-block-inner .event-category .sub-description {
  font-size: 14px !important;
}

.past-event-list-main
  .article-block-inner
  .article-inner-content
  .article-list-thumb {
  max-width: 100%;
}

.past-event-list-main
  .article-block-inner
  .article-inner-content
  .article-subject {
  font-size: 16px !important;
  line-height: 22px !important;
  text-transform: uppercase;
}

.past-event-list-main .article-block-inner .article-view-more-btn {
  margin-top: 20px;
}

.event-stripe .heading .elementor-heading-title {
  text-transform: uppercase;
}

/* careers page css */

.section-title .elementor-heading-title {
  font-size: 44px;
  line-height: 60px;
  font-weight: 600 !important;
  font-family: "General sans Bold", Sans-serif;
  width: fit-content;
  position: relative;
  color: #000;
  margin-bottom: 75px;
}

.section-title .elementor-heading-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100px;
  height: 4px;
  background: #cd242e;
  transition: all 0.2s;
}

.sub-section-title .elementor-heading-title {
  font-weight: 600;
  font-family: "General sans Bold", Sans-serif;
  color: #000;
}

.faq-section .elementor-accordion .elementor-accordion-item {
  background: #f2f2f2;
  border: none;
  margin-bottom: 30px;

}

.faq-section .elementor-accordion .elementor-accordion-item:last-child {
  margin-bottom: 0;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  padding: 24px 30px 24px !important;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.elementor-accordion
  .elementor-accordion-item
  .elementor-tab-title.elementor-active {
  padding: 30px 30px 24px;
}

.elementor-accordion
  .elementor-accordion-item
  .elementor-tab-title
  .elementor-accordion-title {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  font-family: "General sans Bold", Sans-serif;
}

.elementor-accordion
  .elementor-accordion-item
  .elementor-tab-title
  .elementor-accordion-icon
  i {
  font-size: 17px;
  color: #292d32;
}

.elementor-accordion
  .elementor-accordion-item
  .elementor-tab-title
  .elementor-accordion-title
  .sub_heading_class {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: "General sans Medium", Sans-serif;
  color: #000;
}

.elementor-accordion
  .elementor-accordion-item
  .elementor-tab-title.elementor-active
  .elementor-accordion-title {
  color: #cd242e;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border-top: 0;
  padding: 30px !important;
  position: relative;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border-top: 1px solid #fff;
  max-width: 1230px;
  width: 100%;
}

.elementor-accordion
  .elementor-accordion-item
  .elementor-tab-content
  .career_outer_class
  .career_inner_div
  .career_title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  font-family: "General sans Bold", Sans-serif;
  margin-top: 0;
  margin-bottom: 12px;
  color: #000;
}

.elementor-accordion
  .elementor-accordion-item
  .elementor-tab-content
  .career_outer_class
  .career_inner_div {
  margin-bottom: 15px;
  display: inline-block;
}

.elementor-accordion
  .elementor-accordion-item
  .elementor-tab-content
  .career_outer_class
  .career_inner_div
  ul {
  padding: 0;
  margin-bottom: 20px;
}

.elementor-accordion
  .elementor-accordion-item
  .elementor-tab-content
  .career_outer_class
  .career_inner_div
  ul
  li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  font-family: "General sans Regular", Sans-serif;
}

.elementor-accordion
  .elementor-accordion-item
  .elementor-tab-content
  .career_outer_class
  .career_inner_div
  ul
  li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}

.elementor-accordion
  .elementor-accordion-item
  .elementor-tab-content
  .career_outer_class
  .career_inner_div
  ul
  li::marker {
  display: none !important;
  content: "";
}

.elementor-accordion
  .elementor-accordion-item
  .elementor-tab-content
  .career_outer_class
  .career_inner_div
  p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  font-family: "General sans Regular", Sans-serif;
  margin-bottom: 15px;
}

.homepage-video-sec .youtube-videos-wrapper {
  padding: 0;
}

/* contact us page css */

.contact-section-box .contact-img {
  max-width: 300px;
  width: 100% !important;
}

.contact-section-box .contact-content {
  padding: 10px 30px !important;
}

.contact-section-box .contact-content .elementor-widget-wrap {
  padding: 0 !important;
}

.contact-section-box .contact-content .elementor-widget-wrap .title {
  margin-bottom: 12px !important;
}

.useful-contact-box .elementor-container .elementor-column {
  width: min-content !important;
  min-width: 200px;
}

.contact-section-box .contact-content .elementor-element a,
.text-red.elementor-element a {
  color: #cd242e;
  font-weight: 600;
}

/* upcoming event filter page css */

.upcoming-events-filter-main-outer
  .upcoming-event-list
  .article-block-inner
  .article-list-thumb {
  max-width: 380px;
}

.upcoming-events-filter-main-outer
  .upcoming-event-list
  .article-block-inner
  .article-list-content-sec {
  padding: 40px;
}

.upcoming-events-filter-main-outer
  .upcoming-event-list
  .article-block-inner
  .article-main-title {
  font-size: 26px !important;
  line-height: 35px !important;
  margin-bottom: 24px;
}

.upcoming-events-filter-main-outer
  .upcoming-event-list
  .article-block-inner
  .article-subject {
  font-size: 18px;
  line-height: 30px;
}

.upcoming-event-actions-btn {
  margin-top: 35px;
  display: flex;
}

.upcoming-event-apply-btn {
  height: 48px;
  background: #cd242e;
  border: 2px solid #cd242e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: "General sans Bold", Sans-serif;
  text-transform: uppercase;
  max-width: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: all 0.2s;
}

.upcoming-event-apply-btn:hover {
  background: #fff;
  color: #cd242e;
}

.upcoming-event-reset-btn {
  max-width: 120px;
  width: 100%;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #798888;
  font-weight: 500;
  font-family: "General sans Medium", Sans-serif;
  text-transform: uppercase;
}

.upcoming-event-reset-btn:hover {
  color: #cd242e;
}

/* upcoming event detail page css */

.single-tribe_events .tribe_events {
  overflow: visible;
}

.single-tribe_events .tribe-events-pg-template {
  max-width: 1310px !important;
  margin: 0 auto;
  padding: 0 15px !important;
}

.tribe_events .section-title .tribe-events-single-event-title {
  font-size: 40px;
  line-height: 54px;
  font-weight: 600;
  font-family: "General sans Bold", Sans-serif;
  margin-bottom: 24px;
}

.tribe-events-pg-template .tribe_events .event-detail-feature-image {
  position: relative;
}

.tribe-events-pg-template
  .tribe_events
  .event-detail-feature-image
  .tribe-events-event-image {
  margin-bottom: 40px;
}

.tribe-events-pg-template
  .tribe_events
  .event-detail-feature-image
  .event-category {
  position: absolute;
  top: 40px;
  left: 40px;
  background: rgba(0, 0, 0, 0.4);
  padding: 12px 24px;
  width: fit-content;
}

.tribe-events-pg-template
  .tribe_events
  .event-detail-feature-image
  .all-event-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  background: rgba(0, 0, 0, 0.4);
  padding: 12px 24px;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.2s;
  line-height: 0;
}

.tribe-events-pg-template
  .tribe_events
  .event-detail-feature-image
  .all-event-btn:hover {
  background: rgb(205 36 46);
}

.tribe-events-pg-template
  .tribe_events
  .event-detail-feature-image
  .all-event-btn
  img {
  margin-right: 10px;
  width: 24px;
}

.tribe-events-pg-template
  .tribe_events
  .event-detail-feature-image
  .tribe-events-event-image
  img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

.tribe-events-schedule {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.tribe-events-schedule .event-detail-time {
  margin-bottom: 48px;
  text-transform: uppercase;
}

.event-detail-register-btn .eventbtn {
  margin-top: 0 !important;
}

.tribe-events-single-event-description .tribe-events-content-inner {
  padding: 80px 0 100px;
}

.tribe-events-single-event-description
  .tribe-events-content-inner
  .sub-section-title {
  margin-bottom: 40px;
}

.tribe-events-single-event-description .tribe-events-content-inner p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 400;
  font-family: "General sans Regular", Sans-serif;
}

.tribe-events-content-inner .get-contact-details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.get-contact-details .venue-informati0n,
.get-contact-details .contact-information {
  flex: 1;
  max-width: 350px;
  padding-right: 40px;
}

.get-contact-details .venue-informati0n,
.get-contact-details .contact-information,
.get-contact-details .become-sponsor {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.get-contact-details .venue-informati0n .sub-title,
.get-contact-details .contact-information .sub-title,
.become-sponsor .sub-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.become-sponsor .description,
.contact-information .description,
.venue-informati0n .description {
  line-height: 30px;
}

.get-contact-details .become-sponsor {
  flex: 1;
}

.get-contact-details .become-sponsor a {
  border-bottom: 0;
}

.get-contact-details .become-sponsor .btn:hover,
.get-contact-details .become-sponsor .btn:focus {
  border: none;
}

.get-contact-details .venue-informati0n a,
.modalbtn-eventdetail,
.contact-information a {
  width: fit-content;
  background: #cd242e;
  border: 2px solid #cd242e !important;
  padding: 14px 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff !important;
  margin-top: 30px;
  display: inline-block;
  transition: all 0.2s;
  letter-spacing: 1px;
  border-radius: 0;
  outline: none;
  text-decoration: none;
}

.get-contact-details .venue-informati0n a:hover,
.modalbtn-eventdetail:hover,
.contact-information a:hover,
.get-contact-details .venue-informati0n a:focus,
.modalbtn-eventdetail:focus,
.contact-information a:focus {
  background: #fff;
  color: #cd242e !important;
  border-color: #cd242e !important;
  outline: none;
}

.event-detail-cta .product-subscribe-bar {
  align-items: center;
  justify-content: space-between;
  padding-top: 46px;
  padding-bottom: 46px;
}

.event-detail-cta .cta-heading {
  font-size: 30px;
  line-height: 40px;
  margin-right: 40px;
}

.event-detail-cta .cta-subheading {
  margin-right: 40px;
}

.event-detail-btn .elementor-button {
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.2s;
  font-size: 16px;
  line-height: 1;
  padding: 15px 30px;
  background: transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "General sans Medium", Sans-serif;
  outline: none;
}

.event-detail-btn .elementor-button:hover,
.event-detail-btn .elementor-button:focus {
  background: #ffffff;
  color: #cd242e;
  border: 2px solid #ffffff;
}

.speaker-list
  .latest-article-wrapper
  .latest-article-slider
  .article-block-inner {
  height: auto !important;
}

.speaker-list .event-block-main-outer {
  padding: 0;
  overflow: hidden;
}

.speaker-list .latest-article-slider .swiper-button-next,
.speaker-list .latest-article-slider .swiper-button-prev {
  top: 28%;
}

.speaker-list
  .event-slider
  .article-block-inner
  .card
  .individual-services
  .services-image-div {
  height: 300px;
  display: flex;
}

.speaker-list
  .event-slider
  .article-block-inner
  .card
  .individual-services
  .services-content-div {
  padding: 24px 20px;
}

.speaker-list
  .event-slider
  .article-block-inner
  .card
  .individual-services
  .services-content-div
  .sub-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.speaker-list
  .event-slider
  .article-block-inner
  .card
  .individual-services
  .services-content-div
  .sub-description {
  margin-bottom: 0;
}

.speaker-list
  .event-slider
  .article-block-inner
  .card
  .individual-services
  .services-image-div
  img {
  width: 100%;
  object-fit: cover;
}

.swiper-pagination {
  width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
}

.sponserby-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px;
}

.sponserby-list .individual-services {
  border: 1px solid #d4d6d7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
  width: 260px;
  height: 260px;
}

.sponserby-list .individual-services .sponserurl {
  display: flex;
  justify-content: center;
}

.sponserby-list .individual-services img {
  width: 100%;
}

/* terms-of page css */

.terms-of-section .elementor-heading-title {
  margin-bottom: 56px !important;
}

/* fancybox css */

.fancybox-container .fancybox-inner .fancybox-content {
  max-width: 1240px;
  width: 95%;
  padding: 40px;
}

.fancybox-container .fancybox-inner .fancybox-content .services-modal-inner {
  display: flex;
}

.event-detail-pop-form .fancybox-button.fancybox-close-small::before {
  top: 30px !important;
}

.event-detail-pop-form .fancybox-button.fancybox-close-small:focus {
  background-color: #fff;
}

.services-modal-inner .services-image-div {
  max-width: 300px;
  width: 100%;
  margin-right: 30px;
}

.services-modal-inner .services-image-div img {
  width: 100%;
}

.services-modal-inner .inner-content {
  flex: 1;
}

.services-modal-inner .inner-content .sub-section-title {
  margin-bottom: 15px;
  margin-top: 0;
}

.services-modal-inner .inner-content .sub-title {
  margin-bottom: 30px;
  line-height: 27px;
}

.services-modal-inner .inner-content .description {
  line-height: 28px;
}

.fancybox-container .fancybox-inner .fancybox-content .fancybox-button {
  border: 0;
  right: 10px;
  top: 10px !important;
  cursor: pointer !important;
  outline: 0;
  position: absolute;
}

.fancybox-container
  .fancybox-inner
  .fancybox-content
  .fancybox-button.fancybox-close-small {
  width: 20px;
  height: 20px;
}

.fancybox-container
  .fancybox-inner
  .fancybox-content
  .fancybox-button.fancybox-close-small::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../icons/cross-icon.png) no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
}

.fancybox-container
  .fancybox-inner
  .fancybox-content
  .fancybox-button.fancybox-close-small
  svg {
  display: none;
}

.fancybox-container .fancybox-inner .fancybox-content .fancybox-button:hover {
  background: transparent !important;
}

.fancybox-container .fancybox-inner .fancybox-content .fancybox-button svg {
  height: 32px;
}

.fancybox-container
  .fancybox-inner
  .fancybox-content
  .fancybox-button
  svg
  path {
  fill: #000;
}

/* event form css */

.event-detail-pop-form {
  max-width: 680px !important;
}

.event-detail-pop-form .wpcf7-form .wpcf7-response-output {
  font-family: "General sans Medium", sans-serif;
}

.event-detail-pop-form .wpcf7-form.sent .wpcf7-response-output {
  border-color: #46b450 !important;
  color: #46b450;
}

.event-detail-pop-form .form-group-wrapper {
  margin-top: 30px;
}

.event-detail-pop-form .logo {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.event-detail-pop-form .logo img {
  margin-right: 12px;
}

.event-detail-pop-form .description {
  line-height: 28px;
}

.event-detail-pop-form .form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
}

.event-detail-pop-form .form-group .input-group {
  width: calc(50% - 10px);
}

.event-detail-pop-form .form-group .input-group.w-100 {
  width: 100%;
}

.event-detail-pop-form .form-group .input-group label {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-family: "General sans Medium", Sans-serif;
  font-weight: 500;
}

.event-detail-pop-form .form-group .input-group .input-field {
  position: relative;
}

.event-detail-pop-form .form-group .input-group .input-field input,
.event-detail-pop-form .form-group .input-group .input-field select,
.mc4wp-form .mc4wp-form-fields input[type="text"],
.mc4wp-form .mc4wp-form-fields input[type="email"] {
  background: #f2f2f2;
  border: none;
  height: 48px;
  border-radius: 0;
  outline: none;
  font-family: "General sans Medium", Sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.event-detail-pop-form
  .form-group
  .input-group
  .input-field
  .wpcf7-not-valid-tip {
  font-size: 14px;
  position: absolute;
  top: 100%;
  margin-top: 15px;
}

.event-detail-pop-form .form-group .input-group .input-field select {
  appearance: none;
  background-image: url(../icons/arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
}

.event-detail-pop-form .event-submit-btn,
.mc4wp-form .subscribe-btn {
  padding-left: 44px;
  padding-right: 44px;
  margin-top: 60px;
}

.event-detail-pop-form .wpcf7-spinner {
  top: 8px;
}

.event-detail-pop-form .wpcf7-response-output {
  border-color: #cd242e !important;
  color: #cd242e;
  font-size: 14px;
  padding: 5px 10px !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

/* video page css */

.youtube-videos-wrapper {
  padding: 80px 0;
}

.youtube-videos-wrapper
  .youtube-videos-page-layout-block-inner
  .youtube-videos-page-layout-block-first-sec {
  padding: 0 0 60px;
}

.youtube-videos-wrapper
  .youtube-videos-page-layout-block-inner
  .youtube-videos-page-layout-block-first-sec
  iframe {
  height: 620px;
  margin-bottom: 40px;
}

.youtube-videos-wrapper
  .youtube-videos-page-layout-block-inner
  .youtube-videos-page-layout-block-first-sec
  .sub-section-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.youtube-videos-wrapper
  .youtube-videos-page-layout-block-inner
  .youtube-videos-page-layout-block-first-sec
  .description {
  margin-bottom: 20px;
  line-height: 30px;
}

.youtube-videos-wrapper
  .youtube-videos-page-layout-block-inner
  .artcle-inner-content
  .article-inner-content
  .article-main-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px !important;
  line-height: 30px !important;
}

.youtube-videos-wrapper
  .youtube-videos-page-layout-block-inner
  .artcle-inner-content
  .article-inner-content
  .article-subject {
  margin-bottom: 15px;
  line-height: 24px !important;
}

.youtube-videos-wrapper
  .youtube-videos-page-layout-block-inner
  .article-view-more-btn {
  margin: 80px auto 0;
  display: block;
}

.repeated-youtube-video-sec .article-list-thumb iframe {
  height: 230px;
  display: flex;
}

.repeated-youtube-video-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.repeated-youtube-video-sec .youtube-video-page-layout-block-inner {
  width: calc(100% / 3);
  flex: 1;
  background: #f2f2f2;
}

/*country page css*/

.view_more_btn_class {
  margin-top: 50px;
  text-align: center;
}

.publication-wrapper .section-title {
  margin-bottom: 76px;
}

.publication-block-main-outer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.publication-block-inner {
  width: calc(25% - 15px);
}

.publication-list-thumb {
  padding: 10px;
  display: flex;
  background: #f2f2f2;
  /* max-height: 280px; */
  width: 100%;
  transition: all 0.2s;
}

.publication-block-inner:hover .publication-list-thumb {
  background: #cd242e;
}

.publication-list-thumb img {
  object-fit: cover;
}

.publication-title-outer {
  padding: 20px 15px;
}

.publication-title {
  margin: 0;
}

.country-interview-section {
  background: #f2f2f2;
}

.country-publication-block-wrapper {
  display: flex;
  position: relative;
  align-items: center;
}

.country-publication-block-wrapper .load_more_articles_btn {
  margin: 0;
  position: absolute;
  top: -130px;
  right: 0;
}

.country-publication-block-wrapper .publication-block-main-outer {
  flex: 1;
}

.country-publication-block-wrapper .shop_product_image {
  max-width: 240px;
  margin-left: 45px;
}

.header-stripe {
  background: #cd242e;
  padding: 30px 30px;
}

.header-stripe .section-title {
  font-size: 48px;
  line-height: 65px;
  margin: 0;
}

/* past event page css */

.past-event-section .upcoming-article-block-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.past-event-section .upcoming-article-block-wrapper .article-block-inner {
  width: calc(100% / 2 - 20px) !important;
  margin: 0;
}

.past-event-section
  .upcoming-article-block-wrapper
  .article-block-inner
  .artcle-inner-content {
  flex-direction: column;
}

.past-event-section
  .upcoming-article-block-wrapper
  .article-block-inner
  .artcle-inner-content
  .article-list-thumb {
  max-width: 100%;
  height: 280px;
}

.past-event-section
  .article-block-inner
  .artcle-inner-content
  .article-list-thumb
  .event-category
  .sub-description {
  font-size: 14px !important;
  line-height: 19px !important;
}

.past-event-section
  .upcoming-events-filter-main-outer
  .upcoming-event-list
  .article-block-inner
  .article-inner-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.past-event-section
  .upcoming-events-filter-main-outer
  .upcoming-event-list
  .article-block-inner
  .article-main-title {
  font-size: 24px !important;
  line-height: 32px !important;
  margin-bottom: 20px !important;
}

.past-event-section
  .upcoming-events-filter-main-outer
  .upcoming-event-list
  .article-block-inner
  .article-subject {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 15px !important;
}

.past-event-section
  .upcoming-events-filter-main-outer
  .upcoming-event-list
  .article-block-inner
  .article-list-content-sec {
  padding: 24px 20px !important;
}

/* my account page css */

.woocommerce-info {
  border-top-color: #c6232c !important;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
}

.woocommerce-info a {
  text-decoration: none !important;
}

.woocommerce-info::before {
  color: #c6232c !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  background: transparent !important;
  border: 0 !important;
  padding: 0;
  font-size: 18px;
  line-height: 25px;
  font-family: "General sans Medium";
  color: #000;
}

.woocommerce .checkout_coupon {
  margin-top: 20px !important;
}

.woocommerce .checkout_coupon .form-row.form-row-first {
  width: 49% !important;
}

.woocommerce .checkout_coupon .form-row.form-row-last {
  margin-bottom: 0 !important;
}

.woocommerce .checkout_coupon p {
  color: #000;
}

.woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}

.woocommerce-account .site-main,
.woocommerce-checkout .site-main,
.woocommerce-cart .site-main {
  max-width: 1310px !important;
  margin: 0 auto;
  padding: 80px 15px;
}

.woocommerce-account .page-header .entry-title,
.woocommerce-checkout .page-header .entry-title,
.woocommerce-cart .page-header .entry-title {
  font-size: 44px;
  line-height: 59px;
  font-weight: 600;
  font-family: "General sans Medium", Sans-serif;
  margin-bottom: 76px;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
  color: #000;
  letter-spacing: 0.5px;
}

.woocommerce-account .page-header .entry-title::before,
.woocommerce-checkout .page-header .entry-title::before,
.woocommerce-cart .page-header .entry-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100px;
  height: 4px;
  background: #cd242e;
  transition: all 0.2s;
}

.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  max-width: 280px;
  width: 100%;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  background: #f2f2f2;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  cursor: pointer !important;
}

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li.is-active,
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li:hover {
  background: #cd242e;
}

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li.is-active
  a,
.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li:hover
  a {
  color: #fff !important;
  font-weight: 600;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-size: 20px;
  padding: 20px 24px;
  display: inline-block;
  width: 100%;
  line-height: 27px;
  color: #000;
  font-weight: 500;
  font-family: "General sans Medium", Sans-serif;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link--customer-logout
  a {
  color: #cd242e;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  margin-left: 80px;
  flex: 1;
  float: none;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
  font-family: "General sans Regular", Sans-serif;
}

.woocommerce-account
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone::before,
.woocommerce-customer-details .woocommerce-customer-details--phone::before {
  content: "" !important;
  width: 20px;
  height: 20px;
  background: url(../icons/phone.png) no-repeat;
  margin-top: 5px;
}

.woocommerce-account
  .woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--email::before,
.woocommerce-customer-details .woocommerce-customer-details--email::before {
  content: "" !important;
  width: 20px;
  height: 20px;
  background: url(../icons/email.png) no-repeat;
  margin-top: 5px;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order-title {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
  font-family: "General sans Regular", Sans-serif;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .order-title a,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
  font-weight: 400;
  text-decoration: none;
}

.woocommerce-account
  .woocommerce
  .woocommerce-MyAccount-content
  .order-title
  a:hover,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:hover {
  color: #cd242e;
}

.tab-title,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .tab-title,
.woocommerce-billing-fields .tab-title,
.woocommerce-shipping-fields .tab-title {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  font-family: "General sans Bold", Sans-serif;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: capitalize;
}

.woocommerce-account .woocommerce-orders-table,
.woocommerce-table {
  border: none !important;
  border-spacing: 0 12px;
}

.woocommerce-MyAccount-paymentMethods {
  margin-bottom: 50px !important;
}

.woocommerce-account .woocommerce-orders-table tr th,
.woocommerce-table tr th,
.woocommerce-MyAccount-paymentMethods tr th {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 500 !important;
  font-family: "General sans Medium", Sans-serif !important;
  text-transform: capitalize;
  padding: 12px 20px !important;
}

.woocommerce-account .woocommerce-orders-table tr td,
.woocommerce-table tr td,
.woocommerce-MyAccount-paymentMethods tr td {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 20px !important;
  font-weight: 400 !important;
  font-family: "General sans Regular", Sans-serif !important;
  text-transform: capitalize;
  background: #f2f2f2 !important;
}

.woocommerce-account .woocommerce-orders-table tr td a,
.woocommerce-table tr td a,
.woocommerce-MyAccount-paymentMethods tr td a {
  text-decoration: none;
  font-weight: 500;
  font-family: "General sans Medium", Sans-serif;
}

.woocommerce-account .woocommerce-orders-table tr td a:hover,
.woocommerce-table tr td a:hover,
.woocommerce-MyAccount-paymentMethods tr td a:hover {
  color: #cd242e;
}

.woocommerce-account .woocommerce-orders-table tr td .woocommerce-button,
.woocommerce-pagination .woocommerce-button,
.download-file .button,
.woocommerce-PaymentMethod .button,
.shipping-calculator-form .button {
  height: 40px;
  background: #cd242e !important;
  border: 2px solid #cd242e !important;
  color: #fff !important;
  padding: 10px 24px;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: "General sans Bold", Sans-serif;
  transition: all 0.2s;
  text-transform: uppercase;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
}

.woocommerce-account .woocommerce-orders-table tr td .woocommerce-button:hover,
.woocommerce-pagination .woocommerce-button:hover,
.download-file .button:hover,
.woocommerce-PaymentMethod .button:hover,
.shipping-calculator-form .button:hover,
.shipping-calculator-form .button:focus {
  background: #fff !important;
  color: #cd242e !important;
}

.woocommerce-account .woocommerce-orders-table tr th,
.woocommerce-account .woocommerce-orders-table tr td {
  border: none !important;
}

.woocommerce-account
  .woocommerce-orders-table
  tr
  td.woocommerce-orders-table__cell-order-actions
  .button {
  margin: 5px;
}

.woocommerce-account .order-number,
.woocommerce-account .order-date,
.woocommerce-account .order-status {
  background: #cd242e;
  color: #fff;
}

.woocommerce-order-details {
  margin-top: 10px;
  margin-bottom: 60px !important;
  display: inline-block;
  width: 100%;
}

.woocommerce-order-received .woocommerce-order-details {
  margin-bottom: 0 !important;
}

.woocommerce-order-details .shop_table tr td {
  font-weight: 600 !important;
  color: #000;
}

.woocommerce-order-details .shop_table tr td.product-name,
.woocommerce-order-details .shop_table tr td.product-name strong {
  font-weight: 500 !important;
}

.woocommerce-order-details .shop_table tr td.product-name .attribute-name {
  color: #cd242e;
}

.woocommerce-order-details
  .shop_table
  tr
  td.product-name
  .attribute-name
  .product-quantity {
  color: #000 !important;
}

.woocommerce-order-details .shop_table tr td.product-total span {
  font-weight: 500 !important;
  color: #000;
}

.woocommerce-order-details .woocommerce-table,
.shop_table {
  border-spacing: 0 2px;
}

.woocommerce-checkout-review-order
  .shop_table
  tr.cart_item
  td.product-name
  strong {
  font-family: "General sans Regular", sans-serif;
  font-weight: 400;
}

.woocommerce-order-details .woocommerce-table,
.woocommerce-order-details .woocommerce-table tr th,
.woocommerce-order-details .woocommerce-table tr td,
.woocommerce-table,
.woocommerce-table tr td,
.woocommerce-table tr th,
.woocommerce-MyAccount-paymentMethods,
.woocommerce-MyAccount-paymentMethods tr th,
.woocommerce-MyAccount-paymentMethods tr td,
.shop_table,
.shop_table tr th,
.shop_table tr td {
  border: none !important;
}

.woocommerce-checkout-review-order .shop_table tr th,
.woocommerce-checkout-review-order .shop_table tr td {
  padding: 20px 24px;
}

.woocommerce-checkout-review-order .shop_table tr td.product-name a {
  color: #000;
  font-family: "General sans Regular", sans-serif;
  font-weight: 400;
}

.woocommerce-order-details .woocommerce-table tr th,
.woocommerce-order-details .woocommerce-table tr td,
.shop_table tr th,
.shop_table tr td {
  background: #f2f2f2 !important;
  padding: 20px 24px;
  font-size: 18px;
  line-height: 24px;
  font-family: "General sans Regular", sans-serif;
}

.woocommerce-table tr td .woocommerce-Price-amount {
  font-weight: 600 !important;
}

.woocommerce-order-details .woocommerce-table tr th,
.shop_table tr th {
  font-weight: 600 !important;
  font-family: "General sans Medium", Sans-serif;
  letter-spacing: 0.5px;
}

.woocommerce-order-details .woocommerce-table tr td a,
.shop_table tr td a {
  text-decoration: none;
}

.woocommerce-order-received
  .woocommerce-order-details
  .woocommerce-table
  tr
  td
  a {
  font-family: "General sans Regular", Sans-serif;
}

.woocommerce-customer-details {
  margin-bottom: 0 !important;
}

.woocommerce-customer-details .woocommerce-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.woocommerce-customer-details .woocommerce-columns::before,
.woocommerce-customer-details .woocommerce-columns::after {
  display: none;
}

.woocommerce-customer-details .woocommerce-columns .woocommerce-column {
  float: none;
  width: 100%;
  flex: 1;
}

.woocommerce-customer-details .woocommerce-column__title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #000;
  font-weight: 600 !important;
  font-family: "General sans Bold", Sans-serif;
}

.woocommerce-customer-details address,
.woocommerce-Address address {
  background: #f2f2f2;
  border: none !important;
  border-radius: 0 !important;
  padding: 24px !important;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  font-family: "General sans Medium", Sans-serif;
}

.woocommerce-Address address {
  font-style: normal;
  font-weight: 400;
  font-family: "General sans Regular", Sans-serif;
}

.elementor-menu-cart__product-remove {
  border-color: #000 !important;
}

.elementor-menu-cart__product-remove:after,
.elementor-menu-cart__product-remove:before {
  background: #000 !important;
}

address .woocommerce-customer-details--phone {
  margin-top: 20px;
  margin-bottom: 12px !important;
  font-weight: 500 !important;
  font-family: "General sans Medium", Sans-serif !important;
}

address .woocommerce-customer-details--email {
  font-weight: 500 !important;
  font-family: "General sans Medium", Sans-serif !important;
  margin-bottom: 0 !important;
}

.account-form-wrapper {
  display: flex;
  gap: 80px;
}

.account-form-wrapper
  .woocommerce-form
  .form-row
  input[type="checkbox"]
  + span::after {
  top: 4px;
}

.account-form-wrapper::before,
.account-form-wrapper::after {
  display: none !important;
}

.account-form-wrapper .title {
  font-size: 30px !important;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  font-family: "General sans Medium", Sans-serif;
  letter-spacing: 0.5px;
}

.account-form-wrapper .u-column1 {
  float: none;
  width: 100%;
  flex: 1;
}

.account-form-wrapper .u-column2 {
  float: none;
  width: 100%;
  flex: 1;
}

.woocommerce-form {
  border: none !important;
  background: #f2f2f2;
  padding: 30px !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

.woocommerce .woocommerce-form-row label,
.woocommerce-checkout .form-row label,
.woocommerce-ResetPassword.lost_reset_password label {
  font-size: 16px;
  line-height: 22px !important;
  font-weight: 400;
  font-family: "General sans Regular", Sans-serif;
  margin-bottom: 10px;
  color: #000 !important;
}

.woocommerce-form .woocommerce-form-row {
  margin-bottom: 30px !important;
  padding: 0 !important;
}

.woocommerce-form-row.m-b-0 {
  margin-bottom: 0 !important;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 48% !important;
}

.woocommerce form .form-row {
  padding: 0 !important;
  margin-bottom: 24px !important;
}

.woocommerce form .form-row#billing_address_1_field,
.woocommerce form .form-row#shipping_address_1_field {
  margin-bottom: 12px !important;
}

.woocommerce-form .form-row .woocommerce-form__label-for-checkbox {
  display: block !important;
  font-size: 16px;
  line-height: 22px;
}

.woocommerce .woocommerce-form-row input,
.shipping_address .form-row input,
.woocommerce-billing-fields .form-row input,
.checkout .form-row input,
.woocommerce form .form-row input,
.woocommerce-ResetPassword.lost_reset_password input#user_login {
  height: 48px;
  background: #fff;
  border-radius: 0;
  border: none;
  padding: 10px 12px;
  font-weight: 400;
  font-family: "General sans Regular", Sans-serif;
  outline: none;
}

.woocommerce-checkout .form-row textarea {
  outline: none !important;
  border: none;
  border-radius: 0 !important;
}

.woocommerce .woocommerce-form-row input::placeholder,
.shipping_address .form-row input::placeholder,
.woocommerce-billing-fields .form-row input::placeholder,
.checkout .form-row input::placeholder,
.woocommerce form .form-row input::placeholder {
  font-size: 14px;
}

.woocommerce .woocommerce-MyAccount-content .edit-title {
  margin-bottom: 30px;
}

.woocommerce-shipping-calculator .select2 .select2-selection {
  background: #fff !important;
}

.select2 .select2-selection {
  height: 48px;
  background: #f2f2f2 !important;
  color: #000 !important;
  border-color: transparent;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
}

.select2 .select2-selection .select2-selection__rendered {
  color: #000 !important;
  padding: 10px 12px;
}

.select2-container--open .select2-selection {
  border-color: #aaa;
  border-radius: 4px 4px 0 0 !important;
}

.select2 .select2-selection .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}

.select2 .select2-selection .select2-selection__arrow b {
  border-color: #00000066 transparent transparent !important;
}

.woocommerce-EditAccountForm .woocommerce-form-row input,
.woocommerce-address-fields .woocommerce-form-row input,
.shipping_address .form-row input,
.woocommerce-billing-fields .form-row input,
.woocommerce-checkout .form-row textarea,
.checkout .form-row input,
.shipping-calculator-form,
.woocommerce-ResetPassword.lost_reset_password input#user_login {
  background: #f2f2f2 !important;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  border: none !important;
  height: 40px;
  padding-top: 10px;
}

.woocommerce-EditAccountForm .woocommerce-form-row .tag {
  margin-top: 10px;
  display: block;
}

.woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-address-fields .woocommerce-Button,
.woocommerce-Payment .woocommerce-Button {
  margin-top: 30px !important;
}

.woocommerce-EditAccountForm .title {
  margin-bottom: 30px;
  margin-top: 30px;
  display: inline-block;
  text-transform: capitalize;
}

.woocommerce .woocommerce-form-row label,
.woocommerce-checkout .form-row label {
  margin-bottom: 12px;
  text-transform: capitalize;
}

.woocommerce .woocommerce-form-row .show-password-input,
.checkout .form-row .show-password-input {
  display: flex;
  width: 18px;
  height: 18px;
  background: url(../icons/eye.png) no-repeat;
  top: 15px !important;
  background-size: 17px;
}

.woocommerce .woocommerce-form-row .show-password-input.display-password,
.checkout .form-row .show-password-input.display-password {
  background: url(../icons/eye-black.png) no-repeat;
  background-size: 16px;
}

.woocommerce .woocommerce-form-row .show-password-input::after,
.form-row .show-password-input::after {
  display: none;
}

.woocommerce-form .woocommerce-button {
  height: 48px;
  background: #cd242e !important;
  border: 2px solid #cd242e !important;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  max-width: 170px;
  width: 100%;
  border-radius: 0 !important;
  transition: all 0.2s;
  margin-top: 40px !important;
  outline: none;
  font-family: "General sans Medium";
  letter-spacing: 0.5px;
}

.woocommerce-form .woocommerce-button:hover {
  background: #fff !important;
  color: #cd242e !important;
}

.woocommerce-form .woocommerce-LostPassword {
  font-size: 16px;
  line-height: 22px;
  color: #cd242e;
  font-weight: 500;
  font-family: "General sans Medium", Sans-serif;
  margin-top: 30px;
  margin-bottom: 0;
}

.woocommerce-form .woocommerce-LostPassword a {
  text-decoration: none;
}

.woocommerce-form .woocommerce-LostPassword a:hover {
  color: #cd242e !important;
}

.woocommerce .woocommerce-notices-wrapper {
  padding: 0;
}

.woocommerce-notices-wrapper {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-info {
  border-color: #cd242e !important;
  font-size: 16px;
  color: #000;
}

.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-info a {
  text-decoration: none;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
  color: #cd242e;
}

.woocommerce-notices-wrapper .woocommerce-error {
  color: #000;
  font-family: "General sans Regular", sans-serif;
}

/* custom radio btn */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0 !important;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff !important;
  box-shadow: none !important;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #cd242e;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wc-stripe-gateway-container
  input[type="radio"]
  + label.wc-stripe-label-payment-type {
  padding-left: 30px !important;
}

.wc-stripe-gateway-container input[type="radio"] + label::before {
  margin-left: 0 !important;
}

.wc-stripe-gateway-container input[type="radio"] + label::after {
  display: block !important;
  content: "" !important;
  left: 4px !important;
  top: 6px !important;
}

/* custom checkbpx */

.woocommerce-form__label input,
.form-row input[type="checkbox"],
.wc-stripe-save-source input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none !important;
  cursor: pointer;
}

.woocommerce-form__label span,
.form-row label,
.wc-stripe-save-source span {
  position: relative;
  cursor: pointer;
}

.wc-stripe-save-source span.save-source-checkbox {
  border: none !important;
  background: transparent !important;
  display: flex;
  align-items: center;
}

.woocommerce-form__label span:before,
.form-row input[type="checkbox"] + label::before,
.wc-stripe-save-source input[type="checkbox"] + span::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #d4d4d4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  margin-top: -3px;
}

.woocommerce-form__label input:checked + span:before,
.form-row input[type="checkbox"]:checked + label:before,
.wc-stripe-save-source input[type="checkbox"]:checked + span:before {
  background-color: #cd242e !important;
  border: 2px solid #cd242e !important;
}

.woocommerce-form__label input:checked + span:after,
.form-row input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wc-stripe-save-source input[type="checkbox"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px !important;
  left: 6px !important;
  width: 4px !important;
  height: 9px !important;
  border: solid #fff !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}

.woocommerce-privacy-policy-text {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: "General sans Regular", Sans-serif;
}

.woocommerce-privacy-policy-text a {
  text-decoration: none;
  font-weight: 500;
  font-family: "General sans Medium", Sans-serif;
}

.woocommerce-privacy-policy-text a:hover {
  color: #cd242e;
}

.download-message {
  border: none;
  background: none;
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
}

.download-message::before {
  display: none;
}

.download-message .desc-text {
  margin-bottom: 60px;
}

.woocommerce-Message .woocommerce-Button,
.payment-method-btn,
.woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-address-fields .woocommerce-Button,
.woocommerce-Payment .woocommerce-Button,
button[name="woocommerce_checkout_place_order"],
.order-again .button,
.actions .button,
.checkout-button,
.return-to-shop .button,
.load_more_partnered_events_btn,
.tby_load_more_partnered_events_btn,
.woocommerce-ResetPassword .woocommerce-Button {
  height: 52px;
  min-width: 150px;
  max-width: fit-content;
  padding: 15px 30px !important;
  background: #cd242e !important;
  color: #fff !important;
  border: 2px solid #cd242e !important;
  font-size: 16px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 0 !important;
  transition: all 0.2s;
  outline: 0;
  font-family: "General sans Medium", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  outline: none !important;
  cursor: pointer !important;
}

.actions input#coupon_code {
  height: 52px;
  border-radius: 0;
  margin-right: 15px;
  background: #f2f2f2;
  border: 0;
  padding: 0 12px;
  font-size: 14px;
  min-width: 120px;
}

.order-again .button {
  font-weight: 600 !important;
}

.woocommerce-Message .woocommerce-Button:hover,
.payment-method-btn:hover,
.woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-address-fields .woocommerce-Button:hover,
.woocommerce-Message .woocommerce-Button:focus,
.payment-method-btn:focus,
.woocommerce-EditAccountForm .woocommerce-Button:focus,
.woocommerce-address-fields .woocommerce-Button:focus,
.woocommerce-Payment .woocommerce-Button:hover,
.woocommerce-Payment .woocommerce-Button:focus,
button[name="woocommerce_checkout_place_order"]:hover,
button[name="woocommerce_checkout_place_order"]:focus,
.order-again .button:hover,
.order-again .button:focus,
.actions .button:hover,
.actions .button:focus,
.checkout-button:hover,
.checkout-button:focus,
.return-to-shop .button:hover,
.return-to-shop .button:focus,
.load_more_partnered_events_btn:hover,
.load_more_partnered_events_btn:focus,
.tby_load_more_partnered_events_btn:hover,
.tby_load_more_partnered_events_btn:focus,
.woocommerce-ResetPassword .woocommerce-Button:hover,
.woocommerce-ResetPassword .woocommerce-Button:focus {
  background: #fff !important;
  color: #cd242e !important;
}

.woocommerce-Addresses {
  margin-top: 40px;
}

.woocommerce-Address-title .edit {
  text-decoration: none;
}

.woocommerce-Address-title .edit:hover,
.woocommerce-Address-title .edit:focus {
  color: #cd242e;
}

.woocommerce .woocommerce-Payment {
  background: none !important;
}

.woocommerce .woocommerce-Payment .form-row {
  padding: 0 !important;
  margin: 0;
}

.woocommerce .woocommerce-Payment .woocommerce-PaymentMethods {
  padding: 0 !important;
}

.woocommerce-Payment .woocommerce-PaymentMethods {
  margin-bottom: 30px !important;
}

.woocommerce
  .woocommerce-Payment
  .woocommerce-PaymentMethods
  .woocommerce-PaymentBox,
.woocommerce-checkout-payment .wc_payment_methods .payment_box {
  background-color: #f2f2f2 !important;
  padding: 30px 24px 15px !important;
}

.woocommerce-checkout-payment .wc_payment_methods .payment_box p {
  font-size: 16px;
  color: #000;
}

.woocommerce-checkout-payment .wc_payment_methods .payment_box p a {
  color: #cd242e;
  text-decoration: none !important;
}

.woocommerce
  .woocommerce-Payment
  .woocommerce-PaymentMethods
  .woocommerce-PaymentBox::before {
  border-bottom-color: #f2f2f2 !important;
}

.woocommerce-PaymentBox .form-row label,
.wc-payment-form .form-row label {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
  font-family: "General sans Regular", Sans-serif;
}

.woocommerce-PaymentBox .form-row .StripeElement,
.wc-payment-form .form-row .StripeElement {
  height: 48px;
  border: none !important;
  padding: 10px 20px !important;
  margin: 0 !important;
}

.woocommerce-PaymentBox .form-row {
  padding: 0 !important;
  margin-bottom: 24px !important;
}

.woocommerce-PaymentBox .form-row .StripeElement .__PrivateStripeElement,
.wc-payment-form .form-row .StripeElement .__PrivateStripeElement {
  height: 100%;
  display: flex !important;
  align-items: center;
  top: 5px;
}

.woocommerce-PaymentBox
  .form-row
  .StripeElement
  .__PrivateStripeElement
  .ElementsApp
  .InputElement,
.wc-payment-form .form-row .StripeElement .__PrivateStripeElement .ElementsApp {
  font-size: 16px !important;
}

.woocommerce-PaymentBox
  .form-row
  .StripeElement
  .__PrivateStripeElement
  .ElementsApp
  .InputElement::placeholder,
.wc-payment-form
  .form-row
  .StripeElement
  .__PrivateStripeElement
  .ElementsApp
  .InputElement::placeholder {
  font-size: 14px !important;
}

/* cart */

.elementor-menu-cart__container
  .widget_shopping_cart_content
  .elementor-menu-cart__products
  .quantity {
  color: #000;
  font-family: "General sans Medium", sans-serif;
}

.elementor-menu-cart__container
  .widget_shopping_cart_content
  .elementor-menu-cart__subtotal {
  font-family: "General sans Medium", sans-serif;
}

.elementor-menu-cart__product-name a {
  color: #000;
}

.elementor-menu-cart__footer-buttons .elementor-button {
  background: #cd242e !important;
  color: #fff !important;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  border: 2px solid #cd242e;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "General sans Medium", Sans-serif;
}

.elementor-menu-cart__footer-buttons .elementor-button:hover {
  background: #fff !important;
  color: #cd242e !important;
}

/* checkout */

.woocommerce-shipping-fields .woocommerce-form__input + span::before {
  margin-top: 0;
}

.woocommerce-shipping-fields .woocommerce-form__input + span::after {
  top: 14px !important;
}

.customer-details-wrapper {
  margin-bottom: 60px !important;
  margin-top: 60px;
}

.customer-details-wrapper .checkbox input[type="checkbox"] + span::after {
  top: 3px;
}

.woocommerce-checkout-review-order-table {
  margin-bottom: 60px !important;
}

.woocommerce-checkout-payment {
  background: transparent !important;
}

.woocommerce-checkout-payment .wc_payment_methods {
  padding: 0 0 15px !important;
  margin-bottom: 20px !important;
}

.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  padding: 0 !important;
  margin-bottom: 15px !important;
}

.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method.payment_method_stripe_googlepay
  label::before {
  top: 4px !important;
}

.woocommerce-SavedPaymentMethods {
  padding-left: 0;
}

.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method.payment_method_stripe_googlepay
  label::after {
  top: 8px !important;
}

.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  input[type="radio"] {
  float: left;
  margin-top: 6px !important;
  display: none;
}

.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method.payment_method_stripe_cc
  label::before {
  top: 3px !important;
}

.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method.payment_method_stripe_cc
  .wc-stripe-gateway-container
  label::before {
  top: 1px !important;
}

.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method.payment_method_stripe_cc
  .wc-stripe-gateway-container
  .wc-stripe_cc-saved-methods-container {
  padding-bottom: 10px;
}

.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method.payment_method_stripe_cc
  .wc-stripe-gateway-container
  .wc-stripe_cc-saved-methods-container
  .select2
  .select2-selection__arrow {
  height: auto !important;
}

.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method.payment_method_stripe_cc
  label::after {
  top: 7px !important;
}

.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  input[type="radio"]#payment_method_stripe {
  margin-top: 0 !important;
}

.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  input[type="radio"]
  + label {
  display: flex;
  align-items: center;
}

.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  input[type="radio"]
  + label::after {
  top: 4px;
}

.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box
  label {
  font-size: 14px;
  color: #000;
}

.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box
  input[type="checkbox"]
  label::after {
  top: 5px !important;
}

.woocommerce-checkout-payment .wc_payment_methods .payment_box fieldset {
  border: 0 !important;
  padding: 0 !important;
}

.payment_box fieldset .woocommerce-validated {
  display: flex;
  align-items: center;
}

.payment_box fieldset .woocommerce-validated label {
  margin: 0 !important;
}

.woocommerce-checkout-payment .wc_payment_methods .payment_box::before {
  border-bottom-color: #f2f2f2 !important;
}

button[name="woocommerce_checkout_place_order"] {
  margin: 30px 0 0 !important;
  float: none !important;
  cursor: pointer !important;
}

.gpay-card-info-container-fill.gpay-button-container {
  max-width: 250px;
}

.gpay-card-info-container-fill.gpay-button-container
  .gpay-card-info-animation-container,
.gpay-card-info-container-fill.gpay-button-container .gpay-card-info-container {
  background-color: #cd242e !important;
  outline: none;
}

.woocommerce-form-coupon {
  background: #f2f2f2;
  border: none !important;
  border-radius: 0 !important;
  margin-top: 20px;
}

.woocommerce-form-coupon .form-row input {
  height: 48px;
  border: none !important;
  outline: none;
  border-radius: 0 !important;
}

.wc-stripe-save-source input[type="checkbox"] + span::before {
  margin-top: 0;
}

.woocommerce-cart-form {
  margin-bottom: 40px;
}

.woocommerce-cart-form .shop_table {
  border-spacing: 0 15px;
}

.woocommerce-cart-form .shop_table tr th {
  background: transparent !important;
  padding-bottom: 0;
  font-weight: 500 !important;
  font-family: "General sans Medium", sans-serif;
  letter-spacing: 0.5px;
  color: #000;
}

.woocommerce-cart-form .shop_table tr td {
  color: #000;
}

.woocommerce-cart-form .shop_table tr td.product-name a {
  color: #000;
  font-weight: 600;
  font-family: "General sans Regular", sans-serif;
}

.woocommerce-cart-form .shop_table tr td.product-name a .attribute-name {
  font-weight: 400;
  margin-left: 5px;
}

.woocommerce-cart-form .shop_table tr td.product-remove a {
  color: #fff !important;
  background: #cd242e;
  font-size: 20px;
  cursor: pointer !important;
}

.woocommerce-cart-form .shop_table tr td.actions {
  background: #fff !important;
  padding: 40px 0;
}

.woocommerce-cart-form .shop_table tr td.actions .coupon {
  display: flex;
  justify-content: space-between;
}

.woocommerce-cart-form .shop_table tr td.actions .coupon::before,
.woocommerce-cart-form .shop_table tr td.actions .coupon::after {
  display: none !important;
}

.woocommerce-shipping-fields #ship-to-different-address {
  width: 100%;
}

.woocommerce-shipping-fields #ship-to-different-address label {
  width: 100%;
}

.woocommerce-shipping-fields #ship-to-different-address label span {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.woocommerce-shipping-fields #ship-to-different-address label span::before {
  margin-right: 0;
  border-radius: 4px;
}

.woocommerce-shipping-fields #ship-to-different-address label span::after {
  right: 5px;
  left: unset;
  top: 9px !important;
  width: 5px;
  height: 9px;
}

.cart-collaterals {
  display: flex;
  justify-content: flex-start;
  max-width: 460px;
}

.cart-collaterals .cart_totals {
  width: 100% !important;
}

.cart-collaterals .cart_totals table tr td {
  font-family: "General sans Medium", Sans-serif;
}

.cart-collaterals .cart_totals h2 {
  font-size: 44px;
  line-height: 59px;
  font-weight: 600;
  font-family: "General sans Medium", Sans-serif;
  margin-bottom: 76px;
  margin-top: 0;
  position: relative;
  text-transform: capitalize;
  color: #000;
  letter-spacing: 0.5px;
}

.cart-collaterals .cart_totals h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100px;
  height: 4px;
  background: #cd242e;
  transition: all 0.2s;
}

.cart-collaterals .shop_table {
  margin-bottom: 50px !important;
}

.cart-collaterals .shop_table tr.cart-subtotal th,
.cart-collaterals .shop_table tr.shipping th {
  font-weight: 500 !important;
  font-family: "General sans Medium", Sans-serif;
}

.cart-collaterals .shop_table tr.shipping td strong {
  font-weight: 600 !important;
  font-family: "General sans Regular", Sans-serif;
}

.cart-collaterals .shop_table tr td,
.cart-collaterals .shop_table tr th {
  color: #000;
  padding: 20px 30px;
}

.cart-collaterals .wc-proceed-to-checkout .wc_stripe_cart_payment_methods {
  margin-bottom: 0;
}

.wc-proceed-to-checkout .gpay-card-info-container-fill.gpay-button-container {
  max-width: 280px;
}

/* author & tag page css */

.tag-wrapper .sub-section-title span,
.author-wrapper .sub-section-title span {
  color: #cd242e;
}

.author-article-main-outer .author-article-container-inner,
.tag-article-main-outer .tag-article-container-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 80px;
}

.author-article-main-outer .article-filtered-block-inner,
.tag-article-main-outer .article-filtered-block-inner {
  width: calc(100% / 4 - 19px);
  background: #f2f2f2;
  display: flex;
  flex-direction: column;
}

.author-article-main-outer .article-list-content-sec .article-inner-content,
.tag-article-main-outer .article-list-content-sec .article-inner-content,
.author-interview-main-outer .article-list-content-sec .article-inner-content,
.tag-interview-main-outer .article-list-content-sec .article-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.author-article-main-outer .article-list-content-sec .article-sector,
.tag-article-main-outer .article-list-content-sec .article-sector,
.author-interview-main-outer .article-list-content-sec .article-sector,
.tag-interview-main-outer .article-list-content-sec .article-sector {
  font-size: 14px !important;
  line-height: 19px !important;
  margin-bottom: 20px;
}

.author-article-main-outer .article-list-content-sec .article-main-title,
.tag-article-main-outer .article-list-content-sec .article-main-title,
.author-interview-main-outer .article-list-content-sec .article-main-title,
.tag-interview-main-outer .article-list-content-sec .article-main-title {
  font-size: 20px !important;
  line-height: 27px !important;
  margin-bottom: 12px;
  margin-top: 0;
}

.author-article-main-outer .article-list-content-sec .article-subject,
.tag-article-main-outer .article-list-content-sec .article-subject,
.author-interview-main-outer .article-list-content-sec .article-subject,
.tag-interview-main-outer .article-list-content-sec .article-subject {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 20px;
}

.author-article-main-outer .article-list-content-sec .article-author a,
.tag-article-main-outer .article-list-content-sec .article-author a,
.author-interview-main-outer .article-list-content-sec .article-author a,
.tag-interview-main-outer .article-list-content-sec .article-author a {
  color: #0000009c !important;
}

.author-interview-main-outer .article-list-content-sec .interview-type {
  font-family: "General sans Medium", sans-serif;
}

.author-article-main-outer .article-list-content-sec .article-author a:hover {
  color: #cd242e !important;
}

.author-interview-main-outer .article-list-content-sec .article-author a:hover {
  color: #000 !important;
}

.author-article-main-outer .see-more-btn,
.tag-article-main-outer .see-more-btn,
.author-interview-main-outer .see-more-btn,
.tag-interview-main-outer .see-more-btn {
  margin: 0 auto;
  display: block;
}

.author-interview-main-outer .author-interview-container-inner,
.tag-interview-main-outer .tag-interview-container-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 80px;
}

.author-interview-main-outer .article-filtered-block-inner,
.tag-interview-main-outer .article-filtered-block-inner {
  width: calc(100% / 3 - 26.7px);
  background: #f2f2f2;
  display: flex;
}

.author-interview-main-outer .article-filtered-block-inner a,
.tag-interview-main-outer .article-filtered-block-inner a {
  display: contents;
}

.author-interview-main-outer .article-filtered-block-inner .article-author,
.tag-interview-main-outer .article-filtered-block-inner .article-author {
  font-style: normal;
  margin-bottom: 5px;
}

.author-interview-main-outer
  .article-filtered-block-inner
  .article-author
  a:hover,
.tag-interview-main-outer
  .article-filtered-block-inner
  .article-author
  a:hover {
  color: #000 !important;
}

.author-interview-main-outer .article-filtered-block-inner .interview-type,
.tag-interview-main-outer .article-filtered-block-inner .interview-type {
  font-family: "General sans Medium", sans-serif;
}

.author-interview-main-outer
  .article-filtered-block-inner
  .article-list-content-sec,
.tag-interview-main-outer
  .article-filtered-block-inner
  .article-list-content-sec {
  width: 100%;
}

.author-interview-main-outer .article-filtered-block-inner .article-list-thumb,
.tag-interview-main-outer .article-filtered-block-inner .article-list-thumb,
.author-interview-main-outer
  .article-filtered-block-inner
  .article-list-thumb
  img,
.tag-interview-main-outer
  .article-filtered-block-inner
  .article-list-thumb
  img {
  height: 100%;
  max-width: 180px;
  width: 100%;
  min-height: 240px;
  /* max-height: 240px; */
}

/* partnered events page css */

.selected_category_for_upcoming_events {
  color: #cd242e;
}

.partnered-events-wrapper.partnered
  .partnered-event-block-inner
  .partnered-event-inner-content {
  display: flex;
}

.partnered-events-wrapper.partnered .partnered-event-block-inner {
  background: #f2f2f2;
}

.partnered-events-wrapper.partnered
  .partnered-event-block-inner
  .partnered-event-list-thumb {
  max-width: 100%;
  width: 50%;
  min-height: 50px;
  max-height: 325px;
  display: flex;
}

.partnered-events-wrapper.partnered
  .partnered-event-block-inner
  .partnered-event-list-thumb
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partnered-events-wrapper.partnered
  .partnered-event-block-inner
  .partnered-event-list-content-sec {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.partnered-events-wrapper.partnered
  .partnered-event-block-inner
  .partnered-event-main-title {
  font-size: 30px !important;
  line-height: 40px !important;
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 0.5px;
}

.partnered-events-wrapper.partnered
  .partnered-event-block-inner
  .article-subject {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.partnered-events-wrapper.upcoming
  .partnered-event-block-results
  .partnered-event-block-inner
  .sub-description {
  text-transform: uppercase;
}

.partnered-events-wrapper.partnered
  .partnered-event-block-inner
  .partnered-event-view-more-btn {
  font-size: 15px !important;
}

.partnered-events-wrapper.partnered
  .partnered-event-view-more-btn.attend-event {
  margin-top: 40px;
}

.partnered-events-wrapper.partnered .partnered-information {
  margin-top: 60px;
  margin-bottom: 60px;
}

.partnered-events-wrapper.partnered .partnered-information .title {
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 0.5px;
}

.partnered-events-wrapper.partnered .partnered-information p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "General sans Regular", Sans-serif;
}

.partnered-events-wrapper.partnered
  .partnered-event-view-more-btn.press-release {
  margin-top: 50px;
}

.partnered-events-wrapper.upcoming .partnered-event-block-results {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.partnered-events-wrapper.upcoming
  .partnered-event-block-results
  .partnered-event-block-inner {
  width: calc(100% / 3 - 26.7px);
  background: #f2f2f2;
}

.partnered-events-wrapper.upcoming
  .partnered-event-block-results
  .partnered-event-block-inner
  .partnered-event-list-thumb {
  height: 200px;
}

.partnered-events-wrapper.upcoming
  .partnered-event-block-results
  .partnered-event-block-inner
  .partnered-event-list-thumb
  img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: cover;
}

.partnered-events-wrapper.upcoming
  .partnered-event-block-results
  .partnered-event-block-inner
  .partnered-event-list-content-sec {
  padding: 24px 20px;
}

.partnered-events-wrapper.upcoming .partner-list-learn-more {
  background: #cd242e;
  border: 2px solid #cd242e;
  color: #fff;
  height: 44px;
  padding: 12px 24px;
  text-transform: uppercase;
  transition: all 0.2s;
  font-family: "General sans Medium", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.partnered-events-wrapper.upcoming .partner-list-learn-more:hover {
  background: #fff;
  color: #cd242e;
}

.partnered-events-wrapper.upcoming .load_more_partnered_events_btn,
.partnered-events-wrapper.upcoming .tby_load_more_partnered_events_btn {
  margin: 80px auto 0;
  display: flex !important;
}

.partnered-events-wrapper.upcoming
  .partnered-event-block-results
  .partnered-event-block-inner
  .partnered-event-main-title {
  margin-top: 0;
}

/* partenered detail page css */

.partenered-detail-page .single-article-container {
  padding: 0;
}

/* B2B page css */

.b2b-section-main-outer {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
}

.b2b-section-main-outer .b2b-items {
  width: calc(50% - 20px);
  margin-right: 20px;
  display: flex;
}

.b2b-section-main-outer .b2b-items img {
  margin-right: 30px;
  max-width: 240px;
}

.b2b-section-main-outer .b2b-items .b2b-interviewer-details {
  padding-top: 60px;
}

.b2b-section-main-outer .b2b-items .b2b-interviewer-details {
  width: 100%;
}

.b2b-section-main-outer .b2b-items .b2b-interviewer-details h2 {
  font-size: 28px;
  font-family: "General sans Medium", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

/* Forum page css */

.forum-section-main-inner .forum-items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  padding-top: 30px;
}

.forum-section-main-inner .forum-items:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}

.forum-section-main-inner .forum-items .title {
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.forum-section-main-inner .forum-items .sub-title {
  font-size: 20px !important;
  line-height: 30px !important;
  margin-bottom: 15px;
}

.forum-section-main-inner .forum-items p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: 400 !important;
  font-family: "General sans Regular", Sans-serif !important;
}

/* country pop up css */

#tby-countries-popup {
  min-height: auto;
  max-height: 90%;
}

#tby-countries-popup h2 {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  font-family: "General sans Medium", Sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  margin-top: 0;
  text-transform: uppercase;
}

#tby-countries-popup .tby-countries-list {
  display: flex;
  overflow: auto;
  width: 100%;
  padding-bottom: 10px;
}

#tby-countries-popup .tby-countries-list .tby-countries-list-column {
  width: calc(100% / 5);
  white-space: nowrap;
  min-width: 200px;
}

#tby-countries-popup
  .tby-countries-list
  .tby-countries-list-column:nth-child(3) {
  min-width: 350px;
}

#tby-countries-popup .tby-countries-list .tby-countries-list-column > a {
  font-size: 18px;
  line-height: 36px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
  padding-right: 10px;
  color: #cd242e;
  text-transform: uppercase;
}

#tby-countries-popup
  .tby-countries-list
  .tby-countries-list-column
  .tby-countries-list-column-sub {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
}

#tby-countries-popup
  .tby-countries-list
  .tby-countries-list-column
  .tby-countries-list-column-sub
  > a {
  font-size: 18px;
  line-height: 36px;
  color: #000;
  padding-right: 15px;
  font-weight: 500;
  font-family: "General sans Medium", Sans-serif;
  white-space: pre-wrap;
  word-break: break-word;
}

#tby-countries-popup
  .tby-countries-list
  .tby-countries-list-column
  .tby-countries-list-column-sub
  > a:hover,
#tby-countries-popup
  .tby-countries-list
  .tby-countries-list-column
  .tby-countries-list-column-sub
  > a:focus {
  color: #cd242e;
  font-weight: 600;
  font-family: "General sans Medium", Sans-serif;
}

/* width */

#tby-countries-popup .tby-countries-list::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

/* Track */

#tby-countries-popup .tby-countries-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

#tby-countries-popup .tby-countries-list::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */

#tby-countries-popup .tby-countries-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* 404 page page css */

.error404 .site-main {
  max-width: 1280px;
}

.error404 .tby-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error404 .tby-404 .content_image_class img {
  max-width: 560px;
  width: 100%;
  margin-bottom: 60px;
}

.error404 .tby-404 p {
  margin-bottom: 20px;
  text-align: center;
}

.error404 .tby-404 .home_button_class .ctm-btn {
  height: 52px;
  display: flex;
}

/* thank you order page css */

.woocommerce-thankyou-order-received {
  font-size: 22px;
  color: #000;
  margin-bottom: 40px;
  font-family: "General sans Medium", sans-serif;
  letter-spacing: 0.5px;
}

.woocommerce-thankyou-order-details {
  padding: 0;
  margin-bottom: 40px !important;
}

.woocommerce-thankyou-order-details .order,
.woocommerce-thankyou-order-details .date,
.woocommerce-thankyou-order-details .email,
.woocommerce-thankyou-order-details .total,
.woocommerce-thankyou-order-details .method {
  font-size: 16px !important;
  padding: 15px 20px 0 0;
  margin-bottom: 15px;
  color: #000;
  font-family: "General sans Medium", sans-serif;
}

.woocommerce-thankyou-order-details .order strong,
.woocommerce-thankyou-order-details .date strong,
.woocommerce-thankyou-order-details .email strong,
.woocommerce-thankyou-order-details .total strong,
.woocommerce-thankyou-order-details .method strong {
  margin-top: 10px;
  font-size: 14px !important;
  font-family: "General sans Regular", sans-serif;
  font-weight: 500;
}

.woocommerce-order-received
  .woocommerce-order-details
  .woocommerce-table
  tr
  td
  .attribute-name {
  color: #cd242e;
}

.woocommerce-order-received
  .woocommerce-order-details
  .woocommerce-table
  tr
  td
  .attribute-name
  .product-quantity {
  color: #000;
}

.event-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.event-iframe-container iframe #player {
  height: 100% !important;
}

/* Then style the iframe to fit in the container div with full height and width */

.event-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1c1c1b;
}

.sponsored-content {
  text-transform: uppercase;
}

.article-block-inner.swiper-slide.sponsored-article {
  background: #333;
}

.article-block-inner.swiper-slide.sponsored-article .article-subject,
.article-block-inner.swiper-slide.sponsored-article .sponsored-content,
.article-block-inner.swiper-slide.sponsored-article .article-sector,
.article-block-inner.swiper-slide.sponsored-article .article-main-title,
.article-block-inner.swiper-slide.sponsored-article .article-author a {
  color: #fff !important;
}

.article-block-inner.swiper-slide.sponsored-article:hover .article-subject {
  color: #fff !important;
}

.article-block-inner.swiper-slide.sponsored-article .sponsored-content {
  font-size: 14px;
  font-family: "General sans Medium";
}

.article-block-inner.swiper-slide.sponsored-article .article-view-more-btn {
  background: #fff !important;
  color: #333;
  border-color: #fff !important;
}

h3.text-center.single-sponsor-text {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 15px;
}

/* single article first slider css start  */

.single-detail-first-slider {
  max-width: 920px;
  margin-bottom: 20px;
}

.single-press .single-detail-first-slider {
  text-align: center;
}

.single-detail-first-slider .swiper-slide {
  /* max-width: 500px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100% !important;
}

.single-detail-first-slider img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  max-width: 800px;
}

.single-press .single-detail-first-slider img {
  height: auto;
}

.single-detail-first-slider h2 {
  margin-top: 20px;
  font-size: 18px;
  color: #000;
}

.single-detail-first-slider .swiper-button-next.single-detail-first-slider,
.single-detail-first-slider .swiper-button-prev.single-detail-first-slider {
  filter: invert(0) grayscale(100%);
  background: none;
  cursor: pointer !important;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  border-radius: 50%;
}

.single-detail-first-slider
  .swiper-button-next.single-detail-first-slider::after,
.single-detail-first-slider
  .swiper-button-prev.single-detail-first-slider::after {
  font-size: 15px;
  font-weight: 700;
}

.single-detail-first-slider .swiper-button-prev.single-detail-first-slider {
}

.single-detail-first-slider .swiper-button-next.single-detail-first-slider {
}

.no-img-m {
  margin-top: 0px;
}

.single-interview-mid-sec .left-side-sec .headline-text *,
.single-interview-mid-sec .forum-section-main-outer .headline-text * {
  font-weight: 600;
  font-family: "General sans Medium", Sans-serif;
  font-size: 26px;
  line-height: 40px;
}

.author-and-social-sec .article-subject * {
  font-weight: 500;
  font-family: "General sans Medium", Sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.search-results .price {
  color: #cd242e !important;
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 900 !important;
  font-family: "General sans Medium", Sans-serif;
}

.product-search-short-desc {
  margin-top: 10px;
}

.search-add-to-cart-btn a.button.add_to_cart_button {
  width: fit-content;
  background: #cd242e !important;
  border: 2px solid #cd242e !important;
  padding: 14px 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  display: inline-block;
  transition: all 0.2s;
  letter-spacing: 1px;
  border-radius: 0;
  outline: none;
  font-family: "General sans Medium", Sans-serif;
  cursor: pointer !important;
}

.search-add-to-cart-btn a.button.add_to_cart_button:hover {
  background: #fff !important;
  color: #cd242e;
  border-color: #cd242e;
  outline: none;
}

.interviews-block-inner .interviewers-list-thumb.forum,
.article-list-thumb.forum {
  background-size: 100%, 65% !important;
  background-repeat: no-repeat !important;
  background-color: #ebebeb !important;
  background-position: top, center !important;
}

.ads-side-title {
  text-align: right;
}

.vertical-mobile,
.horizontal-mobile {
  display: none;
}

.horizontal-desktop {
  display: flex;
}

.vertical-desktop {
  display: block;
}

@media screen and (max-width: 1600px) {
  .section-title {
    font-size: 40px;
    line-height: 56px;
  }

  /* banner */
  .homepage-banner-section {
    height: 650px;
  }

  .after-banner-sec-main-outer .content-left-sec .article-main-title {
    font-size: 36px;
    line-height: 52px;
  }

  .interviews-block-inner.first-interview-sec
    .interviews-list-content-sec
    .interviewers-country-sect-details {
    font-size: 17px !important;
  }

  .interviews-block-inner.first-interview-sec
    .interviews-list-content-sec
    .interview-main-title {
    font-size: 28px !important;
  }

  /* interview page css */
  .interviews-block-inner.first-interview-sec .interviewers-list-thumb {
    max-width: 370px;
    min-height: 100%;
  }

  .interviews-block-inner:nth-child(3) .interviewers-list-thumb,
  .interviews-block-inner:nth-child(4) .interviewers-list-thumb,
  .interviews-block-inner:nth-child(5) .interviewers-list-thumb {
    height: 240px;
  }

  .three-col-may-intrested-interviews
    .interviews-inner
    .interviewers-list-thumb {
    height: 240px;
  }

  .three-col-may-intrested-interviews {
    margin-bottom: 50px;
  }

  .interviews-block-inner.first-interview-sec .interviews-list-content-sec {
    padding: 40px 30px;
  }

  .interviews-block-inner .interviewers-list-thumb {
    height: 300px;
  }

  /* interview detail page css */
  .single-interview-mid-sec .left-side-sec p,
  .forum-section-main-outer p {
    font-size: 17px;
    line-height: 29px;
  }

  /* event list page css */
  .upcoming-event-list .article-block-inner .article-list-thumb {
    max-width: 430px;
  }

  .upcoming-event-list .article-block-inner .article-list-thumb .event-category,
  .past-event-list-main
    .article-block-inner
    .article-list-thumb
    .event-category {
    padding: 10px 20px;
  }

  .upcoming-event-list .article-block-inner .article-main-title {
    font-size: 28px !important;
    line-height: 38px !important;
  }

  .upcoming-event-list .article-block-inner .article-list-content-sec {
    padding: 40px 30px;
  }

  .upcoming-event-list .article-block-inner {
    margin-bottom: 30px;
  }

  .past-article-block-wrapper {
    gap: 30px;
  }

  .past-article-block-wrapper .article-block-inner {
    width: calc(33.33% - 20px);
  }

  /* upcoming event filter page css */
  .upcoming-event-list
    .article-block-inner
    .article-list-thumb
    .event-category
    .sub-description {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  /* upcoming event detail page css */
  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .tribe-events-event-image
    img {
    max-height: 550px;
  }

  .tribe_events .section-title .tribe-events-single-event-title {
    font-size: 36px;
    line-height: 50px;
  }

  /* Careers page css */
  .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    padding: 24px 25px 24px !important;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-title.elementor-active {
    padding: 25px 25px 20px;
  }

  .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    padding: 25px !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-title
    .elementor-accordion-title {
    font-size: 22px;
    line-height: 30px;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-content
    .career_outer_class
    .career_inner_div
    .career_title {
    font-size: 19px;
    line-height: 26px;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-content
    .career_outer_class
    .career_inner_div
    p,
  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-content
    .career_outer_class
    .career_inner_div
    ul
    li {
    font-size: 16px;
    line-height: 24px;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-content
    .career_outer_class
    .career_inner_div
    ul
    li::before {
    width: 6px;
    height: 6px;
  }

  /* event form css */
  .event-detail-pop-form .form-group .input-group .input-field input,
  .event-detail-pop-form .form-group .input-group .input-field select,
  .mc4wp-form .mc4wp-form-fields input[type="text"],
  .mc4wp-form .mc4wp-form-fields input[type="email"] {
    height: 44px;
    font-size: 16px;
  }

  .event-detail-pop-form .form-group .input-group label {
    font-size: 15px;
    line-height: 21px;
  }

  .event-detail-pop-form
    .form-group
    .input-group
    .input-field
    .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 12px;
  }

  .event-detail-pop-form .event-submit-btn,
  .mc4wp-form .subscribe-btn {
    margin-top: 40px;
    font-size: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  /* video page css */
  .repeated-youtube-video-sec {
    gap: 30px;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .youtube-videos-page-layout-block-first-sec
    iframe {
    height: 600px;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .youtube-videos-page-layout-block-first-sec {
    padding: 0 0 50px;
  }

  /* country page css */
  .header-stripe {
    padding: 25px 25px;
  }

  .header-stripe .section-title {
    font-size: 44px;
    line-height: 54px;
  }

  /* past event page css */
  .past-event-section .upcoming-article-block-wrapper {
    gap: 30px;
  }

  .past-event-section .upcoming-article-block-wrapper .article-block-inner {
    width: calc(100% / 2 - 15px) !important;
  }

  /* my account page css */
  .account-form-wrapper {
    gap: 40px;
  }

  .woocommerce-privacy-policy-text,
  .woocommerce-form .form-row .woocommerce-form__label-for-checkbox,
  .woocommerce-form .woocommerce-LostPassword {
    font-size: 15px;
    line-height: 20px;
  }

  .account-form-wrapper .title {
    font-size: 28px !important;
  }

  .woocommerce-checkout-review-order .shop_table tr th,
  .woocommerce-checkout-review-order .shop_table tr td {
    padding: 15px 20px;
  }

  .cart-collaterals .shop_table tr td,
  .cart-collaterals .shop_table tr th {
    padding: 15px 15px;
  }

  .woocommerce-cart-form {
    margin-bottom: 30px;
  }

  /* author & tag page css */
  .author-interview-main-outer .author-interview-container-inner,
  .tag-interview-main-outer .tag-interview-container-inner {
    gap: 30px;
  }

  .author-interview-main-outer .article-filtered-block-inner,
  .tag-interview-main-outer .article-filtered-block-inner {
    width: calc(100% / 3 - 20px);
  }

  .author-interview-main-outer .author-interview-container-inner,
  .tag-interview-main-outer .tag-interview-container-inner,
  .author-article-main-outer .author-article-container-inner,
  .tag-article-main-outer .tag-article-container-inner {
    margin-bottom: 60px;
  }

  /* partenered event page css */
  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .partnered-event-list-thumb {
    max-width: 100%;
    min-height: 50px;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .partnered-event-main-title {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .article-subject {
    font-size: 18px;
    line-height: 25px;
  }

  .partnered-events-wrapper.partnered .partnered-information .title {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .partnered-events-wrapper.partnered .partnered-information p {
    font-size: 16px;
    line-height: 24px;
  }

  .partnered-events-wrapper.upcoming
    .partnered-event-block-results
    .partnered-event-block-inner
    .partnered-event-main-title {
    font-size: 18px;
    line-height: 25px;
  }

  .partnered-events-wrapper.upcoming
    .partnered-event-block-results
    .partnered-event-block-inner
    .sub-description {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .partnered-events-wrapper.upcoming
    .partnered-event-block-results
    .partnered-event-block-inner
    .partnered-event-list-content-sec {
    padding: 20px 15px;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .partnered-event-list-content-sec {
    padding: 25px;
  }

  .partnered-events-wrapper.upcoming .partnered-event-block-results {
    gap: 30px;
  }

  .partnered-events-wrapper.upcoming
    .partnered-event-block-results
    .partnered-event-block-inner {
    width: calc(100% / 3 - 20px);
  }

  .partnered-events-wrapper.partnered .partnered-information {
    margin-top: 40px;
  }

  /* B2B page css */
  .b2b-section-main-outer .b2b-items .b2b-interviewer-details h2 {
    font-size: 26px;
    margin-top: 0;
  }

  /* Forum page css */
  .forum-section-main-inner .forum-items .sub-title {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .forum-section-main-inner .forum-items p {
    font-size: 16px;
    line-height: 26px;
  }

  /* country pop up css */
  #tby-countries-popup h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  #tby-countries-popup .tby-countries-list .tby-countries-list-column > a {
    font-size: 16px;
    line-height: 34px;
  }

  #tby-countries-popup
    .tby-countries-list
    .tby-countries-list-column
    .tby-countries-list-column-sub
    > a {
    font-size: 16px;
    line-height: 34px;
  }

  /* 404 page page css */
  .error404 .tby-404 .content_image_class img {
    margin-bottom: 50px;
  }

  .error404 .tby-404 .home_button_class .ctm-btn {
    height: 48px;
  }
}

.shop-filter-main-outer .shop-newslatter-wrapper {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-bottom: 140px;
}

@media screen and (max-width: 1440px) {
  /* banner */
  .homepage-banner-section {
    height: 600px;
  }

  /* fancy box modal css */
  .services-modal-inner .inner-content .sub-title {
    margin-bottom: 20px;
  }

  .fancybox-container .fancybox-inner .fancybox-content {
    padding: 30px;
  }

  .event-detail-pop-form .fancybox-button.fancybox-close-small::before {
    top: 22px !important;
  }

  .pad100 {
    padding: 80px 0;
  }

  /* section padding */
  .latest-article-section,
  .feature-interview-section,
  .homepage-our-publication-sec,
  .homepage-video-sec,
  .footer-section {
    padding: 80px 15px !important;
  }

  .latest-article-wrapper .latest-article-slider .article-block-main-outer {
    padding: 0 10px;
  }

  .latest-article-wrapper .swiper-button-next {
    right: -12px;
  }

  .latest-article-wrapper .swiper-button-prev {
    left: -12px;
  }

  .title {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .sub-title {
    font-size: 18px;
    line-height: 25px;
  }

  .section-title,
  .section-title .elementor-heading-title {
    font-size: 40px;
    line-height: 50px;
  }

  .terms-of-section .elementor-heading-title {
    margin-bottom: 50px !important;
  }

  .sub-section-title {
    font-size: 32px;
    line-height: 44px;
  }

  .description {
    font-size: 16px;
    line-height: 22px;
  }

  .sub-description {
    font-size: 15px !important;
    line-height: 20px !important;
  }

  /* banner */
  .banner-content .section-title .elementor-heading-title,
  .section-title,
  .section-title .elementor-heading-title {
    font-size: 36px !important;
    line-height: 46px !important;
  }

  .banner-content .sub-title .elementor-heading-title {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .banner-content .sub-title div {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .banner-content .description p {
    font-size: 17px !important;
    line-height: 24px !important;
  }

  .latest-article-wrapper .section-title,
  .latest-article-wrapper .sub-section-title,
  .section-title .elementor-heading-title,
  .sponser-section .sub-section-title,
  .country-interview-section .section-title,
  .tag-wrapper .sub-section-title,
  .author-wrapper .sub-section-title,
  .partnered-events-wrapper .section-title {
    margin-bottom: 60px;
  }

  .interviews-block-inner.first-interview-sec
    .interviews-list-content-sec
    .interviewers-country-sect-details {
    font-size: 16px !important;
  }

  .interviews-block-inner.first-interview-sec
    .interviews-list-content-sec
    .interview-main-title {
    font-size: 26px !important;
  }

  /* interview page card */
  .interview-view-more-btn,
  .career_apply_btn {
    font-size: 14px !important;
    padding: 13px 25px !important;
  }

  .elementor-widget-featured_interviews .section-title,
  .may-also-be-intrested-sec-main-title-with-border .sub-section-title,
  .elementor-widget-upcoming_events_with_filter .section-title,
  .press-filter-main-title .section-title {
    margin-bottom: 50px;
  }

  .interviews-block-main-outer,
  .three-col-may-intrested-interviews {
    gap: 20px;
  }

  .interviews-block-inner.first-interview-sec {
    width: calc(66.66% - 8px);
  }

  .interviews-block-inner {
    width: calc(33.33% - 14px);
  }

  .interviews-block-inner.first-interview-sec .interviews-list-content-sec {
    padding: 40px 30px;
  }

  .may-also-be-intrested-sec-main-outer .interview-view-more-btn {
    margin: 60px auto 0;
  }

  .single-interview-top-sec .right-content-sec .bio-details p {
    font-size: 16px;
    line-height: 26px;
  }

  .first-interview-sec.interviews-block-inner .interviewers-pos-com-name {
    margin-bottom: 20px;
  }

  .interviews-block-inner .interviewers-list-thumb {
    height: 260px;
  }

  .interviews-block-inner.first-interview-sec .interviewers-list-thumb {
    max-width: 340px;
    min-height: 100%;
  }

  .three-col-may-intrested-interviews {
    margin-bottom: 40px;
  }

  /* latest article page css*/
  .latest-article-wrapper
    .section-title
    .section-title
    .elementor-heading-title,
  .country-interview-section .section-title {
    margin-bottom: 60px;
  }

  .latest-article-wrapper .sub-section-title,
  .sponser-section .sub-section-title {
    margin-bottom: 50px;
  }

  /* article detail page */
  .after-banner-sec-main-outer .content-left-sec .article-main-title {
    font-size: 32px;
    line-height: 50px;
  }

  .author-and-social-sec .article-author-meda-data {
    margin-bottom: 30px;
  }

  .author-and-social-sec .article-author-meda-data .author-and-pub-date {
    font-size: 14px;
    line-height: 24px;
  }

  .author-and-social-sec p {
    font-size: 17px;
    line-height: 27px;
  }

  .after-banner-sec-main-outer .content-left-sec {
    padding: 40px 40px 0 30px;
  }

  /* publication block css */
  .publication-wrapper .section-title {
    margin-bottom: 50px;
  }

  /* shop page filter css */
  .shop-filter-main-outer .section-title {
    margin-bottom: 50px;
  }

  /* Shop Detail Page css */
  .woocommerce-page.single-product .product-detail-wrapper {
    padding: 60px 15px 0;
  }

  /* Event page css */
  .upcoming-event-list .article-block-inner .article-list-content-sec {
    padding: 30px 30px;
  }

  .upcoming-event-list .article-block-inner .article-list-thumb {
    max-width: 400px;
  }

  .upcoming-event-list .article-block-inner .article-main-title,
  .upcoming-event-list .article-block-inner .article-subject {
    margin-bottom: 20px;
  }

  .upcoming-event-list .article-block-inner {
    margin-bottom: 25px;
  }

  .upcoming-event-list .article-block-inner .upcoming-post-content {
    line-height: 26px;
  }

  /* upcoming event filter page css */
  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-list-thumb {
    max-width: 320px;
  }

  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-list-content-sec {
    padding: 30px;
  }

  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-main-title {
    font-size: 24px !important;
    line-height: 33px !important;
    margin-bottom: 22px;
  }

  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-subject {
    font-size: 16px;
    line-height: 27px;
  }

  /* upcoming event detail page css */
  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .all-event-btn
    img {
    width: 20px;
  }

  .tribe_events .section-title .tribe-events-single-event-title {
    margin-bottom: 20px;
  }

  .tribe-events-schedule .event-detail-time {
    margin-bottom: 30px;
  }

  a.article-view-more-btn,
  .load_more_products_btn,
  .event-detail-register-btn .eventbtn,
  .get-contact-details .venue-informati0n a,
  .modalbtn-eventdetail,
  .contact-information a,
  .event-detail-btn .elementor-button,
  .event-submit-btn,
  .load_more_press_btn,
  .load_more_articles_btn,
  .load_more_interviews_btn,
  .mc4wp-form .subscribe-btn {
    padding: 13px 25px;
    font-size: 14px;
  }

  .tribe-events-single-event-description .tribe-events-content-inner {
    padding: 60px 0 80px;
  }

  .tribe-events-single-event-description .tribe-events-content-inner p {
    font-size: 17px;
    line-height: 29px;
  }

  .event-detail-cta .cta-heading {
    font-size: 28px;
    line-height: 38px;
    margin-right: 20px;
  }

  .event-detail-cta .product-subscribe-bar {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .event-detail-pop-form .logo {
    margin-bottom: 30px;
  }

  .sponserby-list .individual-services {
    width: 240px;
    height: 240px;
  }

  .speaker-list
    .event-slider
    .article-block-inner
    .card
    .individual-services
    .services-image-div {
    height: 270px;
  }

  /* careers page css */
  .sub-section-title .elementor-heading-title {
    font-size: 26px !important;
    line-height: 38px !important;
  }

  /* contact page css */
  .contact-section-box .contact-content {
    padding: 10px 20px !important;
  }

  .contact-section-box
    .contact-content
    .elementor-widget-wrap
    .title
    .elementor-heading-title {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .contact-section-box
    .contact-content
    .elementor-widget-wrap
    .description
    .elementor-widget-container {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .contact-section-box .contact-img {
    max-width: 220px;
  }

  /* video page css */
  .youtube-videos-wrapper {
    padding: 70px 0;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .youtube-videos-page-layout-block-first-sec
    iframe {
    height: 550px;
    margin-bottom: 30px;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .youtube-videos-page-layout-block-first-sec
    .description {
    margin-bottom: 15px;
    line-height: 26px;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .artcle-inner-content
    .article-inner-content
    .article-main-title {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .article-view-more-btn {
    margin: 60px auto 0;
  }

  .repeated-youtube-video-sec {
    gap: 20px;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .artcle-inner-content
    .article-inner-content
    .article-subject {
    line-height: 22px !important;
  }

  /* country page css */
  .country-publication-block-wrapper .shop_product_image {
    max-width: 220px;
    margin-left: 20px;
  }

  .country-publication-block-wrapper .load_more_articles_btn {
    top: -98px;
  }

  .header-stripe .section-title {
    font-size: 38px;
    line-height: 50px;
  }

  /* past event page css */
  .past-event-section
    .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-subject {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .past-event-section
    .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-main-title {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 15px !important;
  }

  /* my account page css */
  .woocommerce-account .site-main,
  .woocommerce-checkout .site-main,
  .woocommerce-cart .site-main {
    padding: 60px 15px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
    line-height: 25px;
    padding: 15px 20px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    margin-left: 60px;
  }

  .tab-title,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .tab-title,
  .woocommerce-billing-fields .tab-title,
  .woocommerce-shipping-fields .tab-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .woocommerce-account
    .woocommerce
    .woocommerce-MyAccount-content
    .order-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .woocommerce-account .page-header .entry-title,
  .woocommerce-checkout .page-header .entry-title,
  .woocommerce-cart .page-header .entry-title,
  .cart-collaterals .cart_totals h2 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 50px;
  }

  .woocommerce-account .woocommerce-orders-table tr th,
  .woocommerce-table tr th,
  .woocommerce-MyAccount-paymentMethods tr th {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px !important;
  }

  .woocommerce-account .woocommerce-orders-table tr td,
  .woocommerce-table tr td,
  .woocommerce-MyAccount-paymentMethods tr td {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 10px !important;
  }

  .woocommerce-account .woocommerce-orders-table tr td .woocommerce-button,
  .woocommerce-pagination .woocommerce-button,
  .woocommerce-PaymentMethod .button,
  .download-file .button,
  .shipping-calculator-form .button {
    height: 38px;
    font-size: 12px;
    padding: 10px 20px;
  }

  .woocommerce-account
    .woocommerce
    .woocommerce-MyAccount-content
    .order-title {
    font-size: 16px;
    line-height: 23px;
  }

  .woocommerce-order-details .woocommerce-table tr th,
  .woocommerce-order-details .woocommerce-table tr td,
  .shop_table tr th,
  .shop_table tr td {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .woocommerce-order-details {
    margin-bottom: 40px !important;
  }

  .woocommerce-customer-details .woocommerce-column__title {
    font-size: 26px;
    line-height: 36px;
  }

  .woocommerce-customer-details address,
  .woocommerce-Address address {
    padding: 20px !important;
  }

  .woocommerce-customer-details address,
  .woocommerce-customer-details address p,
  .woocommerce-Address address {
    font-size: 15px;
  }

  .woocommerce-customer-details .woocommerce-columns {
    gap: 30px;
  }

  .woocommerce form .form-row {
    margin-bottom: 20px !important;
  }

  .woocommerce .woocommerce-form-row input,
  .shipping_address .form-row input,
  .woocommerce-billing-fields .form-row input,
  .checkout .form-row input,
  .woocommerce form .form-row input {
    height: 43px;
  }

  .select2 .select2-selection {
    height: 43px;
  }

  .woocommerce-form .woocommerce-button {
    height: 43px;
    font-size: 15px !important;
    margin-top: 30px !important;
  }

  .woocommerce .woocommerce-form-row {
    margin-bottom: 25px !important;
  }

  .woocommerce .woocommerce-form-row label,
  .woocommerce-checkout .form-row label {
    font-size: 15px;
    line-height: 20px !important;
  }

  .account-form-wrapper .title {
    font-size: 26px !important;
  }

  .download-message .desc-text {
    margin-bottom: 40px;
  }

  .woocommerce-Message .woocommerce-Button,
  .payment-method-btn,
  .woocommerce-EditAccountForm .woocommerce-Button,
  .woocommerce-address-fields .woocommerce-Button,
  .woocommerce-Payment .woocommerce-Button,
  button[name="woocommerce_checkout_place_order"],
  .order-again .button,
  .actions .button,
  .checkout-button,
  .return-to-shop .button,
  .load_more_partnered_events_btn,
  .tby_load_more_partnered_events_btn,
  .woocommerce-ResetPassword .woocommerce-Button {
    font-size: 14px !important;
    height: 48px;
    padding: 12px 25px !important;
  }

  .actions input#coupon_code {
    height: 48px;
  }

  .woocommerce-form-coupon .button,
  .woocommerce-error .button,
  .partnered-event-view-more-btn.attend-event,
  .partnered-event-view-more-btn.press-release,
  .woocommerce-message .button,
  .checkout_coupon .button {
    font-size: 14px !important;
    padding: 0 25px !important;
  }

  .woocommerce-shipping-fields .woocommerce-form__input + span::after {
    top: 12px !important;
  }

  /* author & tag page css */
  .author-article-main-outer .author-article-container-inner,
  .tag-article-main-outer .tag-article-container-inner,
  .author-interview-main-outer .author-interview-container-inner,
  .tag-interview-main-outer .tag-interview-container-inner {
    gap: 20px;
  }

  .author-article-main-outer .article-filtered-block-inner,
  .tag-article-main-outer .article-filtered-block-inner {
    width: calc(100% / 4 - 15px);
  }

  .author-interview-main-outer .article-filtered-block-inner,
  .tag-interview-main-outer .article-filtered-block-inner {
    width: calc(100% / 3 - 13.4px);
  }

  .author-article-main-outer
    .article-filtered-block-inner
    .article-list-content-sec,
  .tag-article-main-outer
    .article-filtered-block-inner
    .article-list-content-sec {
    padding: 20px 15px;
  }

  .author-article-main-outer .article-list-content-sec .article-sector,
  .tag-article-main-outer .article-list-content-sec .article-sector,
  .author-interview-main-outer .article-list-content-sec .article-sector,
  .tag-interview-main-outer .article-list-content-sec .article-sector {
    font-size: 13px !important;
    line-height: 18px !important;
  }

  /* partenered events page css */
  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .partnered-event-list-thumb {
    min-height: 50px;
    max-height: 300px;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .partnered-event-main-title {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .article-subject {
    font-size: 16px;
    line-height: 23px;
  }

  .partnered-events-wrapper.partnered .partnered-information .title {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .partnered-events-wrapper.upcoming .load_more_partnered_events_btn,
  .partnered-events-wrapper.upcoming .tby_load_more_partnered_events_btn {
    margin: 60px auto 0;
  }

  /* B2B page css */
  .b2b-section-main-outer .b2b-items img {
    margin-right: 20px;
    max-width: 220px;
  }

  .b2b-section-main-outer .b2b-items .b2b-interviewer-details h2 {
    font-size: 24px;
  }

  /* single article first slider css start  */
  .single-detail-first-slider img {
    height: 400px;
  }
}

@media screen and (max-width: 1250px) {
  .logged-in
    .header
    .elementor-container
    .elementor-column:last-child.custom-btn {
    width: auto !important;
  }

  .header {
    position: relative;
    height: 125px;
  }

  .header .elementor-container .elementor-column:last-child {
    max-width: 260px;
    width: 100% !important;
  }

  .header .elementor-container .elementor-column:nth-child(2) {
    position: absolute;
    bottom: -30px;
    width: 100%;
  }

  .header
    .elementor-container
    .elementor-column:nth-child(2)
    .elementor-widget-wrap {
    padding: 0 !important;
  }

  .header
    .elementor-container
    .elementor-column:nth-child(2)
    .elementor-widget-wrap
    .elementor-element {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  .header .elementor-container .elementor-column:nth-child(3) {
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 1199px) {
  /* banner */
  .homepage-banner-section {
    height: 550px;
  }

  /* fancy box modal css */
  .fancybox-container
    .fancybox-inner
    .fancybox-content
    .fancybox-button.fancybox-close-small::before {
    top: 20px;
  }

  .event-detail-pop-form .fancybox-button.fancybox-close-small::before {
    top: 32px !important;
  }

  .fancybox-container .fancybox-inner .fancybox-content .fancybox-button {
    right: 10px;
    top: 10px;
  }

  .services-modal-inner .services-image-div {
    max-width: 250px;
    margin-right: 20px;
  }

  .services-modal-inner .inner-content .description {
    line-height: 26px;
  }

  .pad100 {
    padding: 60px 0;
  }

  .border-line::before,
  .section-title .elementor-heading-title::before {
    width: 70px;
  }

  .elementor-button-link {
    font-size: 14px !important;
    padding: 13px 25px !important;
  }

  /* section padding */
  .latest-article-section,
  .feature-interview-section,
  .homepage-our-publication-sec,
  .homepage-video-sec,
  .footer-section {
    padding: 60px 15px !important;
  }

  .title {
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .section-title,
  .section-title .elementor-heading-title {
    font-size: 35px !important;
    line-height: 45px !important;
  }

  .sub-section-title {
    font-size: 30px;
    line-height: 42px;
  }

  .sub-title {
    font-size: 17px;
    line-height: 24px;
  }

  .head-title {
    font-size: 24px !important;
    line-height: 35px !important;
  }

  .sub-description {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .description {
    font-size: 16px;
    line-height: 22px;
  }

  .banner-content .sub-title .elementor-heading-title {
    font-size: 17px !important;
    line-height: 24px !important;
  }

  .banner-content .sub-title div {
    font-size: 17px !important;
    line-height: 24px !important;
  }

  /* banner */
  .banner-content {
    max-width: 500px;
    width: 100% !important;
  }

  .banner-content .section-title .elementor-heading-title,
  .section-title {
    font-size: 35px !important;
    line-height: 45px !important;
  }

  .banner-content .elementor-widget-wrap {
    padding: 30px !important;
  }

  .banner-content .description p {
    font-size: 16px !important;
    line-height: 23px !important;
  }

  .interviews-block-inner.first-interview-sec
    .interviews-list-content-sec
    .interviewers-country-sect-details {
    font-size: 15px !important;
  }

  .interviews-block-inner.first-interview-sec
    .interviews-list-content-sec
    .interview-main-title {
    font-size: 22px !important;
  }

  /* interview page card */
  a.interview-view-more-btn,
  .career_apply_btn {
    font-size: 14px !important;
    padding: 13px 25px !important;
  }

  .elementor-widget-featured_interviews .section-title,
  .may-also-be-intrested-sec-main-title-with-border .sub-section-title,
  .elementor-widget-upcoming_events_with_filter .section-title,
  .press-filter-main-title .section-title {
    margin-bottom: 40px;
  }

  .interviews-block-inner.first-interview-sec .interviews-list-content-sec {
    padding: 20px 20px;
  }

  .interviews-block-inner.first-interview-sec .interviewers-list-thumb {
    max-width: 300px;
    min-height: 100%;
  }

  .interviews-block-inner .interviewers-list-thumb {
    height: 240px;
  }

  /* Interview Detail Page */
  .single-interview-mid-sec {
    padding-bottom: 20px;
    margin-top: 30px;
  }

  .single-interview-top-sec .right-content-sec .interviewer-position-details,
  .single-interview-top-sec .right-content-sec .country-and-sector {
    margin-bottom: 20px;
  }

  .single-interview-top-sec .left-img-sec {
    max-width: 300px;
  }

  .single-interview-top-sec .right-content-sec {
    padding: 30px;
  }

  .pub-date-soc-share-sec {
    margin-top: 20px;
  }

  .single-interview-mid-sec .left-side-sec .headline-text {
    margin-bottom: 30px;
  }

  .single-interview-mid-sec .left-side-sec p strong,
  .forum-section-main-outer p strong {
    font-size: 22px;
    line-height: 34px;
  }

  .single-interview-mid-sec .left-side-sec p,
  .forum-section-main-outer p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .single-interview-mid-sec .right-side-sec > img {
    margin-bottom: 40px;
  }

  .first-interview-sec.interviews-block-inner .interviewers-pos-com-name {
    margin-bottom: 15px;
  }

  /* latest article page css */
  a.article-view-more-btn,
  .load_more_products_btn,
  .event-detail-register-btn .eventbtn,
  .event-submit-btn,
  .load_more_press_btn,
  .load_more_articles_btn,
  .load_more_interviews_btn,
  .mc4wp-form .subscribe-btn {
    font-size: 14px !important;
    padding: 13px 25px !important;
  }

  .latest-article-wrapper .ctm-btn {
    margin: 60px auto 0;
  }

  .latest-article-wrapper .section-title,
  .latest-article-wrapper .sub-section-title,
  .section-title .elementor-heading-title,
  .sponser-section .sub-section-title,
  .country-interview-section .section-title,
  .tag-wrapper .sub-section-title,
  .author-wrapper .sub-section-title,
  .partnered-events-wrapper .section-title {
    margin-bottom: 50px;
  }

  /* publication block css */
  .publication-wrapper .section-title {
    margin-bottom: 50px;
  }

  .publication-list-thumb {
    padding: 8px;
    min-height: 240px;
  }

  .publication-title-outer {
    padding: 15px 10px;
  }

  /* slider */
  .article-list-thumb {
    min-height: 260px;
    max-height: 260px;
  }

  .latest-article-wrapper .swiper-button-next,
  .latest-article-wrapper .swiper-button-prev {
    top: 22%;
    width: 40px;
    height: 40px;
  }

  .latest-article-wrapper .swiper-button-prev {
    left: -8px;
  }

  .latest-article-wrapper .swiper-button-next {
    right: -8px;
  }

  .latest-article-wrapper .swiper-wrapper {
    margin-bottom: 40px;
  }

  .inline-slider-dg .swiper-wrapper {
    margin-bottom: 0;
  }

  /* article detail page */
  .single-article-banner-img {
    height: 550px;
  }

  .after-banner-sec-main-outer {
    margin-top: -80px;
  }

  .after-banner-sec-main-outer .sidebar-right-sec {
    padding: 80px 0 0;
  }

  .after-banner-sec-main-outer .content-left-sec .article-main-title {
    font-size: 30px;
    line-height: 40px;
  }

  .sidebar-right-sec > img {
    margin-bottom: 40px;
  }

  .author-and-social-sec p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  /* shop page filter css */
  .shop-filter-main-outer .section-title {
    margin-bottom: 40px;
  }

  .shop-filter-main-left-outer {
    margin-right: 30px;
    max-width: 250px;
  }

  .right-sec-shop-filtered-list
    .products
    .product
    .woocommerce-loop-product__title,
  .right-sec-shop-filtered-list .products .product .price {
    font-size: 16px !important;
    line-height: 23px;
  }

  .right-sec-shop-filtered-list .products .product .button {
    height: 40px;
  }

  /* Shop Detail Page css */
  .woocommerce-page.single-product .product-detail-wrapper {
    padding: 40px 15px 0;
  }

  .woocommerce-page.single-product .product-detail-wrapper .summary .price {
    font-size: 26px;
    line-height: 38px;
  }

  .woocommerce-page.single-product .product-detail-wrapper .summary p {
    font-size: 16px;
    line-height: 24px;
  }

  .product-add-to-cart-wrapper .variations tr th label {
    font-size: 16px;
    line-height: 22px;
  }

  .product-preview-wrapper label {
    font-size: 16px;
    line-height: 22px;
  }

  .product-add-to-cart-wrapper .variations tr .value::before {
    background-size: 14px !important;
    right: 10px;
  }

  .product-add-to-cart-wrapper .variations tr .value select {
    font-size: 16px;
    padding: 10px 25px 10px 15px !important;
  }

  .quantity .qty {
    height: 44px;
  }

  .product-add-to-cart-wrapper
    .single_variation_wrap
    .wc-variation-selection-needed,
  .product-preview-wrapper .elementor-button,
  .product-type-simple
    .product-add-to-cart-wrapper
    .product-add-to-cart-wrapper-inner
    form
    .button {
    height: 44px;
    font-size: 14px;
    padding: 0 25px !important;
  }

  .product-subscribe-bar .product-subscribe-btn a,
  .related .heading-btn .elementor-button {
    font-size: 14px;
    height: 45px;
  }

  .product-subscribe-bar {
    padding: 40px 50px;
  }

  .product-add-info .product-description-content p {
    font-size: 17px;
    line-height: 25px;
  }

  .product-add-info .product-description-content .section-title,
  .related .heading-btn {
    margin-bottom: 40px;
  }

  .related .products .product .woocommerce-loop-product__title {
    color: #000;
    font-size: 17px !important;
    line-height: 24px;
  }

  .by-shop-item-details h2 {
    font-size: 24px;
  }

  /* Event page css */
  .upcoming-event-list .latest-article-wrapper {
    margin-bottom: 20px;
  }

  .upcoming-event-list .article-block-inner .article-list-thumb {
    max-width: 350px;
  }

  .upcoming-event-list .article-block-inner .article-list-content-sec {
    padding: 20px 20px;
  }

  .upcoming-event-list .article-block-inner .article-main-title {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .upcoming-event-list .article-block-inner .article-list-thumb .event-category,
  .past-event-list-main
    .article-block-inner
    .article-list-thumb
    .event-category {
    padding: 10px 15px;
  }

  .upcoming-event-list .article-block-inner .article-list-thumb .event-category,
  .past-event-list-main
    .article-block-inner
    .article-list-thumb
    .event-category {
    top: 20px;
    left: 20px;
  }

  .upcoming-event-list .article-block-inner .article-view-more-btn {
    margin-top: 10px !important;
  }

  .upcoming-event-list .article-block-inner .article-subject {
    font-size: 16px;
  }

  .past-event-list-main .past-event-listing {
    margin-bottom: 20px;
  }

  .past-article-block-wrapper {
    gap: 20px;
  }

  .past-article-block-wrapper .article-block-inner {
    width: calc(33.33% - 13.5px);
  }

  .past-article-block-wrapper
    .article-block-inner
    .artcle-inner-content
    .article-list-content-sec {
    padding: 20px 15px;
  }

  .past-event-list-main
    .article-block-inner
    .article-inner-content
    .article-subject {
    font-size: 15px !important;
    line-height: 21px !important;
  }

  .past-event-list-main .article-block-inner .article-view-more-btn {
    margin-top: 10px;
  }

  .past-event-list-main .article-block-inner .event-category .sub-description {
    font-size: 12px !important;
  }

  .event-stripe .heading .elementor-heading-title {
    font-size: 28px !important;
    line-height: 35px !important;
  }

  .event-stripe .sub-title .elementor-heading-title {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  /* upcoming event filter page css */
  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-list-content-sec {
    padding: 20px;
  }

  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-list-thumb {
    max-width: 280px;
  }

  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-subject {
    font-size: 15px;
    line-height: 23px;
  }

  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-main-title {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 20px;
  }

  .upcoming-event-list
    .article-block-inner
    .article-list-thumb
    .event-category
    .sub-description {
    font-size: 13px !important;
    line-height: 17px !important;
  }

  .upcoming-event-apply-btn,
  .upcoming-event-reset-btn {
    height: 45px;
    font-size: 14px;
  }

  /* upcoming event detail page css */
  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .tribe-events-event-image
    img {
    max-height: 500px;
  }

  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .all-event-btn {
    top: 30px;
    right: 30px;
  }

  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .event-category {
    top: 30px;
    left: 30px;
  }

  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .all-event-btn
    img {
    width: 18px;
  }

  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .tribe-events-event-image {
    margin-bottom: 30px;
  }

  .tribe_events .section-title .tribe-events-single-event-title {
    font-size: 32px;
    line-height: 48px;
  }

  .tribe-events-single-event-description .tribe-events-content-inner p {
    font-size: 16px;
    line-height: 28px;
  }

  .event-detail-cta .cta-heading {
    font-size: 26px;
    line-height: 36px;
    margin-right: 10px;
  }

  .speaker-list
    .event-slider
    .article-block-inner
    .card
    .individual-services
    .services-image-div {
    height: 250px;
  }

  .speaker-list
    .event-slider
    .article-block-inner
    .card
    .individual-services
    .services-content-div {
    padding: 20px 15px;
  }

  .sponserby-list {
    gap: 30px;
    margin-bottom: 60px;
  }

  .sponserby-list .individual-services {
    width: 220px;
    height: 220px;
  }

  /* careers page css */
  .sub-section-title .elementor-heading-title {
    font-size: 24px !important;
    line-height: 36px !important;
  }

  .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    padding: 20px 20px 20px !important;
  }

  .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    padding: 20px !important;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-content
    .career_outer_class
    .career_inner_div {
    margin-bottom: 10px;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-content
    .career_outer_class
    .career_inner_div
    ul {
    margin-bottom: 10px;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-content
    .career_outer_class
    .career_inner_div
    ul
    li::before {
    width: 6px;
    height: 6px;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-title
    .elementor-accordion-title {
    font-size: 20px;
    line-height: 28px;
  }

  .faq-section .elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
  }

  /* video page css */
  .youtube-videos-wrapper {
    padding: 60px 0;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .youtube-videos-page-layout-block-first-sec
    iframe {
    height: 530px;
    margin-bottom: 20px;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .youtube-videos-page-layout-block-first-sec {
    padding: 0 0 40px;
  }

  .repeated-youtube-video-sec
    .youtube-video-page-layout-block-inner
    .article-list-content-sec {
    padding: 20px 15px;
  }

  /* country page css */
  .country-publication-block-wrapper .shop_product_image {
    max-width: 180px;
    margin-left: 15px;
  }

  .country-publication-block-wrapper .load_more_articles_btn {
    top: -84px;
  }

  /* past event page css */
  .past-event-section .upcoming-article-block-wrapper {
    gap: 20px;
  }

  .past-event-section .upcoming-article-block-wrapper .article-block-inner {
    width: calc(100% / 2 - 10px) !important;
  }

  .past-event-section
    .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-main-title {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .past-event-section
    .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-subject {
    font-size: 13px !important;
    line-height: 18px !important;
  }

  .past-event-section
    .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-list-content-sec {
    padding: 20px 15px !important;
  }

  .past-event-section
    .upcoming-article-block-wrapper
    .article-block-inner
    .artcle-inner-content
    .article-list-thumb {
    height: 260px;
  }

  .past-event-section
    .article-block-inner
    .artcle-inner-content
    .article-list-thumb
    .event-category
    .sub-description {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  /* my account page css */
  .woocommerce-account .page-header .entry-title,
  .woocommerce-checkout .page-header .entry-title,
  .woocommerce-cart .page-header .entry-title,
  .cart-collaterals .cart_totals h2 {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 40px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    margin-left: 40px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    line-height: 22px;
    padding: 14px 15px;
  }

  .tab-title,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .tab-title,
  .woocommerce-billing-fields .tab-title,
  .woocommerce-shipping-fields .tab-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
  }

  .woocommerce-account .woocommerce-orders-table tr td,
  .woocommerce-table tr td,
  .woocommerce-MyAccount-paymentMethods tr td {
    font-size: 15px;
    line-height: 20px;
  }

  .customer-details-wrapper .checkbox input[type="checkbox"] + span::after {
    top: 6px !important;
  }

  .account-form-wrapper {
    gap: 30px;
    margin-top: 20px;
  }

  .woocommerce .woocommerce-form-row input,
  .shipping_address .form-row input,
  .woocommerce-billing-fields .form-row input,
  .checkout .form-row input,
  .woocommerce form .form-row input {
    height: 40px;
  }

  .select2 .select2-selection {
    height: 40px;
  }

  .account-form-wrapper .title {
    font-size: 24px !important;
  }

  .woocommerce-shipping-fields .woocommerce-form__input + span::after {
    top: 10px !important;
  }

  .cart-collaterals .shop_table tr td,
  .cart-collaterals .shop_table tr th {
    padding: 10px 15px;
  }

  .woocommerce-cart-form {
    margin-bottom: 20px;
  }

  .woocommerce-shipping-fields #ship-to-different-address label span::after {
    top: 7px !important;
  }

  /* author & tag page css */
  .author-article-main-outer .article-filtered-block-inner,
  .tag-article-main-outer .article-filtered-block-inner {
    width: calc(100% / 3 - 13.4px);
  }

  .author-article-main-outer .author-article-container-inner,
  .tag-article-main-outer .tag-article-container-inner,
  .author-interview-main-outer .author-interview-container-inner,
  .tag-interview-main-outer .tag-interview-container-inner,
  .author-article-main-outer .author-article-container-inner,
  .tag-article-main-outer .tag-article-container-inner {
    margin-bottom: 50px;
  }

  .author-article-main-outer .article-list-content-sec .article-main-title,
  .tag-article-main-outer .article-list-content-sec .article-main-title,
  .author-interview-main-outer .article-list-content-sec .article-main-title,
  .tag-interview-main-outer .article-list-content-sec .article-main-title {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .author-interview-main-outer .article-filtered-block-inner,
  .tag-interview-main-outer .article-filtered-block-inner {
    width: calc(100% / 2 - 10px);
  }

  /* partnered events page css */
  .partnered-events-wrapper.upcoming .partnered-event-block-results {
    gap: 20px;
  }

  .partnered-events-wrapper.upcoming
    .partnered-event-block-results
    .partnered-event-block-inner {
    width: calc(100% / 3 - 13.4px);
  }

  .partnered-events-wrapper.upcoming .load_more_partnered_events_btn,
  .partnered-events-wrapper.upcoming .tby_load_more_partnered_events_btn {
    margin: 50px auto 0;
  }

  .partnered-events-wrapper.partnered .partnered-information .title {
    font-size: 18px !important;
    line-height: 25px !important;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .partnered-event-view-more-btn {
    font-size: 14px !important;
  }

  .partnered-events-wrapper.upcoming .partner-list-learn-more {
    height: 42px;
    font-size: 13px;
  }

  /* B2B page css */
  .b2b-section-main-outer .b2b-items img {
    max-width: 200px;
  }

  .b2b-section-main-outer .b2b-items .b2b-interviewer-details h2 {
    font-size: 22px;
  }

  /* Forum page css */
  .forum-section-main-outer .pub-date-soc-share-sec {
    flex-direction: column;
    align-items: flex-start;
  }

  .forum-section-main-outer .pub-date-soc-share-sec .published-date {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .forum-section-main-outer .pub-date-soc-share-sec .interview-tag-list {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .forum-section-main-inner .forum-items .sub-title {
    font-size: 17px !important;
    line-height: 27px !important;
  }

  .forum-section-main-inner .forum-items {
    padding-bottom: 5px;
  }

  /* country pop up css */
  #tby-countries-popup h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  #tby-countries-popup .tby-countries-list .tby-countries-list-column {
    min-width: 200px;
  }

  #tby-countries-popup
    .tby-countries-list
    .tby-countries-list-column:nth-child(3) {
    min-width: 320px;
  }

  /* single article first slider css start  */
  .single-detail-first-slider img {
    height: 350px;
  }
}

@media screen and (max-width: 1024px) {
  /* header */
  .header {
    height: auto;
  }

  .header .hfe-nav-menu .menu-item {
    display: unset;
  }

  .header .elementor-container .elementor-column:last-child {
    max-width: 100%;
    width: 100% !important;
  }

  .header {
    padding: 15px 15px !important;
  }

  .header .elementor-widget-wrap .elementor-element:first-child {
    width: 60% !important;
  }

  .header .elementor-widget-wrap .elementor-element {
    width: 40% !important;
    margin-bottom: 0 !important;
  }

  .header
    .elementor-widget-wrap
    .elementor-element
    .elementor-widget-container {
    display: flex;
  }

  .header
    .elementor-widget-wrap
    .elementor-element
    .elementor-widget-container
    img {
    width: 100%;
    max-width: 250px;
  }

  .header
    .elementor-widget-wrap
    .elementor-element
    .hfe-nav-menu
    .hfe-nav-menu__toggle {
    margin: 0 0 0 auto !important;
  }

  .header .hfe-nav-menu .menu-item.current_page_item a::before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section-title,
  .section-title .elementor-heading-title {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .head-title {
    font-size: 22px !important;
    line-height: 33px !important;
  }

  .sub-section-title {
    font-size: 28px;
    line-height: 40px;
  }

  .banner-content .section-title .elementor-heading-title,
  .section-title {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .stripe-section
    .elementor-container
    .elementor-column:nth-child(2)
    .elementor-widget-container
    .elementor-heading-title {
    font-size: 26px !important;
  }

  /* interview page card */
  .interviews-block-main-outer,
  .three-col-may-intrested-interviews {
    gap: 10px;
  }

  .interviews-block-inner.first-interview-sec {
    width: calc(66.66% - 4px);
  }

  .interviews-block-inner {
    width: calc(33.33% - 7px);
  }

  .interviews-block-inner.first-interview-sec .interviews-list-content-sec {
    padding: 20px 15px;
  }

  .interviews-list-content-sec {
    padding: 15px;
  }

  .interviews-block-inner.first-interview-sec .interviewers-list-thumb {
    max-width: 260px;
    min-height: 100%;
  }

  .interviews-block-inner .interviewers-list-thumb,
  .interviews-block-inner:nth-child(3) .interviewers-list-thumb,
  .interviews-block-inner:nth-child(4) .interviewers-list-thumb,
  .interviews-block-inner:nth-child(5) .interviewers-list-thumb {
    height: 240px;
  }

  .three-col-may-intrested-interviews
    .interviews-inner
    .interviewers-list-thumb {
    height: 240px;
  }

  /* Interview Detail Page */
  .single-interview-mid-sec .right-side-sec {
    max-width: 220px;
  }

  .single-interview-mid-sec .left-side-sec,
  .forum-section-main-outer {
    padding-right: 40px;
  }

  .single-interview-top-sec .right-content-sec .interviewer-position-details,
  .single-interview-top-sec .right-content-sec .country-and-sector {
    margin-bottom: 15px;
  }

  .single-interview-top-sec .left-img-sec {
    max-width: 250px;
  }

  .single-interview-top-sec .right-content-sec {
    padding: 25px 0 25px 25px;
  }

  .single-interview-mid-sec .left-side-sec p strong,
  .forum-section-main-outer p strong {
    font-size: 20px;
    line-height: 32px;
  }

  .single-interview-mid-sec .left-side-sec p,
  .forum-section-main-outer p {
    margin-bottom: 15px;
  }

  .single-interview-mid-sec .youtube-video-sidebar-sec .section-title {
    margin-bottom: 35px;
  }

  .youtube-video-sidebar-sec .article-detail-listing-youtube {
    margin-bottom: 25px;
  }

  /* article detail page */
  .single-article-banner-img {
    height: 500px;
  }

  .after-banner-sec-main-outer .content-left-sec .article-main-title {
    font-size: 26px;
    line-height: 36px;
  }

  .after-banner-sec-main-outer .content-left-sec {
    padding: 30px 30px 0 15px;
  }

  .after-banner-sec-main-outer {
    margin-top: -80px;
  }

  .after-banner-sec-main-outer .sidebar-right-sec {
    padding: 40px 0 0;
  }

  /* publication block css */
  .publication-block-main-outer {
    gap: 10px;
  }

  .publication-list-thumb {
    padding: 5px;
    min-height: 210px;
  }

  .publication-block-inner {
    width: calc(25% - 8px);
  }

  /* shop page filter css */
  .shop-filter-main-left-outer {
    margin-right: 20px;
  }

  .right-sec-shop-filtered-list .products .product {
    width: 30.8% !important;
  }

  .right-sec-shop-filtered-list .products .product.last {
    margin-right: auto !important;
  }

  .right-sec-shop-filtered-list .products .product:nth-child(3n) {
    margin-right: 0;
  }

  .right-sec-shop-filtered-list
    .products
    .product
    .woocommerce-loop-product__title,
  .right-sec-shop-filtered-list .products .product .price {
    font-size: 16px !important;
    line-height: 23px;
  }

  .right-sec-shop-filtered-list .products .product .button {
    font-size: 13px;
  }

  /* Shop Detail Page css */
  .woocommerce-page.single-product .product-detail-wrapper .summary {
    padding-left: 25px;
  }

  .woocommerce-page.single-product .product-detail-wrapper .summary .price {
    font-size: 24px;
    line-height: 36px;
  }

  .woocommerce-page.single-product
    .product-detail-wrapper
    .woocommerce-product-gallery {
    max-width: 300px;
  }

  .product-add-to-cart-wrapper
    .single_variation_wrap
    .wc-variation-selection-needed,
  .product-add-to-cart-wrapper .button {
    min-width: 200px;
    width: fit-content;
  }

  .product-add-to-cart-wrapper {
    flex-direction: column;
  }

  .product-add-to-cart-wrapper .product-add-to-cart-wrapper-inner {
    margin-bottom: 40px;
  }

  .product-preview-wrapper label {
    margin-bottom: 12px !important;
  }

  .product-add-to-cart-wrapper .product-add-to-cart-wrapper-inner {
    margin-right: 0;
    max-width: 100%;
  }

  .product-add-to-cart-wrapper .variations {
    max-width: 305px;
  }

  .product-add-to-cart-wrapper
    .single_variation_wrap
    .woocommerce-variation-add-to-cart
    .button {
    max-width: 223px;
  }

  /* event page css */
  .upcoming-event-list .article-block-inner .article-main-title {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .upcoming-event-list .article-block-inner .article-list-thumb {
    max-width: 320px;
  }

  .past-article-block-wrapper .article-block-inner {
    width: calc(50% - 10px);
  }

  .event-stripe .heading .elementor-heading-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .event-stripe
    .stripe-section
    .elementor-container
    .elementor-column:nth-child(2)
    .elementor-widget-container
    .elementor-heading-title {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .upcoming-event-list .article-block-inner .article-list-thumb .event-category,
  .past-event-list-main
    .article-block-inner
    .article-list-thumb
    .event-category {
    max-width: 85%;
  }

  /* upcoming event filter page css */
  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-list-thumb {
    max-width: 250px;
  }

  /* upcoming event detail page css */
  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .tribe-events-event-image
    img {
    max-height: 450px;
  }

  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .all-event-btn {
    font-size: 14px;
    line-height: 20px;
  }

  .tribe_events .section-title .tribe-events-single-event-title {
    font-size: 30px;
    line-height: 46px;
  }

  .speaker-list
    .event-slider
    .article-block-inner
    .card
    .individual-services
    .services-image-div {
    height: 230px;
  }

  .event-detail-cta .cta-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .tribe-events-single-event-description .tribe-events-content-inner {
    padding: 40px 0 60px;
  }

  .get-contact-details .venue-informati0n,
  .get-contact-details .contact-information {
    max-width: 300px;
    padding-right: 30px;
  }

  .get-contact-details .venue-informati0n,
  .get-contact-details .contact-information {
    padding-right: 20px;
  }

  .event-detail-cta .cta-subheading {
    margin-right: 20px;
  }

  .event-detail-cta .product-subscribe-bar {
    padding: 38px 30px;
  }

  .sponserby-list {
    gap: 20px;
  }

  .sponserby-list .individual-services {
    width: calc(100% / 4 - 15px);
    height: 230px;
  }

  .sponserby-list .individual-services img {
    width: 100%;
  }

  /* careers page css */
  .sub-section-title .elementor-heading-title {
    font-size: 22px !important;
    line-height: 34px !important;
  }

  /* contact page css */
  .contact-section-box .elementor-container .elementor-column {
    width: 50% !important;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .contact-section-box .elementor-container .elementor-column:first-child,
  .contact-section-box .elementor-container .elementor-column:nth-child(3) {
    max-width: 320px;
  }

  .contact-section-box
    .elementor-container
    .elementor-column
    .elementor-element {
    text-align: left !important;
  }

  /* event form css */
  .event-detail-pop-form .logo {
    margin-bottom: 30px;
  }

  .event-detail-pop-form .description {
    line-height: 24px;
  }

  .event-detail-pop-form .form-group {
    gap: 20px 15px;
  }

  .event-detail-pop-form .form-group .input-group {
    width: calc(50% - 7.5px);
  }

  /* video page css */
  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .youtube-videos-page-layout-block-first-sec
    iframe {
    height: 480px;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .artcle-inner-content
    .article-inner-content
    .article-main-title {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .repeated-youtube-video-sec {
    gap: 10px;
  }

  /* country page css */
  .country-publication-block-wrapper .shop_product_image {
    max-width: 150px;
  }

  .country-publication-block-wrapper .load_more_articles_btn {
    top: -78px;
  }

  /* past event page css */
  .past-event-section .upcoming-article-block-wrapper .article-block-inner {
    width: 100% !important;
  }

  .past-event-section
    .upcoming-article-block-wrapper
    .article-block-inner
    .artcle-inner-content {
    flex-direction: row;
  }

  .past-event-section
    .upcoming-article-block-wrapper
    .article-block-inner
    .artcle-inner-content
    .article-list-thumb {
    height: 100%;
    max-width: 240px;
  }

  /* my account page css */
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    max-width: 250px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    margin-left: 30px;
  }

  .woocommerce-account .page-header .entry-title,
  .woocommerce-checkout .page-header .entry-title,
  .woocommerce-cart .page-header .entry-title,
  .cart-collaterals .cart_totals h2 {
    font-size: 26px;
    line-height: 38px;
  }

  .woocommerce-customer-details
    .woocommerce-columns
    .woocommerce-column
    .woocommerce-column__title {
    font-size: 24px;
    line-height: 34px;
  }

  .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    flex: 100%;
  }

  .account-form-wrapper {
    gap: 20px;
  }

  .woocommerce-form {
    padding: 25px !important;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    width: 100% !important;
  }

  .woocommerce .woocommerce-form-row {
    margin-bottom: 20px !important;
  }

  .woocommerce-EditAccountForm .title {
    margin-bottom: 20px;
  }

  .woocommerce
    .woocommerce-Payment
    .woocommerce-PaymentMethods
    .woocommerce-PaymentBox,
  .woocommerce-checkout-payment .wc_payment_methods .payment_box {
    padding: 25px 20px 0 !important;
  }

  .customer-details-wrapper,
  .woocommerce-checkout-review-order-table {
    margin-bottom: 30px !important;
  }

  .woocommerce-form-coupon .button,
  .woocommerce-error .button,
  .partnered-event-view-more-btn.attend-event,
  .partnered-event-view-more-btn.press-release,
  .woocommerce-message .button,
  .checkout_coupon .button {
    font-size: 14px !important;
  }

  /* author & tag page css */
  .author-interview-main-outer
    .article-filtered-block-inner
    .article-list-content-sec,
  .tag-interview-main-outer
    .article-filtered-block-inner
    .article-list-content-sec {
    padding: 15px 10px;
  }

  .author-interview-main-outer
    .article-filtered-block-inner
    .article-list-content-sec
    .article-inner-content
    .article-author,
  .tag-interview-main-outer
    .article-filtered-block-inner
    .article-list-content-sec
    .article-inner-content
    .article-author {
    margin-bottom: 0;
  }

  .author-article-main-outer
    .article-filtered-block-inner
    .article-list-content-sec,
  .tag-article-main-outer
    .article-filtered-block-inner
    .article-list-content-sec {
    padding: 15px 10px;
  }

  /* partenered events page css */
  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .partnered-event-list-content-sec {
    padding: 20px;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .partnered-event-main-title {
    font-size: 22px !important;
    line-height: 32px !important;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .article-subject {
    font-size: 15px;
    line-height: 21px;
  }

  .partnered-events-wrapper.upcoming
    .partnered-event-block-results
    .partnered-event-block-inner
    .partnered-event-list-thumb {
    height: 180px;
  }

  .partnered-events-wrapper.upcoming
    .partnered-event-block-results
    .partnered-event-block-inner
    .partnered-event-list-content-sec {
    padding: 15px 15px;
  }

  .partnered-events-wrapper.upcoming .partner-list-learn-more {
    height: 40px;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-view-more-btn.attend-event {
    margin-top: 20px;
  }

  /* B2B page css */
  .b2b-section-main-outer .b2b-items img {
    max-width: 180px;
  }

  .b2b-section-main-outer .b2b-items .b2b-interviewer-details h2 {
    font-size: 20px;
  }

  /* single article first slider css start  */
  .single-detail-first-slider img {
    height: 300px;
  }
}

@media screen and (max-width: 880px) {
  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .artcle-inner-content {
    flex-direction: column;
  }

  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-list-thumb {
    max-width: 100%;
    height: 250px;
  }

  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-main-title,
  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-subject {
    margin-bottom: 15px;
  }

  /* past event page css */
  .past-event-section
    .upcoming-article-block-wrapper
    .article-block-inner
    .artcle-inner-content
    .article-list-thumb {
    height: 260px;
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  /* shop page filter css */
  .right-sec-shop-filtered-list .products .product {
    width: 48% !important;
    margin: 0 3.8% 2.992em 0 !important;
  }

  .right-sec-shop-filtered-list .products .product:nth-child(3n) {
    margin-right: 3.8%;
  }

  .right-sec-shop-filtered-list .products .product:nth-child(even) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-page.single-product
    .product-detail-wrapper
    .product-detail-info-wrapper {
    padding: 0 0 60px;
  }

  .related .products {
    display: flex;
    flex-wrap: wrap;
  }

  .related .products .product {
    width: calc(33.33% - 14px) !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
  }

  .related .heading-btn {
    margin-bottom: 30px;
  }

  .related .products .product:nth-child(3n) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .ads-vertical-sec {
    max-width: 300px;
    margin: 0 auto;
  }

  .vertical-mobile {
    display: block;
  }

  .horizontal-mobile {
    display: flex;
  }

  .vertical-desktop,
  .horizontal-desktop {
    display: none;
  }

  .sub-description {
    font-size: 13px !important;
    line-height: 17px !important;
  }

  .woocommerce .onsale {
    font-size: 12px !important;
    height: 40px !important;
    width: 40px !important;
    min-height: 45px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* banner */
  .homepage-banner-section {
    height: 450px;
  }

  .homepage-banner-section .homepage-banner-detail-section {
    padding: 30px 20px;
    min-width: 300px;
  }

  /* fancy box modal css */
  .fancybox-container .fancybox-inner .fancybox-content .fancybox-button svg {
    height: 26px;
  }

  .event-detail-pop-form .fancybox-button.fancybox-close-small::before {
    top: 25px !important;
  }

  .fancybox-container
    .fancybox-inner
    .fancybox-content
    .fancybox-button.fancybox-close-small::before {
    right: 0;
    top: 10px;
    background-size: 14px;
  }

  .services-modal-inner .services-image-div {
    max-width: 200px;
    margin-right: 15px;
  }

  .fancybox-container .fancybox-inner .fancybox-content .fancybox-button {
    right: 10px;
    top: 10px;
    padding-right: 0;
    padding-top: 0;
  }

  .fancybox-container .fancybox-inner .fancybox-content {
    padding: 20px 15px;
  }

  .services-modal-inner .inner-content .description {
    line-height: 24px;
  }

  .services-modal-inner .inner-content .sub-title {
    margin-bottom: 15px;
  }

  .pad100 {
    padding: 40px 0;
  }

  .border-line::before,
  .section-title .elementor-heading-title::before {
    bottom: -10px;
    width: 60px;
  }

  /* btn */
  .elementor-button-link {
    font-size: 13px !important;
    padding: 13px 20px !important;
  }

  /* all sections */
  .latest-article-section,
  .feature-interview-section,
  .homepage-our-publication-sec,
  .homepage-video-sec,
  .footer-section {
    padding: 40px 15px !important;
  }

  .section-title,
  .section-title .elementor-heading-title {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .sub-section-title {
    font-size: 20px;
    line-height: 30px;
  }

  .head-title {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .title {
    font-size: 18px !important;
    line-height: 23px !important;
  }

  .tag {
    font-size: 13px;
    line-height: 18px;
  }

  .description {
    font-size: 15px;
    line-height: 22px;
  }

  .sub-title {
    font-size: 16px;
    line-height: 23px;
  }

  .latest-article-wrapper .section-title,
  .latest-article-wrapper .sub-section-title,
  .section-title .elementor-heading-title,
  .sponser-section .sub-section-title,
  .country-interview-section .section-title,
  .tag-wrapper .sub-section-title,
  .author-wrapper .sub-section-title,
  .partnered-events-wrapper .section-title {
    margin-bottom: 40px;
  }

  .terms-of-section .elementor-heading-title {
    margin-bottom: 40px !important;
  }

  .banner-content .elementor-widget-wrap {
    padding: 20px 15px !important;
  }

  .banner-content .section-title,
  .banner-content .sub-title {
    margin-bottom: 10px !important;
  }

  .banner-content .section-title .elementor-heading-title,
  .section-title {
    font-size: 24px !important;
    line-height: 34px !important;
  }

  .banner-content .sub-title div {
    font-size: 16px !important;
    line-height: 23px !important;
  }

  .banner-content .description p {
    font-size: 15px !important;
    line-height: 22px !important;
    margin-bottom: 0 !important;
  }

  .banner-content .sub-title .elementor-heading-title {
    font-size: 16px !important;
    line-height: 23px !important;
  }

  /* stripe section */
  .stripe-section .elementor-container {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
  }

  .stripe-section .elementor-container .elementor-column:first-child {
    order: 1;
    margin-top: 20px;
  }

  .stripe-section
    .elementor-container
    .elementor-column:first-child
    .elementor-widget-container {
    display: flex;
    justify-content: center;
  }

  .stripe-section
    .elementor-container
    .elementor-column:first-child
    .elementor-widget-container
    img {
    max-width: 250px;
  }

  .stripe-section .elementor-container .elementor-column:nth-child(2) {
    order: 1;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .stripe-section
    .elementor-container
    .elementor-column:nth-child(2)
    .elementor-widget-container {
    display: flex;
    justify-content: center;
  }

  .stripe-section
    .elementor-container
    .elementor-column:nth-child(2)
    .elementor-widget-container
    .elementor-heading-title {
    font-size: 25px !important;
    line-height: 30px;
    text-align: center;
  }

  .stripe-section .elementor-container .elementor-column:nth-child(3) {
    order: 2;
  }

  .shop-now-btn {
    position: unset !important;
    margin-bottom: 40px !important;
  }

  /* latest article page css */
  .latest-article-wrapper .latest-article-slider .article-block-main-outer {
    padding: 0;
  }

  .article-list-content-sec {
    padding: 20px 10px;
  }

  .article-list-thumb {
    min-height: 240px;
    max-height: 240px;
  }

  a.article-view-more-btn,
  .load_more_products_btn,
  .event-detail-register-btn .eventbtn,
  .event-submit-btn,
  .load_more_press_btn,
  .load_more_articles_btn,
  .load_more_interviews_btn,
  .mc4wp-form .subscribe-btn {
    font-size: 13px !important;
    padding: 13px 20px !important;
  }

  .latest-article-wrapper .swiper-button-next,
  .latest-article-wrapper .swiper-button-prev {
    top: 22.5%;
    width: 35px;
    height: 35px;
  }

  .latest-article-wrapper .swiper-button-next {
    right: -10px;
  }

  .latest-article-wrapper .swiper-button-prev {
    left: -10px;
  }

  .latest-article-wrapper .swiper-button-next img,
  .latest-article-wrapper .swiper-button-prev img {
    width: 20px;
  }

  .latest-article-wrapper .ctm-btn {
    margin: 40px auto 0 !important;
  }

  a.article-view-more-btn,
  .load_more_products_btn,
  .event-detail-register-btn .eventbtn {
    margin-top: 0 !important;
  }

  /* article detail page */
  .single-article-banner-img {
    height: 400px;
  }

  .after-banner-sec-main-outer {
    flex-direction: column;
  }

  .after-banner-sec-main-outer {
    padding-bottom: 20px;
  }

  .after-banner-sec-main-outer .content-left-sec {
    padding: 30px 0 0 0;
  }

  .after-banner-sec-main-outer .content-left-sec .article-main-title {
    font-size: 24px;
    line-height: 32px;
  }

  .after-banner-sec-main-outer .sidebar-right-sec {
    margin-top: 0;
  }

  .author-and-social-sec p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .author-and-social-sec .article-author-meda-data {
    margin-bottom: 20px;
  }

  .author-and-social-sec .article-subject {
    margin-bottom: 25px;
  }

  .after-banner-sec-main-outer .sidebar-right-sec {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .after-banner-sec-main-outer .sidebar-right-sec .ads-vertical-sec {
    max-width: 250px;
    margin: 0 auto 30px;
  }

  .sidebar-right-sec > img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 40px;
  }

  /* interview page card */
  a.interview-view-more-btn,
  .career_apply_btn {
    font-size: 13px !important;
    padding: 13px 20px !important;
  }

  .interviews-block-inner.first-interview-sec {
    width: 100%;
  }

  .interviews-block-inner.first-interview-sec .interviewers-list-thumb {
    width: 100%;
    max-width: 230px;
    min-height: 100%;
  }

  .interviews-block-inner {
    width: calc(50% - 5px);
  }

  .interviews-block-inner .interviewers-country-sect-details,
  .interviews-block-inner .interview-main-title,
  .interviews-block-inner .interviewers-pos-com-name {
    margin-bottom: 10px;
  }

  .interviews-block-inner .interviewers-list-thumb {
    height: 240px;
  }

  /* Interview Detail Page */
  .single-interview-top-sec {
    flex-direction: column;
  }

  .single-interview-top-sec .left-img-sec {
    max-width: 250px;
  }

  .single-interview-top-sec .right-content-sec {
    padding: 15px 0 15px 0;
  }

  .single-interview-top-sec .right-content-sec .interviewer-position-details,
  .single-interview-top-sec .right-content-sec .country-and-sector {
    margin-bottom: 15px;
  }

  .single-interview-mid-sec {
    flex-direction: column;
  }

  .single-interview-mid-sec .left-side-sec,
  .forum-section-main-outer {
    padding-right: 0;
  }

  .single-interview-mid-sec .left-side-sec p strong,
  .forum-section-main-outer p strong {
    font-size: 18px;
    line-height: 28px;
  }

  .single-interview-mid-sec .left-side-sec p,
  .forum-section-main-outer p {
    font-size: 15px;
    line-height: 25px;
  }

  .single-interview-mid-sec .right-side-sec {
    margin-top: 30px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .single-interview-mid-sec .right-side-sec > img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 40px;
  }

  .single-interview-top-sec .right-content-sec .bio-details p {
    font-size: 15px;
    line-height: 25px;
  }

  .article-detail-listing-youtube-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .may-also-be-intrested-sec-main-outer .interview-view-more-btn {
    margin: 40px auto 0;
  }

  .article-detail-listing-youtube-wrapper .article-detail-listing-youtube {
    width: calc(50% - 5px);
  }

  .youtube-video-sidebar-sec .article-detail-listing-youtube iframe {
    height: auto;
  }

  .youtube-video-sidebar-sec .article-detail-listing-youtube {
    margin-bottom: 10px;
  }

  /* publication block css */
  .publication-list-thumb {
    min-height: 200px;
  }

  .publication-block-inner {
    width: calc(33.33% - 7px);
  }

  .publication-block-inner .publication-list-thumb img {
    width: 100%;
  }

  /* inline slider css */
  .inline-slider-dg .latest-article-slider {
    padding: 0 50px;
  }

  .inline-slider-dg .article-block-inner .article-list-thumb {
    flex-direction: column;
    height: auto;
  }

  .inline-slider-dg .article-block-inner .article-list-thumb img {
    max-width: 100%;
    height: 140px;
  }

  .inline-slider-dg .latest-article-slider .swiper-button-next,
  .inline-slider-dg .latest-article-slider .swiper-button-prev {
    top: 70px;
    width: 35px;
    height: 35px;
  }

  .inline-slider-dg .swiper-button-next {
    right: 0;
  }

  .inline-slider-dg .swiper-button-prev {
    left: 0;
  }

  /* shop page filter css */
  .shop-filter-main-outer-wrapper {
    flex-direction: column;
  }

  .shop-filter-main-left-outer {
    margin: 0 auto;
    position: unset;
    padding: 0 10px 30px;
    max-width: 100%;
  }

  .shop-filter-main-left-outer .title {
    margin-bottom: 20px;
  }

  .right-sec-shop-filtered-list .products .product {
    width: 30.8% !important;
    margin: 0 3.8% 2.992em 0 !important;
  }

  .right-sec-shop-filtered-list .products .product:nth-child(even) {
    margin: 0 3.8% 2.992em 0 !important;
  }

  .right-sec-shop-filtered-list .products .product:nth-child(3n) {
    margin-right: 0 !important;
  }

  /* Shop Detail page css */
  .woocommerce-page.single-product .product-detail-wrapper {
    padding: 40px 15px 0;
  }

  .woocommerce-page.single-product
    .product-detail-wrapper
    .product-detail-info-wrapper {
    padding: 0 0 40px;
  }

  .woocommerce-page.single-product
    .product-detail-wrapper
    .product-detail-info-wrapper {
    flex-direction: column;
  }

  .woocommerce-page.single-product
    .product-detail-wrapper
    .woocommerce-product-gallery {
    max-width: 350px;
    margin: 0 auto 40px;
  }

  .woocommerce-page.single-product .product-detail-wrapper .summary {
    padding-left: 0;
  }

  .woocommerce-page.single-product .product-detail-wrapper .summary .price {
    font-size: 22px;
    line-height: 34px;
  }

  .woocommerce-page.single-product
    .product-detail-wrapper
    .summary
    .product_title {
    margin-bottom: 15px;
  }

  .product-add-info .product-description-content p,
  .woocommerce-page.single-product .product-detail-wrapper .summary p {
    font-size: 15px;
    line-height: 23px;
  }

  .product-add-to-cart-wrapper .variations tr th label,
  .product-preview-wrapper label {
    font-size: 15px;
    line-height: 21px;
  }

  .product-add-to-cart-wrapper .variations tr .value select {
    font-size: 15px;
  }

  .quantity .qty {
    height: 42px;
  }

  .product-add-to-cart-wrapper
    .single_variation_wrap
    .wc-variation-selection-needed,
  .product-preview-wrapper .elementor-button,
  .product-add-to-cart-wrapper .button,
  .product-type-simple
    .product-add-to-cart-wrapper
    .product-add-to-cart-wrapper-inner
    form
    .button,
  .woocommerce-form-coupon .button,
  .woocommerce-error .button,
  .partnered-event-view-more-btn.attend-event,
  .partnered-event-view-more-btn.press-release,
  .woocommerce-message .button,
  .checkout_coupon .button {
    height: 42px;
    font-size: 13px !important;
  }

  .product-add-info .product-description-content .section-title,
  .product-add-info .product-description-content .section-title {
    margin-bottom: 30px;
  }

  .product-subscribe-bar {
    padding: 30px 0;
  }

  .product-subscribe-bar::before {
    width: 100vw;
  }

  .related .products .product .woocommerce-loop-product__title {
    font-size: 16px !important;
    line-height: 23px;
  }

  .product-subscribe-bar .product-subscribe-btn a,
  .related .heading-btn .elementor-button {
    height: 43px;
    font-size: 13px;
  }

  .product-add-to-cart-wrapper {
    flex-direction: row;
  }

  .product-add-to-cart-wrapper .product-add-to-cart-wrapper-inner {
    margin-right: 30px;
    max-width: 305px;
    margin-bottom: 0;
  }

  .product-preview-wrapper label {
    margin-bottom: 25px !important;
  }

  .product-add-to-cart-wrapper
    .single_variation_wrap
    .woocommerce-variation-add-to-cart
    .button {
    /* margin-left: 15px; */
    font-size: 15px;
    max-width: 228px;
  }

  .product-subscribe-bar .product-subscribe-btn a {
    margin-left: 0;
  }

  .product-type-simple
    .product-add-to-cart-wrapper
    .product-add-to-cart-wrapper-inner
    form
    .button {
    margin-left: 15px;
    font-size: 15px;
  }

  .product-preview-wrapper strong {
    font-size: 16px;
    line-height: 23px;
  }

  /* Event page css */
  .upcoming-event-list .article-block-inner {
    display: flex;
    flex-wrap: wrap;
  }

  .upcoming-event-list .article-block-inner .artcle-inner-content {
    flex-direction: column;
  }

  .upcoming-event-list .upcoming-article-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  .upcoming-event-list .upcoming-article-block-wrapper .article-block-inner {
    width: calc(50% - 7.5px);
    margin-right: 0;
    margin-bottom: 0;
  }

  .upcoming-event-list .article-block-inner .article-list-content-sec {
    padding: 15px;
  }

  .upcoming-event-list
    .upcoming-article-block-wrapper
    .article-block-inner
    .article-list-thumb {
    max-width: 100%;
    height: 240px;
  }

  .upcoming-event-list .article-block-inner .article-subject {
    font-size: 15px;
  }

  .upcoming-event-list .article-block-inner .article-main-title {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .upcoming-event-list .article-block-inner .article-main-title {
    font-size: 22px !important;
    line-height: 30px !important;
    margin-bottom: 15px;
  }

  .upcoming-event-list
    .article-block-inner
    .article-list-thumb
    .event-category
    .sub-description {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .upcoming-event-list .latest-article-wrapper {
    margin-bottom: 20px;
  }

  .past-article-block-wrapper {
    gap: 15px;
    margin-bottom: 0;
  }

  .past-article-block-wrapper .article-block-inner {
    width: calc(50% - 7.5px);
  }

  .past-article-block-wrapper
    .article-block-inner
    .artcle-inner-content
    .article-list-content-sec {
    padding: 15px;
  }

  .event-stripe .stripe-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .pub-date-soc-share-sec {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }

  .pub-date-soc-share-sec .published-date {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .pub-date-soc-share-sec .interview-tag-list {
    margin-bottom: 10px;
    margin-right: 0;
  }

  /* upcoming event filter page css */
  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-main-title {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-list-content-sec {
    padding: 15px;
  }

  .upcoming-event-apply-btn,
  .upcoming-event-reset-btn {
    height: 43px;
  }

  .sponserby-list {
    gap: 10px;
  }

  .sponserby-list .individual-services {
    padding: 10px;
    width: 170px;
    height: 170px;
  }

  .sponserby-list .individual-services img {
    width: 100%;
  }

  /* upcoming event detail page css */
  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .tribe-events-event-image
    img {
    max-height: 400px;
  }

  .tribe-events-schedule {
    align-items: flex-start;
  }

  .tribe_events .section-title .tribe-events-single-event-title {
    font-size: 26px;
    line-height: 42px;
  }

  .get-contact-details .venue-informati0n,
  .get-contact-details .contact-information {
    flex: 0 0 50%;
    max-width: 100%;
    width: 50%;
    margin-bottom: 30px;
  }

  .tribe-events-single-event-description .tribe-events-content-inner p {
    font-size: 15px;
    line-height: 25px;
  }

  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .all-event-btn {
    top: 20px;
    right: 20px;
  }

  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .event-category {
    top: 20px;
    left: 20px;
  }

  a.article-view-more-btn,
  .load_more_products_btn,
  .event-detail-register-btn .eventbtn,
  .get-contact-details .venue-informati0n a,
  .modalbtn-eventdetail,
  .contact-information a,
  .event-detail-btn .elementor-button,
  .event-submit-btn,
  .load_more_interviews_btn,
  .mc4wp-form .subscribe-btn {
    padding: 13px 20px;
    font-size: 13px;
  }

  .speaker-list {
    margin-bottom: 30px;
  }

  .speaker-list .event-block-main-outer {
    padding: 0;
  }

  .event-detail-cta .product-subscribe-bar {
    flex-direction: column;
  }

  .event-detail-cta .cta-heading,
  .event-detail-cta .cta-subheading {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .speaker-list
    .event-slider
    .article-block-inner
    .card
    .individual-services
    .services-image-div {
    height: 220px;
  }

  /* careers page css */
  .sub-section-title .elementor-heading-title {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-title
    .elementor-accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-content
    .career_outer_class
    .career_inner_div
    p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-content
    .career_outer_class
    .career_inner_div
    .career_title {
    font-size: 18px;
    line-height: 25px;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-title
    .elementor-accordion-title
    .sub_heading_class {
    font-size: 14px;
    line-height: 20px;
  }

  .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    padding: 15px !important;
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    padding: 15px !important;
  }

  .faq-section .elementor-accordion .elementor-accordion-item {
    margin-bottom: 15px;
  }

  .elementor-accordion
    .elementor-accordion-item
    .elementor-tab-content
    .career_outer_class
    .career_inner_div
    ul
    li {
    font-size: 15px;
    line-height: 23px;
  }

  /* contact page css */
  .contact-section-box .elementor-container .elementor-column:first-child,
  .contact-section-box .elementor-container .elementor-column:nth-child(3) {
    max-width: 220px;
  }

  .contact-section-box
    .contact-content
    .elementor-widget-wrap
    .description
    .elementor-widget-container {
    font-size: 15px !important;
    line-height: 21px !important;
  }

  .useful-contact-box .elementor-container .elementor-column {
    width: 100% !important;
    min-width: 200px;
  }

  /* event form css */
  .event-detail-pop-form .form-group-wrapper {
    margin-top: 20px;
  }

  .event-detail-pop-form .logo {
    margin-bottom: 20px;
  }

  .event-detail-pop-form .form-group .input-group label {
    font-size: 14px;
    line-height: 20px;
  }

  .event-detail-pop-form .form-group .input-group .input-field input,
  .event-detail-pop-form .form-group .input-group .input-field select,
  .mc4wp-form .mc4wp-form-fields input[type="text"],
  .mc4wp-form .mc4wp-form-fields input[type="email"] {
    font-size: 15px;
  }

  .event-detail-pop-form .wpcf7-response-output {
    font-size: 12px;
  }

  /* videos page css */
  .youtube-videos-wrapper {
    padding: 40px 0;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .youtube-videos-page-layout-block-first-sec
    iframe {
    height: 400px;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .youtube-videos-page-layout-block-first-sec {
    padding: 0 0 30px;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .article-view-more-btn {
    margin: 40px auto 0 !important;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .artcle-inner-content
    .article-inner-content
    .article-subject {
    line-height: 20px !important;
  }

  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .youtube-videos-page-layout-block-first-sec
    .description {
    line-height: 24px;
  }

  .repeated-youtube-video-sec .youtube-video-page-layout-block-inner {
    width: calc(100% / 2);
    flex: 49.1%;
  }

  /* country page css */
  .country-interview-section .view_more_btn_class {
    margin-top: 20px;
  }

  .country-publication-block-wrapper {
    flex-direction: column;
  }

  .country-publication-block-wrapper .shop_product_image {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }

  .country-publication-block-wrapper .shop_product_image .Shop_now_btn {
    display: flex;
    justify-content: center;
  }

  .country-publication-block-wrapper .shop_product_image .produc_image_class {
    max-width: 220px;
    margin: 0 auto;
  }

  .country-publication-block-wrapper .load_more_articles_btn {
    position: unset;
    margin: 0 0 30px;
  }

  .header-stripe {
    padding: 20px 20px;
  }

  .header-stripe .section-title {
    font-size: 28px !important;
    line-height: 38px !important;
  }

  /* past event page css */
  .past-event-section .upcoming-article-block-wrapper {
    gap: 10px;
  }

  .past-event-section .upcoming-article-block-wrapper .article-block-inner {
    width: calc(100% / 2 - 5px) !important;
  }

  .past-event-section
    .upcoming-article-block-wrapper
    .article-block-inner
    .artcle-inner-content
    .article-list-thumb {
    height: 240px;
  }

  .past-event-section
    .upcoming-events-filter-main-outer
    .upcoming-event-list
    .article-block-inner
    .article-main-title {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  /* my account page css */
  .woocommerce-account .site-main,
  .woocommerce-checkout .site-main,
  .woocommerce-cart .site-main {
    padding: 40px 15px;
  }

  .woocommerce-account .page-header .entry-title,
  .woocommerce-checkout .page-header .entry-title,
  .woocommerce-cart .page-header .entry-title,
  .cart-collaterals .cart_totals h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    display: flex;
    align-items: center;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 12px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    max-width: 220px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    margin-left: 20px;
  }

  .tab-title,
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content .tab-title,
  .woocommerce-billing-fields .tab-title,
  .woocommerce-shipping-fields .tab-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .woocommerce-billing-fields {
    margin-bottom: 20px;
  }

  .woocommerce-account
    .woocommerce
    .woocommerce-MyAccount-content
    .order-title {
    font-size: 17px;
    line-height: 24px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
    font-size: 15px;
    line-height: 23px;
  }

  .woocommerce-account .page-header .entry-title::before,
  .woocommerce-checkout .page-header .entry-title::before {
    bottom: -10px;
    width: 60px;
  }

  .woocommerce-account .woocommerce-orders-table,
  .woocommerce-account .woocommerce-orders-table tr:last-child {
    margin-bottom: 0 !important;
  }

  .woocommerce-account .woocommerce-orders-table,
  .woocommerce-table {
    border-spacing: 0;
  }

  .woocommerce-account .woocommerce-orders-table tr,
  .woocommerce-table tr {
    margin-bottom: 10px;
  }

  .woocommerce-account .woocommerce-orders-table tr td,
  .woocommerce-table tr td {
    padding: 10px 10px;
  }

  .woocommerce-account .woocommerce-orders-table tr td .woocommerce-button,
  .woocommerce-pagination .woocommerce-button,
  .woocommerce-PaymentMethod .button,
  .download-file .button,
  .shipping-calculator-form .button {
    height: 35px;
    padding: 5px 15px !important;
    font-size: 13px !important;
  }

  .woocommerce-order-details {
    margin-bottom: 30px !important;
  }

  .woocommerce-order-details .woocommerce-table tr th,
  .woocommerce-order-details .woocommerce-table tr td,
  .shop_table tr th,
  .shop_table tr td {
    padding: 10px 15px;
    font-size: 14px;
  }

  .woocommerce-customer-details .woocommerce-column__title {
    font-size: 22px;
    line-height: 32px;
  }

  .woocommerce-customer-details address,
  .woocommerce-Address address {
    padding: 15px !important;
  }

  .woocommerce-form {
    padding: 20px 15px !important;
  }

  .woocommerce .woocommerce-form-row input,
  .shipping_address .form-row input,
  .woocommerce-billing-fields .form-row input,
  .checkout .form-row input,
  .woocommerce form .form-row input {
    font-size: 14px;
  }

  .select2 .select2-selection {
    font-size: 14px;
  }

  .account-form-wrapper {
    flex-direction: column;
    gap: 30px;
    margin-top: 10px;
  }

  .woocommerce-form-row.m-b-0 {
    margin-bottom: 0 !important;
  }

  .woocommerce-privacy-policy-text,
  .woocommerce .form-row .woocommerce-form__label-for-checkbox,
  .woocommerce .woocommerce-LostPassword,
  .woocommerce .woocommerce-form-row label,
  .woocommerce-checkout .form-row label {
    font-size: 14px;
  }

  .account-form-wrapper .title {
    font-size: 22px !important;
  }

  .woocommerce-form .woocommerce-button {
    font-size: 14px !important;
  }

  .download-message .desc-text {
    margin-bottom: 30px;
  }

  .woocommerce-Message .woocommerce-Button,
  .payment-method-btn,
  .woocommerce-EditAccountForm .woocommerce-Button,
  .woocommerce-address-fields .woocommerce-Button,
  .woocommerce-Payment .woocommerce-Button,
  button[name="woocommerce_checkout_place_order"],
  .order-again .button,
  .actions .button,
  .checkout-button,
  .return-to-shop .button,
  .load_more_partnered_events_btn,
  .tby_load_more_partnered_events_btn,
  .woocommerce-ResetPassword .woocommerce-Button {
    font-size: 13px !important;
    height: 43px;
    padding: 12px 20px !important;
  }

  .actions input#coupon_code {
    height: 43px;
  }

  .woocommerce-pagination {
    margin-top: 30px;
  }

  .woocommerce-Addresses {
    margin-top: 30px;
  }

  .woocommerce-Addresses .woocommerce-Address {
    margin-bottom: 30px;
  }

  .woocommerce-Addresses .woocommerce-Address:last-child {
    margin-bottom: 0;
  }

  .woocommerce .woocommerce-MyAccount-content .edit-title {
    margin-bottom: 20px;
  }

  .woocommerce-PaymentBox .form-row .StripeElement,
  .wc-payment-form .form-row .StripeElement {
    height: 45px;
    padding: 10px 12px !important;
  }

  .woocommerce
    .woocommerce-Payment
    .woocommerce-PaymentMethods
    .woocommerce-PaymentBox,
  .woocommerce-checkout-payment .wc_payment_methods .payment_box {
    padding: 20px 15px 10px !important;
  }

  .woocommerce-PaymentBox .form-row label,
  .wc-payment-form .form-row label {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .woocommerce-PaymentBox .form-row {
    margin-bottom: 15px !important;
  }

  .woocommerce-Payment .payment_methods .payment_method_stripe_cc label {
    display: inline !important;
  }

  .woocommerce-Payment
    .payment_methods
    .payment_method_stripe_cc
    label
    .wc-stripe-card-icons-container {
    width: 100%;
    margin-top: 20px;
  }

  .woocommerce-shipping-fields .woocommerce-form__input + span::after {
    top: 7px !important;
  }

  .woocommerce-checkout-payment .wc_payment_methods .payment_box p {
    font-size: 15px;
  }

  .customer-details-wrapper {
    margin-top: 40px;
  }

  .woocommerce-form-coupon .button,
  .woocommerce-error .button,
  .partnered-event-view-more-btn.attend-event,
  .partnered-event-view-more-btn.press-release,
  .woocommerce-message .button,
  .checkout_coupon .button {
    padding: 0 20px !important;
  }

  .woocommerce-form-coupon-toggle .woocommerce-info {
    font-size: 16px;
    line-height: 23px;
  }

  .woocommerce-form-coupon .form-row input {
    height: 43px;
    font-size: 15px;
  }

  .woocommerce .checkout_coupon {
    padding: 15px !important;
  }

  .woocommerce-EditAccountForm .woocommerce-form-row input,
  .woocommerce-address-fields .woocommerce-form-row input,
  .shipping_address .form-row input,
  .woocommerce-billing-fields .form-row input,
  .woocommerce-checkout .form-row textarea {
    font-size: 15px;
  }

  .cart-collaterals .shop_table {
    margin-bottom: 30px !important;
  }

  .woocommerce-cart-form .shop_table tr td.actions {
    padding: 30px 0 20px;
  }

  .wc-proceed-to-checkout .gpay-card-info-container-fill.gpay-button-container {
    max-width: 212px;
  }

  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    font-size: 15px;
    padding: 15px 35px;
  }

  .woocommerce-message::before,
  .woocommerce-error::before,
  .woocommerce-info::before {
    left: 10px;
    color: #cd242e;
  }

  .woocommerce-shipping-fields #ship-to-different-address label span::after {
    top: 5px !important;
  }

  /* author & tag page css */
  .author-article-main-outer .author-article-container-inner,
  .tag-article-main-outer .tag-article-container-inner,
  .author-interview-main-outer .author-interview-container-inner,
  .tag-interview-main-outer .tag-interview-container-inner,
  .author-article-main-outer .author-article-container-inner,
  .tag-article-main-outer .tag-article-container-inner {
    margin-bottom: 40px;
  }

  .author-article-main-outer
    .article-filtered-block-inner
    .article-list-content-sec
    .article-inner-content
    .article-view-more-btn,
  .tag-article-main-outer
    .article-filtered-block-inner
    .article-list-content-sec
    .article-inner-content
    .article-view-more-btn {
    margin-top: 10px !important;
  }

  .author-article-main-outer .author-article-container-inner,
  .tag-article-main-outer .tag-article-container-inner,
  .author-interview-main-outer .author-interview-container-inner,
  .tag-interview-main-outer .tag-interview-container-inner {
    gap: 15px;
  }

  .author-article-main-outer .article-filtered-block-inner,
  .tag-article-main-outer .article-filtered-block-inner,
  .author-interview-main-outer .article-filtered-block-inner,
  .tag-interview-main-outer .article-filtered-block-inner {
    width: calc(100% / 2 - 7.5px);
  }

  .author-interview-main-outer .article-filtered-block-inner,
  .tag-interview-main-outer .article-filtered-block-inner {
    width: 100%;
  }

  .author-interview-main-outer
    .article-filtered-block-inner
    .article-list-thumb,
  .tag-interview-main-outer .article-filtered-block-inner .article-list-thumb,
  .author-interview-main-outer
    .article-filtered-block-inner
    .article-list-thumb
    img,
  .tag-interview-main-outer
    .article-filtered-block-inner
    .article-list-thumb
    img {
    min-height: 200px;
  }

  .author-article-main-outer .article-list-content-sec .article-subject,
  .tag-article-main-outer .article-list-content-sec .article-subject,
  .author-interview-main-outer .article-list-content-sec .article-subject,
  .tag-interview-main-outer .article-list-content-sec .article-subject {
    font-size: 15px !important;
    line-height: 21px !important;
    margin-bottom: 15px;
  }

  /* partenered events page css */
  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .partnered-event-main-title {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 10px;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .article-subject {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .partnered-event-view-more-btn {
    font-size: 13px !important;
    margin-top: 20px;
  }

  .partnered-events-wrapper.upcoming .partnered-event-block-results {
    gap: 15px;
  }

  .partnered-events-wrapper.upcoming
    .partnered-event-block-results
    .partnered-event-block-inner {
    width: calc(100% / 2 - 7.5px);
  }

  .partnered-events-wrapper.upcoming
    .partnered-event-block-results
    .partnered-event-block-inner
    .partnered-event-main-title {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }

  .partnered-events-wrapper.upcoming
    .partnered-event-block-results
    .partnered-event-block-inner
    .sub-description {
    font-size: 13px !important;
    line-height: 17px !important;
    margin-bottom: 10px;
  }

  .partnered-events-wrapper.upcoming .load_more_partnered_events_btn,
  .partnered-events-wrapper.upcoming .tby_load_more_partnered_events_btn {
    margin: 40px auto 0;
  }

  .partnered-events-wrapper.partnered .partnered-information p {
    font-size: 15px;
    line-height: 22px;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .partnered-event-list-content-sec {
    padding: 15px;
  }

  /* B2B page css */
  .b2b-section-main-outer .b2b-items {
    margin-right: 10px;
  }

  .b2b-section-main-outer .b2b-items img {
    max-width: 130px;
    margin-right: 12px;
  }

  .b2b-interviewer-details {
    padding-top: 40px !important;
  }

  .b2b-section-main-outer .b2b-items .b2b-interviewer-details h2 {
    font-size: 18px;
  }

  /* Forum page css */
  .forum-section-main-inner .forum-items {
    padding-top: 25px;
  }

  .forum-section-main-inner .forum-items .sub-title {
    font-size: 16px !important;
    line-height: 25px !important;
  }

  .forum-section-main-inner .forum-items p {
    font-size: 15px;
    line-height: 24px;
  }

  /* country pop up css */
  #tby-countries-popup h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #tby-countries-popup
    .tby-countries-list
    .tby-countries-list-column
    .tby-countries-list-column-sub
    > a {
    font-size: 15px;
    line-height: 25px;
  }

  #tby-countries-popup .tby-countries-list .tby-countries-list-column {
    min-width: 150px;
  }

  #tby-countries-popup
    .tby-countries-list
    .tby-countries-list-column:nth-child(3) {
    min-width: 270px;
  }

  #tby-countries-popup .tby-countries-list .tby-countries-list-column > a {
    font-size: 15px;
    line-height: 30px;
  }

  /* 404 page page css */
  .error404 .tby-404 .content_image_class img {
    max-width: 350px;
    margin-bottom: 30px;
  }

  .error404 .tby-404 .home_button_class {
    margin-top: 10px;
  }

  .error404 .tby-404 .home_button_class .ctm-btn {
    height: 43px;
  }

  /* thank you order page css */
  .woocommerce-thankyou-order-received {
    margin-bottom: 30px;
  }

  .woocommerce-thankyou-order-details {
    margin-bottom: 30px !important;
  }

  /* single article first slider css start  */
  .single-detail-first-slider img {
    height: 350px;
  }

  /* footer */
  .footer-section .elementor-container {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-section .elementor-container .first-block {
    width: 100%;
  }

  .footer-section .elementor-container .block {
    width: 33.33%;
    margin-top: 40px;
  }

  .footer-section .elementor-container .block .elementor-element {
    margin-bottom: 0 !important;
  }

  .footer-section .elementor-container .block .elementor-widget-wrap {
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  /* shop detail page css */
  .product-add-to-cart-wrapper {
    flex-direction: column;
  }

  .product-add-to-cart-wrapper .product-add-to-cart-wrapper-inner {
    max-width: 100%;
  }

  .product-preview-wrapper label {
    margin-bottom: 12px !important;
  }

  .product-add-to-cart-wrapper .product-add-to-cart-wrapper-inner {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .product-add-to-cart-wrapper .single_variation_wrap {
    margin-top: 20px;
  }

  /* B2B page css */
  .b2b-section-main-outer .b2b-items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .b2b-section-main-outer .b2b-items:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 575px) {
  /* header */
  .header-mobile .hfe-nav-menu .hfe-nav-menu__submenu-arrow {
    top: 60px;
  }

  /* banner */
  .homepage-banner-section {
    height: 420px;
  }

  /* fancy box modal css */
  .fancybox-container .fancybox-inner .fancybox-content {
    max-height: 95vh;
    min-height: 10vh;
  }

  .fancybox-container .fancybox-inner .fancybox-content .services-modal-inner {
    flex-direction: column;
  }

  .services-modal-inner .services-image-div {
    margin-right: 0;
    margin-bottom: 15px;
  }

  /* publication block css */
  .publication-block-inner {
    width: calc(50% - 5px);
  }

  /* article detail page css */
  .author-and-social-sec .article-author-meda-data {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-and-social-sec .article-author-meda-data .author-and-pub-date {
    margin-bottom: 5px;
  }

  /* interview page card */
  .interviews-block-inner {
    width: 100%;
  }

  .interviews-block-inner.first-interview-sec {
    flex-direction: column;
  }

  .interviews-block-inner.first-interview-sec .interviewers-list-thumb {
    max-width: 100%;
    height: 240px;
    min-height: 240px;
  }

  .interviews-block-inner.interviewers-list-thumb img {
    height: 240px;
  }

  .interviews-block-inner.first-interview-sec .interviews-list-content-sec {
    padding: 20px 10px;
  }

  .interviews-list-content-sec {
    padding: 20px 10px;
  }

  .interviews-block-inner .interviewers-list-thumb.forum,
  .article-list-thumb.forum {
    background-size: 100%, 45% !important;
    background-position: top, center 70% !important;
  }

  .interviews-block-inner .interviewers-list-thumb.b2b,
  .article-list-thumb.b2b {
    background-size: 100%, 50% !important;
    background-position: top, center 90% !important;
  }

  /* shop page filter css */
  .right-sec-shop-filtered-list .products .product {
    width: 48% !important;
    margin: 0 3.8% 2.992em 0 !important;
  }

  .right-sec-shop-filtered-list .products .product:nth-child(3n) {
    margin-right: 3.8% !important;
  }

  .right-sec-shop-filtered-list .products .product:nth-child(even) {
    margin-right: 0 !important;
  }

  /* Shop Detail page css */
  .woocommerce-page.single-product
    .product-detail-wrapper
    .woocommerce-product-gallery {
    max-width: 100%;
  }

  .product-add-info .product-description-content p {
    font-size: 15px;
    line-height: 23px;
  }

  .product-subscribe-bar {
    flex-direction: column;
  }

  .product-subscribe-bar .product-subscribe-bar-text {
    margin-bottom: 30px;
    text-align: center;
  }

  .product-subscribe-bar .product-subscribe-btn {
    width: fit-content;
    margin: 0 auto;
  }

  .related .products .product {
    width: calc(50% - 8px) !important;
    margin-right: 15px !important;
  }

  .related .products .product:nth-child(even) {
    margin-right: 0 !important;
  }

  .related .products .product:nth-child(3n) {
    margin-right: 15px !important;
  }

  .related .heading-btn {
    flex-direction: column;
    align-items: unset;
    color: #cd242e;
  }

  .related .heading-btn .elementor-button {
    width: fit-content;
    margin: 20px auto auto;
  }

  /* Event page css */
  .upcoming-event-list .article-block-inner .article-main-title {
    font-size: 20px !important;
    line-height: 26px !important;
  }

  .past-article-block-wrapper .article-block-inner,
  .upcoming-event-list .article-block-inner {
    width: 100% !important;
  }

  /* videos page css */
  .youtube-videos-wrapper
    .youtube-videos-page-layout-block-inner
    .youtube-videos-page-layout-block-first-sec
    iframe {
    height: 300px;
  }

  /* past event page css */
  .past-event-section .upcoming-article-block-wrapper .article-block-inner {
    width: 100% !important;
  }

  .past-event-section
    .upcoming-article-block-wrapper
    .article-block-inner
    .artcle-inner-content
    .article-list-thumb {
    height: 240px;
  }

  /* my account page css */
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    margin-left: 0;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    max-width: 100%;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 15px;
    line-height: 21px;
  }

  .woocommerce-customer-details
    .woocommerce-columns
    .woocommerce-column
    .woocommerce-column__title {
    font-size: 20px;
    line-height: 30px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    white-space: nowrap;
  }

  /* author & tag page css */
  .author-interview-main-outer .article-filtered-block-inner,
  .tag-interview-main-outer .article-filtered-block-inner {
    width: 100%;
    /* flex-direction: column; */
  }

  .author-interview-main-outer
    .article-filtered-block-inner
    .article-list-thumb,
  .tag-interview-main-outer .article-filtered-block-inner .article-list-thumb {
    width: 100%;
    max-width: 180px;
  }

  .author-interview-main-outer
    .article-filtered-block-inner
    .article-list-thumb
    img,
  .tag-interview-main-outer
    .article-filtered-block-inner
    .article-list-thumb
    img {
    max-width: 100%;
  }

  .author-interview-main-outer
    .article-filtered-block-inner
    .article-list-thumb,
  .tag-interview-main-outer .article-filtered-block-inner .article-list-thumb,
  .author-interview-main-outer
    .article-filtered-block-inner
    .article-list-thumb
    img,
  .tag-interview-main-outer
    .article-filtered-block-inner
    .article-list-thumb
    img {
    min-height: 220px;
  }

  /* thank you order page css */
  .woocommerce-thankyou-order-received {
    margin-bottom: 20px;
  }

  .woocommerce-thankyou-order-details li {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border: 0 !important;
  }

  /* single-detail-first-slider */
  .single-detail-first-slider img {
    height: 300px;
  }

  .single-detail-first-slider h2 {
    font-size: 16px;
  }

  /* footer */
  .footer-section .elementor-container .block {
    width: 100%;
    margin-top: 40px;
  }

  .footer-section .elementor-container .block .elementor-widget-wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .footer-section .elementor-container .block:nth-child(2),
  .footer-section .elementor-container .block:nth-child(3) {
    width: 50%;
  }

  .footer-section .elementor-container .block:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  /* contact page css */
  .contact-section-box .elementor-container .elementor-column {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 15px;
  }

  .contact-section-box .elementor-container .elementor-column img {
    width: 100%;
  }

  .contact-section-box .contact-content {
    padding: 0 15px 10px !important;
  }

  /* upcoming event detail page css */
  .tribe_events .section-title .tribe-events-single-event-title {
    font-size: 24px;
    line-height: 29px;
  }

  .sponserby-list .individual-services {
    width: calc(100% / 2 - 7px);
    height: auto;
  }

  .sponserby-list .individual-services img {
    width: 100%;
  }

  .tribe-events-single-event-description .tribe-events-content-inner {
    padding: 40px 0 40px;
  }

  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .tribe-events-event-image
    img {
    max-height: 320px;
  }

  .get-contact-details .venue-informati0n,
  .get-contact-details .contact-information {
    flex: 0 0 100%;
  }

  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .event-category
    .sub-description,
  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .all-event-btn {
    font-size: 13px !important;
    line-height: 17px !important;
  }

  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .event-category,
  .tribe-events-pg-template
    .tribe_events
    .event-detail-feature-image
    .all-event-btn {
    padding: 12px 20px;
  }

  .upcoming-event-actions-btn {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }

  /* event form css */
  .event-detail-pop-form .form-group .input-group {
    width: 100%;
  }

  /* author & tag page css */
  .author-article-main-outer .article-filtered-block-inner,
  .tag-article-main-outer .article-filtered-block-inner {
    width: 100%;
  }

  .author-interview-main-outer .article-filtered-block-inner,
  .tag-interview-main-outer .article-filtered-block-inner {
    flex-direction: column;
  }

  .author-interview-main-outer
    .article-filtered-block-inner
    .article-list-thumb,
  .tag-interview-main-outer .article-filtered-block-inner .article-list-thumb,
  .author-interview-main-outer
    .article-filtered-block-inner
    .article-list-thumb
    img,
  .tag-interview-main-outer
    .article-filtered-block-inner
    .article-list-thumb
    img {
    min-height: 240px;
  }

  .author-interview-main-outer
    .article-filtered-block-inner
    .article-list-thumb,
  .tag-interview-main-outer .article-filtered-block-inner .article-list-thumb {
    max-width: 100%;
  }

  /* partnered event page css */
  .partnered-events-wrapper.upcoming
    .partnered-event-block-results
    .partnered-event-block-inner {
    width: 100%;
  }

  .partnered-events-wrapper.upcoming
    .partnered-event-block-results
    .partnered-event-block-inner
    .partnered-event-list-content-sec {
    padding: 15px 10px;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .partnered-event-inner-content {
    flex-direction: column;
  }

  .partnered-events-wrapper.partnered
    .partnered-event-block-inner
    .partnered-event-list-thumb {
    width: 100%;
  }
}

/* Interview CTA  */
.interview-related-prod-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  background: url(../images/int-cta-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 140px;
}

.interview-related-prod-wrapper .int-related-prod-text-wrapper p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
}

.interview-related-prod-wrapper .int-related-cta-btn-wrapper {
  background-color: #fff;
  padding: 14px 30px;
}

.interview-related-prod-wrapper .int-related-cta-btn-wrapper a {
  color: #cd242e;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .interview-related-prod-wrapper .int-related-prod-text-wrapper {
    margin-bottom: 15px;
  }

  .interview-related-prod-wrapper {
    flex-direction: column;
  }
}
/* End interview CTA  */

/* Related product */
.tby-related-prod-cta-wrapper {
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
}

.tby-related-prod-cta-wrapper .tby-related-prod-cta-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #cd242e;
  margin-bottom: 50px;
}

.tby-related-prod-item {
  max-width: 210px;
}

.tby-related-prod-cta-wrapper .tby-related-prod-cover-img-wrapper {
  margin-bottom: 16px;
}

.tby-related-prod-cta-wrapper .tby-related-prod-cover-img-wrapper img {
  outline: 7px solid #f2f2f2;
}

.tby-related-prod-cta-wrapper .int-related-prod-cta-info-wrapper {
  text-align: center;
  margin-bottom: 18px;
}

.tby-related-prod-cta-wrapper .int-related-prod-cta-info-wrapper p a {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000000 !important;
  margin-bottom: 12px;
}

.tby-related-prod-cta-wrapper .int-related-prod-cta-info-wrapper span {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #cd242e;
  margin-bottom: 20px;
}

.tby-related-prod-cta-wrapper .tby-related-prod-buy-now {
  max-width: 160px;
  padding: 12px 46px;
  margin: 0 auto;
  background: #cd242e;
}

.tby-related-prod-cta-wrapper .tby-related-prod-buy-now a {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
}
/* End related product */

.post-type-archive-product a.button.product_type_variable.add_to_cart_button {
  background: #cd242e !important;
  color: #fff;
  border: 1px solid transparent;
}

.post-type-archive-product
  a.button.product_type_variable.add_to_cart_button:hover {
  background: #ffffff !important;
  color: #cd242e !important;
  border: 1px solid #cd242e;
}

.woocommerce-checkout .tby-checkout .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 100% !important;
}

.woocommerce-checkout .tby-checkout .woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: unset !important;
}

.woocommerce-checkout div#order_review {
  float: right !important;
  width: 43% !important;
  margin-top: 60px;
}

.woocommerce-checkout form.tby-checkout.checkout.woocommerce-checkout {
  display: table !important;
}

.tby-checkout div#customer_details {
  width: 53%;
  float: left;
}

.testinomial-container {
  background-color: #cd242e;
  color: #fff;
}

.testinomial-container .shop-client-testimonial-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 43px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  padding: 20px !important;
}

.testinomial-container .shop-client-testimonial-title::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 3px;
  bottom: 0;
  left: 20px;
  background-color: #fff;
  display: inline-block;
}

.testinomial-container .quote-icon {
  margin-bottom: 20px;
  margin-left: 20px;
  width: 40px;
}

.testinomial-container .swiper-wrapper {
  padding-bottom: 90px;
}

.testinomial-container .swiper-wrapper .swiper-slide {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}

.testinomial-container {
  margin-top: 20px;
}

.testinomial-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #d9d9d9;
}

.testinomial-container
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.woocommerce-page.single-product .product-add-to-cart-wrapper {
  flex-direction: column;
}

.woocommerce-page.single-product
  .product-add-to-cart-wrapper
  .product-add-to-cart-wrapper-inner {
  max-width: 450px;
  margin-right: 0;
}

.woocommerce-page.single-product
  .product-add-to-cart-wrapper
  .product-add-to-cart-wrapper-inner
  form
  table
  td.value {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.woocommerce-page.single-product
  .product-add-to-cart-wrapper
  .product-add-to-cart-wrapper-inner
  .single_variation_wrap
  .woocommerce-variation-price {
  display: none !important;
}

.woocommerce-page.single-product
  .product-add-to-cart-wrapper
  .product-add-to-cart-wrapper-inner
  form
  table
  td.value
  div {
  width: 33.33%;
  padding: 0 5px;
  border-color: transparent;
}

.woocommerce-page.single-product
  .product-add-to-cart-wrapper
  .product-add-to-cart-wrapper-inner
  form
  table
  td.value
  div
  label {
  padding: 10px;
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-color: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  text-align: center;
}

.woocommerce-page.single-product
  .product-add-to-cart-wrapper
  .product-add-to-cart-wrapper-inner
  form
  table
  td.value
  div
  label
  .price {
  margin-bottom: 0 !important;
  margin-top: 4px;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  line-height: 22px;
}

.woocommerce-page.single-product
  .product-add-to-cart-wrapper
  .product-add-to-cart-wrapper-inner
  form
  table
  td.value
  div
  label.active,
.woocommerce-page.single-product
  .product-add-to-cart-wrapper
  .product-add-to-cart-wrapper-inner
  form
  table
  td.value
  div
  label.active
  .price {
  color: #cd242e;
}

.woocommerce-page.single-product
  .product-add-to-cart-wrapper
  .product-add-to-cart-wrapper-inner
  form
  table
  td.value
  div
  label.active {
  border: 1px solid #cd242e;
}

@media (min-width: 768px) and (max-width: 992px) {
  .woocommerce-page.single-product
    .product-add-to-cart-wrapper
    .product-add-to-cart-wrapper-inner,
  .woocommerce-page.single-product
    .product-add-to-cart-wrapper
    .product-add-to-cart-wrapper-inner
    .variations {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .woocommerce-page.single-product
    .product-add-to-cart-wrapper
    .product-add-to-cart-wrapper-inner
    .variations {
    max-width: 100%;
  }

  .woocommerce-page.single-product
    .product-add-to-cart-wrapper
    .product-add-to-cart-wrapper-inner
    form
    table
    td.value {
    flex-direction: column;
  }

  .woocommerce-page.single-product
    .product-add-to-cart-wrapper
    .product-add-to-cart-wrapper-inner
    form
    table
    td.value
    div {
    width: 100%;
    margin-bottom: 8px;
  }
}

/* latest article design */
.shop-lt-publication-wrapper .shop-lt-pub-grid-wrapper .products .product,
.shop-best-seller-wrapper .shop-best-seller-grid-wrapper .products .product {
  margin: 0 3.5% 2.992em 0;
  width: 17.05%;
}

.shop-lt-publication-wrapper
  .shop-lt-pub-grid-wrapper
  .products
  .product:last-child,
.shop-best-seller-wrapper
  .shop-best-seller-grid-wrapper
  .products
  .product:last-child {
  margin-right: 0;
  clear: unset;
}

.shop-lt-publication-wrapper .shop-lt-pub-grid-wrapper .products .product a,
.shop-best-seller-wrapper .shop-best-seller-grid-wrapper .products .product a {
  text-align: center;
}

.shop-lt-publication-wrapper .shop-lt-pub-grid-wrapper .products .product a h2,
.shop-best-seller-wrapper
  .shop-best-seller-grid-wrapper
  .products
  .product
  a
  h2 {
  color: #000;
  font-size: 18px !important;
  line-height: 25px;
  text-align: center;
  font-weight: 500;
}

.shop-lt-publication-wrapper
  .shop-lt-pub-grid-wrapper
  .products
  .product
  a
  .price,
.shop-best-seller-wrapper
  .shop-best-seller-grid-wrapper
  .products
  .product
  a
  .price {
  text-align: center;
  color: #cd242e !important;
  font-size: 18px !important;
  line-height: 25px;
  font-weight: 500 !important;
  font-family: "General sans Medium", Sans-serif;
}

.shop-lt-publication-wrapper
  .shop-lt-pub-grid-wrapper
  .products
  .product
  .button,
.shop-best-seller-wrapper
  .shop-best-seller-grid-wrapper
  .products
  .product
  .button {
  width: 100%;
  height: 43px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 14px;
  font-family: "General sans Medium", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer !important;
  text-align: center;
  margin-top: 1em;
  display: flex;
}

.shop-lt-publication-wrapper
  .shop-lt-pub-grid-wrapper
  .products
  .product
  .button.add_to_cart_button,
.shop-best-seller-wrapper
  .shop-best-seller-grid-wrapper
  .products
  .product
  .button.add_to_cart_button {
  background: #cd242e;
  border: 1px solid #cd242e;
  color: #fff;
}
.shop-lt-publication-wrapper
  .shop-lt-pub-grid-wrapper
  .products
  .product
  .button.ajax_add_to_cart,
.shop-best-seller-wrapper
  .shop-best-seller-grid-wrapper
  .products
  .product
  .button.ajax_add_to_cart {
  background: transparent !important;
  border: 1px solid #cd242e;
  color: #cd242e !important;
}

.shop-lt-publication-wrapper
  .shop-lt-pub-grid-wrapper
  .products
  .product
  .button.ajax_add_to_cart:hover,
.shop-best-seller-wrapper
  .shop-best-seller-grid-wrapper
  .products
  .product
  .button.ajax_add_to_cart:hover {
  background: #cd242e !important;
  border: 1px solid #cd242e;
  color: #fff !important;
}

.shop-lt-publication-wrapper .shop-lt-pub-grid-wrapper .products .product a img,
.shop-best-seller-wrapper
  .shop-best-seller-grid-wrapper
  .products
  .product
  a
  img {
  /* height: 260px;
      object-fit: cover; */
  background: #f2f2f2;
  padding: 10px;
}

.shop-lt-publication-wrapper
  .shop-lt-pub-grid-wrapper
  .products
  .product
  .add_to_cart_button,
.shop-best-seller-wrapper
  .shop-best-seller-grid-wrapper
  .products
  .add_to_cart_button {
  border-radius: 0;
}
/* latest article design end */

/* event detail page design */
.event-slider-wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.event-slider-wrapper .event-detail-left-wrapper {
  width: 40%;
  padding-bottom: 100px;
  background-color: #f2f2f2;
}

.event-slider-wrapper .event-detail-left-wrapper .site-logo {
  height: 157px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1c1c1b;
  margin-bottom: 60px;
}
.event-slider-wrapper .event-detail-left-wrapper .event-section-title,
.event-slider-wrapper .event-detail-left-wrapper .tribe-events-schedule {
  padding-left: 50px;
  padding-right: 20px;
}

.event-slider-wrapper .event-detail-left-wrapper .event-section-title h1 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.event-slider-wrapper
  .event-detail-left-wrapper
  .tribe-events-schedule
  .event-detail-time {
  color: #cd242e;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.event-slider-wrapper
  .event-detail-left-wrapper
  .event-detail-register-btn-wrapper {
  display: flex;
  align-items: center;
}

.event-slider-wrapper
  .event-detail-left-wrapper
  .event-detail-register-btn-wrapper
  .event-detail-register-btn
  .eventbtn {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  padding: 12px 25px;
}

.event-slider-wrapper
  .event-detail-left-wrapper
  .event-detail-register-btn-wrapper
  .event-detail-register-btn:first-child {
  margin-right: 20px;
}

.event-slider-wrapper .event-detail-right-wrapper {
  width: 60%;
}

.event-slider-wrapper .event-detail-right-wrapper .tribe-events-event-image {
  margin-bottom: 0 !important;
  height: 100%;
}

.event-slider-wrapper
  .event-detail-right-wrapper
  .tribe-events-event-image
  img {
  height: 100%;
}

.event-slider-wrapper .event-detail-right-wrapper .event-gallery-inner-wrapper {
  height: 100%;
}

.event-slider-wrapper .event-detail-right-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-slider-wrapper .event-detail-right-wrapper .swiper .swiper-pagination {
  z-index: 99;
  bottom: 5px;
}

.event-slider-wrapper
  .event-detail-right-wrapper
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  cursor: pointer;
  background: #d9d9d9;
  opacity: 1;
}

.event-slider-wrapper
  .event-detail-right-wrapper
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cd242e;
}

/* event detail page design */

/* sponser-section */
.sponser-section .swiper-slide {
  width: fit-content !important;
}

.sponser-section .swiper-slide .sub-title {
  font-size: 14px;
  line-height: 22px;
}

.sponser-section .swiper-slide .sponserby-list .individual-services {
  width: 180px;
  height: 120px;
}

.sponser-section
  .swiper-slide
  .sponserby-list
  .individual-services
  .services-image-div {
  height: 100%;
  width: 100%;
}

.sponser-section
  .swiper-slide
  .sponserby-list
  .individual-services
  .services-image-div,
.sponser-section
  .swiper-slide
  .sponserby-list
  .individual-services
  .services-image-div
  .sponserurl {
  height: 100%;
  width: 100%;
}

.sponser-section
  .swiper-slide
  .sponserby-list
  .individual-services
  .services-image-div
  .sponserurl
  img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.sponser-section .swiper-slide .sponserby-list {
  gap: 20px;
  flex-wrap: nowrap;
}
.sponser-section .swiper-slide {
  height: fit-content;
}
/* sponser-section */

/* speaker section design */
.latest-article-slider .speaker-container .speaker-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.latest-article-slider
  .speaker-container
  .speaker-wrapper
  .article-block-inner {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
  background-color: transparent;
  margin-right: 0;
}

.latest-article-slider
  .speaker-container
  .speaker-wrapper
  .article-block-inner
  .card
  .card-body
  .artcle-inner-content {
  position: relative;
}

.latest-article-slider
  .speaker-container
  .speaker-wrapper
  .article-block-inner
  .services-image-div {
  height: 305px;
  position: relative;
}

.latest-article-slider
  .speaker-container
  .speaker-wrapper
  .article-block-inner
  .services-image-div::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00000085;
}

.latest-article-slider
  .speaker-container
  .speaker-wrapper
  .article-block-inner
  .services-image-div
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.latest-article-slider
  .speaker-container
  .speaker-wrapper
  .article-block-inner
  .services-content-div {
  position: absolute;
  bottom: 10px;
  padding: 0 10px;
  width: 100%;
  left: 0;
  z-index: 9999;
  color: #fff;
}

.latest-article-slider
  .speaker-container
  .speaker-wrapper
  .article-block-inner
  .services-content-div
  h2 {
  color: #fff !important;
}
/* speaker section design */

@media (min-width: 1101px) and (max-width: 1280px) {
  .event-slider-wrapper .event-detail-left-wrapper .event-section-title,
  .event-slider-wrapper .event-detail-left-wrapper .tribe-events-schedule {
    padding: 0 20px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .event-slider-wrapper .event-detail-right-wrapper {
    width: 55%;
  }
  .event-slider-wrapper .event-detail-left-wrapper {
    width: 45%;
  }
  .event-slider-wrapper .event-detail-left-wrapper .event-section-title,
  .event-slider-wrapper .event-detail-left-wrapper .tribe-events-schedule {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .event-slider-wrapper {
    flex-direction: column-reverse;
  }

  .event-slider-wrapper .event-detail-right-wrapper,
  .event-slider-wrapper .event-detail-left-wrapper {
    width: 100%;
  }

  .event-slider-wrapper .event-detail-right-wrapper {
    height: 205px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .latest-article-slider
    .speaker-container
    .speaker-wrapper
    .article-block-inner {
    width: 33.33%;
  }

  .sponser-section .sponserby-list .individual-services {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 767px) {
  .event-slider-wrapper .event-detail-left-wrapper {
    padding-bottom: 50px;
  }
  .event-slider-wrapper .event-detail-left-wrapper .event-section-title,
  .event-slider-wrapper .event-detail-left-wrapper .tribe-events-schedule {
    padding: 0 15px;
  }

  .event-slider-wrapper .event-detail-left-wrapper .event-section-title h1 {
    font-size: 28px;
  }
  .event-slider-wrapper
    .event-detail-left-wrapper
    .tribe-events-schedule
    .event-detail-time {
    font-size: 14px;
    line-height: 18px;
  }

  .event-slider-wrapper
    .event-detail-left-wrapper
    .event-detail-register-btn-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-slider-wrapper
    .event-detail-left-wrapper
    .event-detail-register-btn-wrapper
    .event-detail-register-btn:first-child {
    margin-bottom: 10px;
  }
  .latest-article-slider
    .speaker-container
    .speaker-wrapper
    .article-block-inner {
    width: 100%;
  }
  /* .sponser-section .swiper-slide .sponserby-list .individual-services {
          width: auto;
      } */

  .sponser-section .swiper-slide {
    height: fit-content;
  }
}

/* event program section design */
.event-program-inner-wrapper {
  margin-bottom: 100px;
}
.event-program-inner-wrapper .event-program-inner-list-item {
  display: flex;
  border: 1px solid #b3b3b3;
  border-bottom: 0;
}

.event-program-inner-wrapper .event-program-inner-list-item:last-child {
  border-bottom: 1px solid #b3b3b3;
}

.event-program-inner-wrapper .event-program-inner-list-item .program-time {
  background-color: #f2f2f2;
  color: #cd242e;
  padding: 8px 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  max-width: 150px;
}

.event-program-inner-wrapper
  .event-program-inner-list-item
  .program-description {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 20px;
  width: 100%;
}

.past-gallery-main-wrapper .past-gallery-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.past-gallery-main-wrapper .past-gallery-inner-wrapper .gallery-image {
  width: 33.33%;
  padding: 0 10px;
  position: relative;
  display: inline-flex;
  margin-bottom: 20px;
}

.past-gallery-main-wrapper .past-gallery-inner-wrapper .gallery-image img {
  height: 523px;
  object-fit: cover;
}

.past-gallery-main-wrapper a {
  margin: 0 auto;
  padding: 17px 30px;
  display: flex;
  align-items: center;
  background: #cd242e;
  color: #fff;
  border-radius: 0;
  border: 2px solid #cd242e;
  font-size: 14px;
  font-family: "General sans Bold", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer !important;
  width: fit-content;
}

.past-gallery-main-wrapper a:hover,
.past-gallery-main-wrapper a:focus {
  background: transparent;
  color: #cd242e !important;
  border: 2px solid #cd242e;
}

@media (min-width: 768px) and (max-width: 991px) {
  .past-gallery-main-wrapper .past-gallery-inner-wrapper .gallery-image img {
    height: 450px;
  }
  .past-gallery-main-wrapper .past-gallery-inner-wrapper .gallery-image {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .past-gallery-main-wrapper .past-gallery-inner-wrapper .gallery-image {
    width: 100%;
    margin-bottom: 15px;
  }
  .past-gallery-main-wrapper .past-gallery-inner-wrapper .gallery-image img {
    height: 400px;
  }
}
/* event program section design */

/* Css for the tby subscription starts */
.tby-shop-page .revive-ad-tby,
.page-template-template-subscription .revive-ad-tby {
  display: none;
}
/* Css for the tby subscription ends */

.subsrciption-wrapper {
}
.subscription-details-card {
  max-width: 600px;
  width: 100%;
  margin: 50px 10px 50px;
  box-shadow: 0 1px 8px rgba(25, 25, 26, 0.15);
  border-radius: 4px;
  background-color: rgb(30 30 30);
  padding: 1.5rem;
  font-size: clamp(0.9rem, 2.5vw, 1rem);
}

.subscription-details-card * {
  color: #fff;
  font-family: "General sans Medium", Sans-serif;
}

.subscription-details-card h3 {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  margin-top: 0;
}

.subscription-details-card #buy-annual-subsription {
  margin: 25px 0 0;
  width: 100%;
  border-color: #cd242e;
  background: #cd242e;
  color: #fff;
  font-weight: 600;
  cursor: pointer !important;
}

.subscription-details-card #buy-annual-subsription:hover {
  /* border-color:#fff; */
  background: #fff;
  color: #cd242e;
}

.subscription-details-card #tby_cancel_my_subscription {
  margin: 25px 0 0;
  width: 100%;
  border-color: #fff;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.subscription-details-card #tby_cancel_my_subscription:hover {
  border-color: #cd242e;
  background: #cd242e;
  color: #fff;
}

.subscription-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.card-left-detail {
  padding-right: 20px;
}

.card-left-detail ul {
  padding-inline-start: 20px;
}

.card-left-detail,
.list {
  flex: 2;
}

.card-left-detail h2 {
  margin-top: 0;
  /* font-size: 1.9rem; */
  font-size: clamp(1.25rem, 2.5vw, 1.9rem);
}

.card-right-detail {
  padding-left: 20px;
}

.card-right-detail ul {
  padding-inline-start: 20px;
}

.card-right-detail,
.list {
  flex: 1;
}

.card-right-detail h2 {
  margin-top: 0;
  /* font-size: 1.9rem; */
  font-size: clamp(1.25rem, 2.5vw, 1.9rem);
}



#tby-subscription-form .renewal-date {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-top: 20px;
  display: block;
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-weight: 600;
}

#tby-subscription-form .spinner-wrapper {
  left: 50%;
}

.subscription-details-card .list ul {
  padding-left: 20px;
}

.subscription-details-card .list ul li {
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin-top: 0.75rem;
  font-weight: 400;
}

.list .title {
  font-size: 1.3rem !important;
  line-height: 1.3rem !important;
  font-weight: 500;
  margin: 0 0 20px;
}

.list h2 {
  font-size: clamp(1.25rem, 2.5vw, 1.9rem);
  margin-top: 0;
}

@media (max-width: 768px) {
    .container.subscription-cards-container {
        flex-direction: column;
        align-items: center;
    }

    .subscription-details-card {
        max-width: 90%;
        padding: 15px;
    }

    .faq-section {
        padding: 15px;
    }

    .faq-item {
        padding: 10px;
    }

    .list ul {
        padding-left: 15px;
    }

    .subscription-details-card h3 {
        font-size: 1.4rem;
    }

    .subscription-details-card h2 {
        font-size: 1.8rem;
    }

    .subscription-details-card button {
        width: 100%;
        padding: 10px;
        font-size: 1rem;
    }
}

/* faq-section */
.faq-section {
    max-width: 1350px; /* Reduced max-width for better readability */
    margin: 20px auto;
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 10px;
}

.faq-item {
    margin-bottom: 10px;
    padding: 20px; /* Added padding for better readability */
    background: rgba(255, 255, 255, 0.05); /* Light background to separate items */
    border-radius: 5px;
}

.faq-item strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1.6rem;
}

.faq-item p {
    font-size: 1rem;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-section {
        padding: 15px;
    }
    .faq-item {
        padding: 15px;
    }
}


/* subscription-success-wrapper */

.subscription-success-content {
  padding: clamp(40px, 6vw, 80px) 0 clamp(40px, 6vw, 100px);
}

.subscription-success-content h1 {
  margin: 20px 0 30px;
  text-align: center;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  text-shadow: 0 0 #333;
}
.subscription-success-content h5 {
  text-align: center;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.5;
}

/* woocommerce-MyAccount-content */
.woocommerce-MyAccount-content {
}
.woocommerce-MyAccount-content h2 {
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.woocommerce-MyAccount-content #tby_cancel_my_subscription {
  background: #cd242e;
  border-color: #cd242e;
  color: #fff;
  font-family: "General sans Medium", Sans-serif;
  font-weight: 600;
  line-height: 1;
  height: clamp(40px, 3.5vw, 50px);
  font-size: clamp(15px, 2vw, 16px);
  margin: 10px 0 10px auto;
  cursor: pointer !important;
}

.woocommerce-MyAccount-content .title-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.woocommerce-MyAccount-content .title-wrapper h2 {
  font-size: clamp(24px, 2.5vw, 32px);
}
.woocommerce-MyAccount-content .title-wrapper .button {
  margin: 30px 0 !important;
}
.woocommerce-MyAccount-content .title-wrapper span {
  width: 100%;
  margin-top: 15px;
}

.woocommerce-MyAccount-content .digital-products-list {
  list-style-type: none;
  padding: 0;
  margin: 30px -10px 0;
  /* column-count: 2; */
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-MyAccount-content .digital-products-list li {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /* break-inside: avoid-column; */
  padding: 3px 10px;
}
.woocommerce-MyAccount-content .digital-products-list li a {
  color: #000;
  text-decoration: none;
  cursor: pointer !important;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.3;
  transition: 0.2s all ease-in-out;
}
.woocommerce-MyAccount-content .digital-products-list li a:hover {
  font-weight: 500;
}
.woocommerce-MyAccount-content .digital-products-list li a.download-link {
  text-decoration: underline;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: clamp(13px, 2vw, 14px);
  font-weight: 600;
  /* background: #000; */
  /* border: 1px solid #000; */
  border-radius: 4px;
  color: #cd242e;
}

/* tby-subscription-banner */
.tby-subscription-banner {
  position: relative;
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 2.5%;
  /* padding-bottom: 2%; */
}

.tby-subscription-banner .container {
  display: flex;
  flex-wrap: wrap;
}

.tby-subscription-banner img {
  /* position: absolute;
    left: 0;
    top: 0; */
  width: 35%;
  height: auto;
  object-fit: contain;
  /* z-index: -1; */
}

.tby-subscription-banner .content {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2%;
  padding-right: 2%;
}

.tby-subscription-banner .content .desription {
  font-family: "General sans Medium", Sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.9);
  margin: 0 0 40px;
  text-align: center;
}

.tby-subscription-banner .content .button,
.woocommerce-MyAccount-content .title-wrapper .button {
  font-family: "General sans Medium", Sans-serif;
  font-weight: 600;
  width: fit-content;
  border: 2px solid #cd242e;
  background: #cd242e;
  color: #fff;
  border-radius: 4px;
  font-size: clamp(0.95rem, 1.6vw, 1.3rem);
  padding: 15px 30px;
  margin: 0 auto;
  text-transform: uppercase;
  cursor: pointer !important;
}
.tby-subscription-banner .content .button {
  display: block;
}
.tby-subscription-banner .content .button:hover,
.woocommerce-MyAccount-content .title-wrapper .button:hover {
  /* border-color:#CD242E; */
  background: #fff;
  color: #cd242e;
}

/* add-to-cart-tby-subscription-popup */

#add-to-cart-tby-subscription-popup,
#tby-subscription-daily-popup {
  border-radius: 5px;
  padding: 30px !important;
}

#add-to-cart-tby-subscription-popup p,
#tby-subscription-daily-popup p {
  /* font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    
    padding-right: 50px; */

  font-weight: 600;
  font-size: clamp(16px, 2.5vw, 24px);
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.9);
}
#add-to-cart-tby-subscription-popup .button,
#tby-subscription-daily-popup .button {
  font-family: "General sans Medium", Sans-serif;
  font-weight: 600;
  border: 2px solid #cd242e;
  background: #cd242e;
  color: #fff;
  border-radius: 4px;
  font-size: clamp(0.9rem, 2.5vw, 1.2rem);
  padding: clamp(10px, 2vw, 15px) clamp(15px, 2vw, 30px);
  margin: 15px 0 0;
  display: inline-block;
  text-transform: uppercase;
  outline: none;
  cursor: pointer !important;
  width: fit-content;
}

#add-to-cart-tby-subscription-popup .button:hover,
#tby-subscription-daily-popup .button:hover {
  background: #fff;
  color: #cd242e;
}

#add-to-cart-tby-subscription-popup .popup-content,
#tby-subscription-daily-popup .popup-content {
  display: flex;
  flex-wrap: wrap;
}

#add-to-cart-tby-subscription-popup img,
#tby-subscription-daily-popup img {
  width: 35%;
  height: auto;
  object-fit: contain;
}
#add-to-cart-tby-subscription-popup .content,
#tby-subscription-daily-popup .content {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 2%;
  padding-right: 2%;
}

/* add new c
ss */

@media screen and (max-width: 1199px) {
  .status-publish .page-header .entry-title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-MyAccount-content .digital-products-list li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-MyAccount-content .digital-products-list li {
    padding: 2px 10px;
  }
  .tby-subscription-banner {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .tby-subscription-banner .container {
    flex-direction: column;
    align-items: center;
  }
  .tby-subscription-banner img {
    width: clamp(280px, 3.5vw, 50%);
    margin: 0 0 30px;
  }
  .tby-subscription-banner .content {
    width: 100%;
  }
  #add-to-cart-tby-subscription-popup,
  #tby-subscription-daily-popup {
    padding: 20px !important;
  }
  .subscription-details-card {
    padding: 20px;
  }
  .subscription-card-wrapper {
    flex-direction: column;
    padding-top: 20px;
  }
  .card-left-detail {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .faq-item-wrapper {
    column-count: 1;
  }
  .faq-section {
    padding: 0 0 30px;
  }
  .faq-section .heading {
    margin: 0 0 20px;
  }
  .faq-item-wrapper .faq-item .que {
    margin: 0 0 5px;
  }
  .faq-item-wrapper .faq-item {
    margin: 0 0 20px;
  }
  .subscription-success-content h1,
  .subscription-success-content h5 {
    margin-top: 0;
  }
  #add-to-cart-tby-subscription-popup .popup-content,
  #tby-subscription-daily-popup .popup-content {
    flex-direction: column;
    align-items: center;
  }

  #add-to-cart-tby-subscription-popup img,
  #tby-subscription-daily-popup img {
    width: 50%;
    margin: 0 0 30px;
  }
  #add-to-cart-tby-subscription-popup .content,
  #tby-subscription-daily-popup .content {
    width: 100%;
  }
}

/* For button Flickering issue */
button {
  top: 0 !important;
}

/* auth new design css */
#customer_login {
  display: flex;
}
#customer_login .u-column1,
#customer_login .u-column2 {
  display: flex;
  flex-direction: column;
}
#customer_login .u-column1 h2,
#customer_login .u-column2 h2 {
  font-weight: 600;
}
#customer_login .u-column1 {
  width: 50% !important;
  flex: 1;
  margin-right: 10px;
}
#customer_login .u-column2 {
  flex: 1;
  width: 50% !important;
}
#customer_login form {
  height: auto;
  flex: 1;
  margin-top: 20px;
}
#customer_login form .password-input input {
  padding-left: 35px;
}
#customer_login form .password-input .show-password-input {
  left: 10px;
  top: 50% !important;
  transform: translateY(-50%);
}

#customer_login form .mo-openid-app-icons {
  display: flex;
  flex-wrap: wrap;
}

#customer_login form .mo-openid-app-icons p {
  margin: 0 0 10px !important;
  width: 100% !important;
}
#customer_login form .mo-openid-app-icons a {
  flex: 1;
  margin: 0 5px !important;
}

/* For confirm cancellation start */
#cancel_confirmation_modal .modal-content h4,
#cancel_confirmation_modal .modal-content h4 + p {
  font-weight: 600;
}
#cancel_confirmation_modal .modal-content ul {
  margin: 20px 0;
}
#cancel_confirmation_modal .modal-content .modal-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#cancel_confirmation_modal .modal-content .modal-buttons button {
  flex: 1;
  background: #cd242e;
  border-color: #cd242e;
  border-width: 2px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  height: clamp(40px, 3.5vw, 50px);
  font-size: clamp(15px, 2vw, 16px);
}
#cancel_confirmation_modal .modal-content .modal-buttons button:hover {
  background: #fff;
  color: #cd242e;
}
/* For confirm cancellation end */

@media screen and (max-width: 991px) {
  .mo_btn_transform:hover {
    z-index: 1;
  }
  #customer_login {
    flex-direction: column;
  }
  #customer_login form {
    margin-top: 0;
    padding: 20px !important
  }
  #customer_login .u-column1{
    margin-bottom: 40px;
  }
  #customer_login .u-column1,
  #customer_login .u-column2 {
    width: 100% !important;
    margin-right: 0;
  }
  #customer_login .u-column1 h2,
  #customer_login .u-column2 h2 {
    margin-top: 0;
    font-size: 1.5rem;
  } 
}


@media screen and (max-width: 575px) {
  #customer_login form {
    padding: 20px 15px !important;
  }
  #customer_login form label {
    padding-top: 0;
  }
  #customer_login form label.woocommerce-form__label-for-checkbox {
    line-height: 0;
  }
  #customer_login form label.woocommerce-form__label-for-checkbox span {
    display: inline-flex;
    line-height: 1.2;
  }
  #customer_login form label.woocommerce-form__label-for-checkbox span::before{
    margin-top: 0;
    width: 16px;
    height: 16px;
  }
  #customer_login form label.woocommerce-form__label-for-checkbox span::before {
    margin-right: 8px
  }
  #customer_login form .mo-openid-app-icons{
    flex-direction: column;
    margin-bottom: 20px;
  }
  #customer_login form .mo-openid-app-icons a {
    width: 100% !important;
  }
}