/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/* font-family: "Lato", sans-serif; */

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

:root {
  --body-font: "Lato", sans-serif;
  --inner-font: "DM Sans", sans-serif;
  --body-color: #3c3c3c;
  --theme-color: #60b0f4;
  --theme-color-rgb: 96, 176, 244;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--body-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--body-color);
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: #000;
  font-weight: 600;
}

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

h1,
.title_h1 {
  font-size: 60px;
  line-height: 1.2;
}

h2,
.title_h2 {
  font-size: 56px;
  line-height: 1.2;
}

h3,
.title_h3 {
  font-size: 36px;
  line-height: 1.2;
}

h4,
.title_h4 {
  font-size: 30px;
  line-height: 1.2;
}

h5,
.title_h5 {
  font-size: 24px;
  line-height: 1.2;
}

h6,
.title_h6 {
  font-size: 20px;
  line-height: 1.2;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--body-color);
  -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(--theme-color);
}

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: #000;
  border: 1px solid rgba(255, 255, 255, 0.7);
  height: 58px;
  padding: 0 16px;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 12px 16px;
  width: 100%;
  color: #000;
  height: 158px;
  outline: none !important;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.7);
  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: #eab71e;
  color: #000000;
  height: 58px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;

  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  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;
}

input[type="submit"]:hover {
  background: #000;
  color: #eab71e;
}

::-webkit-input-placeholder {
  opacity: 0.7;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 0.7;
  color: #000;
}

::-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

:-moz-placeholder {
  opacity: 0.7;
  color: #000;
}

/* 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;
}

/* 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);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 215px;
  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 24px;
  padding: 10px 0;
  position: relative;
}

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

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

.navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
}

/* .navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #3B61DC;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-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 {
  color: var(--theme-color);
}

/* .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;

  border: 1px solid rgba(var(--theme-color-rgb), 0.2);
  -webkit-box-shadow: 16px 16px 28px rgba(96, 176, 244, 0.1);
  box-shadow: 16px 16px 28px rgba(96, 176, 244, 0.1);
}

.sub-menu > li > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  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 {
  color: var(--theme-color);
}

.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 !important;
  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*/

.cmn-gap {
  padding: 100px 0px;
}

.cmn-btn {
  padding: 22.5px 25px;
  background: rgba(var(--theme-color-rgb), 0.2);
  border-radius: 12px;
  min-width: 174px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
  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;
  color: var(--theme-color);
}
.cmn-btn img {
  margin-left: 8px;
  -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: rgba(var(--theme-color-rgb), 1);
  color: #fff;
}
.cmn-btn:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cmn-btn.alt {
  background: rgba(var(--theme-color-rgb), 1);
  color: #fff;
}
.cmn-btn.alt img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cmn-btn.alt:hover {
  background: rgba(var(--theme-color-rgb), 0.2);
  color: var(--theme-color);
}
.cmn-btn.alt:hover img {
  -webkit-filter: none;
  filter: none;
}

.cmn-sec-head {
  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;
  margin-bottom: 40px;
}

.cmn-sec-head h2 {
  margin-bottom: 0;
}
ul li {
  list-style: none;
}

/* ========= main style ========= */

/* .main-head {
    padding: 15px 0px;
} */

.header-top-main {
  background: #3c3c3c;
  padding: 8.5px 0;
}

.header-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 14px;
}
.header-top-left img {
  margin-right: 8px;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.header-social .fa-brands {
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-social .fa-brands:hover {
  color: var(--theme-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-top-wrap {
  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;
}

.main-head {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
.header-social li {
  margin: 0 12px;
}

.header-social li:first-child {
  margin-left: 0;
}

.header-social li:last-child {
  margin-right: 0;
}
.header-search-btn {
  margin-left: 48px;
}
.header-btm-main {
  padding: 26px 0;
}

.navbar-nav > li.menu-item-has-children {
  padding-right: 16px;
  background-image: url(images/header-dropdown.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: right 19px;
  cursor: pointer;
  -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.menu-item-has-children:hover {
  background-image: url(images/dropdown-hover-icon.svg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.banner-outer-main {
  min-height: 520px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 70px;
}

.banner-outer-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/banner-back-layer.svg);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.banner-main-cont {
  max-width: 620px;
}

.banner-main-cont h1 {
  color: #fff;
  /* line-height: 1; */
  margin-bottom: 18px;
  text-transform: capitalize;
}

.banner-main-cont p {
  color: #fff;
  font-size: 20px;
}
.search-form-wrap input[type="text"] {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 90px;
  padding-left: 60px;
  max-width: 585px;
}

.search-form-wrap {
  position: relative;
}
.header-btn {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: var(--theme-color);
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
}

.navbar-nav li.menu-item-has-children:hover > .sub-menu {
  width: 216px;
  padding: 22px;
  border-radius: 12px;
}

.scroll-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  width: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 80px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
  }
}

.scroll-btn p {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #fff;
  font-family: var(--inner-font);
}
.scroll-btn img {
  margin-top: 12px;
}

.calender-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.post-col-left-cont a {
  display: inline-block;
}
.calender-main img {
  margin-right: 8px;
}

.post-col-left-cont a h3:hover {
  color: var(--theme-color);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.post-col-left-cont h3 {
  font-size: 20px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.calender-main span {
  line-height: 1;
}

.post-col-left-cont p {
  margin-bottom: 12px;
}

.post-col-left-img {
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.post-col-left-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.post-col-left-cont {
  padding-top: 32px;
  max-width: 590px;
}

.post-col-rgt-cont h3, .post-col-rgt-cont h5 {
  font-size: 20px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  max-width: 247px;
}

.post-col-rgt-cont a h3:hover {
  color: var(--theme-color);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.post-col-rgt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -12px;
  margin-bottom: 30px;
}
.post-col-rgt-row:last-child {
  margin-bottom: 0;
}
.post-col-rgt-img {
  padding: 0 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 200px;
}

.post-col-rgt-img img {
  border-radius: 24px;
  width: 100%;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;

  height: 136px;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-col-rgt-cont {
  padding: 0 12px;
}
.post-col-left {
  width: 58%;
  padding: 0 15px;
}
.post-col-rgt {
  width: 42%;
  padding: 0 15px;
}

.post-row {
  margin: 0 -15px;
}
.post-btn {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-btn img {
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-btn:hover img {
  margin-left: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-col-left-img a {
  display: block;
}
.post-col-rgt-img a {
  display: block;
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.post-col-left-img a {
  display: block;
  position: relative;
  padding-top: 73%;
}

.post-col-left-img a:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.post-col-rgt-img a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.development-col-left-wrap h2 {
  font-size: 36px;
}

.development-slider-cont {
  padding: 10px 64px 0 60px;
  background: rgba(var(--theme-color-rgb), 0.2);
  border-radius: 24px;
}
.development-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.development-col-left {
  width: 48%;
}
.development-col-rgt {
  width: 52%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.development-col-rgt-wrap img {
  width: 100%;
}
.development-col-left-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
.development-slider-wrap .slick-dots li button:before {
  font-family: none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 6px;
  content: "";
  /* opacity: 1; */
  background: var(--theme-color);
  border-radius: 3px;
}
.development-slider-wrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.development-slider-wrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 22px;
  padding: 0;
  cursor: pointer;
}
.development-slider-wrap .slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--theme-color);
}

.development-slider-wrap .slick-list {
  border-radius: 24px;
}

.development-btm-cont h3, .development-btm-cont h5 {
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.development-btm-cont {
  padding-top: 24px;
}

.popular-post-cont a > img {
  border-radius: 32px;
}
.development-btm-cont a h3:hover {
  color: var(--theme-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popular-post-cont a > img {
  width: 100%;
  border-radius: 32px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.popular-post-item {
  padding: 0 15px;
}
.post-img-link {
  overflow: hidden;
  border-radius: 32px;
  display: block;
  position: relative;
  padding-top: 72%;
  display: block;
}

.development-btm-cont a {
  display: inline-block;
}
.post-img-link img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-img-link:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popular-post-slider-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.popular-arr {
  width: 40px;
  height: 40px;
  border-radius: 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;
  background: rgba(var(--theme-color-rgb), 0.2);
}

.popular-arr:hover {
  background: var(--theme-color);
}
.popular-arr:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.popular-post-slider-btn ul li {
  margin: 0 6px;
}
.popular-post-slider-btn ul li:first-child {
  margin-left: 0;
}

.popular-post-slider-btn ul li:last-child {
  margin-right: 0;
}
.popular-post-slider-wrap {
  margin: 0 -15px;
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social li {
  margin: 0 16px;
}
.footer-social li:first-child {
  margin-left: 0;
}

.footer-social li:last-child {
  margin-right: 0;
}
.footer-main-wrap ul {
  padding: 0;
  margin-bottom: 0;
}
.footer-main-wrap span {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 16px;
}

.footer-logo a > img {
  display: block;
  margin-bottom: 14px;
}
.quick-links li {
  margin-bottom: 8px;
}

.quick-links li:last-child {
  margin-bottom: 0;
}
.games-count li {
  margin-bottom: 8px;
}
.games-count {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.footer-top-main {
  padding: 60px 0;
  background: #f7f7f7;
}
.footer-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-logo-col {
  width: 23.33%;
}

.footer-links-col {
  width: 40.33%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-games-col {
  width: 36.33%;
}
.games-count {
  margin-bottom: -8px;
}
.copyright p {
  margin-bottom: 8px;
}

.footer-btm-main {
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.top-game-sec {
  overflow: hidden;
}

.top-game-sec .slick-list {
  overflow: visible;
  margin: 0px -10px;
}

.top-game-sec .slick-list .item {
  padding: 0px 10px;
}
.game-slide-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.game-slide-inner {
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 125%;
}

.game-slide-inner:hover {
  opacity: 0.8;
}

.game-slide-title {
  position: absolute;
  width: 100%;
  min-height: 131px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(4, 25, 48, 0)),
    color-stop(70.33%, rgb(4 25 48 / 80%))
  );
  background: -o-linear-gradient(
    top,
    rgba(4, 25, 48, 0) 0%,
    rgb(4 25 48 / 80%) 70.33%
  );
  background: linear-gradient(
    180deg,
    rgba(4, 25, 48, 0) 0%,
    rgb(4 25 48 / 80%) 70.33%
  );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

/* Game Progress bar */

.game-progress-cont {
  margin-top: 60px;
}
.game-progress-wrap {
  position: relative;
}
.game-progress-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(60, 60, 60, 0.12);
}
.game-slide-progress {
  display: block;
  width: 0%;
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--theme-color);
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

/* Games Page */

.cmn-bnr-outer-main {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 20px;
}

.cmn-bnr-outer-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/games-banner-layer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.cmn-bnr-main-cont h1 {
  color: #fff;
}

.warzone-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.warzone-btn {
  color: var(--theme-color);
  line-height: 1;
  width: 50%;
  padding: 26px 20px;
  text-align: center;
  background: rgba(var(--theme-color-rgb), 0.2);
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
}
.warzone-btn:first-child {
  margin-right: 19px;
}

.warzone-set-btn {
  width: 100%;
  margin-top: 16px;
}
.games-cmn-head {
  margin-bottom: 20px;
}

.warzone-col-left-wrap img {
  width: 100%;
}
.warzone-col-left-wrap {
  border-radius: 12px;
  overflow: hidden;
}
.warzone-col-rgt-wrap {
  padding-left: 32px;
}

.warzone-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.games-cmn-head-sec {
  text-align: center;
  margin-bottom: 30px;
}

.player-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.player-img-wrap img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.player-img-wrap {
  margin-right: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.player-details-wrap {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.player-list-link {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 600;
}

.player-list-link:hover {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.player-list-table {
  max-width: 945px;
  margin: 0 auto;
}

.player-list-table td:first-child {
  width: 75%;
  padding: 24px 60px;
}
.player-list-table td:last-child {
  width: 25%;
  vertical-align: middle;
  text-align: center;
}
.player-list-table th:first-child {
  padding: 22px 60px;
  vertical-align: middle;
}

.player-list-table th:last-child {
  padding: 22px 10px;
  text-align: center;
}

.player-list-table th {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
.player-list-table th {
  background: #000;
}
.player-list-table td {
  border: none;
}

.player-list-table tr:nth-child(even) td {
  background: rgba(var(--theme-color-rgb), 0.1);
}

.player-list-table td {
  border-left: 1px solid rgba(var(--theme-color-rgb), 0.14);
}
.player-list-table th {
  border-left: 1px solid rgba(var(--theme-color-rgb), 0.14);
}

.player-list-table .table {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(var(--theme-color-rgb), 0.2);
  background: #fff;
}

.player-list-wrap {
  text-align: center;
}

.player-list-wrap .cmn-btn {
  margin-top: 50px;
}

.player-list-section {
  background: rgba(var(--theme-color-rgb), 0.14);
}

.gear-tab {
  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;
  padding: 0;
  margin: -8px;
  padding-left: 20px;
}

.gear-tab li a {
  min-width: 108px;
  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;
  background: #e3e3e3;
  border-radius: 4px;
  padding: 12px 16px;
  line-height: 1;
}

.gear-tab li {
  padding: 8px;
}

.gear-tab > li.gear-active > a,
.gear-tab > li > a:hover {
  background: var(--theme-color);
  color: #ffffff;
}

.gear-tab li a.active,
.gear-tab li a.active:hover {
  background: var(--theme-color);
  color: #ffffff;
}

.gear-tab li:first-child {
  margin-left: 0;
}

.gear-tab li:last-child {
  margin-right: 0;
}

.gear-cont h3 {
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 8px;
}

.menu-item.current-menu-item a {
  color: #60b0f4;
}

.gear-img img {
  background: #f0f8fe;
  border-radius: 32px;
}

.gear-cont {
  text-align: center;
  padding-top: 20px;
}

.gear-col {
  margin-bottom: 60px;
}

.gear-row {
  margin-bottom: -60px;
}

.gear-img 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;
  position: absolute;
  top: 0;
  left: 0;
}
.best-gear-para {
  margin-bottom: 40px;
  text-align: left;
}
.best-gear-wrap {
  text-align: center;
}

.best-gear-wrap .cmn-btn {
  margin-top: 60px;
}
.gear-img {
  display: block;
  border-radius: 32px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-top: 98%;
}

.gear-img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gear-cont a h3:hover {
  color: var(--theme-color);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.game-slide-img {
  margin-bottom: 60px;
}

.tips-main-col {
  margin-bottom: 60px;
  padding: 0 15px;
}

.tips-main-row {
  margin-bottom: -60px;
  margin: 0 -15px;
}

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

.game-tips-main {
  background: #f7f7f7;
}

.query-accordion span, .query-accordion h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: block;
  padding-right: 18px;
}

.query-accordion .accordion-button:not(.collapsed) {
  background: none;
}

.query-accordion .accordion-item {
  border: none;
  border: 1px solid transparent;
  margin: 22px 0;
  border-bottom: 1px solid rgba(var(--theme-color-rgb), 0.2);
}

.query-accordion .accordion-button::after {
  background-image: url(images/query-top-arr.png);
  height: 32px;
  width: 32px;
  background-size: 32px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(images/query-btm-arr.png);
}

.query-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.query-accordion .accordion-button {
  padding: 32px;
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.query-accordion .accordion-body {
  padding: 0 32px 32px 40px;
}

.query-accordion .active .accordion-button {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 24px;
}

.query-accordion .active {
  background: rgb(255, 255, 255);
  border-color: rgba(96, 176, 244, 0.2);
  -webkit-box-shadow: rgba(96, 150, 181, 0.1) 7px 2px 19px;
  box-shadow: rgba(96, 150, 181, 0.1) 7px 2px 19px;
  border-radius: 24px;
}

.learn-player-head-left {
  max-width: 612px;
  padding-right: 24px;
}
.learn-player-head-left form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-line input[type="text"] {
  width: 360px;
  border-color: var(--theme-color);
}

.learn-player-head-top {
  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;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.learn-player-head-left .game-field select {
  background: #fff url(images/form-dropdown.svg) no-repeat center right 16px !important;
  background-size: 12px !important;
  padding-right: 24px;
  /* margin: 0 25px; */
  padding-left: 40px;
  min-width: 180px;
  border-radius: 90px;
  color: var(--body-color);
}
/* .learn-player-head-left select:first-child {
  margin-left: 0;
}
.learn-player-head-left select:last-child {
  margin-right: 0;
} */
.learn-player-head-left .row {
  --bs-gutter-x: 18px;
}
.game-field {
  position: relative;
}

.game-field i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
}

.player-img {
  position: relative;
  margin-bottom: 40px;
}

.player-img-in {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.player-btm-icon {
  position: absolute;
  width: 36px;
  height: 30px;
  border-radius: 4px;
  overflow: hidden;
  padding: 2px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -12px;
}

.player-btm-icon img {
  border-radius: 4px;
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.player-details h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.player-details {
  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-bottom: 10px;
}

.player-details img {
  max-width: 30px;
  margin-left: 12px;
}
.team-name p {
  margin-bottom: 0;
}

.team-name {
  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;
}

.team-name img {
  margin-left: 6px;
  max-width: 18px;
}

.learn-player-col-wrap {
  text-align: center;
  padding: 32px 31px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.2);
  border-radius: 12px;
  height: 100%;
  background: #fff;
}
.learn-player-col {
  padding: 0 15px;
  margin-bottom: 32px;
}
.learn-player-row {
  margin: 0 -15px;
  margin-bottom: -32px;
}

.learn-player-wrap {
  text-align: center;
}

.learn-player-wrap .cmn-btn {
  margin-top: 60px;
}

.learn-player-section {
  background: #f9fcff;
}

.cmn-sec-head-vert {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cmn-sec-head-vert h2 {
  margin-bottom: 40px;
}
.related-post-wrap-in-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -12px;
}

.related-post-cont-link h3 {
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.related-post-wrap-left {
  padding: 0 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 49.2%;
}
.related-post-wrap-rgt {
  padding: 0 12px;
  width: 50.8%;
}
.related-post-cont-link {
  display: inline-block;
}
.relates-post-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  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;
}

.relates-post-img {
  display: block;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  padding-top: 76.5%;
}

.relates-post-img:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.related-post-cont-link h3:hover {
  color: var(--theme-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.related-post-col-wrap {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(var(--theme-color-rgb), 0.2);
}

.related-post-col:last-child .related-post-col-wrap {
  border: none;
}

.related-post-col:nth-last-child(2) .related-post-col-wrap {
  border: none;
}
.related-post-col {
  margin-bottom: 40px;
}

.related-post-row {
  margin-bottom: -40px;
}

.related-posts-section {
  background: #f7f7f7;
}

.page-numbers {
  width: 38px;
  height: 38px;
  padding: 13px;
  border-radius: 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;
  background: rgba(var(--theme-color-rgb), 0.2);
  color: var(--theme-color);
  margin: 0 5px;
  font-weight: 500;
}
.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.pagination .next {
  margin-left: 10px;
}

.pagination .prev {
  margin-right: 10px;
}

.pagination .current {
  background: var(--theme-color);
  color: #fff;
}

.pagination .page-numbers:hover {
  background: var(--theme-color);
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cmn-bnr-outer-main.stripe-bnr {
  min-height: 1px;
  padding: 0;
  padding-top: 42px;
}
.cmn-bnr-outer-main.stripe-bnr::before {
  z-index: 1;
}

.post-cat-wrap ul li.active, .post-cat-wrap ul li.active a {
      color: var(--theme-color);
}

.cmn-bnr-outer-main.stripe-bnr img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.player-profile-left-wrap img {
  width: 100%;
}
.player-profile-left-wrap {
  border-radius: 12px;
  overflow: hidden;
}
.player-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.player-field-value {
  font-weight: 600;
  margin-left: 8px;
  color: #000;
}
.img-new {
  margin-left: 6px;
}

.img-country {
  margin-left: 6px;
}

.player-info-col {
  margin-bottom: 18px;
}

.player-info-row {
  margin-bottom: -18px;
}
.player-descr p {
  color: #000;
}

.player-descr .player-field-label {
  margin-bottom: 8px;
}

.player-profile-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.player-profile-full-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px 23px;
}
.player-profile-social {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 24px 36px;
  background: #e8f4fd;
  border-radius: 0 24px 24px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.player-profile-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid rgba(var(--theme-color-rgb), 0.2);
  border-radius: 24px;
  -webkit-box-shadow: 16px 16px 28px rgba(96, 176, 244, 0.1);
  box-shadow: 16px 16px 28px rgba(96, 176, 244, 0.1);
}

.player-profile-social-nav li {
  margin-bottom: 48px;
}
.player-profile-social-nav {
  margin: 0;
  padding: 0;
}

.player-profile-social-nav li:last-child {
  margin-bottom: 0;
}

.player-profile-left {
  width: 42.9%;
  padding: 0 27px;
}

.player-profile-rgt {
  width: 57.1%;
  padding: 0 27px;
}

.player-profile-row {
  margin: 0 -27px;
}

.player-profile-rgt-wrap .cmn-sec-head {
  margin-bottom: 20px;
}

.sett-head-sec {
  text-align: center;
  margin-bottom: 30px;
}

.game-equipment-main-img img {
  width: 100%;
}

.game-equipment-main-img {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}

.equipment-heading h3 {
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
}

.equipment-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(var(--theme-color-rgb), 0.2);
}

.equipment-product-link {
  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 40px 10px 10px;
  background: #f7f7f7;
  border-radius: 8px;
}
.equipment-product-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.equip-product-name {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.equipment-product-left img {
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: 8px;
  margin-right: 15px;
  background: #fff;
}

.equip-gear-sub-heading {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.equipment-details p {
  margin-bottom: 8px;
  line-height: 1;
}
.equipment-details-col {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(var(--theme-color-rgb), 0.2);
}

.equipment-details-row {
  margin-bottom: -40px;
}
.game-equipment-all-items {
  padding: 24px 40px 40px 40px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 40px;
}

.game-equipment-all-items:last-child {
  margin-bottom: 0;
}
.game-equipments-section {
  background: rgba(var(--theme-color-rgb), 0.14);
}

.config-left h3 {
  font-size: 20px;
}

.config-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.config-left img {
  margin-right: 10px;
}

.config-rgt .cmn-btn img {
  margin-left: 0;
  margin-right: 8px;
}
.config-main-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;
}

.skins-img-wrap {
  text-align: center;
}
.skins-sub-heading {
  font-size: 20px;
  padding-top: 10px;
  color: #000;
  font-weight: 600;
}
.skins-img-main {
  background-color: #f0f8fe;
  border-radius: 8px;
  position: relative;
  padding-top: 100%;
}
.skins-img-main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.equip-skins-col {
  padding: 0 16px;
  margin-bottom: 60px;
}

.equip-skins-row {
  margin: 0 -16px;
  margin-bottom: -60px;
  margin-top: 40px;
}
.game-equipment-sub-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 48px;
}

.game-equipment-sub-head::after {
  content: "";
  height: 1px;
  background: rgba(var(--theme-color-rgb), 0.2);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.game-equipment-sub-head span {
  display: block;
  padding-right: 16px;
  font-weight: 600;
  color: #000;
}

.equipment-details-row {
  position: relative;
}

.equipment-details-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.config-rgt .cmn-btn:hover img {
  -webkit-filter: invert(50%) sepia(39%) saturate(3048%) hue-rotate(180deg)
    brightness(80%) contrast(80%);
  filter: invert(50%) sepia(39%) saturate(3048%) hue-rotate(180deg)
    brightness(80%) contrast(80%);
}

.player-profile-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.player-profile-link {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-story-rgt-wrap h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.our-story-left-wrap img {
  width: 100%;
}
.our-story-left-wrap {
  border-radius: 12px;
  overflow: hidden;
}
.our-story-rgt-wrap {
  padding-left: 32px;
}

.our-story-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-valuation-section {
  background: rgba(var(--theme-color-rgb), 0.2);
}

.abt-us-cmn-head {
  text-align: center;
  margin-bottom: 40px;
}
.valuation-col-wrap h3 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1;
}

.valuation-col-wrap {
  text-align: center;
  padding: 36px 24px 47px;
  background: #fff;
  border-radius: 12px;
  height: 100%;
}
.valuation-icon {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.valuation-icon::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 14px;
  width: 40px;
  height: 40px;
  background: rgba(var(--theme-color-rgb), 0.1);
  border-radius: 50%;
}

.company-valuation-col {
  padding-top: 12px;
  padding-bottom: 12px;
}
.company-valuation-row {
  margin-bottom: -12px;
  margin-top: -12px;
}
.our-ser-text-link h3 {
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-ser-text-link:hover h3 {
  color: var(--theme-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-ser-text-link {
  display: inline-block;
  margin-bottom: 8px;
}

.our-ser-img-link {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 32px;
  padding-top: 70%;
}
.our-ser-img-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  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;
}
.our-ser-img-link:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.our-ser-cont {
  padding-top: 24px;
}
.our-service-col {
  padding: 20px 15px;
}
.our-service-row {
  margin: -20px -15px;
}
.our-service-wrap {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(var(--theme-color-rgb), 0.2);
}

.our-team-cont-head h3 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1;
  color: #fff;
}
.our-team-cont-head span {
  color: var(--theme-color);
}
.our-team-cont-wrap-sec {
  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;
  margin-bottom: 30px;
}
.our-team-cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.our-team-member-wrap:hover .our-team-cont-wrap {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.team-social {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.2);
  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-radius: 50%;
}

.team-social:hover i {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-social i {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-team-member-wrap {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 32px;
}

.team-cont-para {
  color: #fff;
}

.our-team-member-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(4, 25, 48, 0)),
    color-stop(70.33%, #041930)
  );
  background: -o-linear-gradient(top, rgba(4, 25, 48, 0) 0%, #041930 70.33%);
  background: linear-gradient(180deg, rgba(4, 25, 48, 0) 0%, #041930 70.33%);
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 0 0 32px 32px;
}

.our-team-member-wrap:hover::before {
  background: rgba(4, 25, 47, 0.6);
  height: 100%;
}

.our-team-cont-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 24px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  max-height: 100%;
  overflow: auto;
}
.our-team-member-wrap:hover .our-team-cont-hover {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.our-team-member-wrap img {
  width: 100%;
  border-radius: 32px;
}

.our-team-col {
  padding: 15px;
}
.our-team-row {
  margin: -15px;
}

.post-listing-item .post-col-left-cont {
  padding-top: 24px;
}

.post-top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.post-type-badge {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 4px;
  background: #f7f7f7;
  padding: 7px 16px;
  text-transform: capitalize;
}
.tag-info-content .post-type-badge {
  text-transform: inherit;
}

.post-type-badge-wrap {
  margin-right: 16px;
}

.post-top-area .calender-main {
  margin: 0px;
}

.post-listing-row {
  --bs-gutter-y: 50px;
  margin-bottom: 50px;
}

.post-title-h2 {
  font-size: 36px;
}

.post-cat-wrap {
  margin-top: 40px;
}

.post-cat-wrap {
  border-radius: 24px;
  overflow: hidden;
}

.post-cat-title {
  background: #dfeffd;
  padding: 23.5px 24px;
}

.post-cat-wrap ul {
  padding: 30px 14px;
  background: #f7f7f7;
  margin: 0px;
}

.post-cat-wrap li {
  padding: 23px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* margin: 0px -10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-cat-wrap li > * {
  padding: 0px 10px;
}

.post-cat-wrap li a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.post-cat-wrap li a:hover {
  color: var(--theme-color);
}

.post-cat-wrap li:first-child {
  padding-top: 0px;
}

.pplr-post-wrap {
  margin-top: 80px;
}

.post-listing-rt {
  padding-left: 15px;
}

.pplr-post-wrap .post-col-rgt-img {
  width: 156px;
  padding: 0px 8px;
}

.pplr-post-wrap .post-col-rgt-img img {
  height: 100%;
}

.pplr-post-wrap .post-col-rgt-row {
  margin: 0px -8px;
  margin-bottom: 30px;
}

.pplr-post-wrap .post-col-rgt-cont {
  padding: 0px 8px;
}

.post-tags-wrap ul {
  margin: -8px 0;
  padding: 0px;
}

.post-tags-wrap li {
  padding: 8px 0;
}

.post-tags-wrap li a,
.post-tags-wrap li span {
  background: #f7f7f7;
  padding: 7.5px 15px;
  border-radius: 4px;
  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;
  text-align: center;
  height: 100%;
}

.post-tags-wrap li a:hover {
  background: rgba(var(--theme-color-rgb), 0.2);
  color: var(--theme-color);
}

.post-dtls-main-body-wrap h1 {
  font-size: 54px;
}

.ftr-prof-wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -10px;
}

.ftr-user-col {
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ftr-user-col > img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
}

.ftr-user-dtls p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 2px;
}

.ftr-social-wrap ul {
  margin: 0px -6px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ftr-social-wrap {
  padding: 0px 10px;
}

.ftr-social-wrap li a {
  width: 38px;
  height: 38px;
  background: var(--theme-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
}

.ftr-social-wrap li {
  padding: 0px 6px;
}

.ftr-social-wrap li a:hover {
  background: #000;
}

.post-dtls-img-wrap {
  margin-top: 40px;
}

.post-dtls-img-wrap img {
  border-radius: 24px;
  width: 100%;
}

.post-dtls-img {
  padding-top: 53.25%;
  position: relative;
  margin-bottom: 16px;
}

.post-dtls-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular-post-main.related-posts {
  padding-top: 100px;
}

.tags-for-posts ul {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags-for-posts {
  margin-top: 60px;
}

.tags-for-posts li {
  padding: 5px;
}

.post-tags-wrap.tags-for-posts li {
  margin-bottom: 0px;
}

.post-rich-text-area {
  margin-top: 60px;
}

.post-rich-text-area h2 {
  font-size: 36px;
  margin-top: 60px;
}

.post-rich-text-area h3 {
  font-size: 20px;
  margin-top: 40px;
}

.post-rich-text-area h4 {
  font-size: 17px;
  margin-top: 25px;
}

.post-rich-text-area figure img {
  width: 360px;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid #dfeffd;
  margin-bottom: 16px;
}

.post-rich-text-area ul {
  padding: 0px;
}

.post-rich-text-area ul li {
  padding-left: 21px;
  position: relative;
}

.post-rich-text-area ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 9px;
  height: 9px;
  background: var(--theme-color);
  border-radius: 100%;
}

.post-rich-text-area ul li:not(:last-child) {
  margin-bottom: 10px;
}

.pst-dtls-right > *:first-child {
  margin-top: 0px;
}

.cnt-lft-col h2 {
  text-transform: capitalize;
}

.cnt-email-wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cnt-email-wrap .icon {
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 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;
  margin-right: 40px;
  position: relative;
}

.cnt-email-wrap .icon img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cnt-email-wrap .icon:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -10px;
  background: rgba(var(--theme-color-rgb), 0.1);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  z-index: -1;
}

.cnt-email-dtls p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.cnt-frm-wrap {
  background: #ffffff;
  border: 1px solid rgba(96, 176, 244, 0.2);
  -webkit-box-shadow: 16px 16px 28px rgba(96, 176, 244, 0.1);
  box-shadow: 16px 16px 28px rgba(96, 176, 244, 0.1);
  border-radius: 12px;
  padding: 40px 30px;
}

.cnt-frm-wrap input {
  height: 42px;
  border-radius: 40px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.6);
  padding: 0px 50px 0px 24px !important;
  background-repeat: no-repeat;
  background-position: center right 24px;
  background-size: 16px;
}

.cnt-frm-wrap textarea {
  background-position: top right 24px;
}

/*.cnt-frm-wrap .form-col:not(:last-child) {
  margin-bottom: 24px;
}*/

.cnt-frm-wrap textarea {
  height: 84px;
  border-radius: 12px;
  border: 1px solid rgba(var(--theme-color-rgb), 0.6);
  padding: 10px 50px 10px 24px !important;
  background-repeat: no-repeat;
  background-position: top 16px right 24px;
  background-size: 16px;
  resize: none;
}

.cnt-frm-wrap input[type="submit"] {
  width: 100%;
  background: #60b0f4;
  border-radius: 12px;
  padding: 21px !important;
  height: auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.cnt-frm-wrap .form-fld-name input {
  background-image: url("images/icon-user-name-b.svg");
}

.cnt-frm-wrap .form-fld-email input {
  background-image: url("images/icon-email-b.svg");
}

.cnt-frm-wrap .form-fld-phone input {
  background-image: url("images/icon-call-b.svg");
}

.cnt-frm-wrap .form-fld-query textarea {
  background-image: url("images/icon-query-b.svg");
}

.cnt-frm-wrap input[type="submit"]:hover {
  background: rgba(var(--theme-color-rgb), 0.2);
  color: #60b0f4;
}

.cnt-lft-col {
  padding-right: 55px;
}

.cont-us-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-sec-head .cmn-sec-head {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-sec-head .gear-tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -12px;
}

.faq-sec-head .gear-tab li {
  padding: 12px;
}
.faq-sec-head {
  margin-bottom: 40px;
}
.faq-sec-head .gear-tab li a {
  background: #f7f7f7;
}

.faq-sec-head .gear-tab > li.gear-active > a,
.faq-sec-head .gear-tab > li > a:hover, .faq-sec-head li a.active {
  background: #3c3c3c;
  color: #fff;
}

.faq-btn {
  text-align: center;
  margin-top: 60px;
}

.development-main {
  overflow: hidden;
}

.posts-sec-row .input-line input[type="text"] {
  width: 100%;
}

.player-profile-rgt-wrap .cmn-sec-head h1 {
  font-size: 56px;
}

.faq-sec-head .gear-tab {
  padding-left: 0;
}
.gear-cont a {
  display: inline-block;
}

.post-col-rgt-cont a {
  display: inline-block;
}

.page-numbers span {
  font-weight: 500;
}

.query-accordion p {
  color: var(--body-color);
}


/* 03/09/2024 dm */

.is-ajax-search{
  max-width: 585px;
}

.is-ajax-search label{ 
  position: relative;
}

.is-ajax-search label input[type="search"]{ 
  background: rgba(255, 255, 255, 0.8);
  border-radius: 90px;
  padding-left: 60px;
  height: 58px;
  font-size: 16px !important;
  text-overflow: ellipsis;
}

.is-ajax-search label::before{
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  background: url(images/search-icon-1.svg) no-repeat center center var(--theme-color);
  background-size: 17px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
}


.input-line .is-ajax-search label  input[type="search"]{
  border-color: var(--theme-color) !important;
}

.header-search-block-wrapper{ 
  position: relative;
}

.header-search-block{ 
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px;
  width: 500px;
}

.search-page-wrapper .page-header .page-title{ 
  margin-bottom: 30px;
}

.search-page-wrapper article{
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 24px 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-wrap: wrap;
}

.search-page-wrapper article:not(:last-child){
  margin-bottom: 30px;
}

.search-page-wrapper .entry-header{ 
  width: 100%;
  margin-bottom: 20px;
}

.search-page-wrapper .entry-header h2{ 
  font-size: 30px;
  margin-bottom: 10px;
}

.search-page-wrapper .post-thumbnail{ 
 max-width: 300px;
 overflow: hidden;
 border-radius: 10px;
}

.search-page-wrapper .post-thumbnail img{
  height: auto;
  width: 100%;
}

.search-page-wrapper .entry-summary{ 
  max-width: calc(100% - 300px);
  width: 100%;
  padding-left: 20px;
}

.search-page-wrapper .entry-footer{ 
  width: 100%;
  margin-top: 15px;
  /* display: flex;
  align-items: center;
  justify-content: end; */
}

.search-page-wrapper .entry-footer span{ 
  position: relative;
  display: block;
  width: fit-content;
  line-height: 1.2;
}

/* .search-page-wrapper .entry-footer span:not(:last-child)::before{
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 15px;
  background: var(--body-color);
} */

.search-page-wrapper .entry-footer span:not(:last-child){
  margin-bottom: 10px;
}


.search-page-wrapper .entry-footer span .screen-reader-text{ 
  display: none;
}

.search-page-wrapper .entry-footer .tags-links{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.search-page-wrapper .entry-footer .tags-links a{ 
  padding: 0 3px;
  font-size: 15px;
  margin-bottom: 3px;
}

.tag-info-each:not(:last-child){
  margin-bottom: 30px;
}


.ftr-social-wrap .heateor_sss_sharing_ul{ 
  display: flex;
  align-items: center;
}

.ftr-social-wrap .heateor_sss_sharing_ul a:not(:last-child){
  margin: 0 12px 0 0;
}


.ftr-social-wrap .heateor_sss_sharing_ul a{ 
  display: flex;
  align-items: center;
}

.ftr-social-wrap .heateor_sss_sharing_ul a span{
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.ftr-social-wrap .heateor_sss_sharing_ul a svg{
  width: 30px;
  height: 30px;
}

/* 03/09/2024 dm */


/* ========== responsive css =========== */

@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }
}

@media (max-width: 1680px) {
}

@media (max-width: 1400px) {
  .scroll-btn {
    left: 50px;
  }
}

@media (max-width: 1365px) {
  .scroll-btn {
    top: auto;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    left: 50%;
    bottom: 0;
  }
  .scroll-btn p {
    display: none;
  }
  .scroll-btn img {
    margin-top: 0;
    width: 20px;
  }
}

@media (max-width: 1199px) {
  .warzone-col-rgt-wrap {
    padding-left: 0;
  }
  .player-info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .player-field-label {
    width: 100%;
}
  .player-field-value {
    width: 100%;
    margin-left: 0;
  }

  h1,
  .title_h1 {
    font-size: 48px;
  }
  h2,
  .title_h2 {
    font-size: 34px;
  }
  .post-col-rgt-cont h3 {
    font-size: 18px;
  }
  .best-gear-wrap .cmn-sec-head h2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .related-post-cont-link h3 {
    font-size: 16px;
  }
  .learn-player-head-top .input-line input[type="text"] {
    width: 320px;
  }
  .learn-player-head-left .game-field select {
    min-width: 164px;
  }
  .player-details h3 {
    font-size: 16px;
  }
  .post-col-rgt-cont h3 {
    font-size: 16px;
  }

  .post-dtls-main-body-wrap h1 {
    font-size: 40px;
  }
  .post-title-h2 {
    font-size: 28px;
  }
  .post-cat-wrap li a {
    font-size: 16px;
  }
  .post-col-left-cont h3 {
    font-size: 16px;
  }
  .pplr-post-wrap {
    margin-top: 40px;
  }
  .post-dtls-img-wrap {
    margin-top: 30px;
  }
  .post-rich-text-area h2 {
    margin-top: 40px;
    font-size: 30px;
  }
  .ftr-user-dtls p {
    font-size: 18px;
  }
  .ftr-social-wrap li {
    padding: 0px 10px;
  }
  .post-rich-text-area h3 {
    font-size: 18px;
    margin-top: 30px;
  }
  .banner-main-cont p {
    font-size: 18px;
  }
  .development-btm-cont h3 {
    font-size: 18px;
  }
  .warzone-btn {
    padding: 21px 16px;
    font-size: 17px;
  }
  .player-details-wrap {
    font-size: 18px;
  }
  .player-list-link {
    font-size: 16px;
  }
  .gear-cont h3 {
    font-size: 18px;
  }
  .development-btm-cont h3 {
    font-size: 16px;
  }
  .learn-player-wrap .cmn-btn {
    margin-top: 40px;
  }
  .player-profile-rgt-wrap .cmn-sec-head h1 {
    font-size: 40px;
  }
  .post-cat-wrap li {
    padding: 18px 0px;
  }
  .our-story-rgt-wrap h3 {
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

@media (max-width: 1024px) {
  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 20px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .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-nav > li.menu-item-has-children {
    padding-right: 24px;
    background-image: none;
  }

  .navbar-nav > li.menu-item-has-children:hover {
    background-image: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /* navbar end*/
  .cmn-bnr-outer-main.stripe-bnr img {
    height: 108px;
  }

  .best-gear-section .gear-tab{
    justify-content: center;
  }

  .best-gear-section .gear-tab {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: 30px;
    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: #fff;
    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;
    background: #000;
  }

  .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;
    background: #000;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px !important;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .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: 0;
  }

  .navbar-nav li.menu-item-has-children > a {
    padding-right: 30px !important;
  }

  .navbar-nav > li > a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .sub-menu > li > a {
    padding-left: 40px;
  }




  .navbar-nav > li > a:after {
    bottom: 0;
    display: none;
  }

  /* 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: 80px 0 0 !important;
    padding: 0 0 40px 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 !important;
  }

  /* push nav end */

  h3,
  .title_h3 {
    font-size: 24px;
  }

  .cmn-gap {
    padding: 80px 0px;
  }
  .cmn-btn {
    padding: 18px 20px;
    min-width: 160px;
    font-size: 16px;
  }
  .banner-outer-main {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .navbar-nav > li > a {
    color: #000;
  }
  .header-search-btn {
    margin-left: auto;
  }

  .post-col-rgt-img {
    width: 50%;
  }
  .post-col-rgt-cont h3 {
    max-width: 100%;
  }
  .post-col-rgt-img img {
    height: 100%;
  }
  .development-slider-cont {
    padding: 10px 24px 0 24px;
  }
  .development-col-left-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .development-col-left-wrap h2 {
    font-size: 30px;
  }

  .game-slide-title {
    padding: 18px;
    font-size: 16px;
  }
  .post-btn {
    font-size: 16px;
  }
  .navbar-brand {
    width: 185px;
  }

  .warzone-col {
    margin-bottom: 30px;
  }
  .warzone-row {
    margin-bottom: -30px;
  }
  .player-list-wrap .cmn-btn {
    margin-top: 30px;
  }
  .cmn-bnr-outer-main {
    padding-top: 130px;
    padding-bottom: 20px;
    min-height: 320px;
  }
  .player-list-table td:first-child {
    padding: 18px 40px;
  }
  .learn-player-wrap .cmn-btn {
    margin-top: 40px;
  }
  /* .learn-player-head-top {
  flex-direction: column;
} */
  .learn-player-col-wrap {
    padding: 20px 20px;
  }
  .gear-tab li a {
    min-width: 100px;
  }

  .learn-player-head-left .row > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .learn-player-head-left form {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .learn-player-head-left .row {
    width: 100%;
  }

  .learn-player-head-left {
    max-width: 100%;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .learn-player-head-left .game-field select {
    min-width: 100%;
  }

  .related-post-col:nth-last-child(2) .related-post-col-wrap {
    border-bottom: 1px solid rgba(var(--theme-color-rgb), 0.2);
  }
  .related-post-cont-link h3 {
    margin-bottom: 9px;
  }
  .player-profile-left {
    width: 100%;
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .player-profile-rgt {
    width: 100%;
    padding: 0 12px;
  }
  .player-profile-row {
    margin: 0 -12px;
  }
  .player-profile-left-wrap img {
    max-width: 500px;
  }
  .player-profile-left-wrap {
    text-align: center;
  }
  .player-profile-rgt-wrap .cmn-sec-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .equip-skins-col {
    padding: 0 12px;
    margin-bottom: 40px;
  }
  .equip-skins-row {
    margin: 0 -12px;
    margin-bottom: -40px;
    margin-top: 40px;
  }
  .posts-sec-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .posts-sec-row .input-line input[type="text"] {
    max-width: 100%;
  }

  .footer-logo-col {
    width: 100%;
  }
  .footer-links-col {
    width: 33.33%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-games-col {
    width: 66.66%;
  }
  .footer-row .col-lg-4 {
    margin-bottom: 30px;
  }
  .footer-row {
    margin-bottom: -30px;
  }

  .player-list-table td:first-child {
    width: 60%;
    padding: 24px 60px;
  }
  .player-list-table td:last-child {
    width: 40%;
  }

  .learn-player-wrap h2 {
    -ms-flex-negative: inherit;
    flex-shrink: inherit;
    text-align: center;
  }

  .learn-player-head-left .row {
    --bs-gutter-x: 12px;
  }

  .learn-player-head-top .search-form-wrap {
    width: 100%;
  }
  .learn-player-head-top .input-line input[type="text"] {
    width: 100%;
  }

  .learn-player-head-top .search-form-wrap input[type="text"] {
    max-width: 100%;
  }
  .pplr-post-wrap {
    margin-top: 40px;
  }
  .post-listing-lt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .post-rich-text-area h2 {
    margin-top: 30px;
  }

  .our-story-rgt-wrap {
    padding-left: 0;
  }
  .cnt-lft-col {
    padding-right: 0;
  }
  .cnt-frm-wrap {
    padding: 30px 20px;
  }
  .cnt-frm-wrap input[type="submit"] {
    padding: 16px;
  }
  .development-btm-cont {
    padding-top: 18px;
  }
  .calender-main {
    margin-bottom: 12px;
  }
  .player-list-table th {
    font-size: 18px;
  }
  .player-details-wrap {
    font-size: 18px;
  }
  .gear-cont h3 {
    font-size: 18px;
  }
  .query-accordion span {
    font-size: 18px;
  }

  .equipment-heading h3 {
    font-size: 18px;
  }
  .equip-product-name {
    font-size: 18px;
  }

  .post-rich-text-area h3 {
    font-size: 18px;
  }
  .valuation-col-wrap h3 {
    font-size: 18px;
  }
  .our-ser-text-link h3 {
    font-size: 18px;
  }
  .our-team-cont-head h3 {
    font-size: 18px;
  }
  .cnt-email-dtls p {
    font-size: 18px;
  }
  .navbar-nav .clickD {
    -webkit-filter: none;
    filter: none;
  }
  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    width: 100%;
    padding: 0 !important;
    border-radius: 0 !important;
  }
  .sub-menu > li > a {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .post-tags-wrap li {
    width: 50%;
    padding: 6px;
  }
  .post-tags-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px;
  }
  .popular-post-main.related-posts {
    padding-top: 80px;
  }
  .post-listing-rt {
    margin-bottom: -30px;
  }
  .cmn-bnr-outer-main.stripe-bnr img {
    height: 94px;
  }
  .sub-menu > li > a:hover{
    background: var(--theme-color);
    color: #fff;
  }

  .is-ajax-search{ 
    max-width: 100%;
  }

  .header-search-block-wrapper{ 
    margin-left: auto;
  }

  .header-search-block-wrapper{ 
    position: static;
  }

  .header-search-block{ 
    width: 100%;
    padding: 10px;
  }
  .post-col-left-cont{ 
    max-width: 100%;
  }

  .ftr-social-wrap .heateor_sss_sharing_ul a span{
    width: 32px !important;
    height: 32px !important;
  }

  .ftr-social-wrap .heateor_sss_sharing_ul a svg {
    width: 25px;
    height: 25px;
}

}

@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;
  }
  .search-form-wrap input[type="text"] {
    max-width: 100%;
  }
  p {
    margin: 0 0 18px 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 18px 0;
  }
  h1,
  .title_h1 {
    font-size: 32px;
  }
  h2,
  .title_h2 {
    font-size: 25px;
  }
  .post-col-left {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 12px;
  }
  .post-col-rgt {
    width: 100%;
    padding: 0 12px;
  }
  .post-row {
    margin: 0 -12px;
  }

  .post-col-left-cont {
    padding-top: 22px;
    max-width: 100%;
  }
  .development-col-rgt {
    width: 100%;
  }
  .development-col-left {
    width: 100%;
  }
  .development-col-left-wrap .cmn-btn {
    padding: 16px 16px;
    min-width: 130px;
  }

  .footer-games-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .footer-btm-main {
    padding: 16px 0;
  }
  .development-btm-cont h3 {
    font-size: 16px;
  }
  .cmn-bnr-outer-main {
    min-height: 270px;
  }
  .warzone-btn {
    padding: 20px 16px;
    font-size: 16px;
  }
  .player-img-wrap img {
    width: 50px;
    height: 50px;
  }
  .player-list-table th {
    font-size: 18px;
  }
  .player-details-wrap {
    font-size: 16px;
  }
  .player-list-link {
    font-size: 16px;
  }
  .gear-cont h3 {
    font-size: 16px;
  }
  .query-accordion .accordion-button {
    padding: 22px;
  }
  .query-accordion span {
    font-size: 16px;
  }
  .query-accordion .accordion-button::after {
    height: 22px;
    width: 22px;
    background-size: 22px;
  }
  .query-accordion .accordion-body {
    padding: 0 20px 20px 20px;
  }

  .post-img-link {
    border-radius: 12px;
  }
  .popular-post-cont a > img {
    border-radius: 12px;
  }
  .gear-col-wrap img {
    border-radius: 12px;
  }
  .gear-img {
    border-radius: 12px;
  }
  .calender-main {
    margin-bottom: 12px;
  }
  .related-post-col-wrap {
    padding-bottom: 30px;
  }
  .cmn-sec-head {
    margin-bottom: 30px;
  }
  .cmn-sec-head-vert h2 {
    margin-bottom: 30px;
  }
  .player-profile-left-wrap img {
    max-width: 420px;
  }

  .player-profile-full-wrap {
    padding: 26px 18px;
  }
  .player-profile-social {
    padding: 23px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .skins-sub-heading {
    font-size: 16px;
  }
  .post-cat-wrap li a {
    font-size: 16px;
  }
  .game-progress-cont {
    margin-top: 40px;
  }

  .gear-tab li a {
    /* min-width: auto; */
    width: 100%;
  }

  .best-gear-wrap .cmn-btn {
    margin-top: 30px;
  }
  .equipment-product-link {
    padding: 10px;
  }

  .post-col-left-cont h3 {
    font-size: 18px;
  }
  .post-type-badge {
    font-size: 13px;
    padding: 7px 8px;
  }
  .post-top-area .calender-main span {
    font-size: 13px;
  }

  .post-top-area .calender-main img {
    width: 14px;
  }
  .post-listing-row {
    --bs-gutter-y: 40px;
    margin-bottom: 40px;
  }
  .post-dtls-main-body-wrap h1 {
    font-size: 32px;
  }
  .ftr-user-col > img {
    width: 45px;
    height: 45px;
  }
  .ftr-user-dtls p {
    font-size: 17px;
  }
  .ftr-social-wrap li a {
    width: 32px;
    height: 32px;
  }
  .ftr-social-wrap li a img {
    width: 14px;
  }
  .post-rich-text-area {
    margin-top: 30px;
  }
  .post-rich-text-area figure img {
    width: 100%;
    height: 100%;
  }
  .related-post-cont-link h3 {
    font-size: 18px;
  }
  .player-details h3 {
    font-size: 18px;
  }
  .post-title-h2 {
    font-size: 25px;
  }
  .post-rich-text-area h2 {
    font-size: 25px;
  }
  .player-profile-rgt-wrap .cmn-sec-head h1 {
    font-size: 32px;
  }
  .valuation-col-wrap {
    padding: 26px 12px 27px;
  }
  .valuation-icon {
    margin-bottom: 24px;
  }
  .our-story-rgt-wrap h3 {
    font-size: 18px;
  }
  .our-story-row .col-md-6:first-child {
    margin-bottom: 30px;
  }
  .our-ser-text-link h3 {
    font-size: 18px;
  }
  .our-team-cont-wrap-sec {
    margin-bottom: 18px;
  }
  .our-team-cont-hover {
    padding: 30px 16px;
  }
  .our-service-wrap {
    padding-bottom: 40px;
  }
  .our-team-cont-head h3 {
    font-size: 18px;
  }

  .faq-sec-head .gear-tab li {
    padding: 8px;
  }
  .faq-sec-head .gear-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -8px;
  }
  .faq-sec-head .gear-tab li a {
    font-size: 14px;
    padding: 10px;
  }
  .cnt-lft-col {
    margin-bottom: 30px;
  }
  .cnt-frm-wrap input[type="submit"] {
    font-size: 16px;
  }
  .cnt-email-wrap .icon {
    width: 40px;
    height: 40px;
    margin-right: 30px;
  }
  .cnt-email-wrap {
    margin-top: 20px;
  }
  .game-slide-img {
    margin-bottom: 40px;
  }
  .game-slide-inner {
    border-radius: 12px;
  }
  .post-col-left-img {
    border-radius: 12px;
  }
  .post-col-rgt-img a {
    border-radius: 12px;
  }
  .development-slider-cont {
    border-radius: 12px;
  }
  .development-slider-wrap .slick-list {
    border-radius: 12px;
  }
  .post-col-rgt-img img {
    border-radius: 12px;
  }
  .post-col-left-cont h3 {
    font-size: 16px;
  }
  .tips-main-col {
    margin-bottom: 40px;
  }
  .gear-col {
    margin-bottom: 40px;
  }
  .gear-row {
    margin-bottom: -40px;
  }
  .player-details h3 {
    font-size: 16px;
  }
  .related-post-cont-link h3 {
    font-size: 16px;
  }
  .relates-post-img img {
    border-radius: 12px;
  }
  .relates-post-img {
    border-radius: 12px;
  }
  .post-col-left-img {
    border-radius: 12px;
  }
  .post-col-rgt-img a {
    border-radius: 12px;
  }
  .post-col-rgt-img img {
    border-radius: 12px;
  }
  .post-col-left-cont h3 {
    font-size: 16px;
  }
  .post-rich-text-area h3 {
    font-size: 16px;
    margin-top: 30px;
  }
  .post-dtls-img-wrap img {
    border-radius: 12px;
  }
  .post-rich-text-area figure img {
    border-radius: 12px;
  }
  .our-ser-img-link {
    border-radius: 12px;
  }
  .our-ser-text-link h3 {
    font-size: 16px;
  }
  .valuation-col-wrap h3 {
    font-size: 16px;
  }
  .our-story-rgt-wrap h3 {
    font-size: 16px;
  }
  .our-team-cont-head h3 {
    font-size: 16px;
  }
  .our-team-member-wrap img {
    border-radius: 12px;
  }
  .our-team-member-wrap {
    border-radius: 12px;
  }
  .our-team-member-wrap::before {
    border-radius: 0 0 12px 12px;
  }
  .our-ser-cont {
    padding-top: 14px;
  }
  .cnt-email-dtls p {
    font-size: 16px;
  }
  .best-gear-section  .gear-cont a{
    display: block;
  }

  .search-page-wrapper .entry-header h2{
    font-size: 22px;
  }


  .search-page-wrapper .entry-header {
    margin-bottom: 10px;
}

.search-page-wrapper .post-thumbnail{ 
  max-width: 100%;
  margin-bottom: 10px;
  width: 100%;
}

.search-page-wrapper .post-thumbnail img{
  width: 100%;
}

.search-page-wrapper .entry-summary{ 
  max-width: 100%;
  padding-left: 0;
}

}

@media (max-width: 575px) {
  .cmn-btn {
    padding: 15px 16px;
    min-width: 130px;
  }
  .cmn-gap {
    padding: 60px 0px;
  }
  .development-col-left-wrap .cmn-btn {
    padding: 14px 14px;
    min-width: 90px;
  }
  .popular-post-item {
    padding: 0 12px;
  }
  .popular-post-slider-wrap {
    margin: 0 -12px;
  }
  .cmn-bnr-outer-main {
    min-height: 240px;
  }
  .warzone-btn {
    padding: 16px 16px;
  }
  .tips-main-col {
    margin-bottom: 60px;
    padding: 0 12px;
  }
  .tips-main-row {
    margin: 0 -12px;
  }
  .learn-player-head-left .learn-player-top-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -24px;
  }
  .learn-player-top-col {
    margin-bottom: 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .learn-player-col {
    padding: 0 12px;
  }
  .learn-player-row {
    margin: 0 -12px;
    margin-bottom: -32px;
  }
  .player-profile-left-wrap img {
    max-width: 100%;
  }

  .post-btn img {
    width: 17px;
  }
  .post-btn {
    font-size: 14px;
  }
  .equip-product-name {
    font-size: 16px;
  }
  .equipment-product-left img {
    width: 60px;
    height: 60px;
  }
  .equipment-details-col {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .equipment-details-row {
    margin-bottom: -20px;
  }
  .equip-gear-sub-heading {
    font-size: 14px;
  }
  .game-equipment-all-items {
    padding: 20px;
  }

  .player-list-table th {
    font-size: 16px;
  }

  .gear-tab li {
    padding: 4px;
  }
  .gear-tab {
    margin: -4px;
  }

  .post-listing-item {
    width: 100%;
  }
  .post-top-area {
    margin-bottom: 12px;
  }

  .our-team-col {
    width: 100%;
  }
  .our-service-col {
    padding: 20px 12px;
    width: 100%;
  }
  .our-service-row {
    margin: -20px -12px;
  }
  .faq-btn {
    margin-top: 30px;
  }
  .cnt-email-dtls p {
    font-size: 18px;
  }
  .tips-main-col {
    margin-bottom: 40px;
  }
  .equipment-heading h3 {
    font-size: 16px;
  }
  .query-accordion .accordion-button {
    padding: 18px;
  }
  .footer-top-main {
    padding: 40px 0;
  }
  .query-accordion span {
    padding-right: 12px;
  }
  .best-gear-wrap .gear-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-page-wrapper .entry-header h2 {
  font-size: 18px;
}

}

@media (max-width: 479px) {
  .cmn-btn {
    padding: 13px 13px;
    min-width: 110px;
    font-size: 14px;
  }
  .header-social li {
    margin: 0 8px;
  }
  .header-social {
    padding-left: 16px;
  }

  .banner-main-cont p {
    font-size: 16px;
  }
  .navbar-brand {
    width: 140px;
  }
  .post-col-rgt-img {
    width: 100%;
    margin-bottom: 12px;
  }
  .post-col-rgt-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post-col-rgt-img img {
    height: 100%;
  }
  .development-col-left-wrap h2 {
    font-size: 22px;
  }
  .development-col-left-wrap .cmn-btn {
    padding: 13px 12px;
    min-width: 80px;
  }
  .footer-logo-col {
    width: 100%;
  }
  .footer-links-col {
    width: 100%;
  }
  .footer-games-col {
    width: 100%;
  }

  .footer-row .col-lg-4 {
    width: 100%;
  }
  .footer-main-wrap span {
    margin-bottom: 8px;
  }
  .footer-logo a > img {
    display: block;
    margin-bottom: 14px;
  }
  .warzone-btn {
    padding: 16px 8px;
    font-size: 13px;
  }
  .player-list-table td:first-child {
    padding: 18px 20px;
  }
  .player-list-table th:first-child {
    padding: 22px 20px;
  }
  .player-img-wrap img {
    width: 40px;
    height: 40px;
  }
  .player-list-wrap .cmn-btn {
    margin-top: 20px;
  }
  .best-gear-wrap .cmn-sec-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .best-gear-wrap .cmn-sec-head h2 {
    margin-bottom: 20px;
  }
  .best-gear-wrap .gear-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .best-gear-wrap .gear-tab li a {
    min-width: 78px;
  }
  .tips-main-col {
    width: 100%;
    margin-bottom: 40px;
  }
  .development-btm-cont {
    padding-top: 18px;
  }
  .header-social .fa-brands {
    font-size: 14px;
  }

  .learn-player-top-col {
    width: 100%;
  }
  .search-form-wrap.input-line input[type="text"] {
    width: 100%;
  }

  .learn-player-col {
    width: 100%;
  }
  .related-post-wrap-in-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .related-post-wrap-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .related-post-wrap-rgt {
    width: 100%;
  }
  .player-profile-inner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .player-profile-social-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .player-profile-social-nav li {
    margin: 0 16px;
  }
  .player-profile-social-nav li:first-child {
    margin-left: 0;
  }

  .player-profile-social-nav li:last-child {
    margin-right: 0;
  }
  .player-profile-social {
    padding: 14px 30px;
    border-radius: 0 0 24px 24px;
}
  .equipment-product-left {
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .equipment-product-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .equipment-heading h3 {
    font-size: 16px;
  }
  .equipment-product-left img {
    width: 100%;
    height: auto;
    margin-bottom: 9px;
    margin-right: 0;
  }
  .equipment-product-link > * {
    width: 100%;
  }
  .config-left h3 {
    font-size: 16px;
  }
  .post-cat-title {
    padding: 16px 19px;
  }

  .post-cat-wrap ul {
    padding: 20px 12px;
  }
  .post-cat-wrap li {
    padding: 18px 0;
  }
  .post-col-left-cont h3 {
    font-size: 18px;
  }
  .gear-tab {
    padding-left: 0;
  }

  .learn-player-col-wrap {
    padding: 16px 17px;
  }
  .player-details img {
    max-width: 22px;
    margin-left: 8px;
  }
  .player-details h3 {
    font-size: 16px;
  }
  .team-name img {
    margin-left: 6px;
    max-width: 18px;
  }
  .learn-player-col {
    width: 50%;
  }
  .player-btm-icon {
    width: 26px;
    height: 20px;
  }
  .player-profile-social {
    padding: 14px 12px;
  }
  .pplr-post-wrap .post-col-rgt-img {
    width: 100%;
  }
  .post-col-left-cont h3 {
    font-size: 16px;
  }
  .ftr-user-dtls p {
    font-size: 16px;
  }
  .ftr-user-col {
    margin-bottom: 18px;
  }
  .ftr-social-wrap li a {
    width: 28px;
    height: 28px;
  }
  .ftr-social-wrap li a img {
    width: 12px;
  }
  .post-rich-text-area h2 {
    font-size: 25px;
  }
  .post-tags-wrap li a,
  .post-tags-wrap li span {
    font-size: 14px;
  }
  .tags-for-posts ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .company-valuation-col {
    width: 100%;
  }
  .valuation-icon img {
    width: 34px;
  }
  .valuation-icon::before {
    width: 32px;
    height: 32px;
  }

  .cnt-frm-wrap {
    padding: 30px 12px;
  }
  .cnt-email-wrap .icon:before {
    width: 28px;
    height: 28px;
  }
  .cnt-email-wrap .icon {
    width: 32px;
    height: 32px;
    margin-right: 20px;
  }
  .gear-col {
    margin-bottom: 30px;
  }
  .gear-row {
    margin-bottom: -30px;
  }
  .learn-player-col-wrap {
    padding: 16px 10px;
  }
  .gear-cont {
    padding-top: 16px;
  }
  .game-equipment-sub-head {
    margin-top: 40px;
  }
  .popular-post-main.related-posts {
    padding-top: 60px;
  }
  .post-tags-wrap li a,
  .post-tags-wrap li span {
    font-size: 11px;
    padding: 7.5px 10px;
  }
  .cmn-bnr-outer-main.stripe-bnr img {
    height: 87px;
  }
}
