/*
Theme Name: KP
Theme URI: #
Author: webskitters
Author URI: #
Description: This is custom theme
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  furnessflooringsolutions
*/

@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* font-family: "Poppins", serif; */
/* font-family: "DM Serif Display", serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */

/* @font-face {
  font-family: "MetaSerifWeb W06 Black";
  src: url("/fonts/meta-serif-web/4d9b40ea971f815f7c1c736cdd3df4b2.eot");
  src: url("/fonts/meta-serif-web/4d9b40ea971f815f7c1c736cdd3df4b2.eot?#iefix")format("embedded-opentype"),
    url("/fonts/meta-serif-web/4d9b40ea971f815f7c1c736cdd3df4b2.woff")format("woff"),
    url("/fonts/meta-serif-web/4d9b40ea971f815f7c1c736cdd3df4b2.woff2")format("woff2"),
    url("/fonts/meta-serif-web/4d9b40ea971f815f7c1c736cdd3df4b2.ttf")format("truetype"),
    url("/fonts/meta-serif-web/4d9b40ea971f815f7c1c736cdd3df4b2.svg#MetaSerifWeb W06 Black")format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "EnzoWeb W03 Medium";
  src: url("/fonts/enzo-web-font/80c353f4ed532f96f9d27a6a6897b8e2.eot");
  src: url("/fonts/enzo-web-font/80c353f4ed532f96f9d27a6a6897b8e2.eot?#iefix")format("embedded-opentype"),
    url("/fonts/enzo-web-font/80c353f4ed532f96f9d27a6a6897b8e2.woff")format("woff"),
    url("/fonts/enzo-web-font/80c353f4ed532f96f9d27a6a6897b8e2.woff2")format("woff2"),
    url("/fonts/enzo-web-font/80c353f4ed532f96f9d27a6a6897b8e2.ttf")format("truetype"),
    url("/fonts/enzo-web-font/80c353f4ed532f96f9d27a6a6897b8e2.svg#EnzoWeb W03 Medium")format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

:root {
  /* font change 25-6-25  start*/
  /* --enzoWeb: "EnzoWeb W03 Medium";
  --meta-serif-web: "MetaSerifWeb W06 Black";
  --PoppinsFont: var(--enzoWeb);
  --DmSerifDisplayFont: var(--meta-serif-web); */
  /* font change 25-6-25  end*/

  --primarycolor: #93ccea;
  /*#FFC900*/
  --whitecolor: #ffffff;
  --whiteUnchangeColor: #fff;
  --blackUnchangeColor: #000000;
  --blackcolor: #141414;
  --bodybg: #000000;
  --HdrInputBdr: #cecece;
  --InputBorderColor: #1f202b;
  --borderColor: rgba(255, 255, 255, 0.2);
  --grayColor: rgba(255, 246, 248, 0.1);
  --faqBorderColor: #555555;
  --PoppinsFont: "Poppins", serif;
  --DmSerifDisplayFont: "DM Serif Display", serif;
  --filterYellow: brightness(0) saturate(100%) invert(95%) sepia(6%) saturate(7170%) hue-rotate(171deg) brightness(95%) contrast(94%);
  /*brightness(0) saturate(100%) invert(82%) sepia(46%) saturate(5318%) hue-rotate(356deg) brightness(103%) contrast(109%)*/
  scroll-behavior: inherit;
  --SliderArrowBdr: #cdcdcd;
  --FeaturesTagBg: #00000026;
  --FeaturesTagBdr: #ffffff1a;

  /* new  */
  --Black10: rgba(0, 0, 0, 0.15);
  --white10: rgba(255, 255, 255, 0.1);
  /* night */
  --premiumIconBg: #00000026;
}

@media (prefers-color-scheme: dark) {
  body {
    --primarycolor: #93ccea;
    /*#FFC900*/
    --whitecolor: #ffffff;
    --blackcolor: #141414;
    --bodybg: #000000;
    --HdrInputBdr: #cecece;
    --InputBorderColor: #1f202b;
    --borderColor: rgba(255, 255, 255, 0.2);
    --grayColor: rgba(255, 246, 248, 0.1);
    --SliderArrowBdr: #cdcdcd;
    /* new  */
  }

  .light body {
    --bodybg: #ffffff;
    --blackcolor: #f6f6f6;
    --whitecolor: #000000;
    --HdrInputBdr: #252525;
    --InputBorderColor: #f5f5f5;
    --borderColor: rgba(0, 0, 0, 0.2);
    --grayColor: rgba(43, 43, 43, 0.5);
    --text-color: #303030;
    --SliderArrowBdr: #000;
    --primarycolor: #93ccea;
    /*#ffa900*/
  }
}

@media (prefers-color-scheme: light) {
  body {
    --bodybg: #ffffff;
    --blackcolor: #f6f6f6;
    --whitecolor: #000000;
    --HdrInputBdr: #252525;
    --InputBorderColor: #f5f5f5;
    --borderColor: rgba(0, 0, 0, 0.2);
    --grayColor: rgba(43, 43, 43, 0.5);
    --text-color: #303030;
    --SliderArrowBdr: #000;
    --primarycolor: #93ccea;
    /*#ffa900*/
  }

  .dark body {
    --primarycolor: #93ccea;
    /*#FFC900*/
    --whitecolor: #ffffff;
    --blackcolor: #141414;
    --bodybg: #000000;
    --HdrInputBdr: #cecece;
    --InputBorderColor: #1f202b;
    --borderColor: rgba(255, 255, 255, 0.2);
    --grayColor: rgba(255, 246, 248, 0.1);
    /* new  */
    --SliderArrowBdr: #cdcdcd;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--PoppinsFont);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 300;
  font-style: normal;
  color: var(--whitecolor);
  font-size: 15px;
  line-height: 1.5;
  background-color: var(--bodybg);
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--DmSerifDisplayFont);
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--whitecolor);
  font-weight: 400;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
}

h2,
.h2-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  text-transform: capitalize;
}

h3,
.h3-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
}

h4,
.h4-title {
  font-size: 22px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 1.2;
}

h6,
.h6-title {
  font-size: 18px;
  line-height: 1.2;
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--whitecolor);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--primarycolor);
}

button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  outline: none;
  background: transparent;
}

figure {
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  color: var(--whitecolor);
  border: 1px solid var(--InputBorderColor);
  height: 60px;
  padding: 0 25px 0 54px;
  font-size: 14px;
  border-radius: 10px;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: 1px solid var(--InputBorderColor);
  padding: 25px 25px 25px 54px;
  width: 100%;
  color: var(--whitecolor);
  height: 145px;
  display: block;
  resize: none;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

select {
  border: 1px solid var(--InputBorderColor);
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: var(--primarycolor);
  color: var(--blackcolor);
  height: 60px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
  padding: 0 41px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--primarycolor);
  text-align: center;
}

input[type="submit"]:hover {
  background: transparent;
  color: var(--primarycolor);
}

::-webkit-input-placeholder {
  /* opacity: 0.7; */
  color: var(--whitecolor);
}

:-ms-input-placeholder {
  /* opacity: 0.7; */
  color: var(--whitecolor);
}

::-moz-placeholder {
  /* opacity: 0.7; */
  color: var(--whitecolor);
}

:-moz-placeholder {
  /* opacity: 0.7; */
  color: var(--whitecolor);
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

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

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* custom css */
.cmn-gap {
  padding: 90px 0;
}

.section-head {
  margin-bottom: 40px;
}

.cmn-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--primarycolor);
  color: #141414;
  padding: 21px 44px;
  border-radius: 50px;
  border: 1px solid var(--primarycolor);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cmn-btn:hover {
  background-color: transparent;
  color: var(--primarycolor);
}

.cmn-btn.white {
  border: 1px solid var(--HdrInputBdr);
  color: var(--whitecolor);
  background-color: transparent;
}

.cmn-btn.white:hover {
  background-color: var(--primarycolor);
  border-color: var(--primarycolor);
  color: var(--blackcolor);
}

/* custom css */

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 170px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 25px;
  padding: 22px 0;
  position: relative;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a {
  color: var(--whitecolor);
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  font-weight: 300;
}

.navbar-nav>li>a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--whitecolor);
  /* opacity: 0; */
  position: absolute;
  bottom: -6px;
  left: 0;

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
    color: #3B61DC;
} */

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu>li>a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  background: #eab71e;
  color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

.theme-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.theme-switch .checkbox {
  opacity: 0;
  position: absolute;
}

.theme-switch .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 18px;
  border-radius: 50px;
  position: relative;
  height: 100%;
  width: 101px;
  cursor: pointer;
  border: 1px solid var(--HdrInputBdr);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.theme-switch svg {
  position: relative;
  z-index: 1;
}

.theme-switch .ball {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--primarycolor);
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
}

.theme-switch .moon {
  color: #f1c40f;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: all 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.dark .theme-switch .ball {
  left: calc(100% - 47px);
}

@media (prefers-color-scheme: dark) {
  .theme-switch .ball {
    left: calc(100% - 47px);
  }

  .light .theme-switch .ball {
    left: 7px;
  }
}

.credits {
  font-family: Helvetica, Arial, Sans-Serif;
  color: var(--text-color);
  padding-top: 20px;
  font-size: 14px;
}

.credits a {
  color: var(--text-color);
}

/*  Dark Light Css End */

/* Header Css Start */
.main-head {
  background-color: var(--blackcolor);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.main-head .navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-head-top {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid var(--borderColor);
}

.main-head-top-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  width: 222px;
  display: block;
}

.navbar-brand img {
  width: 100%;
}

.nav-btn-wrap>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.nav-btn-wrap>ul>li {
  padding: 0 10px;
}

.head-search {
  position: relative;
  height: 100%;
}

.head-search input[type="search"] {
  border-color: var(--HdrInputBdr);
  border-radius: 50px;
  height: 50px;
  padding: 0 50px 0 25px;
  font-size: 16px;
  background: transparent;
  border: 1px solid var(--HdrInputBdr);
  outline: none;
  color: var(--whitecolor);
  width: 270px;
  height: 100%;
}

.head-search-btn {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primarycolor);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.head-search-btn:hover {
  background: var(--whitecolor);
}

.signin-btn a.cmn-btn.white {
  min-width: 140px;
}

.signin-btn a img {
  width: 15px;
  margin-right: 8px;
  -webkit-filter: var(--filterYellow);
  filter: var(--filterYellow);
}

.signin-btn a.cmn-btn.white:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(0%) hue-rotate(28deg) brightness(98%) contrast(105%);
  filter: brightness(0) saturate(100%) invert(0%) sepia(98%) saturate(0%) hue-rotate(28deg) brightness(98%) contrast(105%);
}

.footer-sec {
  padding-bottom: 43px;
  font-size: 16px;
  color: var(--whitecolor);
}

.footer-inner {
  background-color: var(--InputBorderColor);
  padding: 72px 0 0;
  border-radius: 20px;
}

.footer-top {
  padding-bottom: 44px;
  border-bottom: 1px solid var(--borderColor);
}

.footer-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-tp-lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-brand {
  width: 222px;
  margin-bottom: 23px;
}

.follow-us-wpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-social-ul li:not(:last-child) {
  margin-right: 10px;
}

.footer-social-ul li a {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--grayColor);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social-ul li a:hover {
  background: var(--bodybg);
}

.follow-us-wpr p {
  margin: 0;
}

.footer-social-ul {
  padding-left: 15px;
}

.footer-tp-rt {
  padding-left: 50px;
}

.footer-title {
  font-family: var(--DmSerifDisplayFont);
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 15px;
}

.footer-link-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-link-ul li:not(:last-child) {
  margin-right: 50px;
}

.footer-link-ul li a {
  position: relative;
}

.footer-link-ul li a:hover {
  color: var(--whitecolor);
}

.footer-link-ul li a::before {
  background-color: var(--whitecolor);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  width: 100%;
}

.footer-link-ul li a:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.footre-btm {
  padding: 25px 0;
}

.ftr-btm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ftr-btm-row p {
  margin-bottom: 0;
}

.ftr-btm-row p a {
  color: var(--primarycolor);
}

.ftr-btm-row p a:hover {
  color: var(--whitecolor);
}

.sec-head {
  margin-bottom: 30px;
}

.nav-btn-wrap ul li form {
  height: 100%;
}

.main-head .cmn-btn {
  padding: 16px 29px;
}

.country-wpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-radius: 50px;
  padding: 5px 15px 5px 10px;
  border: 1px solid var(--HdrInputBdr);
  position: relative;
  z-index: 1;
}

.country-wpr span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}

.country-wpr i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}

.navbar-collapse {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hamberger-btn {
  width: 30px;
  height: 100%;
  border: 0;
  border-radius: 10px;
  background-color: transparent;
  position: relative;
  padding: 0;
}

.hamberger-btn span {
  width: 100%;
  height: 3px;
  background-color: var(--primarycolor);
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamberger-btn span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--primarycolor);
  display: block;
  left: 0px;
  top: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamberger-btn span::after {
  top: 10px;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--primarycolor);
  display: block;
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamberger-outer {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-head.scroll .hamberger-outer {
  display: block;
}

/* .navbar.hide {
  display: none;
} */

.hamberger-btn.active span {
  background: transparent;
}

.hamberger-btn.active span::before {
  -webkit-transform: rotate(45deg) translate(2px, 9px);
  -ms-transform: rotate(45deg) translate(2px, 9px);
  transform: rotate(45deg) translate(2px, 9px);
}

.hamberger-btn.active span::after {
  -webkit-transform: rotate(-45deg) translate(5px, -13px);
  -ms-transform: rotate(-45deg) translate(5px, -13px);
  transform: rotate(-45deg) translate(5px, -13px);
}

.menu-extra,
.close-menu,
.search-close,
.search-mobile {
  display: none;
}

.head-search-wpr {
  height: 100%;
}

.dark .footer-light,
.dark .brand-light {
  display: none;
}

.light .footer-light,
.light .brand-light {
  display: block;
}

.light .footer-dark,
.light .brand-dark {
  display: none;
}

.light .country-wpr i img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.light .search-mobile img,
.light .head-search-btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer-brand img {
  width: 100%;
}

/* Samar Css Start 29-01-25 */
.from-our-leading-sec .sec-head {
  max-width: 797px;
  margin: 0 auto 13px;
}

.from-our-leading-sec .sec-head p {
  max-width: 616px;
  margin: 0 auto;
}

.from-our-leading-sec .sec-head h2 {
  margin-bottom: 13px;
  font-size: 34px;
}

.wins-wpr {
  padding: 25px 14px;
  /* min-width: 170px; */
  text-align: center;
  border-radius: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

.light .our-leading-item .wins-wpr {
  background-color: #000;
}

.light .our-leading-item .wins-wpr:hover {
  background-color: #5f5f5f;
}

.wins-wpr:hover {
  background-color: var(--InputBorderColor);
}

.wins-wpr .wins-wpr-inner img {
  opacity: 0.3;
}

.wins-wpr:hover .wins-wpr-inner img {
  opacity: 1;
}

.latest-podcast-sldr .slick-list {
  margin: 0 -12px;
}

.latest-podcast-item {
  padding: 0 12px;
}

.latest-podcast-card>a {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: block;
  z-index: 1;
}

.latest-podcast-card a figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* z-index:1; */
}

.latest-podcast-card a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.latest-podcast-card a:hover figure img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.latest-podcast-card a figure:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(top,
      rgba(0, 0, 0, 0) 57.58%,
      rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(57.58%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 57.58%,
      rgba(0, 0, 0, 0.7) 100%);
  border-radius: 20px;
}

.latest-podcast-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 14px 20px;
  z-index: 1;
  width: 100%;
}

.podcast-card-play {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.podcast-card-play .play {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--primarycolor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.latest-podcast-card a:hover .play {
  background-color: var(--whitecolor);
}

.podcast-card-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.podcast-card-title i {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 11px;
}

.cmn-slider-arrow {
  padding-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cmn-slider-arr {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--SliderArrowBdr);
  border-radius: 50%;
  margin: 0 5px;
  background-color: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.cmn-slider-arr:hover {
  background-color: var(--primarycolor);
  border-color: var(--primarycolor);
  -webkit-box-shadow: 0px 0px 19px rgba(241, 206, 148, 0.2);
  box-shadow: 0px 0px 19px rgba(241, 206, 148, 0.2);
}

.cmn-slider-arr:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(12%) hue-rotate(267deg) brightness(100%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(12%) hue-rotate(267deg) brightness(100%) contrast(100%);
}

.editions-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px -12px;
}

.editions-clm {
  padding: 15px 12px;
  width: 20%;
}

.editions-clm a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.editions-card {
  background-color: var(--InputBorderColor);
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.editions-card figure {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.editions-card figure>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.editions-card a:hover figure>img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.editions-features {
  position: absolute;
  top: 0;
  left: 0;
  padding: 19px 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -2px;
}

.editions-features span {
  background: var(--FeaturesTagBg);
  border: 1px solid var(--FeaturesTagBdr);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 10px;
  color: var(--whiteUnchangeColor);
  padding: 11px 18px;
  margin: 2px;
  font-size: 14px;
}

.editions-txt {
  padding: 22px 18px 37px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hm-banner-sec .editions-txt {
  padding-top: 17px;
}

.category-title,
.editions-tag {
  font-size: 18px;
  font-family: var(--DmSerifDisplayFont);
  font-weight: 400;
  color: var(--primarycolor);
  margin-bottom: 5px;
  line-height: 1;
}

.editions-txt .editions-txt-top {
  margin-bottom: 10px;
}

.editions-txt .h4-title {
  display: inline;
  /* color: #fff; */
  line-height: 1.3;
  background-image: -o-linear-gradient(#fff, #fff),
    -o-linear-gradient(transparent, transparent), -o-linear-gradient(#fff, #fff);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff)),
    -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
  background-position: 0 100%, 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px, 0 1px, 0 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
  -o-transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
  transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
  text-transform: capitalize;
}

.editions-card a:hover .editions-txt .h4-title {
  background-image: -o-linear-gradient(#fff, #fff),
    -o-linear-gradient(hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)),
    -o-linear-gradient(#fff, #fff);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff)),
    -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)),
    linear-gradient(#fff, #fff);
  background-size: 0 1px, 0 1px, 100% 1px;
  background-position: 0 100%, 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
  -o-transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
  transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
}

.light .editions-card a:hover .editions-txt .h4-title {
  background-image: -o-linear-gradient(#000, #000),
    -o-linear-gradient(hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)),
    -o-linear-gradient(#000, #000);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#000),
      to(#000)),
    -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))),
    -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000),
    linear-gradient(hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)),
    linear-gradient(#000, #000);
}

.editions-txt .date {
  margin-top: auto;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--primarycolor);
  /* line-height:1.2; */
}

.editions-txt .date img {
  width: 14px;
  margin-right: 10px;
  -webkit-filter: var(--filterYellow);
  filter: var(--filterYellow);
}

.popular-editors-sec .sec-head {
  margin-bottom: 50px;
}

.cmn-txt-link {
  position: relative;
  font-size: 13px;
  color: var(--whitecolor);
  text-transform: capitalize;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cmn-txt-link:after {
  background-color: var(--whitecolor);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 1px;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.editions-card a:hover .cmn-txt-link {
  color: var(--primarycolor);
}

.editions-card a:hover .cmn-txt-link:after {
  background-color: var(--primarycolor);
}

.editors-tab-btn-wpr .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -7px;
}

.editors-tab-btn-wpr li {
  padding: 7px;
}

.editors-tab-btn-wpr li .nav-link {
  padding: 12px 23px;
  min-width: 178px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid var(--HdrInputBdr);
  color: var(--whitecolor);
  text-transform: capitalize;
  font-size: 16px;
}

.editors-tab-btn-wpr li .nav-link:hover,
.editors-tab-btn-wpr li .nav-link.active {
  border-color: var(--primarycolor);
  background-color: var(--primarycolor);
  color: #141414;
}

.popular-view-btn {
  padding-top: 27px;
  text-align: center;
}

.popular-view-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -5px;
}

.popular-view-btn ul li {
  padding: 5px;
}

.newsletter-sec {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  min-height: 313px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-sec:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5));
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
}

.newsletter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-row>* {
  padding: 0 12px;
}

.newsletter-lft-clm {
  width: 50%;
}

.newsletter-frm-clm {
  width: 50%;
}

.newsletter-frm-inr input[type="email"] {
  padding: 0;
  border: none;
  height: 40px;
  color: var(--whiteUnchangeColor);
}

.newsletter-frm-inr input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

.newsletter-frm-inr input[type="email"]::-moz-placeholder {
  color: #fff;
}

.newsletter-frm-inr input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

.newsletter-frm-inr input[type="email"]::-ms-input-placeholder {
  color: #fff;
}

.newsletter-frm-inr input[type="email"]::placeholder {
  color: #fff;
}

.newsletter-frm-inr {
  position: relative;
  width: 100%;
  height: 74px;
  background: var(--FeaturesTagBg);
  border: 1px solid var(--FeaturesTagBdr);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border-radius: 50px;
  background-image: url(images/nwsltr-mail.svg);
  background-repeat: no-repeat;
  background-position: left 34px center;
  background-size: 22px;
  padding: 0 200px 0 66px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter-frm {
  max-width: 571px;
  margin-left: auto;
}

.newsletter-frm-inr input[type="submit"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  padding: 5px 30px;
  border-radius: 50px;
  background-color: var(--primarycolor);
  color: #000;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid var(--primarycolor);
  text-transform: capitalize;
  height: calc(100% - 24px);
}

.newsletter-frm-inr input[type="submit"]:hover {
  background-color: transparent;
  color: var(--primarycolor);
}

.newsletter-lft-inr {
  max-width: 575px;
}

.newsletter-lft-inr h2 {
  margin-bottom: 10px;
  color: #fff;
}

.newsletter-lft-inr p {
  color: #fff;
}

.hm-banner-sec {
  padding-top: 40px;
}

.banner-upr-wpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -13px;
}

.banner-upr-wpr>* {
  padding: 0 13px;
}

.banner-top-lft {
  width: 55%;
}

.banner-top-rt {
  width: 45%;
}

.bnr-large-card {
  background-color: var(--InputBorderColor);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.bnr-large-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.bnr-lft-card-txt {
  width: 43%;
  padding: 54px 40px;
  height: 100%;
}

.bnr-lft-card-txt h1 {
  margin-bottom: 0px;
  display: inline;
  /* color: #fff; */
  background-image: -o-linear-gradient(#fff, #fff),
    -o-linear-gradient(transparent, transparent), -o-linear-gradient(#fff, #fff);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff)),
    -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
  background-position: 0 100%, 100% 100%, 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px, 0 1px, 0 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
  -o-transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
  transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
  text-transform: capitalize;
}

.bnr-lft-card-txt p {
  color: var(--whitecolor);
  margin-bottom: 44px;
}

.bnr-lft-card-txt .title {
  margin-bottom: 15px;
}

.bnr-large-card figure {
  width: 57%;
  /* padding-top:53%; */
  overflow: hidden;
  position: relative;
  height: 100%;
  z-index: 1;
}

.bnr-large-card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.bnr-large-card:hover figure img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.bnr-large-card:hover .bnr-lft-card-txt h1 {
  background-image: -o-linear-gradient(#fff, #fff),
    -o-linear-gradient(hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)),
    -o-linear-gradient(#fff, #fff);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff)),
    -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)),
    linear-gradient(#fff, #fff);
  background-size: 0 1px, 0 1px, 100% 1px;
  background-position: 0 100%, 100% 100%, 0 90%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
  -o-transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
  transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
}

.light .bnr-large-card:hover .bnr-lft-card-txt h1 {
  background-image: -o-linear-gradient(#000, #000),
    -o-linear-gradient(hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)),
    -o-linear-gradient(#000, #000);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#000),
      to(#000)),
    -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))),
    -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(#000, #000),
    linear-gradient(hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)),
    linear-gradient(#000, #000);
}

.editions-card.bnr-small-card:not(:last-child) {
  margin-bottom: 25px;
}

.banner-rt-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.editions-card.bnr-small-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}

.editions-card.bnr-small-card a figure {
  width: 48%;
  padding-top: 31%;
  height: 100%;
}

.editions-card.bnr-small-card a .editions-txt {
  width: 52%;
  padding: 15px 37px 16px 20px;
  height: 100%;
}

.banner-lwr-wpr {
  padding-top: 40px;
}

.banner-lwr-wpr .editions-clm {
  width: 25%;
}

.banner-lwr-wpr .editions-clm .editions-card figure {
  padding-top: 53%;
}

/* Samar Css End 29-01-25 */

.podcast-card-title h3 {
  color: #fff;
}

.light .latest-podcast-card a:hover .play img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.light .cmn-slider-arr img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.light .wins-wpr .wins-wpr-inner img {
  opacity: 1;
}

.our-leading-item {
  padding: 0 5px;
}

.faq-accordian-item {
  padding: 30px 0;
}

.faq-accordian-item:not(:last-child) {
  border-bottom: 1px solid var(--faqBorderColor);
}

.faq-accordian-item:last-child {
  padding-bottom: 0;
}

.faq-accordian-head {
  padding: 10px 50px 10px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.faq-accordian-head h3 {
  margin: 0;
  max-width: 1093px;
  line-height: 1.36;
  text-transform: capitalize;
}

.faq-accordian-head i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--primarycolor);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-accordian-body p {
  max-width: 1230px;
  font-size: 16px;
}

.faq-accordian-body {
  display: none;
}

.faq-accordian-head.active i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.row.help-desk-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.help-each {
  margin-bottom: 20px;
  padding: 24px 26px;
  border-radius: 20px;
  background: var(--InputBorderColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.help-each:last-child {
  margin-bottom: 0;
}

.help-img {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--Black10);
  border: 1px solid var(--white10);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}

.help-txt {
  width: calc(100% - 80px);
  padding-left: 10px;
}

.help-txt p {
  font-size: 14px;
  margin-bottom: 5px;
}

.help-txt a {
  font-family: var(--DmSerifDisplayFont);
  font-weight: 400;
  font-size: 22px;
}

.help-each-wpr {
  max-width: 471px;
}

.get-in-touch-wpr {
  border-radius: 20px;
  border: 1px solid var(--InputBorderColor);
  padding: 40px 46px;
}

.help-desk-rt-wpr {
  padding-left: 48px;
}

.row.help-form-row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 26px;
}

.help-input-wpr {
  position: relative;
}

.help-input-wpr::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 26px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
}

.help-input-wpr.help-input-name::before {
  background-image: url(images/name-input.svg);
}

.help-input-wpr.help-input-email::before {
  background-image: url(images/email-input.svg);
}

.help-input-wpr.help-input-phone::before {
  background-image: url(images/call-input.svg);
}

.help-input-wpr.help-input-textarea::before {
  background-image: url(images/msg-input.svg);
  top: 30px;
}

.help-form-row textarea:focus,
.help-form-row input[type="email"]:focus,
.help-form-row input[type="tel"]:focus,
.help-form-row input[type="text"]:focus {
  background: var(--InputBorderColor);
}

/* Samar Night Css 30-01-25 Start */
.why-choose-inr h1 {
  margin-bottom: 14px;
}

.why-choose-inr p {
  margin-bottom: 16px;
}

.why-choose-inr .h3-title {
  margin-bottom: 20px;
}

.aviation-news-sec .sec-head {
  max-width: 1015px;
  margin: 0 auto 50px;
}

.aviation-news-row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 32px;
}

.editions-card.aviation-news figure {
  padding-top: 50%;
}

.premium-member-sec .sec-head {
  margin-bottom: 50px;
}

.premium-member-row {
  --bs-gutter-x: 27px;
  --bs-gutter-y: 20px;
}

.premium-member-card {
  padding: 35px;
  border: 1px solid var(--borderColor);
  border-radius: 20px;
  height: 100%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.premium-member-card:hover {
  background-color: var(--InputBorderColor);
  border-color: var(--InputBorderColor);
}

.premium-member-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.premium-member-upper>* {
  padding: 0 10px;
}

.premium-member-left {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.premium-member-left i {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--borderColor);
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.premium-member-card:hover .premium-member-left i {
  background-color: var(--premiumIconBg);
}

.premium-member-left i img {
  max-width: 40px;
}

.premium-member-title {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.premium-member-title .h4-title {
  margin-bottom: 2px;
}

.premium-member-price {
  width: 20%;
  text-align: right;
  padding-top: 16px;
}

.premium-member-price .h4-title {
  font-family: var(--DmSerifDisplayFont);
  color: var(--primarycolor);
}

.premium-member-lwr {
  text-align: center;
  padding-top: 25px;
}

.evnt-search-frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

/* Samar Night Css 30-01-25 End */

/* body {
  padding-top: 165.5px;
} */

.light .close-menu img,
.light .search-close img,
.light .cmn-btn.white img {
  -webkit-filter: var(--filterYellow);
  filter: var(--filterYellow);
}

.light .premium-member-left i img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.help-input-submit {
  padding-top: 15px;
}

.light .help-input-wpr::before {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.country-each-ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--bodybg);
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}

.country-each-ul.open {
  display: block;
}

.country-each-ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.country-each-ul>li:not(:last-child) {
  margin-bottom: 10px;
}

.country-wpr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.light .cmn-btn.white:hover {
  color: #141414;
}

.editions-features span.features-icon {
  padding: 10px 12px;
}

/* 03-02-25 SM Css Start */
.from-our-leading-sec.blg-details .sec-head {
  max-width: 796px;
}

.blog-details-sec {
  padding: 90px 0 0px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 -2px 15px;
}

.breadcrumb li,
.breadcrumb li a {
  text-transform: capitalize;
}

.breadcrumb li {
  padding: 0 2px;
}

.blg-dtls-upper-inr .h1-title {
  font-family: var(--DmSerifDisplayFont);
  margin-bottom: 30px;
}

.blg-dtls-upper-inr figure {
  width: 100%;
  margin-bottom: 44px;
}

.blg-dtls-upper-inr figure img {
  width: 100%;
}

.blg-dtls-upper-inr h1.h3-title {
  line-height: 1.2;
  text-transform: capitalize;
}

.blg-dtls-upper-para {
  position: relative;
  margin-bottom: 44px;
}

.blg-dtls-upper-para p {
  margin-bottom: 23px;
}

.text-blur-effect {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 91px;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  pointer-events: none;
}

.blg-dtls-mdl {
  padding: 38px 0 100px;
}

.blg-dtls-premium-member {
  background-color: var(--InputBorderColor);
  padding: 50px 90px;
  border-radius: 20px;
}

.blg-dtls-lower .h3-title {
  margin-bottom: 20px;
}

.blog-details-sec ul {
  margin-bottom: 34px;
}

.blog-details-sec ul li {
  line-height: 1.7;
  position: relative;
  padding-left: 23px;
}

.blog-details-sec ul li:not(:last-child) {
  margin-bottom: 10px;
}

.blog-details-sec ul li:after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--whitecolor);
}

.premium-free-wpr {
  padding-top: 20px;
}

.premium-free-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--InputBorderColor);
  padding: 39px 80px 39px 90px;
  border-radius: 20px;
}

.premium-free-lft {
  width: 70%;
  padding-right: 15px;
}

.premium-free-right {
  width: 30%;
  text-align: right;
}

/* 03-02-25 SM Css End */

.light .text-blur-effect {
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(#ffffff));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
}

.event-sec .event-card a {
  display: block;
}

.row.event-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.blog-pagination-wpr {
  padding-top: 50px;
  text-align: center;
}

.why-choose-sec h2 {
  padding-top: 10px;
}

.aviation-news-sec .editions-txt p {
  font-size: 14px;
}

.premium-member-sec .sec-head {
  max-width: 1015px;
  margin-left: auto;
  margin-right: auto;
}

.aviation-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.editions-txt .cmn-txt-link {
  margin-top: auto;
}

.wins-wpr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cmn-btn.subscribe-btn {
  padding: 21px 36px;
}

.blog-det-related .editions-txt .cmn-txt-link {
  margin-top: 0;
}

.premium-free-right .cmn-btn {
  min-width: 238px;
}

/* 25-02-2025 start KM */

.footer-social-ul li a img {
  -webkit-filter: var(--filterYellow);
  filter: var(--filterYellow);
}

/* 25-02-2025 end KM */

/* SMv Start 03.03.25 */
.editions-card-img-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.editions-card-img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.editions-clm a.editions-features {
  height: auto;
  flex-direction: inherit;
}

.editions-card.bnr-small-card>div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.editions-card.bnr-small-card figure {
  width: 48%;
  padding-top: 31%;
}

.editions-card.bnr-small-card .editions-txt {
  width: 52%;
}

.editions-card.bnr-small-card a {
  height: auto;
}

.editions-card.bnr-small-card figure>a {
  height: 100%;
}

.blog-pagination-wpr {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}

.blog-pagination-wpr .page-numbers {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--SliderArrowBdr);
  color: var(--SliderArrowBdr);
  font-family: var(--DmSerifDisplayFont);
  font-size: 22px;
  font-weight: 400;
  margin: 0 10px;
  border-radius: 50%;
  transition: 0.2s;
}

.blog-pagination-wpr .page-numbers.current,
.blog-pagination-wpr .page-numbers:hover {
  background-color: var(--primarycolor);
  border-color: var(--primarycolor);
  color: #141414;
}

.blog-pagination-wpr .next.page-numbers,
.blog-pagination-wpr .prev.page-numbers {
  border: 0;
}

.blog-pagination-wpr .next.page-numbers:hover,
.blog-pagination-wpr .prev.page-numbers:hover {
  background-color: transparent;
  color: var(--whitecolor);
}

.banner-lwr-wpr {
  margin-top: 40px;
}

.editions-card.bnr-small-card figure>a.editions-features {
  height: auto;
}

/* SMv End 03.03.25 */

/* pro 4/3/25 start */

.subscribe-content {
  margin-bottom: 60px;
}

.subscribe-content h1,
.subscribe-content h2,
.subscribe-content h3,
.subscribe-content h4,
.subscribe-content h5 {
  margin-bottom: 12px;
  line-height: 1.3;
}

.subscribe-content h2 {
  font-size: 35px;
}

.subscribe-content p,
.subscribe-content ul,
.subscribe-content ol {
  margin-bottom: 14px;
}

.subscribe-content ul li,
.subscribe-content ol li {
  margin-bottom: 6px;
  line-height: 1.6;
}

.subscribe-content a {
  color: var(--primarycolor);
  font-weight: 500;
}

.subscribe-content a:hover {
  text-decoration: underline !important;
}

.subscribe-content ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 6px;
}

.subscribe-content ul li:last-child {
  margin-bottom: 0;
}

.subscribe-content ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--primarycolor);
  border-radius: 50%;
}

.subscribe-row {
  --bs-gutter-y: 24px;
}

.subscribe-card {
  padding: 30px 20px;
  text-align: center;
  background: var(--InputBorderColor);
  border-radius: 20px;
  position: relative;
}

.subscribe-card h3 {
  font-size: 26px;
  margin-bottom: 12px;
  line-height: 1.3;
}

.subscribe-card h4 {
  margin-bottom: 12px;
  line-height: 1.3;
}

.subscribe-card p {
  font-size: 14px;
}

.subscribe-card .subscribe-price {
  font-size: 22px;
  font-family: var(--DmSerifDisplayFont);
  margin-bottom: 20px;
}

.subscribe-card .cmn-btn {
  width: 100%;
}

/* pro 4/3/25 end */

/* Sm start 05-03-25 */

.dark .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid rgba(206, 206, 206, 0.2);
}

.dark .wc-block-components-totals-wrapper {
  border-top: 1px solid rgba(206, 206, 206, 0.2);
}

.light .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
  filter: brightness(0.9);
}

.woocommerce-account .woocommerce-form button[type="submit"] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--primarycolor);
  color: #141414;
  padding: 15px 44px;
  border-radius: 50px;
  border: 1px solid var(--primarycolor);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 0;
}

.woocommerce-account .woocommerce-form button[type="submit"]:hover {
  background-color: var(--SliderArrowBdr);
  color: #fff;
  border-color: var(--SliderArrowBdr);
}

.woocommerce-account .woocommerce form .form-row {
  padding: 6px 4px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.woocommerce-account .woocommerce-form .woocommerce-privacy-policy-text {
  margin-bottom: 8px;
}

.dark .woocommerce-account .woocommerce-form button[type="submit"]:hover {
  color: #141414;
  background: #f5f5f5;
}

.woocommerce-error {
  outline: none;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin-bottom: 10px;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link>a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--primarycolor);
  color: #141414;
  font-weight: 500;
  padding: 17px 44px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link>a:hover {
  background: #141414;
  color: #fff;
}

.dark .logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link>a:hover {
  background-color: #fff;
  color: #000;
}

.logged-in.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 27%;
  padding: 0 12px;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content {
  width: 73%;
  padding: 0 12px;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .view-subscription,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .button.wc-forward,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"],
.logged-in.woocommerce-account .woocommerce-MyAccount-content .payment-method .button.wcs_deletion_error,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-order-received .our-store-main-wppr .shop_table .woocommerce-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--primarycolor);
  color: #141414;
  font-weight: 400;
  padding: 10px 16px;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--primarycolor);
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button:hover,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .view-subscription:hover,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .button.wc-forward:hover,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"]:hover,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .payment-method .button.wcs_deletion_error:hover,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .button:hover {
  border-color: var(--primarycolor);
  color: var(--primarycolor);
  background-color: transparent;
}

.dark .logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button:hover,
.dark .logged-in.woocommerce-account .woocommerce-MyAccount-content .view-subscription:hover,
.dark .logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit,
.dark .logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"]:hover,
.dark .logged-in.woocommerce-account .woocommerce-MyAccount-content .payment-method .button.wcs_deletion_error:hover,
.dark .logged-in.woocommerce-account .woocommerce-MyAccount-content .button:hover,
.woocommerce-order-received .our-store-main-wppr .shop_table .woocommerce-button:hover {
  background-color: transparent;
  color: var(--primarycolor);
}

.dark .logged-in.woocommerce-account .woocommerce table.shop_table {
  border: 1px solid rgb(226 224 224 / 10%);
}

.dark .logged-in.woocommerce-account .woocommerce table.shop_table td,
.dark .logged-in.woocommerce-account .woocommerce table.shop_table tbody th {
  border-top: 1px solid rgb(226 224 224 / 10%);
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content header h2 {
  margin-bottom: 14px;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
  float: left;
  margin-bottom: 10px;
}

.woocommerce-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-info::before {
  top: 50%;
  transform: translateY(-50%);
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content .button.wc-forward {
  margin-left: auto;
}

.woocommerce ul.order_details li strong {
  font-weight: 400;
}

.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 34px;
  margin-bottom: 14px;
}

.woocommerce-order-received .woocommerce-order-details .row td {
  font-weight: 400;
}

.woocommerce-order-received .woocommerce-order-details header>h2 {
  margin-bottom: 14px !important;
  font-size: 34px;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
  font-size: 34px;
  margin-bottom: 14px;
}

.woocommerce-Price-amount {
  font-weight: 400;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content .button.view {
  margin-bottom: 6px;
}

/* Sm end 05-03-25 */

/* 06-03-2025 KM start */
.woocommerce-MyAccount-content p a {
  color: #58bdf2;
}

.woocommerce-MyAccount-content p a:hover {
  color: #14a2ed;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link>a {
  border-radius: 100px;
  border: 1px solid var(--primarycolor);
  font-weight: 400;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link>a:hover,
.dark .logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link>a:hover {
  background: transparent;
  color: var(--primarycolor);
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .view-subscription,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .button.wc-forward,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[type="submit"],
.logged-in.woocommerce-account .woocommerce-MyAccount-content .payment-method .button.wcs_deletion_error,
.logged-in.woocommerce-account .woocommerce-MyAccount-content .button,
.woocommerce-order-received .our-store-main-wppr .shop_table .woocommerce-button {
  padding: 16px 29px;
  border-radius: 100px;
  margin-left: auto;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  height: 55px;
  background: transparent;
  border-color: var(--primarycolor) !important;
  padding: 10px 16px;
}

.dark .woocommerce form .form-row .input-text,
.dark .woocommerce form .form-row select {
  color: #ffffff;
}

.woocommerce form .select2-container .select2-selection--single {
  height: 55px;
  border-color: var(--primarycolor) !important;
  background: transparent;
}

.woocommerce form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 16px 16px;
}

.woocommerce form .select2-container .select2-selection--single .select2-selection__placeholder,
.woocommerce form .select2-container .select2-selection--single .select2-selection__rendered {
  color: #000000;
}

.dark .woocommerce form .select2-container .select2-selection--single .select2-selection__placeholder,
.dark .woocommerce form .select2-container .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}

.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--primarycolor) transparent transparent transparent;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -15px;
  margin-top: -2px;
  width: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--primarycolor);
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  color: var(--primarycolor);
}

.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-components-totals-coupon__button,
.wc-block-components-checkout-place-order-button {
  background: var(--primarycolor);
  border-radius: 100px;
  transition: all 0.4s ease-in-out !important;
  border: 1px solid var(--primarycolor);
  text-transform: capitalize;
  color: #000000;
}

.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-cart .wc-block-components-totals-coupon__button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background: transparent;
  color: var(--primarycolor);
}

.dark .is-large.wc-block-cart .wc-block-cart-items td,
.dark .is-large.wc-block-cart .wc-block-cart-items {
  border-color: rgba(255, 255, 255, 0.11);
}

.is-large.wc-block-cart {
  margin-bottom: 0;
}

.is-medium .wc-block-cart__sidebar,
.is-mobile .wc-block-cart__sidebar,
.is-small .wc-block-cart__sidebar {
  margin-bottom: 0 !important;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border-color: var(--primarycolor);
}

.woocommerce .woocommerce-customer-details address {
  border-color: var(--primarycolor);
  line-height: 2.1;
}

.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details address .woocommerce-customer-details--email {
  line-height: 1.8;
  margin: 8px 0;
}

.woocommerce form .form-row .input-checkbox {
  width: 15px;
  height: 15px;
  accent-color: var(--primarycolor);
}

.woocommerce-account .our-store-main-wppr>.container>h2 {
  display: none;
}

.wcs-recurring-totals-panel__details.wc-block-components-panel {
  padding: 0 16px;
}

.editions-card-img-link {
  height: 100%;
}

.art figure figcaption {
  margin: 8px 0 0;
}

.blg-dtls-upper-inr figure {
  margin-bottom: 30px;
}

.blg-dtls-upper-para p {
  margin-bottom: 14px;
}

/* 06-03-2025 KM end */

/* 11-03-2025 start KM */
.subscribe-card h3 {
  margin-bottom: 4px;
  font-size: 22px;
}

.subscribe-card .subscribe-price {
  font-size: 22px;
  margin-bottom: 15px;
}

.subscribe-mdl {
  text-align: left;
  padding: 5px 0 0;
}

.subscribe-mdl ul {
  margin-bottom: 16px;
}

.subscribe-mdl ul li {
  margin: 0 0 12px;
  position: relative;
  padding: 0 0 0 16px;
}

.subscribe-mdl ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

.dark .subscribe-mdl ul li::before {
  background-color: #ffffff;
}

.subscribe-mdl ul li:last-child,
.subscribe-mdl ul:last-child {
  margin-bottom: 0;
}

.subscribe-card h4 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 20px;
}

.subscribe-card {
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subscribe-btn {
  margin-top: 30px;
}

.subscribe-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 26px;
  margin: 0 10px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 5px;
  top: 50%;
  margin-top: -9px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch input:checked+.slider {
  background-color: var(--primarycolor);
}

.switch input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  -moz-transform: translateX(14px);
  transform: translateX(14px);
}

.slider.round {
  border-radius: 100px;
}

.slider.round:before {
  border-radius: 50%;
}

.switch-container {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.switch-lbl-text {
  font-size: 14px;
  cursor: pointer;
}

.subscribe-row {
  justify-content: center;
}

.event-search-wpr {
  background: #f6f6f6;
  margin: 22px 0 0;
  padding: 26px;
  border-radius: 8px;
}

.event-search-wpr select {
  border: 1px solid #dadada;
  cursor: pointer;
}

.search-frm-input {
  width: 40%;
  padding: 0 10px;
}

.search-frm-btn {
  width: 20%;
  padding: 0 10px;
}

.search-frm-btn input[type="submit"] {
  width: 100%;
}

.ev-para {
  color: #000000;
  padding: 8px 0 18px;
}

.dark .ev-para {
  color: #ffffff;
}

.single-events-banner {
  position: relative;
}

.single-events-banner-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.single-events-banner-overlay {
  position: relative;
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.22);
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.single-events-banner-overlay h1 {
  color: #ffffff;
}

.single-events-category-tag {
  display: inline-block;
  background: var(--primarycolor);
  border: 1px solid var(--primarycolor);
  color: #000000;
  padding: 12px 20px;
  border-radius: 100px;
}

.single-events-category-tag:hover {
  background: transparent;
  color: var(--primarycolor);
}

.single-events-geolocation {
  margin: 20px 0;
}

.single-events-geolocation iframe {
  width: 100%;
  height: 400px;
}

.single-events-info-box {
  width: 100%;
  height: 100%;
  background: var(--InputBorderColor);
  border-radius: 20px;
  padding: 30px 20px;
}

.single-events-info-box-in p {
  margin: 0;
}

.single-events-info .row {
  --bs-gutter-y: 15px;
}

.single-events-info-note {
  margin: 20px 0 0;
}

.chanel .tag {
  display: inline-block;
  background: var(--primarycolor);
  border: 1px solid var(--primarycolor);
  color: #000000;
  padding: 8px 20px;
}

.single-events-info-box.signup {
  text-align: center;
  padding: 30px 60px;
}

.single-events-info-box.signup .cmn-btn {
  margin: 18px 0 0;
  padding: 16px 35px;
}

.single-events-block-row {
  --bs-gutter-y: 22px;
}

.editions-txt .date {
  font-size: 15px;
  color: #23a3e5;
}

/* 11-03-2025 end KM */

/* pro 12/3/25 start */
.single-events .chanel {
  display: flex;
}

.single-events .chanel .social-media ul {
  display: flex;
  margin-left: 10px;
}

.single-events .chanel .social-media ul li {
  margin-right: 10px;
}

.single-events .chanel .social-media ul li:last-child {
  margin-right: 0;
}

.single-events .chanel .social-media ul li a {
  width: 40px;
  height: 40px;
  background: var(--primarycolor);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  border: 1px solid transparent;
}

.single-events .chanel .social-media ul li a:hover {
  background: transparent;
  color: var(--primarycolor);
  border-color: var(--primarycolor);
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  display: none;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
  padding-left: 0;
}

.order-again {
  display: none;
}

/* 
.woocommerce-cart .wc-block-cart-items td.wc-block-cart-item__image{
display: none;
}

.woocommerce-cart .wc-block-cart-items td.wc-block-cart-item__product{
width: 50%;
grid-column-start: 1 !important;
} */

/* pro 12/3/25 end */

/* 20/3/25 work start */
.get-in-touch-wpr .gform_wrapper.gravity-theme input[type="text"],
.get-in-touch-wpr .gform_wrapper.gravity-theme input[type="tel"],
.get-in-touch-wpr .gform_wrapper.gravity-theme input[type="password"],
.get-in-touch-wpr .gform_wrapper.gravity-theme input[type="email"],
.get-in-touch-wpr .gform_wrapper.gravity-theme select {
  padding: 0 25px 0 54px;
}

.get-in-touch-wpr .gform_wrapper.gravity-theme textarea {
  padding: 25px 25px 25px 54px;
}

.get-in-touch-wpr .gform_wrapper.gravity-theme .gfield textarea.small {
  height: 145px;
}

.get-in-touch-wpr .ginput_container {
  position: relative;
}

.get-in-touch-wpr .ginput_container::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 26px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  filter: brightness(0);
}

.get-in-touch-wpr .ginput_container.ginput_container_text::before {
  background-image: url(images/name-input.svg);
}

.get-in-touch-wpr .ginput_container.ginput_container_email::before {
  background-image: url(images/email-input.svg);
}

.get-in-touch-wpr .ginput_container.ginput_container_phone::before {
  background-image: url(images/call-input.svg);
}

.get-in-touch-wpr .ginput_container.ginput_container_textarea::before {
  background-image: url(images/msg-input.svg);
  top: 30px;
}

.get-in-touch-wpr .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 26px;
  grid-column-gap: 16px;
}

.get-in-touch-wpr .gform_wrapper.gravity-theme .gform_footer,
.get-in-touch-wpr .gform_wrapper.gravity-theme .gform_page_footer {
  margin-top: 24px;
}

/* 20/3/25 work end */

/*support css update 21/3/2025*/
.single-forum .forum-actions .btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--primarycolor);
  color: #141414;
  padding: 21px 24px;
  border-radius: 50px;
  border: 1px solid var(--primarycolor);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-forum .forum-actions .btn:hover {
  background-color: transparent;
  color: var(--primarycolor);
}

.single-forum .forum-actions .btn i {
  margin-right: 5px;
}

.single-forum .single-events-banner .single-events-banner-overlay {
  color: #ffffff;
}

.forum-table table th {
  font-family: var(--DmSerifDisplayFont);
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  border: none;
  background-color: var(--primarycolor);
  padding: 16px 20px;
}

.forum-table table {
  margin-top: 20px;
}

.forum-table table td {
  border: none;
  vertical-align: middle;
  font-size: 16px;
  padding: 16px 20px;
}

.forum-table table tbody tr:nth-child(odd) td {
  background-color: #ebf8ff;
}

.forum-table .forumntble-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.frmsaticicon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.forum-table .forum__title {
  width: calc(100% - 20px);
  padding-left: 10px;
}

.forum-table .forum__title a {
  color: #000000;
  font-weight: 700;
}

.forum-table .forum__title a:hover {
  color: var(--primarycolor);
}

.frmurnm-timewrp {
  font-size: 14px;
}

.frmurnm-timewrp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.frmurnm-timewrp ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.frmurnm-timewrp ul li i {
  color: var(--primarycolor);
  font-size: 14px;
  margin-right: 8px;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.frmurnm-timewrp ul li:first-child {
  margin-right: 15px;
}

.forum-hd {
  margin-bottom: 6px;
}

.forumtable-addsec {
  padding-top: 30px;
}

.forumtable-imgbx {
  background-color: #f5f5f5;
  padding: 50px 20px;
}

.forumpg-bredcrumbsec {
  background-color: var(--primarycolor);
  padding: 20px 0;
}

.brdcrumb-wrp .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.brdcrumb-wrp .breadcrumb .breadcrumb-item {
  color: var(--whitecolor);
}

.brdcrumb-wrp .breadcrumb .breadcrumb-item::before {
  color: var(--whitecolor);
}

.brdcrumb-wrp .breadcrumb .breadcrumb-item a {
  font-weight: 500;
}

.brdcrumb-wrp .breadcrumb .breadcrumb-item a:hover {
  color: var(--whitecolor);
  opacity: 0.5;
}

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

.frmsaticicon .fa-solid.fa-comments {
  color: var(--primarycolor);
}

.forum-table .forum__last-reply {
  position: relative;
  padding-right: 40px;
}

.forum-table .forum__last-reply .latest-link {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: var(--primarycolor);
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.forum-table .forum__last-reply .latest-link i {
  font-size: 18px;
  color: #000000;
}

.forum-topicmodal .modal-dialog {
  max-width: 700px;
}

.forum-topicmodal form input[type="text"],
.forum-topicmodal form input[type="tel"],
.forum-topicmodal form input[type="password"],
.forum-topicmodal form input[type="email"],
.forum-topicmodal form select {
  height: 55px;
  border-color: var(--primarycolor) !important;
  padding: 10px 16px;
}

.forum-topicmodal form select {
  background: url(images/selectdown-arrow.png) no-repeat calc(100% - 16px) center transparent;
  background-size: 18px;
  padding-right: 36px;
}

.forum-topicmodal form button[type="submit"] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--primarycolor);
  color: #141414;
  padding: 15px 44px;
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid var(--primarycolor);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

.forum-topicmodal {
  padding: 10px;
}

.forum-topicmodal form button[type="submit"]:hover {
  background-color: #ffffff;
  color: var(--primarycolor);
  border-color: var(--primarycolor);
}

.forum-topicmodal form .bbp-submit-wrapper {
  float: none;
  text-align: left;
}

.forum-topicmodal .modal-body {
  padding: 0;
}

.forum-topicmodal form .wp-editor-wrap {
  border: 1px solid var(--primarycolor);
}

.forum-topicmodal form .bbp-the-content-wrapper {
  margin-bottom: 18px;
}

.forum-topicmodal form label {
  margin-bottom: 5px;
}

.forum-topicmodal .modal-header {
  border: none;
  padding: 0;
}

.forum-topicmodal .modal-content {
  padding: 40px 30px;
}

.forum-topicmodal .bbp-form legend {
  display: block;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  text-transform: capitalize;
  font-family: var(--DmSerifDisplayFont);
  margin-bottom: 25px;
}

.forum-topicmodal .bbp-form .bbp-username {
  margin-bottom: 20px;
}

.forum-topicmodal .bbp-template-notice {
  border-color: var(--primarycolor);
  background-color: #ebf8ff;
  padding: 8px 12px;
}

.forum-topicmodal .btn-close {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: var(--primarycolor);
  opacity: 1;
  border-radius: 100%;
  padding: 0;
  top: -10px;
  right: -10px;
  font-size: 11px;
  border: 1px solid var(--primarycolor);
  margin: 0;
}

.forum-topicmodal .btn-close:hover {
  background-color: #ffffff;
  border-color: #000000;
  border: 1px solid #000000;
  box-shadow: none;
}

.forum-topicmodal .btn-close:focus {
  box-shadow: none;
}

.ldrbrdpg-slectwrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slectshowbutn {
  background-color: var(--primarycolor);
  padding: 16px 20px;
  max-width: 180px;
  width: 100%;
  color: #141414;
  line-height: 1;
  border-radius: 50px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  border: 1px solid var(--primarycolor);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slectshowbutn:hover {
  background-color: #ffffff;
  color: var(--primarycolor);
}

.ldrbrdpg-slectbx {
  width: calc(100% - 180px);
  padding-right: 20px;
}

.ldrbrdpg-slectbx .select2-container--default .select2-selection--single {
  height: 50px;
}

.ldrbrdpg-slectbx .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 34px;
}

.ldrbrdpg-slectbx .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.ldrbrdpg-slectbx .select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.ldrbrdp-table {
  margin-top: 50px;
}

.ldrbrdp-table table th,
.ldrbrdp-table table td {
  padding: 18px 20px;
}

.ldrbrdp-table table td {
  border: none;
  font-size: 16px;
}

.ldrbrdp-table table th {
  font-family: var(--DmSerifDisplayFont);
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  border: none;
  background-color: var(--primarycolor);
  padding: 16px 20px;
}

.ldrbrdp-table table tr:nth-child(odd) td {
  background-color: #ebf8ff;
}

.ldrbrdp-table table tr td:first-child {
  font-weight: 600;
}

.ldrbrdpg-slectbx .select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
}

.ldrbrdpg-slect2 {
  width: 100% !important;
}

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

/*support css update 21/3/2025*/
/* Support 02/04/2025 */
.prfl-box {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 90px 20px 20px;
}

.prfl-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  padding: 10px;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 10px #efefef;
}

.prfl-img img {
  max-width: 70%;
}

.prfl-block {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e9e9e9;
}

a.prfl-block {
  color: inherit;
}

.prfl-block:last-child {
  border: none;
  margin-bottom: 0;
}

.chticon {
  width: 20px;
  flex-shrink: 0;
  margin-right: 10px;
}

.prfl-label {
  font-size: 18px;
  font-weight: 700;
  margin: 0 10px 0 0;
}

.prfl-right {
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.prfllink img {
  width: 18px;
}

.prflDate {
  margin-right: 10px;
}

.ribbon {
  text-align: center;
  width: 160px;
  height: 32px;
  padding-top: 7px;
  font-size: 0.75rem;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: -42px;
  transform: rotate(45deg);
  box-shadow: 0 2px 3px #87878740;
  background: #2e72b5;
  color: #fff;
}

.prfl-outer:not(:last-child) {
  margin-bottom: 50px;
}

.prfl-right blockquote {
  padding: 10px;
  background: #fff;
  border-radius: 6px;
}

/* End Support for 02/04/2025 */

/*support css update 4/4/2025*/
.single-topic .bbp-topic-header1 .bbp-topic-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-topic .bbp-topic-header1 .bbp-author-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-topic .bbp-topic-header1 .bbp-author-name {
  display: inline-block;
  padding-right: 7px;
  font-weight: 600;
}

.single-topic .bbp-topic-header1 .bbp-topic-post-date {
  padding-left: 7px;
  position: relative;
}

.single-topic .bbp-topic-header1 .bbp-topic-post-date::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #414141;
  left: 0;
  top: 0;
}

.single-topic .bbp-topic-header1 .bbp-topic-meta {
  margin-bottom: 20px;
}

.single-topic .bbp-topic-header1 .bbp-author-avatar {
  width: 80px;
  height: 80px;
  display: inline-block;
  padding: 5px;
  border-radius: 100%;
  background-color: var(--primarycolor);
  overflow: hidden;
  margin-right: 10px;
}

.single-topic .bbp-topic-header1 .bbp-author-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-topic .bbp-topic-content {
  border: 1px solid #ebebeb;
  border-radius: 20px;
  padding: 30px;
}

.norepy-comtbx {
  background-color: #ededed;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.single-topic .bbp-reply-formbx {
  border-radius: 20px;
  border: 1px solid var(--InputBorderColor);
  padding: 40px 46px;
}

.single-topic .bbp-reply-form form .bbp-the-content-wrapper {
  margin-bottom: 26px;
}

.single-topic .bbp-reply-formbx form button[type="submit"] {
  background: var(--primarycolor);
  color: var(--blackcolor);
  height: 60px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
  padding: 10px 41px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--primarycolor);
  text-align: center;
}

.single-topic .bbp-reply-formbx form .bbp-submit-wrapper {
  float: left;
}

.single-topic .bbp-reply-formbx form button[type="submit"]:hover {
  background-color: transparent;
  color: var(--primarycolor);
}

.single-topic .bbp-reply-form .bbp-form label {
  margin-bottom: 8px;
  color: #000;
  font-weight: 500;
}

.single-topic .bbp-reply-form .wp-editor-container {
  border-radius: 10px;
  overflow: hidden;
  border-color: #ededed;
}

.single-topic .bbp-reply-form .wp-editor-container textarea,
.single-topic .bbp-reply-form input[type="text"] {
  padding: 10px 20px;
  width: 100%;
}

.single-topic .bbp-reply-form .wp-editor-container textarea#bbp_reply_content {
  width: 100%;
}

.single-topic .bbp-reply-form .bbp-form legend {
  font-size: 18px;
  font-weight: 600;
}

.single-topic .bbp-reply-form input[type="text"] {
  border-color: #ededed;
}

.single-topic .bbp-reply-formbx .bbp-template-notice {
  background-color: #ceedfd;
  border-color: var(--primarycolor);
}

.single-topic .bbp-reply-formbx .bbp-template-notice.error {
  background-color: #f7c8c8;
  border-color: #c40000;
}

.dark .single-topic .bbp-reply-form .wp-editor-container {
  border-color: #ededed;
}

.dark .single-topic .norepy-comtbx {
  background-color: var(--InputBorderColor);
}

.topic-prfrgtcont .prflDate {
  margin-bottom: 15px;
}

/* .topic-prfrgtcont img{
    border-radius: 10px;
    width: 100%;
    min-height: 350px;
    object-fit: cover;
    max-height: 350px;
  }

  .topic-prfrgtcont .topic-prfrgt-imgwrp{
    width: 100%;
    border:1px solid #c7c7c7;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 12px;
  }
*/
.topic-prfrgtcont p a {
  font-weight: 600;
  word-break: break-all;
}

.dark .single-topic .topic-prfrgtcont {
  background-color: var(--InputBorderColor);
}

.dark .single-topic .prfl-box {
  background: var(--InputBorderColor);
}

.dark .single-topic .prfl-img {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.dark .single-topic .chticon {
  -webkit-filter: brightness(100%) invert(1);
  filter: brightness(100%) invert(1);
}

.dark .single-topic .topic-prfrgtcont blockquote {
  background: #101115;
  font-weight: 500;
  padding: 20px;
}

.sgn-rplybutn-box {
  text-align: center;
}

.single-topic .blog-pagination-wpr {
  padding-top: 30px;
}

.dark .single-topic .bbp-reply-form .bbp-form label {
  color: var(--whitecolor);
}

.bbpress #bbpress-forums #bbp-user-wrapper {
  float: none;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bbpress #bbpress-forums #bbp-single-user-details {
  width: 250px;
  background-color: var(--InputBorderColor);
  border-radius: 10px;
  padding: 20px 15px;
}

.bbpress #bbpress-forums #bbp-user-body {
  width: calc(100% - 280px);
  margin-left: 30px;
  border: 1px solid #c7c7c7;
  padding: 20px;
  border-radius: 20px;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  margin: 0 auto 20px auto;
}

.bbpress #bbp-single-user-details #bbp-user-avatar .vcard a {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  background-color: rgba(147, 204, 234, 0.4);
  padding: 10px;
  margin: 0 auto 20px auto;
}

.bbpress #bbp-single-user-details #bbp-user-avatar .vcard {
  display: inline-block;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
  margin-bottom: 5px;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
  background-color: var(--primarycolor);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a:hover {
  color: var(--whitecolor);
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
  font-weight: 600;
  font-size: 15px;
  padding: 10px 8px;
  color: var(--whitecolor);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
  color: var(--primarycolor);
}

.bbpress #bbpress-forums div.bbp-search-form {
  float: none;
  margin-bottom: 20px;
}

.bbpress #bbpress-forums div.bbp-search-form div {
  position: relative;
}

.bbpress #bbpress-forums .bbp-search-form div input[type="text"] {
  border: 1px solid #dadada;
  padding: 0 65px 0 25px;
}

.bbpress #bbpress-forums .bbp-user-topics-started {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bbpress #bbpress-forums div.bbp-search-form input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid var(--primarycolor);
  background-color: var(--primarycolor);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  background-image: url(images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}

.bbpress #bbpress-forums div.bbp-search-form input[type="submit"]:hover {
  background-color: transparent;
}

.bbpress #bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 20px 0;
  padding-bottom: 0;
}

.bbpress #bbpress-forums fieldset.bbp-form {
  margin-bottom: 25px;
}

.bbpress #bbpress-forums #bbp-your-profile .bbp-form label {
  font-weight: 600;
  font-size: 16px;
  float: none;
  text-align: left;
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

.bbpress #bbpress-forums #bbp-your-profile .bbp-form input[type="text"],
.bbpress #bbpress-forums #bbp-your-profile .bbp-form input[type="tel"],
.bbpress #bbpress-forums #bbp-your-profile .bbp-form input[type="password"],
.bbpress #bbpress-forums #bbp-your-profile .bbp-form input[type="email"],
.bbpress #bbpress-forums #bbp-your-profile .bbp-form select {
  height: 54px;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  background-color: transparent;
}

.bbpress #bbpress-forums #bbp-your-profile .bbp-form select {
  background-size: 10px;
  padding-right: 30px;
}

.bbpress #bbpress-forums #bbp-your-profile .bbp-form textarea {
  border-radius: 5px;
  width: 100%;
  background-color: transparent;
  padding: 10px;
}

.bbpress #bbpress-forums .bbp-user-replies-created .bbp-reply-content iframe {
  border: 1px solid #ededed;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.bbpress #bbpress-forums .bbp-user-replies-created .bbp-reply-author .bbp-author-name {
  display: inline-block;
  margin: 0;
  font-weight: 600;
}

.bbpress #bbpress-forums .bbp-user-replies-created .bbp-reply-author .bbp-author-avatar {
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 1px solid #000000;
  padding: 5px;
  border-radius: 100%;
  margin-bottom: 12px;
}

.bbpress #bbpress-forums .bbp-user-replies-created .bbp-reply-author .bbp-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  margin-top: 0;
  max-width: 100%;
}

.bbpress #bbpress-forums #bbp-your-profile .form-table {
  width: 100%;
}

.bbpress #bbpress-forums #bbp-your-profile .form-table .acf-label {
  width: 30%;
}

.bbpress #bbpress-forums #bbp-your-profile .form-table .acf-input {
  width: 70%;
}

.bbpress #bbpress-forums #bbp-your-profile .form-table input[type="text"],
.bbpress #bbpress-forums #bbp-your-profile .form-table input[type="tel"],
.bbpress #bbpress-forums #bbp-your-profile .form-table input[type="password"],
.bbpress #bbpress-forums #bbp-your-profile .form-table input[type="email"],
.bbpress #bbpress-forums #bbp-your-profile .form-table select {
  height: 54px;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #ddd;
}

.bbpress #bbpress-forums #bbp-your-profile .form-table select {
  background-size: 10px;
  padding-right: 30px;
}

.bbpress #bbpress-forums #bbp-your-profile .form-table textarea {
  border-radius: 5px;
  width: 100%;
  background-color: transparent;
  padding: 10px;
  border: 1px solid #ddd;
}

.dark .bbpress .form-table>tbody>.acf-field>.acf-label label {
  color: #ffffff;
}

.dark .bbpress #bbpress-forums div.bbp-search-form input[type="submit"]:hover {
  background-color: #ffffff;
}

.dark .bbpress #bbpress-forums li.bbp-header,
.dark .bbpress #bbpress-forums li.bbp-footer {
  background-color: transparent;
}

.dark .bbpress #bbpress-forums ul.odd {
  background-color: transparent;
}

.dark .bbpress #bbpress-forums div.bbp-reply-header {
  background-color: transparent;
}

.dark .bbpress #bbpress-forums div.odd,
.dark .bbpress #bbpress-forums ul.odd,
.dark .bbpress #bbpress-forums div.even,
.dark .bbpress #bbpress-forums ul.even {
  background-color: transparent;
}

.dark .bbpress #bbpress-forums .bbp-pagination-links span.current,
.dark .bbpress #bbpress-forums .bbp-topic-pagination a:hover {
  background: #393434;
}

.bbpress #bbpress-forums ul.bbp-forums,
.bbpress #bbpress-forums ul.bbp-lead-topic,
.bbpress #bbpress-forums ul.bbp-replies,
.bbpress #bbpress-forums ul.bbp-search-results,
.bbpress #bbpress-forums ul.bbp-topics {
  font-size: 14px;
}

.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content,
.bbpress #bbpress-forums p.bbp-topic-meta {
  font-size: 14px;
}

.bbpress #bbpress-forums .bbp-user-section {
  font-size: 14px;
}

.single-topic .bbp-topic-content .topic-topmain-imgwrp img {
  border-radius: 10px;
  width: 100%;
  min-height: 350px;
  object-fit: cover;
  max-height: 350px;
}

/* .single-topic .bbp-topic-content .topic-topmain-imgwrp{
    width: 100%;
    border:1px solid #c7c7c7;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 12px;
  }*/
/* 17.4.25 */
.reply .bbpress-wrapper {
  padding: 30px 30px;

  border-radius: 20px;
}

.reply #bbpress-forums div.reply {
  background-color: #f4f4f4;
}

.reply #bbpress-forums div.bbp-reply-header {
  background: rgba(147, 204, 234, 0.5) !important;
  border-radius: 10px;
  padding: 20px 20px;
}

.reply .bbp-reply-author .bbp-author-link {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  border: 2px solid var(--primarycolor);
}

.reply .bbp-reply-author .bbp-author-link span.bbp-author-avatar {
  display: block;
  width: 100%;
  height: 100%;
}

.reply .bbp-reply-author .bbp-author-link span.bbp-author-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  margin: 0;
  object-fit: cover;
  max-width: 100% !important;
  margin: 0 !important;
}

.reply .bbp-reply-author {
  margin-top: 20px;
  margin-left: 20px;
}

.reply #bbpress-forums div.bbp-reply-content {
  padding: 28px 12px 28px 0;
  margin-left: 160px;
}

.reply #bbpress-forums div.reply .bbp-reply-content p {
  font-size: 18px;
}

.reply #bbpress-forums div.bbp-reply-author .bbp-author-name {
  margin-top: 7px;
  margin-bottom: 7px;
  color: var(--primarycolor);
  font-size: 14px;
  font-weight: 600;
}

.dark .reply .bbpress #bbpress-forums div.even {
  background-color: #1a1717;
}

.dark .reply span.bbp-admin-links a {
  color: #fff;
}

.dark .bbpress #bbpress-forums div.even {
  background: #252525;
}

.ribbonnew {
  width: 180px;
  height: 32px;
  padding-top: 7px;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: 35px;
  right: -38px;
  transform: rotate(45deg);
  background-color: red;
  color: #fff;
  box-shadow: 0 2px 3px #ffffff40;
  text-align: center;
}

.new-img-wrap {
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
  height: 100%;
}

.new-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.center-new ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.row-new {
  margin-top: 30px;
  margin-bottom: 30px;
}

.center-new ul li {
  padding-left: 0;
  margin-bottom: 20px;
  text-align: center;
}

.center-new ul li h3 {
  margin-bottom: 0;
}

.center-new ul li .bluenew {
  padding: 10px 10px;
  background: rgba(147, 204, 234, 0.5);
  border-radius: 10px;
  margin-bottom: 10px;
}

.center-new ul li:after {
  display: none;
}

.page-template-template-subscribe-now .subscribe-card {
  overflow: hidden;
}

.single-topic .bbp-topic-content {
  border: none;
  border-radius: 0;
  padding: 0;
}

.span-bbp-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.span-bbp-ul li span {
  padding: 0 !important;
  margin-top: 8px;
  margin-bottom: 4px;
  margin-right: 0;
}

.single-topic .bbp-topic-header1 .bbp-author-avatar {
  margin-right: 0;
}

.span-bbp-ul li span a span {
  padding: 0 !important;
}

.single-topic .bbp-topic-header1 .bbp-topic-post-date::before {
  display: none;
}

.single-topic .bbp-topic-header1 .bbp-author-link {
  display: flex;
  flex-direction: column;
}

.wrap-res {
  background-color: rgba(147, 204, 234, 0.22);
  padding: 30px 20px;
  border-radius: 20px;
}

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

.calimg {
  max-width: 16px;
  margin-right: 5px;
  margin-top: -6px;
  filter: brightness(0) saturate(100%) invert(80%) sepia(23%) saturate(748%) hue-rotate(171deg) brightness(96%) contrast(90%);
}

.wrap-res .bbp-topic-header1 {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

/* 17.4.25 */

/* S.Mv Css Start 18-04-25 */
body.woocommerce-order-received .our-store-main-wppr h2 {
  font-size: 34px;
}

body.woocommerce-order-received .woocommerce-thankyou-order-details {
  background-color: rgba(147, 204, 234, 0.22);
  padding: 15px;
  border-radius: 10px;
}

body.woocommerce-order-received .woocommerce ul.order_details li {
  border-color: var(--FeaturesTagBg);
}

html.dark body.woocommerce-order-received .woocommerce ul.order_details li {
  border-color: var(--whitecolor);
}

body.woocommerce-order-received .shop_table,
body.woocommerce-order-received .woocommerce-customer-details address {
  -webkit-box-shadow: 10px 10px 40px rgba(147, 204, 234, 0.2);
  box-shadow: 10px 10px 40px rgba(147, 204, 234, 0.2);
  background-color: rgba(147, 204, 234, 0.22);
}

body.woocommerce-order-received .subscription-actions .woocommerce-button.view {
  color: #fff;
  padding: 11px 40px;
}

body.woocommerce-order-received .subscription-actions .woocommerce-button.view:hover {
  background-color: #fff;
  color: #000;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type="text"],
body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type="email"],
body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type="tel"],
body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block select {
  height: 55px;
  background-color: transparent;
  border-color: var(--primarycolor);
  padding: 10px 16px;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type="text"]:focus,
body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type="email"]:focus,
body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type="tel"]:focus,
body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block select:focus {
  background-color: transparent;
}

body.woocommerce-checkout .wc-block-components-totals-coupon__button {
  background-color: var(--primarycolor);
  border-radius: 50px;
  border: 1px solid var(--primarycolor);
  transition: 0.5s;
}

body.woocommerce-checkout .wc-block-components-totals-coupon__button:hover {
  background-color: transparent;
  color: var(--primarycolor);
}

html.dark body.woocommerce-checkout .wc-blocks-components-select__container {
  background-color: transparent;
}

html.dark body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type="text"],
html.dark body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type="email"],
html.dark body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block input[type="tel"],
html.dark body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block select,
html.dark body.woocommerce-checkout label {
  color: #fff;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul {
  border: 1px solid var(--primarycolor);
  border-radius: 10px;
  overflow: hidden;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin: 0;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link>a {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  justify-content: flex-start;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active>a {
  background-color: var(--primarycolor);
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link>a:hover {
  background-color: var(--primarycolor);
  color: #000;
}

html.dark .woocommerce table.shop_table tfoot td,
html.dark .woocommerce table.shop_table tfoot th,
html.dark .woocommerce table.shop_table tbody th {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content .button {
  padding: 10px 29px;
}

.logged-in.woocommerce-account .shop_table,
.logged-in.woocommerce-account address {
  background-color: rgba(147, 204, 234, 0.22);
}

.logged-in.woocommerce-account .shop_table.subscription_details tr td:first-child {
  font-weight: 500;
}

.woocommerce-edit-address .woocommerce-Address {
  background-color: rgba(147, 204, 234, 0.22);
  padding: 15px;
  border-radius: 10px;
}

.woocommerce-edit-address .woocommerce-Address address {
  background-color: transparent;
  padding-top: 10px;
  line-height: 2;
  margin: 0;
}

.woocommerce-EditAccountForm.edit-account {
  background-color: rgba(147, 204, 234, 0.22);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 10px 10px 40px rgba(147, 204, 234, 0.2);
  border: 1px solid #93ccea;
}

.bbpress #bbpress-forums #bbp-single-user-details {
  background-color: transparent;
  border: 1px solid var(--primarycolor);
  padding: 0;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
  margin: 22px auto 0px auto;
  width: auto;
  text-align: center;
}

.bbpress #bbp-single-user-details #bbp-user-avatar .vcard a {
  width: 120px;
  height: 120px;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation li a:hover {
  background-color: var(--primarycolor);
  color: #000;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation li a {
  padding: 12px 23px;
}

.bbpress #bbpress-forums #bbp-user-wrapper h2.entry-title {
  font-size: 20px;
}

.bbpress #bbpress-forums #bbp-user-body {
  border-color: var(--primarycolor);
  box-shadow: 10px 10px 40px rgba(147, 204, 234, 0.2);
  background-color: rgba(147, 204, 234, 0.22);
}

html.dark .logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link>a {
  color: #fff;
}

.bbpress #bbpress-forums .bbp-search-form div input[type="text"] {
  border: 1px solid #c4e0f0;
}

#bbpress-forums li.bbp-header {
  background: #93ccea;
  border: 0;
}

#bbpress-forums div.bbp-reply-header {
  background-color: #dae9f1;
}

.bbpress #bbpress-forums #bbp-user-wrapper h3 {
  font-size: 24px;
}

#bbpress-forums p.bbp-topic-meta .bbp-author-avatar .avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #d5ebf7;
}

.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-blocks-components-select label {
  font-weight: 500 !important;
}

html.dark .wc-blocks-components-select .wc-blocks-components-select__expand {
  fill: #fbfdff;
}

.woocommerce-checkout .wc-block-components-textarea {
  border-color: var(--primarycolor);
}

html.dark .woocommerce-checkout .wc-block-components-textarea {
  background-color: transparent;
  border-color: var(--primarycolor);
  color: #fff;
}

html.dark .woocommerce-checkout .wc-block-components-textarea:focus {
  background-color: transparent !important;
  color: #fff;
}

.woocommerce-edit-address .woocommerce-Address-title.title {
  display: flex;
  align-items: center;
}

.woocommerce-edit-address .woocommerce-Address-title.title h2 {
  font-size: 20px;
}

.woocommerce-edit-address .woocommerce-Address-title.title .edit {
  padding: 13px 18px !important;
  font-size: 14px !important;
}

.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset {
  padding: 0;
  border: 0;
}

.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset input[type="text"],
.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset input[type="email"],
.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset input[type="tel"],
.bbp-user-edit #bbpress-forums #bbp-your-profile fieldset select,
#bbpress-forums #bbp-your-profile fieldset textarea,
.bbpress #bbpress-forums #bbp-your-profile .form-table input[type="text"],
.bbpress #bbpress-forums #bbp-your-profile .form-table input[type="tel"],
.bbpress #bbpress-forums #bbp-your-profile .form-table input[type="email"],
.bbpress #bbpress-forums #bbp-your-profile .form-table select {
  border-color: var(--primarycolor);
}

.bbpress #bbpress-forums #bbp-user-body {
  padding: 30px;
}

.bbp-user-edit .form-table label,
.bbpress #bbpress-forums #bbp-your-profile .bbp-form label {
  font-weight: 500;
  color: #23282d;
  font-size: 14px;
}

.wp-generate-pw {
  padding: 5px 10px;
  border-radius: 50px;
  background-color: var(--primarycolor);
  color: var(--text-color);
  transition: 0.5s;
}

.wp-generate-pw:hover {
  background-color: var(--whitecolor);
  color: var(--primarycolor);
}

#bbp-user-wrapper h2 {
  font-size: 20px;
  font-weight: 400;
}

html.dark .form-table label {
  color: #fff;
}

.bbpress .user-submit {
  background-color: var(--primarycolor);
  padding: 5px 10px;
  border-radius: 50px;
  color: #000;
  transition: 0.5s;
}

.bbpress .user-submit:hover {
  background-color: #fff;
}

.bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation li:last-child {
  margin-bottom: 0;
}

/* S.Mv Css End 18-04-25 */

/* 25-04-2025 M.M Css Start */
.single-article .text-blur-effect {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -100%, #ffffff 100%);
}

.single-artical-topbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin: -10px;
}

.single-artical-topbar .single-artical-audio-wrap,
.single-artical-topbar .breadcrumb {
  padding: 10px;
}

.single-artical-topbar .breadcrumb {
  margin-bottom: 0;
}

.blg-dtls-upper-para>*:last-child {
  margin-bottom: 0;
}

.single-article .blg-dtls-upper-inr figure {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  overflow: hidden;
}

.single-article .article-in-image .media-wrapper>.media {
  position: relative;
  overflow: hidden;
  padding-top: 30%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  width: 60%;
  /* margin-left: auto; */
  margin-right: auto;
}

.single-article .article-in-image .articleImageCaption {
  margin-top: 12px;
}

.single-article .article-in-image .media-wrapper>.media>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-article .article-in-image {
  margin-bottom: 15px;
}

.single-article .blg-dtls-upper-para p {
  margin-bottom: 12px;
}

.dark .single-article .text-blur-effect {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -100%, #000000 100%);
}

.artical-pdf-wraper {
  background-color: var(--InputBorderColor);
}

.artical-pdf-wraper {
  background-color: var(--InputBorderColor);
  display: inline-block;
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 20px 15px;
}

.artical-pdf-wraper>p {
  font-family: var(--DmSerifDisplayFont);
  margin-bottom: 15px;
  font-size: 16px;
}

.artical-pdf-wraper .df-popup-thumb {
  margin: 0 !important;
}

/* 25-04-2025 M.M Css End */

/* support starts 09.05.2025  */
.magazine-col {
  width: 25%;
}

.arrow-img-wppr {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: var(--primarycolor);
  border-radius: 50%;
  margin-bottom: 20px;
}

.arrow-img-wppr img {
  transition: all 0.3s ease-in-out;
}

.dark .magazine-innr-card .arrow-img-wppr:hover {
  background-color: var(--whitecolor);
}

.dark .magazine-innr-card .arrow-img-wppr:hover img {
  filter: brightness(0);
}

.light .magazine-innr-card .arrow-img-wppr:hover {
  background-color: #000000;
}

.magazine-innr-card .h4-title {
  margin-bottom: 10px;
}

.update-magazine-main-wppr {
  padding: 30px 0;
}

.update-magazine-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.update-magazine-main-wppr .magazine-innr-card p {
  margin-bottom: 0;
}

.magazine-innr-card {
  padding: 20px;
  border: 1px solid var(--premiumIconBg);
  height: 100%;
  border-radius: 20px;
}

.dark .magazine-innr-card {
  border-color: #ffffff;
}

/* support ends 09.05.2025  */

/* support starts 12.05.2025  */
.each-menu-wppr.logo-wppr .menu-image-title-hide:hover::after {
  display: none;
}

.light .each-menu-wppr.logo-wppr .lightcls.menu-item-type-custom img {
  filter: brightness(0);
}

/* support ends 12.05.2025  */

/* supports starts 19.05.2025  */
.collapse.navbar-collapse {
  flex-basis: 100% !important;
}

.collapse.navbar-collapse {
  max-width: 100%;
  display: block !important;
}

nav.navbar>.container {
  flex-wrap: wrap !important;
}

.carousel-menu {
  margin-bottom: 20px;
}

.carousel-menu .menu-item {
  margin: 0 15px;
}

/* supports ends 19.05.2025  */

/* support start 22-05-2025 */
body {
  padding-top: 340px;
}

.carousel-menu .menu-item {
  padding: 0 15px;
  margin: 0;
}

.carousel-menu .slick-list {
  margin: 0 -15px;
}

.carousel-menu {
  margin-bottom: 40px;
  margin-top: 30px;
}

/* support end 22-05-2025 */

/* 27-05-2025 m.m css */
.gform_wrapper .gform_required_legend {
  display: none;
}

.page-id-37705 .gform_wrapper.gravity-theme .gfield_label {
  display: block !important;
  font-weight: 300 !important;
  color: var(--whitecolor);
  font-size: 15px !important;
}

.page-id-37705 .gform_wrapper.gravity-theme .gfield input[type="text"],
.page-id-37705 .gform_wrapper.gravity-theme .gfield input[type="password"],
.page-id-37705 .gform_wrapper.gravity-theme .gfield input[type="tel"],
.page-id-37705 .gform_wrapper.gravity-theme .gfield input[type="url"],
.page-id-37705 .gform_wrapper.gravity-theme .gfield input[type="email"],
.page-id-37705 .gform_wrapper.gravity-theme .gfield select {
  height: 55px;
  background: transparent;
  border-color: var(--primarycolor) !important;
  padding: 10px 16px;
}

.page-id-37705 .gform_wrapper.gravity-theme .gform_drop_area,
.page-id-37705 .gform_wrapper.gravity-theme .gfield textarea {
  border-color: var(--primarycolor) !important;
}

.page-id-37705 .gform_wrapper.gravity-theme .gfield select {
  padding-right: 40px;
  background: url(images/kp-select-down-arrow.svg) no-repeat calc(100% - 16px) center transparent;
  background-size: 16px;
}

.page-id-37705 .gform_wrapper.gravity-theme .gform_button_select_files {
  color: var(--whitecolor);
}

.carousel-menu .menu-item {
  width: auto !important;
  /* display: flex;
    justify-content: center;
    align-items: center; */
}

.dark .page-template-template-events .event-search-wpr select {
  color: var(--blackcolor);
}

.dark .editions-txt .date {
  color: #ffc900;
}

.dark .editions-txt .date img {
  filter: brightness(0) saturate(100%) invert(83%) sepia(42%) saturate(3626%) hue-rotate(360deg) brightness(104%) contrast(104%);
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-text-input label {
  top: 1.9em;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-fields-block select {
  line-height: 2.8;
}

.woocommerce-add-payment-method .woocommerce .button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--primarycolor);
  color: #141414;
  padding: 21px 44px;
  border-radius: 50px;
  border: 1px solid var(--primarycolor);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.batchtag {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 2;
  padding: 2px 8px 2px 15px;
  font-size: 14px;
  color: #141414;
  background: linear-gradient(135deg, #ffc900, #ffb000);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 10% 50%);
  box-shadow: 0 3px 6px rgba(255, 185, 0, 0.5);
  letter-spacing: 0.03em;
}

.reply #bbpress-forums div.bbp-reply-author .bbp-author-name {
  word-wrap: normal;
}

.editions-txt .date {
  display: inline-block;
  position: relative;
}

.editions-txt .date img {
  display: inline-block;
  margin-top: -3px;
}

.icon-link i {
  font-size: 100px;
}

/* 27-05-2025 m.m css */

/* S.Mv Css Start 03-06-25 */
.woocommerce-lost-password .lost_reset_password .woocommerce-Button.button {
  width: fit-content;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--primarycolor);
  color: #141414;
  padding: 15px 44px;
  border-radius: 50px;
  border: 1px solid var(--primarycolor);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-lost-password .lost_reset_password .woocommerce-Button.button:hover {
  background-color: var(--bodybg);
  color: var(--SliderArrowBdr);
}

.artical-pdf-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

.artical-pdf-outer .artical-pdf-wraper {
  margin: 0;
  text-align: center;
}

.artical-pdf-lwr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.artical-pdf-lwr .df-popup-thumb {
  width: 100%;
  max-width: 70px;
}

.artical-pdf-lwr .icon-link {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #93ccea;
  border-radius: 50%;
}

.artical-pdf-lwr .icon-link i {
  font-size: 18px;
}

.artical-pdf-lwr .icon-link:hover {
  background-color: var(--bodybg);
}

.error404 .not-fd-sec {
  padding: 50px 0;
}

.error404 .not-fd-sec .not-fd-img {
  max-width: 400px;
  margin: 0 auto 30px;
}

.error404 .not-fd-sec .not-fd-img img {
  width: 100%;
}

/*  */
html.dark body.woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-totals-coupon__form label {
  color: #000;
}

body.woocommerce-checkout .wc-block-checkout__form .wc-block-components-address-form .wc-blocks-components-select select {
  background-color: #fff !important;
  color: #000 !important;
}

html.dark body.woocommerce-checkout .wc-block-checkout__form .wc-block-components-address-form .wc-blocks-components-select select {
  background-color: #000 !important;
  color: #fff !important;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
  border-radius: 10px !important;
  border-style: hidden;
  -webkit-box-shadow: 0 0 0 1px #93ccea;
  box-shadow: 0 0 0 1px #93ccea;
}

.woocommerce-EditAccountForm.edit-account {
  box-shadow: none;
}

/* S.Mv Css End 03-06-25 */

/* 04-06-2025 m.m css */
#ays-quiz-container-2 .ays-fs-title {
  font-size: 40px !important;
  display: inline;
  line-height: 1.3;
  background-image: -o-linear-gradient(#fff, #fff),
    -o-linear-gradient(transparent, transparent), -o-linear-gradient(#fff, #fff);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      to(#fff)),
    -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),
    -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
  background-position: 0 100%, 100% 100%, 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px, 0 1px, 0 1px;
  -webkit-transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
  -o-transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
  transition: background-size 0.3s cubic-bezier(0, 0, 0.33, 0.93);
  text-transform: capitalize !important;
  font-family: var(--DmSerifDisplayFont);
  color: var(--whitecolor) !important;
}

#ays-quiz-container-2 #ays_finish_quiz_2 div.step,
#ays-quiz-container-2 {
  min-height: 1px !important;
}

#ays-quiz-container-2 input#ays-submit,
#ays-quiz-container-2 #ays_finish_quiz_2 .action-button,
div#ays-quiz-container-2 #ays_finish_quiz_2 .action-button.ays_restart_button,
#ays-quiz-container-2+.ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn,
#ays-quiz-container-2 .ays-quiz-category-selective-submit-bttn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px !important;
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--primarycolor) !important;
  color: #141414 !important;
  padding: 18px 44px !important;
  border-radius: 50px !important;
  border: 1px solid var(--primarycolor);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  font-weight: 300;
}

#ays-quiz-container-2 #ays_finish_quiz_2 .action-button:hover,
#ays-quiz-container-2 #ays_finish_quiz_2 .action-button:focus,
#ays-quiz-container-2+.ays-quiz-category-selective-main-container .ays-quiz-category-selective-restart-bttn:hover,
#ays-quiz-container-2 .ays-quiz-category-selective-submit-bttn:focus {
  background-color: transparent !important;
  color: var(--primarycolor) !important;
  box-shadow: none !important;
}

#ays-quiz-container-2 #ays_finish_quiz_2 input.action-button {
  margin-bottom: 0 !important;
}

.ays_quiz_timer_container {
  padding: 15px 0 10px !important;
}

#ays-quiz-container-2 div.ays-quiz-timer {
  padding-bottom: 12px;
  font-weight: 600;
}

.ays-quiz-container section.ays_quiz_redirection_timer_container hr,
.ays-quiz-container section.ays_quiz_timer_container hr {
  border-bottom-color: var(--borderColor) !important;
}

#ays-quiz-container-2 .ays_quiz_question {
  margin-bottom: 20px !important;
}

#ays-quiz-container-2 .ays-field {
  border-color: var(--HdrInputBdr) !important;
}

#ays-quiz-container-2 .ays-field:hover label {
  background: var(--primarycolor) !important;
  color: #141414 !important;
}

#ays-quiz-container-2 .ays-field:hover {
  border-color: #93ccea !important;
}

.ays-field input+label:before {
  background: #93ccea;
  border: 0 !important;
  padding: 0 !important;
}

.ays_answer_image {
  position: relative;
}

.ays-field input+label:after {
  position: absolute;
  content: "";
  top: 23px;
  left: 15px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.ays-field:hover input+label:before {
  background: #ffffff;
}

.ays-field:hover input+label:after {
  background: #000000;
}

.ays-field input+label.answered:after {
  width: 10px;
  height: 10px;
  margin-left: 0;
}

/* #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field input:checked+label:before, */
.ays-field input+label.correct:before {
  background: #178000;
}

/* .dark #ays-quiz-container-2 #ays_finish_quiz_2 .ays-field input:checked+label:before{
  background-color: #178000 !important;
} */
#ays-quiz-container-2.ays_quiz_classic_light .ays-field input:checked+label.answered.correct:before,
#ays-quiz-container-2.ays_quiz_classic_dark .ays-field input:checked+label.answered.correct:before {
  background-color: #178000 !important;
}

.dark #ays-quiz-container-2 {
  background-color: #1f202b !important;
  box-shadow: none !important;
}

.dark #ays-quiz-container-2 div.ays-quiz-redirection-timer,
.dark #ays-quiz-container-2 div.ays-quiz-timer {
  color: #ffffff !important;
}

#ays-quiz-container-2 .ays_score,
#ays-quiz-container-2 .ays_average,
#ays-quiz-container-2 .ays-question-counter {
  font-weight: 600;
}

#ays-quiz-container-2 label[for^="ays-answer-"],
#ays-quiz-container-2 #ays_finish_quiz_2 p {
  color: var(--whitecolor) !important;
}

#ays-quiz-container-2 #ays_finish_quiz_2 .ays-progress-bg {
  background-color: var(--primarycolor);
}

#ays-quiz-container-2 .ays-progress-bar {
  background-color: var(--whitecolor);
}

/* #ays-quiz-container-2 .ays-progress-bar {
    background-color: #000000 !important;
}
#ays-quiz-container-2 #ays_finish_quiz_2 .ays-progress-bg {
    background-color: rgb(147 204 234) !important;
} */
.Fade-item {
  display: none !important;
}

/* 04-06-2025 m.m css */

/* 6.6.25 */
.single-topic .bbp-topic-content h1,
#bbpress-forums a.bbp-topic-permalink,
.single-topic .bbp-topic-content>p {
  word-break: break-all;
}

html.dark .modal-content {
  background: #000;
}

.for-desktop-menu {
  display: none;
}

.for-mobile-menu {
  display: block;
}

html.dark .woocommerce form .show-password-input::before,
html.dark .woocommerce-page form .show-password-input::before {
  filter: brightness(0) saturate(100%) invert(74%) sepia(4%) saturate(6430%) hue-rotate(181deg) brightness(112%) contrast(84%);
}

body.woocommerce-checkout .wc-block-components-totals-wrapper .wc-block-components-totals-coupon__form label {
  top: 24px;
}

body.woocommerce-checkout .wc-block-components-text-input input[type="text"]:focus+label {
  top: 0px;
}

/* 6.6.25 */

/* 13-jun-2025  */
.single-article .field picture img {
  width: 100%;
  object-fit: cover;
}

.slick-arrow {
  display: none;
}

.single-article .slick-dots {
  position: static;
  margin-bottom: 0;
  display: flex;
  padding-top: 30px;
  justify-content: center;
}

.single-article .slick-dots li {
  padding: 0;
  display: flex;
}

.single-article .slick-dots li::after {
  display: none;
}

.slick-dots li button:before {
  color: var(--whitecolor);
  font-size: 9px;
}

.slick-dots li.slick-active button:before {
  color: var(--primarycolor);
}

.single-article .slick-dots li {
  margin: 0 3px;
}

/* 13-jun-2025  */

/* pro 25-6-25 strat */
.editions-card .editions-features span.features-txt {
  display: block;
}

.editions-card .editions-features span.features-icon {
  padding: 0;
  width: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.editions-card .features-icon .simplefavorite-button {
  background: transparent;
  font-size: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  border-radius: 0;
  height: auto;
  line-height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteUnchangeColor);
}

.editions-card .features-icon .simplefavorite-button:hover,
.editions-card .features-icon .simplefavorite-button.active {
  background: transparent;
  color: var(--primarycolor);
}

.editions-card .features-icon .simplefavorite-button i {
  font-size: 18px;
  position: static;
  margin-top: -2px;
  color: inherit;
}

/* pro 25-6-25 end */

/* 10-07-2025 m.m css */
.newsletter-frm-inr .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 0;
}

.newsletter-frm-inr .gform_wrapper.gravity-theme .gfield input.medium,
.newsletter-frm-inr .gform_wrapper.gravity-theme .gfield select.medium {
  width: 100%;
}

.newsletter-frm-inr .gform_wrapper.gravity-theme .gfield_error [aria-invalid="true"] {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
  margin: 0;
}

.newsletter-frm-inr .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}

.newsletter-frm-inr .gform_wrapper.gravity-theme .gfield_description {
  position: absolute;
  left: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-block-start: 25px;
}

.newsletter-frm-inr .gform_confirmation_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: var(--primarycolor);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  color: var(--whitecolor);
  font-weight: 500;
}

.newsletter-frm-inr .gform_wrapper {
  width: 100%;
}

.newsletter-form {
  border: 1px solid #cfc8d8;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}

.newsletter-form .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 300;
  font-style: normal;
  color: var(--whitecolor);
  font-size: 15px;
}

.newsletter-form .gform_wrapper.gravity-theme input[type="color"],
.newsletter-form .gform_wrapper.gravity-theme input[type="date"],
.newsletter-form .gform_wrapper.gravity-theme input[type="datetime-local"],
.newsletter-form .gform_wrapper.gravity-theme input[type="datetime"],
.newsletter-form .gform_wrapper.gravity-theme input[type="email"],
.newsletter-form .gform_wrapper.gravity-theme input[type="month"],
.newsletter-form .gform_wrapper.gravity-theme input[type="number"],
.newsletter-form .gform_wrapper.gravity-theme input[type="password"],
.newsletter-form .gform_wrapper.gravity-theme input[type="search"],
.newsletter-form .gform_wrapper.gravity-theme input[type="tel"],
.newsletter-form .gform_wrapper.gravity-theme input[type="text"],
.newsletter-form .gform_wrapper.gravity-theme input[type="time"],
.newsletter-form .gform_wrapper.gravity-theme input[type="url"],
.newsletter-form .gform_wrapper.gravity-theme input[type="week"],
.newsletter-form .gform_wrapper.gravity-theme select,
.newsletter-form .gform_wrapper.gravity-theme textarea {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0.5em;
  display: block;
  height: 55px;
  background: transparent;
  border-color: var(--primarycolor) !important;
  padding: 10px 16px;
  border-radius: var(--wc-form-border-radius);
  color: var(--wc-form-color-text, #000);

  box-sizing: border-box;
  width: 100%;
  margin: 0;
  line-height: normal;
}

.newsletter-form .ginput_container_telephone input#input_4_11 {
  padding-left: 48px;
}

.newsletter-form .gchoice {
  padding: 10px 10px;
  flex: auto;
}

.newsletter-form .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px;
}

.newsletter-form .gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0;
}

.newsletter-form .gform_validation_errors {
  display: none;
}

.newsletter-form .gform_wrapper.gravity-theme .gfield_validation_message,
.newsletter-form .gform_wrapper.gravity-theme .validation_message {
  background: transparent;
  border: 0;
  padding: 0;
}

.gform_confirmation_wrapper {
  background: var(--primarycolor);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  color: var(--whitecolor);
  font-weight: 500;
}

.latest-pocast-wpr .cmn-slider-arr {
  display: inline-flex !important;
}


/* 10-07-2025 m.m css */

/* 25-07-2025 S.Mv css */
.new-subscription-bx .editions-card-img-link img {
  object-fit: contain;
}

.new-subscription-bx .editions-card-img-link {
  padding-top: 20px;
}

.new-subscription-bx .editions-txt .date {
  font-size: 18px;
  font-weight: 500;
}


/* 25-07-2025 S.Mv css */


/* 08-08-2025 S.Mv css */
.carousel-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction:row; */
}

.carousel-menu .slick-track {
  display: flex !important;
}

.carousel-menu .slick-track .menu-item {
  height: initial !important;
}

.carousel-menu .menu-item>a {
  height: 100%;
}



/* 08-08-2025 S.Mv css */
/*support css update 11/8/2025*/
.main-head .navbar {
  transform: translateY(0);
  transition: 0.3s;
  position: relative;
  background-color: var(--blackcolor);
}

.main-head .navbar.hide {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  z-index: -1;
  background-color: var(--blackcolor);
}

.main-head.scroll .main-head-top {
  background-color: var(--blackcolor);
}

.main-head .main-head-top {
  background-color: var(--blackcolor);
}

/*support css update 11/8/2025*/
html.theme-initializing * {
  transition: none !important;
}

/* Optional: show content only when ready (use with care) */
html:not(.theme-ready) .maybe-hide-until-theme {
  visibility: hidden;
}


/* 22.8.25 */
form#otp-login-form {
  padding: 40px;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
  max-width: 900px;
  margin: 0 auto;
}

form#otp-login-form input {
  margin-bottom: 15px;
  border: 1px solid var(--primarycolor);
}

div#otp-section {
  padding-top: 20px;
}

.df-container .df-bg {
  background-color: transparent !important;
}

.page-template-template-view-magazine .our-store-main-wppr h2,
.page-template-template-view-magazine .our-store-main-wppr p {
  text-align: center;
}

#otp-login-form .cmn-btn {
  padding: 16px 35px;
}

/* 22.8.25 */
/* 26-aug-2025  */

.each-menu-wppr .navbar-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.this-week-top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.this-week-wpr h2 {
  margin-bottom: 50px;
  text-align: center;
}

.this-week-clm-lft h3 {
  margin-bottom: 18px;
}

.row.this-week-row {
  margin-bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

.row.this-week-row:last-child {
  margin-bottom: 0;
}

.this-week-clm-lft figure {
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}

.prev-issue {
  color: var(--primarycolor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prev-issue i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  border-radius: 50%;
  height: 16px;
  background: var(--primarycolor);
}

.prev-issue i img {
  max-width: 10px;
}

.prev-issue span {
  display: block;
  position: relative;
}

.prev-issue span::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--primarycolor);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.prev-issue:hover span::before {
  width: 100%;
}

.category-each:not(:last-child) {
  margin-bottom: 20px;
}

.category-each ul li {
  margin-bottom: 10px;
  font-weight: 600;
}

.category-each ul li:last-child {
  margin-bottom: 0;
}

.update-magazine-week {
  padding-bottom: 100px;
}

.this-week-clm-lft figure img {
  width: 100%;
}

.this-week-clm-lft p {
  margin-bottom: 30px;
}

.category-title {
  margin-bottom: 15px;
}

.category-each ul li {
  position: relative;
  padding-left: 16px;
}

.category-each ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0;
  top: 8px;
  background: var(--primarycolor);
}

.this-content-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.this-content-lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 30px;
}

.this-content-rt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.this-content-rt h4 {
  padding-top: 5px;
  font-size: 20px;
}

.example {
  display: -ms-grid;
  display: grid;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
  background: -o-linear-gradient(top, white, black);
  background: linear-gradient(to bottom, white, black);
}


/* 26-aug-2025  */

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

.loading {
  text-align: center;
}

.container {
  margin: 0 auto;
}

.page-number-label {
  margin: 10px 0;
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: var(--primarycolor);
}

.view-magazine-head {
  max-width: 892px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  justify-content: space-between;
}

.down-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  border: 1px solid var(--HdrInputBdr);
  color: var(--whitecolor);
  background-color: transparent;
  padding: 17px 22px;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.down-btn span {
  display: inline-block;
  width: 17px;
  margin-left: 10px;
}
.down-btn:hover{
  background-color: var(--primarycolor);
  border-color: var(--primarycolor);
  color: var(--blackUnchangeColor);
}
.down-btn span img{
  transition: all 0.3s ease-in-out;
}

.down-btn:hover span img{
  filter: brightness(0);
}
.view-magazine-head h2{
  margin-bottom: 0;
  padding-right: 10px;
}

/* Sep 06 2025 Start (Product Details) */
.single-product .summary.entry-summary .price{
  color: var(--primarycolor);
}
.single-product.woocommerce div.product form.cart .variations td.label{vertical-align: middle;}
.single-product.woocommerce div.product form.cart .variations select{
  background-color: #cccccc38;
}
.single-product.woocommerce div.product form.cart .variations td.value .reset_variations{
  position: absolute;
  font-weight: 500;
}
.single-product .summary.entry-summary .woocommerce-product-details__short-description{margin-bottom: 20px;}
.single-product.woocommerce div.product form.cart .single_variation_wrap{margin-top: 40px;}
.single-product.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation-add-to-cart, .single-product.woocommerce div.product form.cart .single_variation_wrap .single_variation{margin-bottom: 20px;}
.single-product.woocommerce div.product form.cart .single_variation_wrap .quantity [type="number"]{
  height: 50px;
  border-radius: 10px;
  border-width: 1px;
}
.single-product.woocommerce ul.products li.product .button, .woocommerce #review_form #respond .form-submit input,
.single-product.woocommerce div.product form.cart .single_variation_wrap [type="submit"]{
    height: 50px;
    background: var(--primarycolor);
    color: var(--blackUnchangeColor);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    padding: 0 41px;
    font-size: 16px;
    font-weight: 300;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--primarycolor);
    text-align: center;
}
.single-product.woocommerce ul.products li.product .button:hover, .woocommerce #review_form #respond .form-submit input:hover,
.single-product.woocommerce div.product form.cart .single_variation_wrap [type="submit"]:hover{
      background-color: transparent !important;
    color: var(--primarycolor) !important;
}
.single-product .summary.entry-summary .product_meta span > span, .single-product .summary.entry-summary .product_meta span > a{
  font-weight: 500;
}
.single-product .summary.entry-summary .product_meta .sku_wrapper{
  margin-right: 20px;
} 

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li{
  padding: 6px 20px;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a{
  font-size: 17px;
  font-weight: normal;
}
.single-product.woocommerce ul.products li.product{text-align: center;}
.single-product.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-size: 20px;
  line-height: 1.2;
}
.single-product.woocommerce ul.products li.product .price{
  color: var(--primarycolor);
  font-size: 16px;
}
.dark .single-product.woocommerce ul.products li.product .price .from{color: #fff;}
.single-product.woocommerce div.product .woocommerce-tabs .panel ul{
  margin-bottom: 15px;
}
.single-product.woocommerce div.product .woocommerce-tabs .panel textarea, .single-product.woocommerce div.product .woocommerce-tabs .panel [type="text"], .single-product.woocommerce div.product .woocommerce-tabs .panel [type="email"]{
  background-color: #cccccc38;
}
.dark .single-product.woocommerce div.product .woocommerce-tabs .panel p span{color: #fff !important;}
/* Sep 06 2025 End (Product Details) */
/* ========== responsive css =========== */

@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }

  .container.container-large {
    max-width: 1524px;
  }
}

@media (min-width: 1025px) {

  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }
}

@media (min-width: 1199px) {
  .woocommerce-account h2 {
    font-size: 28px;
    margin: 0 0 14px !important;
  }
}

@media (max-width: 1545px) {
  .banner-upr-wpr>* {
    padding: 0 11px;
  }

  .banner-upr-wpr {
    margin: 0 -11px;
  }

  .footre-btm .container,
  .footer-top .container {
    padding: 0 30px;
  }
}

@media (max-width: 1399px) {
  .editions-txt {
    padding: 22px 14px 25px 14px;
  }

  .editions-row {
    margin: -10px;
  }

  .editions-clm {
    padding: 10px;
  }

  .footer-inner {
    padding: 62px 0 0;
  }

  .footer-tp-rt {
    padding-left: 20px;
  }

  .footer-link-ul li:not(:last-child) {
    margin-right: 25px;
  }

  .cmn-slider-arr {
    width: 54px;
    height: 54px;
  }

  .bnr-large-card figure {
    width: 50%;
  }

  .bnr-lft-card-txt {
    width: 50%;
    padding: 54px 30px;
  }

  .head-search input[type="search"] {
    width: 230px;
  }

  /* 03-02-25 SM Css Start */
  .premium-member-card.blg-dtls .premium-member-left {
    width: 75%;
  }

  .premium-member-card.blg-dtls .premium-member-price {
    width: 25%;
  }

  /* 03-02-25 SM Css End */
}

@media (max-width: 1199px) {
  .navbar-brand {
    width: 190px;
  }

  .head-search input[type="search"] {
    width: 200px;
  }

  .main-head .cmn-btn {
    padding: 16px 10px;
  }

  .signin-btn a.cmn-btn.white {
    min-width: 100px;
  }

  .country-wpr span {
    width: 30px;
    height: 30px;
  }

  .head-search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
  }

  .head-search-btn img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-btn-wrap ul li {
    padding: 0 6px;
  }

  .editions-clm {
    width: 33.33%;
  }

  .footer-tp-rt {
    padding-left: 30px;
  }

  .footer-social-ul {
    padding-left: 10px;
  }

  .footer-social-ul li:not(:last-child) {
    margin-right: 5px;
  }

  .banner-top-lft {
    width: 100%;
    margin-bottom: 30px;
  }

  .banner-top-rt {
    width: 100%;
  }

  .banner-rt-inr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -10px;
  }

  .banner-rt-inr>* {
    margin: 0 10px;
  }

  .editions-card.bnr-small-card:not(:last-child) {
    margin-bottom: 0;
  }

  /* Samar Night Css 30-01-25 Start */
  .aviation-news-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  .premium-member-card {
    padding: 25px;
  }

  .premium-member-price {
    width: 28%;
  }

  .premium-member-left {
    width: 72%;
  }

  /* Samar Night Css 30-01-25 End */

  body {
    padding-top: 151.5px;
  }

  .footre-btm .container,
  .footer-top .container {
    padding: 0 20px;
  }

  .footer-link-ul li:not(:last-child) {
    margin-right: 25px;
  }

  .footer-link-ul li {
    margin-bottom: 10px;
  }

  .footer-link-ul {
    margin-bottom: -10px;
  }

  .footer-tp-rt {
    padding-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  h2,
  .h2-title {
    font-size: 36px;
  }

  .help-each {
    padding: 20px;
  }

  .editions-features span.features-icon,
  .editions-features span {
    padding: 6px 12px;
  }

  .help-img {
    width: 70px;
    height: 70px;
  }

  .help-txt {
    width: calc(100% - 70px);
  }

  .help-txt a {
    font-size: 20px;
  }

  /* 03-02-25 SM Css Start */
  .blog-details-sec {
    padding: 70px 0 0px;
  }

  .blg-dtls-upper-inr figure {
    margin-bottom: 30px;
  }

  .blg-dtls-premium-member {
    padding: 40px 40px;
  }

  .blg-dtls-mdl {
    padding: 38px 0;
  }

  .premium-free-inr {
    padding: 39px 30px 39px 30px;
  }

  /* 03-02-25 SM Css End */

  .aviation-news-sec .aviation-news-clm {
    width: 50%;
  }

  .latest-podcast-card a:hover figure img,
  .editions-card a:hover figure>img,
  .bnr-large-card:hover figure img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .blog-pagination-wpr img {
    max-width: 360px;
  }

  /* SMv Start 03.03.25 */
  .banner-rt-inr>* {
    width: 49%;
  }

  .blog-pagination-wpr .page-numbers {
    width: 54px;
    height: 54px;
  }

  .editions-card.bnr-small-card figure {
    padding-top: 61%;
  }

  /* SMv End 03.03.25 */

  /* 17.4.25 */
  .wrap-res .bbp-topic-header1 {
    border-right: none;
  }

  .col-neww {
    width: 100%;
    margin-bottom: 20px;
  }

  .row-neww {
    margin-bottom: -20px;
  }

  .single-topic .wrap-res .bbp-topic-content {
    text-align: center;
  }

  /* 17.4.25 */

  /* 18-04-25 Css Start S.Mv */
  .woocommerce-edit-address .woocommerce-Address-title.title {
    flex-wrap: wrap;
  }

  .woocommerce-edit-address .woocommerce-Address-title.title .edit {
    margin-left: 0 !important;
  }

  .navbar-nav>li {
    margin: 0 18px;
  }

  /* 18-04-25 Css End S.Mv */
  /* support starts 09.05.2025  */
  .magazine-col {
    width: 33.33%;
  }

  /* support ends 09.05.2025  */

  /* support start 22-05-2025 */
  body {
    padding-top: 292px;
  }

  .carousel-menu {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  /* support end 22-05-2025 */
  /* 04-06-2025 m.m css */
  #ays-quiz-container-2 .ays-fs-title {
    font-size: 36px !important;
  }

  /* 04-06-2025 m.m css */

  /* 6.6.25 */

  body {
    padding-top: 352px;
  }

  /* 6.6.25 */
  /* pro 25-6-25 start */
  .editions-card .editions-features span.features-icon {
    height: 35px;
  }

  .editions-card .features-icon .simplefavorite-button i {
    font-size: 16px;
  }

  /* pro 25-6-25 end */
}

@media (max-width: 1024px) {

  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:after,
  .navbar-nav>li.menu-item-has-children>a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:hover:after,
  .navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/
  .carousel-menu .menu-item a {
    max-width: 110px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0;
    padding: 5px 0;
  }

  .navbar-nav>li>a {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 30px;
  }

  .sub-menu>li>a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu>li>a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  }

  .navbar-nav>li>a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  }

  /* .navbar-collapse .navbar-nav {
    margin: 20px 0 0;
  } */

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */

  .hamberger-outer {
    display: block;
  }

  .navbar-brand {
    width: 140px;
  }

  .search-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--primarycolor);
  }

  .head-search-wpr {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--blackcolor);
    width: 100%;
    height: auto;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .head-search-wpr.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .search-close {
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
  }

  .head-search input[type="search"] {
    width: 330px;
    height: 50px;
  }

  .nav-btn-wrap ul li form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-head-top-inr {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-head .cmn-btn {
    padding: 13px 10px;
    font-size: 15px;
  }

  .theme-switch .ball {
    height: 35px;
    width: 35px;
  }

  .dark .theme-switch .ball {
    left: calc(100% - 39px);
  }

  .country-wpr {
    padding: 5px 9px 5px 7px;
  }

  .signin-btn a.cmn-btn.white {
    min-width: inherit;
    line-height: 0;
    font-size: 0;
    width: 43px;
    height: 43px;
  }

  .signin-btn a img {
    width: 14px;
    margin-right: 0;
  }

  .navbar-collapse {
    background: var(--bodybg);
    width: 100%;
    padding: 90px 30px 0;
  }

  .navbar.open .navbar-collapse {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .close-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .light .theme-switch .ball {
    left: 4px;
  }

  .theme-switch .label {
    width: 90px;
    padding: 10px 12px;
  }

  /* Samar Css Start 30-01-25 css Start */
  .cmn-gap {
    padding: 60px 0;
  }

  .cmn-btn {
    padding: 14px 30px;
  }

  .editors-tab-btn-wpr li .nav-link {
    padding: 9px 30px;
    min-width: 192px;
  }

  .popular-editors-sec .sec-head {
    margin-bottom: 40px;
  }

  .editions-clm {
    width: 50%;
  }

  .editions-features span {
    padding: 5px 15px;
  }

  .latest-podcast-item {
    padding: 0 8px;
  }

  .latest-podcast-sldr .slick-list {
    margin: 0 -8px;
  }

  .latest-podcast-txt {
    padding: 13px 10px;
  }

  .podcast-card-title i {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cmn-slider-arrow {
    padding-top: 35px;
  }

  .cmn-slider-arr {
    width: 44px;
    height: 44px;
  }

  .footer-tp-lft {
    width: 100%;
    text-align: center;
  }

  .follow-us-wpr,
  .footer-link-ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-tp-rt {
    padding-left: 0;
    text-align: center;
    padding-top: 15px;
    width: 100%;
  }

  .footer-link-ul li:not(:last-child) {
    margin-right: 27px;
  }

  .footer-link-ul li {
    margin-bottom: 15px;
  }

  .ftr-btm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }

  .footre-btm {
    padding: 25px 0 20px;
  }

  .footre-btm .footer-link-ul {
    margin-bottom: 10px;
  }

  .footer-top {
    padding-bottom: 30px;
  }

  .newsletter-row>* {
    width: 100%;
    text-align: center;
  }

  .newsletter-lft-inr {
    margin: 0 auto 15px;
  }

  .newsletter-frm-inr {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }

  .newsletter-frm-inr input[type="email"] {
    height: 40px;
  }

  .newsletter-frm {
    margin: 0 auto;
    max-width: 441px;
  }

  .newsletter-frm-inr {
    height: 62px;
    padding: 0 178px 0 66px;
    width: 100%;
  }

  .newsletter-frm-inr input[type="submit"] {
    padding: 5px 20px;
    height: calc(100% - 14px);
    right: 8px;
  }

  .banner-lwr-wpr .editions-clm {
    width: 50%;
  }

  .editions-card.bnr-small-card a figure {
    width: 100%;
    padding-top: 63%;
    height: auto;
  }

  .banner-lwr-wpr .editions-clm .editions-card figure {
    padding-top: 54%;
  }

  .editions-card.bnr-small-card a .editions-txt {
    height: auto;
  }

  /* Samar Css Start 30-01-25 css End */

  h2,
  .h2-title {
    font-size: 36px;
  }

  h3,
  .h3-title {
    font-size: 27px;
  }

  body {
    padding-top: 92px;
  }

  .navbar-nav>li>a:after {
    display: none;
  }

  .navbar-nav>li>a:hover {
    color: var(--primarycolor);
  }

  .features-icon img {
    max-width: 15px;
  }

  .help-desk-lft-wpr {
    max-width: 500px;
  }

  .help-desk-rt-wpr {
    padding-left: 0;
  }

  input[type="submit"] {
    height: 54px;
    padding: 0 35px;
  }

  /* 03-02-25 SM Css Start */
  .blog-details-sec {
    padding: 40px 0 0px;
  }

  .breadcrumb {
    margin: 0 -2px 6px;
  }

  .blg-dtls-upper-para p {
    margin-bottom: 18px;
  }

  .blg-dtls-mdl {
    padding: 28px 0;
  }

  .blg-dtls-mdl h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .blg-dtls-mdl p {
    margin-bottom: 10px;
  }

  .blog-details-sec ul li:not(:last-child) {
    margin-bottom: 5px;
  }

  .premium-free-lft {
    width: 100%;
    padding-right: 0;
  }

  .premium-free-right {
    width: 100%;
    text-align: left;
    padding-top: 15px;
  }

  .blog-details-sec ul {
    margin-bottom: 20px;
  }

  /* 03-02-25 SM Css End */

  .blog-pagination-wpr img {
    max-width: 310px;
  }

  .cmn-btn.subscribe-btn {
    padding: 14px 30px;
  }

  .premium-free-right .cmn-btn {
    min-width: initial;
  }

  /* SMv Start 03.03.25 */
  .editions-card.bnr-small-card figure {
    height: auto;
  }

  .blog-pagination-wpr .page-numbers {
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin: 0 6px;
  }

  .editions-card.bnr-small-card figure {
    width: 100%;
  }

  .editions-card.bnr-small-card>div {
    height: auto;
  }

  .banner-lwr-wpr {
    margin-top: 0;
  }

  /* SMv End 03.03.25 */

  /* Sm start 05-03-25 */

  .logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 40%;
  }

  .logged-in.woocommerce-account .woocommerce-MyAccount-content {
    width: 60%;
  }

  .logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-button {
    margin-bottom: 4px;
  }

  /* Sm end 05-03-25 */

  /* 11-03-2025 start KM */
  .search-frm-input {
    width: 50%;
  }

  .search-frm-btn {
    width: 100%;
    margin: 15px 0 0;
  }

  /* 11-03-2025 end KM */

  /*support css update 21/3/2025*/
  .forum-table table td:last-child {
    min-width: 257px;
  }

  .ldrbrdp-table table th,
  .ldrbrdp-table table td {
    min-width: 200px;
  }

  /*support css update 21/3/2025*/
  /*support css update 4/4/2025*/
  .single-topic .bbp-reply-formbx {
    padding: 30px;
  }

  .tpicprfcont-lftcol {
    margin-bottom: 15px;
  }

  .single-topic .bbp-topic-content {
    border-radius: 10px;
    padding: 20px;
  }

  .single-topic .bbp-reply-formbx form button[type="submit"] {
    height: 54px;
    padding: 8px 35px;
  }

  .bbpress #bbpress-forums #bbp-single-user-details {
    margin-bottom: 15px;
    width: 100%;
  }

  .bbpress #bbpress-forums #bbp-user-body {
    margin-left: 0;
    width: 100%;
  }

  .bbpress #bbpress-forums #bbp-user-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bbpress #bbpress-forums #bbp-user-wrapper h2.entry-title {
    font-size: 27px;
  }

  .topic-cmnt-fstsec {
    padding-top: 50px !important;
  }

  /*support css update 4/4/2025*/

  /* 17.4.25 */
  .reply #bbpress-forums div.reply .bbp-reply-content p {
    font-size: 15px;
  }

  .reply .bbp-reply-author .bbp-author-link {
    height: 80px;
    width: 80px;
  }

  .reply .bbp-reply-author {
    margin-left: 10px;
  }

  .reply #bbpress-forums div.bbp-reply-content {
    margin-left: 140px;
  }

  .col-new {
    width: 100%;
    margin-bottom: 20px;
  }

  /* 17.4.25 */

  /* 18-04-25 Css Start S.Mv */
  .woocommerce-edit-address .woocommerce-Address-title.title .edit {
    margin-left: auto !important;
  }

  .woocommerce-edit-address .u-column1.col-1.woocommerce-Address {
    margin-bottom: 15px;
  }

  .woocommerce-edit-address .woocommerce-Address {
    width: 100% !important;
  }

  .bbpress #bbpress-forums #bbp-user-wrapper h2.entry-title {
    font-size: 20px;
  }

  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }

  .woocommerce-EditAccountForm.edit-account {
    padding: 20px;
  }

  /* 18-04-25 Css End S.Mv */
  /* support starts 09.05.2025  */
  .magazine-col {
    width: 50%;
  }

  /* support ends 09.05.2025  */
  /* 04-06-2025 m.m css */
  #ays-quiz-container-2 .ays-fs-title {
    font-size: 30px !important;
  }

  /* 04-06-2025 m.m css */
  .for-desktop-menu {
    display: block;
  }

  .for-mobile-menu {
    display: none;
  }

  .editions-card .editions-features span.features-icon {
    height: 33px;
  }

  /* 10-07-2025 m.m css */
  .newsletter-form .gchoice {
    width: 33.33%;
    flex: none;
  }

  /* 10-07-2025 m.m css */


  /* 25-07-25 S.Mv Css Start */
  .each-menu-wppr.logo-wppr.for-desktop-menu {
    overflow: hidden;
  }

  /* 25-07-25 S.Mv Css End */
  /*support css update 11/8/2025*/
  .main-head .navbar {
    transform: inherit;
    transition: none;
  }

  .update-magazine-week {
    padding-bottom: 60px;
  }

  .row.this-week-row {
    --bs-gutter-x: 30px;
    align-items: stretch;
    --bs-gutter-y: 30px;
  }

  /*support css update 11/8/2025*/
  .pdf-container canvas {
    width: 100% !important;
  }

}

@media (max-width: 767px) {

  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .menu-extra {
    display: block;
  }

  .subscribe-btn-wpr {
    display: none;
  }

  /* Samar Css Start 30-01-25 css Start */
  h2,
  .h2-title {
    font-size: 33px;
  }

  .cmn-gap {
    padding: 50px 0;
  }

  .editors-tab-btn-wpr li {
    padding: 5px;
  }

  .editors-tab-btn-wpr .nav {
    margin: -5px;
  }

  .editors-tab-btn-wpr li .nav-link {
    padding: 5px 15px;
  }

  .popular-editors-sec .sec-head {
    margin-bottom: 30px;
  }

  .editions-clm {
    width: 50%;
  }

  .footer-sec {
    padding-bottom: 30px;
  }

  .bnr-large-card a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .bnr-lft-card-txt {
    width: 100%;
    height: auto;
  }

  .bnr-large-card figure {
    width: 100%;
    height: auto;
    padding-top: 55%;
  }

  .bnr-large-card figure img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .bnr-lft-card-txt {
    padding: 25px 20px;
  }

  .editions-card.bnr-small-card a figure {
    padding-top: 60%;
  }

  .editions-features span {
    padding: 5px 11px;
  }

  /* Samar Css Start 30-01-25 css End */

  h3,
  .h3-title {
    font-size: 22px;
  }

  .faq-accordian-item {
    padding: 20px 0;
  }

  .help-img img {
    max-width: 25px;
  }

  .help-img {
    width: 60px;
    height: 60px;
  }

  .help-each {
    padding: 15px;
    border-radius: 12px;
  }

  .get-in-touch-wpr {
    border-radius: 15px;
    padding: 30px;
  }

  /* 03-02-25 SM Css Start */
  .blg-dtls-upper-inr .h1-title {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .blg-dtls-upper-inr figure {
    margin-bottom: 20px;
  }

  .blg-dtls-upper-para {
    margin-bottom: 20px;
  }

  .blg-dtls-premium-member {
    padding: 30px;
  }

  .blg-dtls-mdl h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .blg-dtls-lower .h3-title {
    margin-bottom: 10px;
  }

  /* 03-02-25 SM Css End */

  .row.event-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  .aviation-news-sec .aviation-news-clm {
    width: 100%;
  }

  /* SMv Start 03.03.25 */
  .banner-lwr-wpr {
    margin-top: 0;
    padding-top: 20px;
  }

  /* SMv End 03.03.25 */

  /* Sm start 05-03-25 */

  .logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 30px;
  }

  .logged-in.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }

  .logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    justify-content: center;
  }

  .logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    width: 50%;
    padding: 5px;
    margin-bottom: 0;
  }

  /* Sm end 05-03-25 */

  /* 06-03-2025 start KM */
  .woocommerce-order-received .woocommerce ul.order_details li {
    width: 100%;
    border-right: none;
    padding: 14px 0 6px;
    margin: 0;
    border-bottom: 1px dashed #cfc8d8;
  }

  .woocommerce-order-received .woocommerce ul.order_details {
    margin: 0 0 30px;
  }

  .woocommerce-order-received .woocommerce-order-details header>h2,
  .woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title,
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
    font-size: 24px;
  }

  .wp-block-woocommerce-checkout {
    padding-top: 0 !important;
  }

  /* 06-03-2025 end KM */

  /* 11-03-2025 start KM */
  .subscribe-card .subscribe-price {
    font-size: 20px;
  }

  .search-frm-input {
    width: 100%;
    margin-top: 15px;
  }

  .event-search-wpr {
    padding: 11px 26px 26px;
  }

  .event-search-wpr select {
    padding: 0 44px 0 11px;
  }

  .single-events-info-box.signup {
    padding: 30px 20px;
  }

  /* 11-03-2025 end KM */

  /*support css update 21/3/2025*/
  .forum-table table th {
    font-size: 18px;
  }

  .frmurnm-timewrp {
    font-size: 13px;
  }

  .forum-table table td {
    font-size: 14px;
    padding: 15px 15px;
    min-width: 180px;
  }

  .forum-table table td:first-child {
    min-width: 340px;
  }

  .single-forum .forum-actions .btn {
    padding: 15px 20px;
    font-size: 15px;
  }

  .forum-table table th {
    padding: 15px 15px;
  }

  .forum-topicmodal .modal-content {
    padding: 30px 30px;
  }

  .forum-topicmodal .bbp-form legend {
    font-size: 26px;
  }

  .ldrbrdp-table table th,
  .ldrbrdp-table table td {
    padding: 15px 15px;
  }

  .ldrbrdp-table table th {
    font-size: 16px;
  }

  .ldrbrdp-table table td {
    font-size: 14px;
  }

  .ldrbrdp-table {
    margin-top: 30px;
  }

  .ldrbrdpg-slectwrp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ldrbrdpg-slectbx {
    width: 100%;
    padding-right: 0;
  }

  /*support css update 21/3/2025*/
  /*support css update 4/4/2025*/
  .single-topic .bbp-reply-formbx {
    padding: 20px;
  }

  .single-topic .bbp-topic-header1 .bbp-topic-post-date {
    width: 100%;
    margin-top: 10px;
  }

  .single-topic .bbp-topic-header1 .bbp-topic-post-date::before {
    display: none;
  }

  .topic-prfrgtcont {
    padding: 20px;
  }

  .single-topic .bbp-reply-formbx form button[type="submit"] {
    height: 42px;
    padding: 8px 25px;
    font-size: 15px;
  }

  .bbpress #bbpress-forums #bbp-user-wrapper h2.entry-title {
    font-size: 22px;
  }

  /*support css update 4/4/2025*/
  /* 17.4.25 */
  .reply #bbpress-forums div.bbp-reply-content {
    margin-left: 110px;
  }

  .reply .bbp-reply-author .bbp-author-link {
    height: 70px;
    width: 70px;
  }

  .reply .bbp-reply-author {
    margin-left: 0;
  }

  /* 17.4.25 */

  /* 18-04-25 Css Start S.Mv */
  .logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    width: 100%;
    padding: 0;
  }

  .bbpress #bbpress-forums .bbp-user-replies-created .bbp-reply-author .bbp-author-avatar {
    width: 60px;
    height: 60px;
  }

  #bbpress-forums div.bbp-forum-content,
  #bbpress-forums div.bbp-reply-content,
  #bbpress-forums div.bbp-topic-content {
    margin-left: 100px;
  }

  #bbpress-forums div.bbp-forum-author,
  #bbpress-forums div.bbp-reply-author,
  #bbpress-forums div.bbp-topic-author {
    width: 95px;
  }

  .bbp-pagination-links {
    padding-top: 20px;
  }

  .bbpress #bbp-single-user-details #bbp-user-avatar .vcard a {
    width: 100px;
    height: 100px;
    padding: 7px;
  }

  /* 18-04-25 Css End S.Mv */
  /* 25-04-2025 M.M Css Start */
  .single-article .article-in-image .media-wrapper>.media {
    width: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
  }

  .single-article .article-in-image .media-wrapper>.media {
    padding-top: 50%;
  }

  /* 25-04-2025 M.M Css End */
  /* support starts 09.05.2025  */
  .arrow-img-wppr {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
  }

  .magazine-innr-card {
    padding: 15px;
    border-radius: 15px;
  }

  /* support ends 09.05.2025  */
  /* 04-06-2025 m.m css */
  #ays-quiz-container-2 .ays-fs-title {
    font-size: 24px !important;
  }

  /* 04-06-2025 m.m css */
  /* 25-6-25 strat */
  .editions-card .editions-features span.features-icon {
    height: 33px;
  }

  /* 25-6-25 end */
  /* 10-07-2025 m.m css */
  .newsletter-form .gchoice {
    width: 50%;
  }

  /* 10-07-2025 m.m css */

  .this-content-rt h4 {
    font-size: 15px;
  }

  .row.this-week-row {
    --bs-gutter-x: 0;
  }

  .page-number-label {
    font-size: 16px;
  }
  .view-magazine-head{
    flex-direction: column;
  }
  .view-magazine-head h2{
    padding-right: 0;
    margin-bottom: 16px;
  }
}

@media (max-width: 575px) {
  .main-head-top {
    padding: 18px 0;
  }

  .navbar-brand {
    width: 140px;
  }

  .search-mobile {
    width: 32px;
    height: 32px;
  }

  .country-wpr span {
    width: 22px;
    height: 22px;
  }

  .signin-btn a.cmn-btn.white {
    width: 32px;
    height: 32px;
    padding: 8px;
  }

  .theme-switch svg {
    max-width: 15px;
  }

  .theme-switch .label {
    width: 70px;
    padding: 3px 10px;
  }

  .country-wpr {
    padding: 4px 7px;
  }

  .country-wpr i {
    margin-left: 8px;
  }

  .theme-switch .ball {
    height: 25px;
    width: 25px;
  }

  .dark .theme-switch .ball {
    left: calc(100% - 30px);
  }

  .light .theme-switch .ball {
    left: 5px;
  }

  h1,
  .h1-title {
    font-size: 36px;
  }

  h2,
  .h2-title {
    font-size: 30px;
  }

  h4,
  .h4-title {
    font-size: 18px;
  }

  .editions-row {
    margin: -7px;
  }

  .editions-clm {
    padding: 7px;
  }

  .editions-txt .date {
    margin-bottom: 5px;
  }

  .editions-txt .date img {
    margin-right: 6px;
  }

  .wins-wpr {
    padding: 10px 12px;
    border-radius: 5px;
  }

  .footer-sec {
    padding-bottom: 20px;
  }

  .editions-tag {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .banner-lwr-wpr {
    padding-top: 14px;
  }

  .banner-rt-inr>* {
    margin: 0 7px;
  }

  .banner-rt-inr {
    margin: 0 -7px;
  }

  .from-our-leading-sec .sec-head h2 {
    font-size: 27px;
  }

  /* Samar Night Css 30-01-25 Start */
  .premium-member-row {
    --bs-gutter-x: 15px;
  }

  .why-choose-inr {
    text-align: center;
  }

  /* Samar Night Css 30-01-25 End */

  body {
    padding-top: 69px;
  }

  .main-head .cmn-btn {
    font-size: 16px;
    width: 100%;
  }

  .country-each-ul {
    padding: 5px 0;
  }

  .newsletter-frm {
    max-width: 421px;
  }

  .row.help-desk-row {
    --bs-gutter-x: 0;
  }

  .faq-accordian-body p {
    font-size: 14px;
  }

  /* SMv Start 03.03.25 */
  .banner-lwr-wpr {
    margin-top: 0;
  }

  /* SMv End 03.03.25 */

  /* pro 4/3/25 start */

  .subscribe-content {
    margin-bottom: 50px;
  }

  .subscribe-content h2 {
    font-size: 25px;
  }

  .subscribe-card {
    padding: 18px 20px 20px;
  }

  .subscribe-card h3 {
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 1.3;
  }

  /* pro 4/3/25 end */

  /* Sm start 05-03-25 */
  .logged-in.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    width: 100%;
  }

  /* Sm end 05-03-25 */

  /* 11-03-2025 start KM */
  .event-search-wpr {
    padding: 11px 15px 26px;
  }

  /* 11-03-2025 end KM */

  /*support css update 4/4/2025*/
  .bbpress #bbpress-forums #bbp-your-profile .form-table .acf-label {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }

  .bbpress #bbpress-forums #bbp-your-profile .form-table .acf-input {
    display: block;
    width: 100%;
    padding: 0;
  }

  #bbpress-forums div.bbp-reply-author img.avatar,
  #bbpress-forums div.bbp-topic-author img.avatar {
    position: relative;
  }

  .bbpress #bbpress-forums .bbp-user-replies-created .bbp-reply-author .bbp-author-name {
    display: block;
  }

  .bbpress #bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    padding: 8px;
  }

  .bbpress #bbpress-forums .bbp-body div.bbp-reply-author {
    padding-left: 0;
    width: 100%;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .bbpress #bbpress-forums div.bbp-reply-content {
    margin-left: 0;
  }

  .topic-prfrgtcont img {
    min-height: 300px;
    object-fit: cover;
    max-height: 300px;
  }

  /*support css update 4/4/2025*/

  /* 17.4.25 */
  .reply span.bbp-admin-links {
    display: block;
    width: 100%;
  }

  .reply #bbpress-forums div.reply .bbp-reply-content p {
    font-size: 14px;
  }

  /* 17.4.25 */

  /* S.Mv Css Start 18-04-25 */
  .bbpress #bbpress-forums #bbp-user-body {
    padding: 30px 15px;
  }

  .bbpress #bbpress-forums .bbp-user-replies-created .bbp-reply-author .bbp-author-avatar {
    width: 50px;
    height: 50px;
  }

  /* S.Mv Css End 18-04-25 */

  /* support starts 09.05.2025  */
  .update-magazine-row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }

  /* support ends 09.05.2025  */

  .single-article .slick-dots {
    display: none !important;
  }
  /* Sep 06 2025 Start (Product Details) */
  .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 14px;}
  /* Sep 06 2025 End (Product Details) */
}

@media (max-width: 479px) {
  .navbar-brand {
    width: 90px;
  }

  .nav-btn-wrap ul li {
    padding: 0 3px;
  }

  .main-head-top {
    padding: 15px 0;
  }

  .country-wpr i {
    display: none;
  }

  .country-wpr {
    padding: 4px;
  }

  .theme-switch .label {
    width: 50px;
    padding: 3px 7px;
  }

  .theme-switch svg {
    width: 12px;
    height: 12px;
  }

  .theme-switch .ball {
    height: 20px;
    width: 20px;
  }

  .dark .theme-switch .ball {
    left: calc(100% - 24px);
  }

  .light .theme-switch .ball {
    left: 3px;
  }

  .navbar-collapse {
    padding: 60px 20px 0;
  }

  .main-head .cmn-btn {
    padding: 10px 8px;
    font-size: 15px;
  }

  .navbar-nav>li>a {
    padding: 11px;
    font-size: 15px;
  }

  .navbar-collapse .navbar-nav {
    margin: 15px 0 0;
  }

  .head-search input[type="search"] {
    width: 100%;
    height: 45px;
    padding: 0 41px 0 20px;
  }

  .head-search-btn {
    width: 30px;
    height: 30px;
  }

  .head-search-wpr {
    padding: 50px 30px;
  }

  .search-close {
    top: 13px;
    right: 13px;
  }

  h1,
  .h1-title {
    font-size: 28px;
  }

  .cmn-btn {
    padding: 11px 22px;
    min-width: 155px;
    font-size: 15px;
  }

  .editions-features span {
    padding: 6px 12px;
  }

  .editions-clm {
    width: 100%;
  }

  .footer-inner {
    padding: 30px 0 0;
  }

  .footer-brand {
    width: 170px;
    margin-bottom: 15px;
  }

  .footer-link-ul li:not(:last-child) {
    margin-right: 0;
  }

  .footer-link-ul {
    margin: -2px -5px;
  }

  .footer-link-ul li {
    padding: 2px 5px;
  }

  .footre-btm .footer-link-ul {
    margin-bottom: 5px;
  }

  .cmn-slider-arrow {
    padding-top: 20px;
  }

  .cmn-slider-arr {
    width: 34px;
    height: 34px;
    margin: 0 3px;
  }

  .newsletter-frm-inr input[type="email"] {
    width: 100%;
    height: 48px;
    background-size: 18px;
    padding: 0 10px 0 35px;
    font-size: 16px;
  }

  .newsletter-frm-inr input[type="submit"] {
    padding: 12px 20px;
    height: 100%;
    right: 0;
    position: relative;
    width: 100%;
    top: inherit;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 12px;
  }

  .bnr-large-card figure {
    padding-top: 79%;
  }

  .bnr-lft-card-txt .title {
    margin-bottom: 10px;
  }

  .banner-rt-inr {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .editions-card.bnr-small-card {
    margin: 7px;
  }

  .banner-top-lft {
    margin-bottom: 10px;
  }

  .editions-card.bnr-small-card a figure {
    padding-top: 60%;
  }

  .banner-lwr-wpr .editions-clm {
    width: 100%;
  }

  .banner-upr-wpr {
    margin: 0px -8px;
  }

  .banner-upr-wpr>* {
    padding: 0 8px;
  }

  .editions-card.bnr-small-card:not(:last-child) {
    margin-bottom: 7px;
  }

  .editions-card.bnr-small-card a .editions-txt {
    padding: 15px 37px 25px 20px;
  }

  .editors-tab-btn-wpr li {
    width: 50%;
  }

  .editors-tab-btn-wpr li .nav-link {
    width: 100%;
    font-size: 13px;
    min-width: initial;
  }

  .follow-us-wpr p {
    margin-bottom: 10px;
  }

  .footer-link-ul li {
    padding: 0px 13px;
  }

  .footer-title {
    font-size: 24px;
  }

  .footer-sec {
    font-size: 15px;
  }

  h3,
  .h3-title {
    font-size: 20px;
  }

  .faq-accordian-head i {
    width: 25px;
    height: 25px;
  }

  /* Samar Night Css 30-01-25 Start */
  h2,
  .h2-title {
    font-size: 26px;
  }

  .why-choose-sec {
    padding-top: 40px;
  }

  .premium-member-left {
    width: 101%;
  }

  .premium-member-price {
    width: 100%;
    text-align: left;
    padding-top: 6px;
  }

  .aviation-news-sec .sec-head {
    margin: 0 auto 30px;
  }

  /* Samar Night Css 30-01-25 End */

  body {
    padding-top: 63px;
  }

  .footer-top {
    padding-bottom: 20px;
  }

  .follow-us-wpr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footre-btm .container,
  .footer-top .container {
    padding: 0 12px;
  }

  .newsletter-frm-inr {
    height: auto;
    padding: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    padding: 15px;
    background-position: top 30px left 18px;
  }

  .help-each {
    padding: 10px;
  }

  .help-img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }

  .help-img img {
    max-width: 14px;
  }

  .help-txt {
    width: calc(100% - 40px);
  }

  .help-txt p {
    font-size: 12px;
    margin-bottom: 1px;
  }

  .help-txt a {
    font-size: 18px;
  }

  .get-in-touch-wpr {
    border-radius: 10px;
    padding: 18px;
  }

  .help-input-wpr::before {
    left: 13px;
    top: 16px;
    background-size: 15px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 50px;
    padding: 0 18px 0 38px;
    font-size: 16px;
  }

  textarea {
    padding: 18px 18px 18px 38px;
    height: 125px;
    font-size: 16px;
  }

  .help-input-wpr.help-input-textarea::before {
    top: 23px;
  }

  .row.help-form-row {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 18px;
  }

  .help-input-submit {
    padding-top: 5px;
  }

  input[type="submit"] {
    height: 42px;
    padding: 0 25px;
    font-size: 15px;
  }

  /* 03-02-25 SM Css Start */
  .breadcrumb li,
  .breadcrumb li a {
    font-size: 12px;
  }

  .blg-dtls-upper-inr .h1-title {
    font-size: 28px;
  }

  .blg-dtls-premium-member {
    padding: 20px;
  }

  .blg-dtls-mdl h2 {
    line-height: 1.1;
  }

  .blg-dtls-premium-member .cmn-btn {
    font-size: 12px;
  }

  .premium-member-card.blg-dtls .premium-member-left {
    width: 100%;
  }

  .premium-member-card.blg-dtls .premium-member-price {
    width: 100%;
    text-align: center;
  }

  .premium-member-left i img {
    max-width: 22px;
  }

  .premium-member-left i {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
  }

  .premium-member-title {
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
  }

  .premium-member-lwr {
    padding-top: 15px;
  }

  .premium-free-inr {
    padding: 25px;
  }

  .blg-dtls-lower .h3-title {
    line-height: 1.4;
  }

  .premium-free-right .cmn-btn,
  .premium-member-lwr .cmn-btn {
    width: 100%;
  }

  .blog-details-sec ul li {
    line-height: 1.6;
    padding-left: 20px;
  }

  /* 03-02-25 SM Css End */

  .blog-pagination-wpr img {
    max-width: 240px;
  }

  .cmn-gap {
    padding: 45px 0;
  }

  .blog-pagination-wpr {
    padding-top: 30px;
  }

  .cmn-txt-link {
    font-size: 11px;
  }

  .cmn-btn.subscribe-btn {
    padding: 11px 22px;
  }

  /* SMv Start 03.03.25 */
  .banner-rt-inr>* {
    width: 100%;
  }

  .blog-pagination-wpr .page-numbers {
    width: 34px;
    height: 34px;
    font-size: 14px;
    margin: 0 4px;
  }

  /* SMv End 03.03.25 */

  /* Sm start 05-03-25 */

  .woocommerce-info::before {
    top: 16px;
    transform: none;
  }

  .logged-in.woocommerce-account .woocommerce-MyAccount-content .button.wc-forward {
    margin-left: 0;
  }

  .woocommerce-info {
    justify-content: center;
  }

  .logged-in.woocommerce-account .woocommerce-MyAccount-content .button.wc-forward {
    margin-top: 10px;
  }

  .woocommerce-account .woocommerce form .form-row {
    width: 100%;
  }

  /* Sm end 05-03-25 */

  /* 20/3/25 work start */
  .get-in-touch-wpr .ginput_container::before {
    left: 13px;
    top: 16px;
    background-size: 15px;
  }

  .get-in-touch-wpr .gform_wrapper.gravity-theme input[type="text"],
  .get-in-touch-wpr .gform_wrapper.gravity-theme input[type="tel"],
  .get-in-touch-wpr .gform_wrapper.gravity-theme input[type="password"],
  .get-in-touch-wpr .gform_wrapper.gravity-theme input[type="email"],
  .get-in-touch-wpr .gform_wrapper.gravity-theme select {
    height: 50px;
    padding: 0 18px 0 38px;
    font-size: 16px;
  }

  .get-in-touch-wpr .gform_wrapper.gravity-theme .gfield textarea.small {
    padding: 18px 18px 18px 38px;
    height: 125px;
    font-size: 16px;
  }

  .get-in-touch-wpr .ginput_container.ginput_container_textarea::before {
    top: 23px;
  }

  .get-in-touch-wpr .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 18px;
    grid-column-gap: 12px;
  }

  .get-in-touch-wpr .gform_wrapper.gravity-theme .gform_footer,
  .get-in-touch-wpr .gform_wrapper.gravity-theme .gform_page_footer {
    margin-top: 5px;
  }

  /* 20/3/25 work end */
  /*support css update 21/3/2025*/
  .forum-topicmodal .modal-content {
    padding: 20px;
  }

  .forum-topicmodal form input[type="text"],
  .forum-topicmodal form input[type="tel"],
  .forum-topicmodal form input[type="password"],
  .forum-topicmodal form input[type="email"],
  .forum-topicmodal form select {
    height: 50px;
  }

  /*support css update 21/3/2025*/
  /*support css update 4/4/2025*/
  .single-topic .bbp-reply-formbx {
    border-radius: 10px;
  }

  .single-topic .bbp-reply-form .bbp-form legend {
    font-size: 16px;
  }

  .bbpress #bbpress-forums #bbp-user-wrapper h2.entry-title {
    font-size: 20px;
  }

  .bbpress #bbpress-forums .bbp-search-form div input[type="text"] {
    height: 60px;
  }

  .bbpress #bbpress-forums .bbp-user-section li.bbp-topic-title {
    width: 100%;
    text-align: center;
  }

  .bbpress #bbpress-forums .bbp-user-section .bbp-topic-voice-count,
  .bbpress #bbpress-forums .bbp-user-section .bbp-topic-reply-count {
    width: 20%;
  }

  .bbpress #bbpress-forums .bbp-user-section .bbp-topic-freshness {
    width: 60%;
  }

  .bbpress #bbpress-forums .bbp-user-section .bbp-body li.bbp-topic-title {
    text-align: left;
  }

  /*support css update 4/4/2025*/

  /* 17.4.25 */
  .reply #bbpress-forums div.bbp-reply-author .bbp-author-name {
    margin-right: 0;
  }

  .reply #bbpress-forums div.bbp-reply-author img.avatar {
    width: 100%;
  }

  /* 17.4.25 */

  /* 18-04-25 Css Start S.Mv */
  .woocommerce-edit-address .woocommerce-Address-title.title .edit {
    margin-left: 0 !important;
  }

  .woocommerce form .form-row .input-text,
  .woocommerce form .form-row select {
    height: 46px;
  }

  /* 18-04-25 Css End S.Mv */

  /* 25-05-2025 Css Start */
  .single-article .article-in-image .media-wrapper>.media {
    padding-top: 62%;
  }

  /* 25-05-2025 Css End */

  /* support starts 09.05.2025  */
  .magazine-col {
    width: 100%;
  }

  .update-magazine-row {
    --bs-gutter-x: 0;
  }

  .arrow-img-wppr {
    width: 35px;
    height: 35px;
    margin-bottom: 10px;
  }

  .update-magazine-main-wppr {
    padding: 20px 0;
  }

  .magazine-innr-card {
    border-radius: 10px;
  }

  /* support ends 09.05.2025  */
  .editions-card .editions-features span.features-icon {
    height: 35px;
  }

  /* 10-07-2025 m.m css */
  .newsletter-frm-inr {
    align-items: flex-start;
  }

  .newsletter-frm-inr .gform_wrapper.gravity-theme .gfield input.medium {
    padding-left: 35px;
  }

  .newsletter-form .gchoice {
    width: 100%;
  }

  /* 10-07-2025 m.m css */

  /* 26-aug-2025  */
  .update-magazine-week {
    padding-bottom: 50px;
  }

  .this-week-wpr h2 {
    margin-bottom: 40px;
  }

  .row.this-week-row {
    margin-bottom: 30px;
    --bs-gutter-y: 20px;
  }

  .this-week-clm-lft figure {
    border-radius: 10px;
  }

  /* 26-aug-2025  */
  .down-btn {
    padding: 15px 18px;
    font-size: 15px;
}

  /* Sep 06 2025 Start (Product Details) */
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li{width: 100%;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{content: none;}
.single-product.woocommerce ul.products li.product .button{
  height: auto;
  padding: 11px 10px;
  min-height: 40px;
  width: 100%;
}
  /* Sep 06 2025 End (Product Details) */
}