/*!
Theme Name: game-tech-library
Theme URI: https://www.webskitters.com/
Author: webskitters.com
Author URI: https://www.webskitters.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: game-tech-library
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

game-tech-library is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

/* font-family: "Poppins", sans-serif; */

:root {
  --bodyFont: "Poppins", sans-serif;
  --whiteColor: #fff;
  --themeBlue: #00b2ed;
  --blackColor: #000;
  --darkGreyColor: #141414;
  --cmnHeadingColor: #3c3c3c;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 400;
  font-family: var(--bodyFont);
  font-style: normal;
  color: var(--whiteColor);
  font-size: 15px;
  line-height: 1.5;
}

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;
  /* font-weight: 700; */
  line-height: 1.29;
}

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

h1 {
  font-size: 65px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  font-weight: 600;
}

/*h2:after{
    width: 86px;
    height: 5px;
    background: #58AB27;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 100%;
}*/

/*h2:before{
    width: 102px;
    height: 5px;
    background: #EE978B;
    content: "";
    position: absolute;
    left: 0;
    bottom: -17px;
}

h2.extra{
    padding-left: 0;
}

h2.extra:before{
    display: none;
}*/

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: #000000;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

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

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="file"],
select {
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 42px;
  padding: 11px 14px;
  outline: none !important;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
}

textarea {
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 111px;
  padding: 7px 14px 11px;
  outline: none !important;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  resize: none;
}

select {
  border-radius: 0;
  background-image: url(images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 19px center;
  background-size: 19px;
  height: 55px;
  padding: 6px 45px 6px 13px;
  outline: none !important;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid rgb(255 255 255 / 50%);
  outline: none;
  /*-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;*/
}

select option {
  color: #000;
}

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

input[type="submit"] {
  display: inline-block;
  padding: 17px 39px;
  background: -o-linear-gradient(358.12deg, #01b9f7 10.5%, #1187af 97.38%);
  background: linear-gradient(91.88deg, #01b9f7 10.5%, #1187af 97.38%);
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  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;
  cursor: pointer !important;
  background-size: 200% !important;
}

input[type="submit"]:hover {
  color: #ffffff;
  background-position-x: 100%;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #ffffff;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
}

::-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}

:-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

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

ul li {
  list-style: none;
}

/* custom checkbox */

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

.form_input_check label span {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 24px;
  color: #b2d9db;
}

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

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 17px;
  height: 15px;
  background: #3e9397;
  border: 1px solid #237a7d;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 17px;
  height: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.png) no-repeat center center;
  background-size: 13px;
  background-color: #3e9397;
  border: 1px solid #237a7d;
}

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

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

    } */

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

/* custom radio */

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

.form_input_radio label span {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.385;
  color: #3f3f3f;
}

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

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

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

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

/* 31.03.2023 */
.woof_list .woof_radio_label {
  position: relative;
  margin: 0;
  display: inline-block;
  padding-left: 16px !important;
  margin-left: 0 !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 2.19;
  text-transform: capitalize;
  color: #686868;
}

.woof_radio_label.woof_radio_label_selected {
  color: #fff !important;
  border-left: 1px solid transparent;
}

ul.woof_list .woof_childs_list_li {
  border-left: 1px solid #646464;
}

.woof_childs_list {
  padding: 7px 0 0 17px !important;
  margin: 0 !important;
}

.woof_childs_list.woof_childs_list_62 {
  padding-left: 0 !important;
  margin-left: 17px !important;
  border-left: 1px solid #646464;
}

.woof_childs_list.woof_childs_list_62 li {
  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;
}

.woof_radio_term_reset_visible {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0 0 7px;
}

ul.woof_list li {
  margin: 0 !important;
}

.woof_list label span {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 24px;
  color: #b2d9db;
  padding-left: 8px;
}

.iradio_square-blue {
  visibility: hidden;
  display: none;
}

.woof_list label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 17px;
  height: 15px;
  background: #3e9397;
  border: 1px solid #237a7d;
}

.woof_list label input[type="radio"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 17px;
  height: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.png) no-repeat center center;
  background-size: 13px;
  background-color: #3e9397;
  border: 1px solid #237a7d;
}

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

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

    } */

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

.woof_container_inner.woof_container_inner_categories {
  padding: 16px 30px;
  background: #101010;
}

a.woof_front_toggle {
  float: right;
  text-decoration: none;
  color: #fff;
}

.woof_container_inner h4 {
  color: #686868;
  font-size: 18px;
  margin-bottom: 0;
}

/* 31.03.2023 */

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

    } */

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

.form_input_radio label input[type="radio"]:checked+span {
  color: #ffffff;
}

/*.form_input_radio label input[type="radio"]:not(:checked)+span{
    color: #0E1F48;
    font-size: 12px;
    font-weight: 600;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.form_input_radio label input[type="radio"]:checked+span{
    color: #0E1F48;
    font-size: 12px;
    font-weight: 600;
}
*/

/* custom radio end */

/* back to top */

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

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

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

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

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 179px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.navbar-nav>li {
  margin: 0 5px;
  padding: 0;
  /*padding-right: 13px;*/
  position: relative;
  line-height: 0.3;
}

.navbar-nav li.menu-item-has-children {
  padding-right: 12px;
  background-image: url(images/drop.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right top 34px;
}

.navbar-nav>li:last-child:before {
  display: none;
}

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

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

.navbar-nav>li>a {
  /* font-family: "Futura"; */
  /* line-height: 14px; */
  color: #ffffff;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  /* padding: 33px 7px; */
}

.navbar-nav>li>a:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: var(--themeBlue);
  position: absolute;
  bottom: 0;
  left: 0;
  /*-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);*/
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: var(--themeBlue);
  /* background: #1a1a1a; */
}

.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 {
  position: absolute;
  top: 121%;
  left: 0;
  z-index: 1000;
  opacity: 0;
  /*display: none;*/
  width: 245px;
  padding: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  visibility: hidden;
}

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

.sub-menu>li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ffcd8b;
}

.sub-menu>li:last-child {
  border-bottom: none;
}

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

/*.sub-menu:before{
    content: "";
    position: absolute;
    top: -6px;
    right: 135px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #ffffff transparent;
}*/

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

figure {
  margin-bottom: 0;
}

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

.cmn-gap2 {
  padding: 50px 0 100px;
}

/* Rectangle 1 */

.main-header {
  background: var(--blackColor);
  -webkit-box-shadow: 0px 4px 44px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 4px 44px rgba(255, 255, 255, 0.15);
  padding: 8px 0;
}

.main-header ul.extra-menue {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.main-header ul.extra-menue li a {
  color: #686868;
  position: relative;
  padding: 24px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-header ul.extra-menue li.extra-menue-heilight a,
.main-header ul.extra-menue li a:hover {
  color: var(--themeBlue);
}

.main-header ul.extra-menue li a:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: var(--themeBlue);
  position: absolute;
  bottom: -1px;
  left: 0;
  /*-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);*/
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-header ul.extra-menue li.extra-menue-heilight a:after,
.main-header ul.extra-menue li a:hover:after {
  width: 100%;
}

.main-header ul.extra-menue li {
  margin-right: 40px;
}

.main-header ul.extra-menue li:last-child {
  margin-right: 0;
}

.header-right {
  margin-left: 32px;
}

.main-header .container-fluid {
  padding: 0 30px;
}

.bttnn {
  display: inline-block;
  padding: 12px 15px;
  background: -o-linear-gradient(177.23deg, #1286ac 0%, var(--themeBlue) 99.6%);
  background: linear-gradient(272.77deg, #1286ac 0%, var(--themeBlue) 99.6%);
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  background-size: 200% !important;
}

.bttnn:hover {
  color: #ffffff;
  background-position-x: 100%;
}

.banner {
  position: relative;
}

.banner figure img {
  width: 100%;
}

.banner figure {
  position: relative;
}

.banner figure:before {
  content: "";
  height: 101%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  background: -o-linear-gradient(bottom,
      rgba(28, 36, 40, 0.8) 0%,
      rgba(28, 37, 40, 0) 77.78%);
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(28, 36, 40, 0.8)),
      color-stop(77.78%, rgba(28, 37, 40, 0)));
  background: linear-gradient(360deg,
      rgba(28, 36, 40, 0.8) 0%,
      rgba(28, 37, 40, 0) 77.78%);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.banner figure:after {
  content: "";
  height: 75%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -o-linear-gradient(bottom,
      #2f2f2f 0%,
      rgba(47, 47, 47, 0) 77.78%);
  background: -o-linear-gradient(bottom,
      #2f2f2f 0%,
      rgba(47, 47, 47, 0) 77.78%);
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#2f2f2f),
      color-stop(77.78%, rgba(47, 47, 47, 0)));
  background: -o-linear-gradient(bottom,
      #2f2f2f 0%,
      rgba(47, 47, 47, 0) 77.78%);
  background: linear-gradient(360deg, #2f2f2f 0%, rgba(47, 47, 47, 0) 77.78%);
}

.banner .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}

.banner-form-detail {
  max-width: 737px;
  margin: 0 auto;
  margin-bottom: 53px;
  position: relative;
  text-align: left;
}

.banner-form-detail input[type="submit"] {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  padding: 12px 25px;
  background: -o-linear-gradient(177.23deg, #1286ac 0%, var(--themeBlue) 99.6%);
  background: linear-gradient(272.77deg, #1286ac 0%, var(--themeBlue) 99.6%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  background-size: 200% !important;
  border-radius: 0;
}

.banner .banner-form-detail input[type="submit"]:hover {
  color: #ffffff;
  background-position-x: 100%;
}

.banner-form-detail input[type="text"] {
  background: #eaeaea;
  height: 60px;
  padding: 10px 168px 10px 60px;
  padding-left: 76px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 35px;
  color: #686868;
  background-image: url(images/search.svg);
  background-repeat: no-repeat;
  background-position: left 17px center;
  border-radius: 0;
}

.banner-form-detail:before {
  content: "";
  height: 46px;
  width: 1px;
  background: #d1d1d1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 54px;
}

.banner .banner-form {
  margin-bottom: 53px;
}

.banner-content {
  position: relative;
  text-align: center;
  z-index: 1;
  padding-top: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.banner-content h1 {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--themeBlue);
  position: relative;
  margin-bottom: 0;
  line-height: 1.4;
}

.banner-content h1:before {
  content: "";
  width: 479px;
  height: 1px;
  background: rgba(255, 255, 255, 0.41);
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.4;
}

.banner-content h1 span {
  font-size: 40px;
  color: #ffffff;
  padding-bottom: 14px;
  display: block;
  line-height: 1.4;
  text-transform: none;
}

.banner-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 3;
  text-align: center;
  color: #cacaca;
}

.incradible-detail {
  padding: 60px 61px;
  background: rgba(16, 16, 16, 0.4);
  border-radius: 10px;
  text-align: center;
}

.incradible {
  padding-top: 50px;
  position: relative;
}

.incradible .bttnn {
  padding: 12px 36px;
}

.heading h2 {
  padding-bottom: 20px;
  line-height: 1.6;
  position: relative;
}

.heading h2:before {
  content: "";
  height: 3px;
  background: -o-linear-gradient(right,
      rgba(0, 189, 252, 0) 0%,
      var(--themeBlue) 50.22%,
      rgba(0, 189, 252, 0) 100%);
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(rgba(0, 189, 252, 0)),
      color-stop(50.22%, var(--themeBlue)),
      to(rgba(0, 189, 252, 0)));
  background: linear-gradient(270deg,
      rgba(0, 189, 252, 0) 0%,
      var(--themeBlue) 50.22%,
      rgba(0, 189, 252, 0) 100%);
  width: 272px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.incradible-detail .heading {
  margin-bottom: 30px;
}

.incradible-detail p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  max-width: 665px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.incradible-back1 {
  position: absolute;
  left: 102px;
  bottom: -13px;
}

.incradible-back2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-product-sec,
.related {
  text-align: center;
  background-image: url(images/product-back.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.related {
  background-image: none;
}

.home-product-sec:before {
  content: "";
  width: 100%;
  height: 35%;
  position: absolute;
  top: 0;
  left: 0;
  background: -o-linear-gradient(top,
      #2f2f2f 0%,
      rgba(47, 47, 47, 0.8) 20.31%,
      rgba(47, 47, 47, 0.7) 33.85%,
      rgba(47, 47, 47, 0) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#2f2f2f),
      color-stop(20.31%, rgba(47, 47, 47, 0.8)),
      color-stop(33.85%, rgba(47, 47, 47, 0.7)),
      to(rgba(47, 47, 47, 0)));
  background: linear-gradient(180deg,
      #2f2f2f 0%,
      rgba(47, 47, 47, 0.8) 20.31%,
      rgba(47, 47, 47, 0.7) 33.85%,
      rgba(47, 47, 47, 0) 100%);
}

.home-product-sec:after {
  content: "";
  width: 100%;
  height: 217px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: -o-linear-gradient(top, #2f2f2f 0%, rgba(47, 47, 47, 0) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#2f2f2f),
      to(rgba(47, 47, 47, 0)));
  background: linear-gradient(180deg, #2f2f2f 0%, rgba(47, 47, 47, 0) 100%);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.home-product-sec .heading,
.related .heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.product-detail {
  position: relative;
  /* z-index: 3; */
}

.product-detail [class*="col-"] {
  padding: 24px 14px;
}

.product-detail .row {
  margin: -24px -14px;
}

.each-products-wrap {
  background: -o-linear-gradient(top, #414141 0%, #141414 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#414141),
      to(#141414));
  background: linear-gradient(180deg, #414141 0%, #141414 100%);
  border-radius: 10px;
  text-align: left;
  padding: 26px 21px 37px;
  position: relative;
  height: 100%;
}

.each-products-wrap a {
  display: block;
}

.each-products-wrap:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -o-linear-gradient(right,
      rgba(0, 189, 252, 0) 0%,
      var(--themeBlue) 50.22%,
      rgba(0, 189, 252, 0) 100%);
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(rgba(0, 189, 252, 0)),
      color-stop(50.22%, var(--themeBlue)),
      to(rgba(0, 189, 252, 0)));
  background: linear-gradient(270deg,
      rgba(0, 189, 252, 0) 0%,
      var(--themeBlue) 50.22%,
      rgba(0, 189, 252, 0) 100%);
}

.each-products-wrap figure {
  text-align: center;
  margin-bottom: 24px;
}

.each-products-wrap h4 {
  padding-left: 12px;
  border-left: 1px solid var(--themeBlue);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 16px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.each-products-wrap h4:hover {
  color: var(--themeBlue);
}

.each-products-wrap p {
  font-size: 12px;
  line-height: 1.17;
  color: #ffffff;
}

.library {
  position: relative;
}

.library .library-back {
  position: absolute;
  right: 0;
  bottom: 50px;
}

.library-vdo {
  max-width: 805px;
  margin: 0 auto;
  position: relative;
}

.library-vdo figure {
  -webkit-filter: drop-shadow(7px 13px 18px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(7px 13px 18px rgba(0, 0, 0, 0.2));
}

.library-vdo figure img {
  width: 100%;
}

.library-vdo .playbttn,
.abouus-cont-sec .playbttn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid var(--whiteColor);
  border-radius: 100%;
  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;
}

.library-vdo .playbttn:before,
.abouus-cont-sec .playbttn::before {
  content: "";
  width: 66px;
  height: 66px;
  border-radius: 100%;
  /* background: rgba(255, 255, 255, 0.52); */
  border: 1px solid rgba(255, 255, 255, 0.52);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: zoom1 2s ease-out infinite;
  animation: zoom1 2s ease-out infinite;
}

.library-vdo .playbttn:after,
.abouus-cont-sec .playbttn::after {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 100%;
  /* background: rgba(255, 255, 255, 0.52); */
  border: 1px solid rgba(255, 255, 255, 0.52);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: zoom2 2s ease-out infinite;
  animation: zoom2 2s ease-out infinite;
}

@-webkit-keyframes zoom1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

@keyframes zoom1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

@-webkit-keyframes zoom2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

@keyframes zoom2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

.library-vdo .playbttn span,
.abouus-cont-sec .playbttn span {
  display: inline-block;
  -webkit-box-shadow: 7px 13px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 13px 18px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  padding-left: 50px;
  color: var(--whiteColor);
  min-width: 177px;
  max-width: 177px;
  width: 100%;
  letter-spacing: 0.2em;
  font-size: 14px;
}

.library-vdo .playbttn:hover span,
.abouus-cont-sec .playbttn:hover span {
  color: var(--themeBlue);
}

/* WATCH VIDEO */

@-webkit-keyframes zoom3 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

@keyframes zoom3 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
  }
}

.library-vdo .playbttn img,
.abouus-cont-sec .playbttn img {
  position: relative;
  z-index: 2;
  left: 2px;
}

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

.heading.heading-pera h2 {
  margin-bottom: 30px;
}

.heading.heading-pera {
  margin-bottom: 105px;
}

.heading.heading-pera p {
  max-width: 963px;
  margin: 0 auto;
}

.main-footer {
  background: var(--darkGreyColor);
}

.footer-top {
  padding: 24px 0 0;
}

.footer-top-detail {
  text-align: center;
  padding-bottom: 21px;
  position: relative;
}

.footer-top-detail:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  /* background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 189, 252, 0)),
    color-stop(50.22%, var(--themeBlue)),
    to(rgba(0, 189, 252, 0))
  );
  background: -o-linear-gradient(
    right,
    rgba(0, 189, 252, 0) 0%,
    var(--themeBlue) 50.22%,
    rgba(0, 189, 252, 0) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(0, 189, 252, 0) 0%,
    var(--themeBlue) 50.22%,
    rgba(0, 189, 252, 0) 100%
  ); */

  background: #b0b0b0;
}

.footer-top-detail figure {
  margin-bottom: 0;
}

.footer-top-detail p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  text-transform: capitalize;
  color: #686868;
  max-width: 743px;
  margin: 0 auto;
  margin-bottom: 33px;
}

.footer-top-detail ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.footer-top-detail ul.footer-menu {
  margin-bottom: 0;
}

.footer-top-detail ul.footer-menu li {
  margin-right: 39px;
}

.footer-top-detail ul.footer-menu li:last-child {
  margin-right: 0;
}

.footer-top-detail ul.footer-menu li a {
  display: inline-block;
  line-height: 1.2;
  text-transform: capitalize;
  color: #ffffff;
}

.footer-top-detail ul.footer-menu li a:hover {
  color: var(--themeBlue);
}

.footer-top-detail ul.footer-menu li.footer-heilight a {
  color: var(--themeBlue);
}

.footer-top-detail ul.social li {
  margin-right: 35px;
}

.footer-top-detail ul.social li:last-child {
  margin-right: 0;
}

.footer-top-detail ul.social li a {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.footer-top-detail ul.social li a svg {
  width: 100%;
  height: 100%;
}

.footer-top-detail ul.social li a:hover path {
  fill: var(--themeBlue) !important;
}

.footer-bottom {
  padding: 12px 0;
  text-align: center;
}

.footer-bottom p {
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
}

.footer-bottom p a {
  color: var(--whiteColor);
}

.footer-bottom p a:hover {
  color: var(--themeBlue);
}

.subscription_price_wrap {
  padding: 30px 20px 45px;
  background: #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 509px;
  height: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.subscription_price_wrap:hover {
  background: #2f2f2f;
  border: 1px solid #979797;
}

.subscription_price_wrap .price-heading {
  padding-bottom: 11px;
  margin-bottom: 13px;
  border-bottom: 1px solid #4b4b4b;
}

.price-heading h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 7px;
}

.subscription_price_wrap p {
  font-size: 14px;
  line-height: 1.5;
  color: #8c8c8c;
  min-height: 84px;
}

.price-heading p {
  min-height: auto;
}

.price-top ul {
  padding-left: 0;
  margin-bottom: 19px;
}

.price-top li {
  padding-left: 28px;
  background-image: url(images/right.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 9px;
  margin-bottom: 5px;
  line-height: 2.3;
}

.price-top h5 {
  margin-top: 19px;
  font-size: 40px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 0;
}

.price-top h5 span {
  font-size: 22px;
}

.price-top {
  margin-bottom: 20px;
}

.bttnn2 {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #252525;
  padding: 17px 25px;
  background: #ffffff;
  width: 100%;
  text-align: center;
}

.bttnn2:hover {
  background: -o-linear-gradient(358.12deg, #01b9f7 10.5%, #1187af 97.38%);
  background: linear-gradient(91.88deg, #01b9f7 10.5%, #1187af 97.38%);
  color: #ffffff;
}

.pricing-detail [class*="col-"] {
  padding: 24px 14px;
}

.pricing-detail .row {
  margin: -24px -14px;
}

.banner.inner-banner {
  background: #d9d9d9;
}

.banner.inner-banner img {
  width: 100%;
}

.banner-content.inner-banner-content h1 {
  font-size: 80px;
  line-height: 0.71;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  color: var(--themeBlue);
  padding-bottom: 35px;
}

.banner-content.inner-banner-content h1:before {
  content: "";
  height: 3px;
  width: 272px;
  background: -o-linear-gradient(right,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 50.22%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(50.22%, #ffffff),
      to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 50.22%,
      rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner.inner-banner figure:before {
  background: -o-linear-gradient(bottom,
      rgba(28, 36, 40, 0.8) 0%,
      rgba(28, 37, 40, 0) 77.78%);
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(28, 36, 40, 0.8)),
      color-stop(77.78%, rgba(28, 37, 40, 0)));
  background: linear-gradient(360deg,
      rgba(28, 36, 40, 0.8) 0%,
      rgba(28, 37, 40, 0) 77.78%);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.banner.inner-banner figure:after {
  height: 100%;
  background: -o-linear-gradient(bottom,
      #2f2f2f 0%,
      rgba(47, 47, 47, 0) 77.78%);
  background: -o-linear-gradient(bottom,
      #2f2f2f 0%,
      rgba(47, 47, 47, 0) 77.78%);
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#2f2f2f),
      color-stop(77.78%, rgba(47, 47, 47, 0)));
  background: -o-linear-gradient(bottom,
      #2f2f2f 0%,
      rgba(47, 47, 47, 0) 77.78%);
  background: linear-gradient(360deg, #2f2f2f 0%, rgba(47, 47, 47, 0) 77.78%);
}

.heading.heading-pera .heading-content p {
  max-width: 100%;
  margin-bottom: 21px;
}

.heading.heading-pera .heading-content p:last-child {
  margin-bottom: 0;
}

.accordion-button {
  padding: 28px 80px 28px 54px;
  font-weight: 400;
  font-size: 18px;
  line-height: 138.5%;
  color: var(--themeBlue);
  background: transparent;
}

.accordion-item h2 {
  margin-bottom: 0;
}

.accordion-item {
  background-color: transparent;
  border: 1px solid #3b3b3b !important;
  margin-bottom: 30px;
  border: none;
  border-radius: 10px !important;
}

.accordion-item.active {
  background: #141414;
  border-color: transparent !important;
}

.accordion-button {
  color: var(--whiteColor);
  font-size: 20px;
}

.accordion-button:not(.collapsed) {
  color: var(--whiteColor);
  border-color: transparent;
  background-color: transparent;
  padding-bottom: 16px;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-body {
  padding: 0 54px 37px;
  max-width: 100%;
  line-height: 1.3;
  color: #ffffff;
}

.accordion-body p {
  line-height: 1.5;
}

.accordion-button::after {
  background-image: url(images/aro.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
  position: absolute;
  right: 31px;
  top: 31px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(images/minus.svg);
}

.accordion-button::after {
  background-image: url(images/plus.svg);
}

.contact-detail {
  max-width: 864px;
  margin: 0 auto;
  background: #252525;
  padding: 63px 162px 53px;
  text-align: center;
}

.contact-detail .form-sec {
  margin-bottom: 20px;
  text-align: left;
}

.contact-detail .form-sec:last-child {
  margin-bottom: 0;
}

.banner-form-detail ::-webkit-input-placeholder {
  opacity: 1;
  color: #686868;
}

.banner-form-detail :-ms-input-placeholder {
  opacity: 1;
  color: #686868;
}

.banner-form-detail ::-moz-placeholder {
  opacity: 1;
  color: #686868;
}

.banner-form-detail :-moz-placeholder {
  opacity: 1;
  color: #686868;
}

.accordion-button:focus {
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.listingdetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.listing-left {
  width: 296px;
  background: #1a1a1a;
}

.listing-left-heading {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  background: var(--themeBlue);
}

.listing-left-list {
  padding: 10px 0;
}

.list {
  padding: 16px 30px;
}

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

.list-flex h5 {
  font-weight: 700;
  font-size: 18px;
  color: #686868;
  margin-bottom: 0;
}

.list-flex span {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  color: #686868;
}

.list-head h6 {
  padding-left: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #686868;
  background-image: url(images/list-aro.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px;
  margin-bottom: 0;
}

.listed {
  padding-left: 16px;
}

.listed-ul1 {
  border-left: 1px solid #646464;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 19px;
}

.listed-ul1 li {
  padding-left: 21px;
  font-weight: 700;
  font-size: 16px;
  line-height: 2.19;
  text-transform: capitalize;
  color: #686868;
}

.listed-ul1 {
  display: none;
}

.list-chart {
  display: none;
}

.list-chart li.active {
  color: #ffffff;
  border-left: 1px solid var(--themeBlue);
}

.list-menu.list-active2 {
  color: #ffffff;
}

.list-menu.list-active2.active2 {
  border-left: 1px solid var(--themeBlue);
}

.list.list-active1 {
  background: #101010;
}

.list.list-active1 h6 {
  color: var(--themeBlue);
  background-image: url(images/list-aro2.svg);
}

.listing-right {
  width: calc(100% - 296px);
}

.listing-right-detail {
  padding: 32px 33px 100px 21px;
}

.listing-right-heading .banner-form-detail {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}

.listing-right-heading .banner-form-detail ul {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.listing-right-heading .banner-form-detail ul li {
  margin-left: 15px;
}

.cross-bttnn {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #686868;
  padding: 8px 15px 8px 40px;
  background-color: transparent;
  border: 1px solid var(--themeBlue);
  background-image: url(images/plus_icon.png);
  background-repeat: no-repeat;
  background-position: left 13px center;
  background-size: 18px;
  cursor: pointer;
}

.listing-right-heading .banner-form-detail ul li:first {
  margin-left: 0;
}

.listing-right .product-detail {
  padding: 32px 0;
}

.each-products-wrap {
  position: relative;
}

.download {
  width: 100%;
  background: -o-linear-gradient(top, var(--themeBlue) 0%, #127a9c 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(var(--themeBlue)),
      to(#127a9c));
  background: linear-gradient(180deg, var(--themeBlue) 0%, #127a9c 100%);
  border-radius: 10px 10px 0px 0px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 29px;
  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;
}

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

.each-products-wrap:hover .download {
  opacity: 1;
}

.listing-checkbox {
  padding: 0 30px;
}

.listing-checkbox .form_input_radio {
  margin-right: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.listing-checkbox span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #686868;
  margin-left: 9px;
}

.listing-checkbox label {
  margin-left: 22px;
  margin-right: 0;
}

.cosmetics-heading {
  margin-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cosmetics-heading-left h2 {
  margin-bottom: 5px;
  text-transform: capitalize !important;
}

.cosmetics-heading-left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 3;
  color: #868686;
}

.download-bttnn {
  padding: 14px 41px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #ffffff;
  background: -o-linear-gradient(177.23deg, #1286ac 0%, var(--themeBlue) 99.6%);
  background: linear-gradient(272.77deg, #1286ac 0%, var(--themeBlue) 99.6%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: 200% !important;
}

.download-bttnn:hover {
  color: #ffffff;
  background-position-x: 100%;
}

.download-bttnn span {
  display: inline-block;
  margin-right: 21px;
}

.inner-marge {
  position: relative;
}

.inner-marge-back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.cosmetics-heading-left {
  width: calc(100% - 215px);
}

.video-sec {
  position: relative;
  margin-bottom: 54px;
}

.vdo-btnss {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 49px;
}

.vdo-btnss li {
  margin-right: 56px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.vdo-btnss li:last-child {
  margin-right: 0;
}

.vdo-btnss li:hover path {
  fill: transparent !important;
}

.vdo-btnss li.slick-disabled path {
  fill: transparent !important;
}

.video-sec .background-vedio {
  width: 100%;
}

.video-sec .card {
  position: relative;
}

.video-sec .card img {
  width: 100%;
}

.background-vedio source {
  width: 100%;
}

.video-sec .card {
  border: none !important;
}

.tag {
  background: #222222;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 39px;
}

.tag ul {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 125px);
}

.tag ul li {
  margin-left: 21px;
}

.tag ul li:first-child {
  margin-left: 0;
}

.tag h3 {
  font-weight: 700;
  line-height: 1.88;
  color: #ffffff;
  margin-bottom: 0;
}

.tag-bttnn {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #bfbfbf;
  padding: 8px 27px;
  border: 1px solid var(--themeBlue);
  border-radius: 5px;
  background: transparent;
}

.tag-bttnn:hover {
  background: var(--themeBlue);
  color: #ffffff;
}

.video-sec .library-vdo.videos {
  max-width: 100%;
}

.video-sec .big {
  position: absolute;
  top: 32px;
  right: 29px;
}

.fancybox__thumbs .carousel__slide {
  display: none;
}

.fancybox__caption {
  display: none;
}

.product-description {
  padding: 30px 40px 35px;
  background: #222222;
  border-radius: 10px;
  margin-top: 60px;
}

.product-description h3 {
  line-height: 1.8;
  margin-bottom: 12px;
}

.product-description .product-pera p {
  line-height: 1.3;
  margin-bottom: 0;
}

.product-description .product-pera {
  margin-bottom: 28px;
}

.product-description .tag {
  background: #181818;
}

.product.cosmetics-product {
  padding-bottom: 100px;
  background-size: 0;
}

.product.cosmetics-product:after {
  display: none;
}

.product.cosmetics-product:before {
  display: none;
}

.license-heading {
  margin: 0 auto;
  margin-bottom: 57px;
  text-align: center;
  max-width: 85%;
}

.license-heading h4 {
  line-height: 1;
  margin-bottom: 21px;
}

.license-heading p {
  line-height: 1.3;
  margin-bottom: 0;
}

.license-definition {
  padding: 39px 30px 69px;
  background: #252525;
}

.license-definition-heading h4 {
  line-height: 1;
  margin-bottom: 33px;
}

.license-definition-heading p {
  line-height: 1.3;
  margin-bottom: 0;
}

.license-definition-heading {
  margin-bottom: 34px;
}

.definition .definition-detail {
  margin-bottom: 30px;
}

.definition .definition-detail:last-child {
  margin-bottom: 0;
}

.definition .definition-detail h6 {
  padding-left: 31px;
  margin-bottom: 14px;
  background-image: url(images/right.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 9px;
  color: var(--themeBlue);
}

.definition .definition-detail p {
  line-height: 1.3;
  margin-bottom: 0;
  padding-left: 31px;
}

.plan-left {
  padding: 12px 20px 82px;
  background: #2f2f2f;
  border: 1px solid #979797;
  border-radius: 10px;
}

.plan-left-detail .plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan-left-detail .plan-list li {
  width: 50%;
}

.plan-left-detail .plan-list li:nth-child(even) {
  max-width: 365px;
  margin-left: auto;
}

.plan-heading {
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #6a6a6a;
  margin-bottom: 24px;
}

.plan-heading span {
  display: inline-block;
  color: #8c8c8c;
  margin-right: 19px;
}

.plan-heading h4 {
  font-size: 22px;
  line-height: 2.5;
  color: var(--themeBlue);
}

.plan-left-detail .plan-choose h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 2.8;
  color: #ffffff;
  margin-bottom: 20px;
}

.plan-list {
  padding-left: 0;
  margin-bottom: 0;
}

.plan-list li {
  padding-left: 28px;
  line-height: 2;
  color: #8c8c8c;
  background-image: url(images/right.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 9px;
}

.plan-select .plan-selection {
  padding-left: 0;
  margin-bottom: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-select .plan-selection li {
  color: #ffffff;
  padding: 6px 35px;
  border: 1px solid transparent;
  background: #3f3f3f;
}

.plan-select .plan-selection li {
  margin-left: 16px;
}

.plan-select .plan-selection li:first-child {
  margin-left: 0;
}

.plan-select .plan-selection li.active {
  background: #252525;
  border: 1px solid #7b7b7b;
}

.plan-select .plan-selection li:hover {
  background: #252525;
  border: 1px solid #7b7b7b;
}

.plan-select {
  max-width: 365px;
  margin-left: auto;
}

.subscription_price_wrap.plan-price p {
  margin-bottom: 39px;
}

.subscription_price_wrap.plan-price span.price-dwn {
  display: block;
  margin-bottom: 45px;
  color: #8c8c8c;
}

.price-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -2px;
}

.price-select .price-selection {
  width: 50%;
  padding: 0 2px;
  margin-bottom: 31px;
}

.price-select-left select {
  height: 36px;
  background-color: #252525;
  border: 1px solid #7b7b7b;
  padding: 5px 19px 5px 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
  background-image: url(images/price-drop.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 5px;
}

.price-select-left select option {
  color: #ffffff;
}

.user-btn {
  width: 100%;
  padding: 5px 9px;
  height: 36px;
  background: #3f3f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
}

.includes h6 {
  font-size: 16px;
  line-height: 2;
  color: #bababa;
  margin-bottom: 0;
}

.subscription_price_wrap.plan-price ul {
  margin-bottom: 38px;
}

.bttnn2-aro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 22px 25px 22px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  background: -o-linear-gradient(358.12deg, #01b9f7 10.5%, #1187af 97.38%);
  background: linear-gradient(91.88deg, #01b9f7 10.5%, #1187af 97.38%);
  background-size: 200% !important;
}

.bttnn2-aro:hover {
  color: #ffffff;
  background-position-x: 100%;
}

.bttnn2-aro span {
  display: inline-block;
  margin-right: 55px;
}

.bttnn2-aro:hover span {
  margin-right: 59px;
}

.subscription_price_wrap.plan-price {
  border-radius: 10px;
  background: #252525;
  border: none;
}

.subscription_price_wrap.plan-price:hover {
  border: none;
}

/* listbar*/

.list-head {
  position: relative;
}

.list-bar .listD {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: url(images/drop.svg) center center no-repeat;*/
  display: block;
  background-size: 8px;
  cursor: pointer;
}

.list-bar .listD.list-active2 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-chart>li.list-head .listD {
  top: 8px;
  right: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.list-chart>li.list-head .listD.list-active2 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.list-bar>li.list-head {
  padding-right: 20px;
}

.list-chart>li.list-head>a {
  padding-right: 20px;
}

.list-chart.list-show {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.list-bar .listD {
  top: 0;
  /*right: 10px !important;*/
  -webkit-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
}

/*.list-bar .listD.list-active2{
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
    }*/
.list-chart,
.list-bar>li>.list-chart .list-chart {
  position: relative;
  width: 100%;
  left: inherit;
  top: inherit;
  right: inherit;
}

/*.list-bar li.menu-item-has-children > a{
        padding-right: 30px !important;
    }*/

.list-chart.list-show {
  display: block;
}

.list-chart {
  padding-left: 0;
  border-left: 1px solid #646464;
}

.list-bar {
  padding: 16px 30px;
  margin-bottom: 0;
}

.list-bar.list-active {
  background: #101010;
}

.list-bar.list-active h6 {
  color: var(--themeBlue);
  background-image: url(images/list-aro2.svg);
}

/* update 08/09/2022 start */

.main-form_wrapper .ginput_container input[type="text"] {
  height: 42px;
  padding: 11px 14px !important;
  outline: none !important;
  font-size: 14px !important;
  line-height: 1.2;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
}

.main-form_wrapper .ginput_container.ginput_container_textarea textarea {
  height: 111px !important;
  padding: 7px 14px 11px !important;
  outline: none !important;
  font-size: 14px !important;
  line-height: 17px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  resize: none;
}

.main-form_wrapper .gform_footer {
  padding: 0 !important;
  margin-top: 20px !important;
  text-align: center;
}

.main-form_wrapper .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

.main-form_wrapper.gform_legacy_markup_wrapper li.gfield.gfield_error,
.main-form_wrapper.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: none !important;
  padding: 0 !important;
}

.main-form_wrapper.gform_legacy_markup_wrapper {
  margin-top: 0 !important;
}

/*.main-form .gform_confirmation_message{
    margin-top: 30px;
}*/
.main-form_wrapper.gform_legacy_markup_wrapper .field_description_below .gfield_description {
  padding-top: 8px;
}

.gform_legacy_markup_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_legacy_markup_wrapper li.gfield_error textarea {
  border: 1px solid #ffffff !important;
}

/* update 08/09/2022 end */
/* update 09/09/2022 start */

.contact-detail {
  padding: 53px 162px 53px;
}

/* update 09/09/2022 end */

/**/
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none !important;
}

.woof_show_auto_form.woof_btn_default {
  display: none !important;
}

/**/

/* 19.09.22 */

.listing-left-list .woof_container_checkbox .woof_container_inner_categories {
  padding: 16px 30px;
  background: #101010;
}

.listing-left-list .woof_container_checkbox .woof_container_inner_categories h4 {
  color: #686868;
  font-size: 18px;
  margin-bottom: 0;
}

.listing-left-list .woof_container_checkbox .woof_container_inner_categories h4 a.woof_front_toggle_closed {
  font-size: 20px;
  line-height: 20px;
  color: #686868;
}

.listing-left-list .woof_container_checkbox .woof_container_inner_categories h4 a.woof_front_toggle_opened {
  color: #fff;
}

.listing-left-list .woof_container_checkbox .woof_container_inner_categories .woof_closed_block {
  margin-top: 19px;
}

.listing-left-list .woof_container_checkbox .woof_container_inner_categories .icheckbox_square-blue {
  display: none;
}

.listing-left-list .woof_container_checkbox .woof_container_inner_categories .woof_checkbox_label {
  padding-left: 20px !important;
  margin-left: 0 !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 2.19;
  text-transform: capitalize;
  color: #686868;
}

.listing-left-list .woof_container_checkbox .woof_container_inner_categories .woof_checkbox_label.woof_checkbox_label_selected {
  color: #fff;
  border-left: 1px solid var(--themeBlue);
}

.listing-left-list .woof_container_checkbox .woof_container_inner_categories .woof_list,
.listing-left-list .woof_container_checkbox .woof_container_inner_categories .woof_childs_list {
  border-left: 1px solid #646464;
}

.listing-left-list .woof_container_checkbox .woof_container_inner_categories .woof_childs_list {
  padding: 0 !important;
  margin-left: 21px !important;
}

.listing-left-list .woof_container_checkbox .woof_container_inner_categories li {
  margin: 0 !important;
}

.listing-left-list .woof_redraw_zone .woof_submit_search_form_container {
  padding-left: 20px;
}

.listing-left-list .woof_redraw_zone .woof_submit_search_form_container button {
  display: inline-block;
  padding: 12px 15px 10px;
  background: -o-linear-gradient(177.23deg, #1286ac 0%, var(--themeBlue) 99.6%);
  background: linear-gradient(272.77deg, #1286ac 0%, var(--themeBlue) 99.6%);
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  background-size: 200% !important;
  border-radius: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.listing-left-list .woof_redraw_zone .woof_submit_search_form_container button:hover {
  color: #ffffff;
  background-position-x: 100%;
}

/*********20.09.2022***********/
.archive .woof_container_woof_text,
.archive .woof_container_product_tag {
  display: none;
}

.archive .searchword {
  display: inline-block;
  margin-right: 5px;
}

.archive .chosen-container-multi .chosen-choices {
  width: auto;
  left: 10px;
  right: auto !important;
  background-color: transparent;
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.archive .listing-right-heading .banner-form-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeaea;
  padding: 0 15px;
}

.archive .chosen-container-multi {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.archive .form-group.form-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.archive .form-group.form-sec:before {
  content: "";
  height: 46px;
  width: 1px;
  background: #d1d1d1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 54px;
}

.archive .banner-form-detail:before {
  display: none;
}

.archive .chosen-choices {
  padding: 0 !important;
}

.archive .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 0;
  max-width: 100%;
  border-radius: 0;
  background-clip: padding-box;
  cursor: default;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #686868;
  padding: 8px 15px 8px 40px;
  background-color: transparent;
  border: 1px solid var(--themeBlue);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 11px;
}

.archive .chosen-container-multi .chosen-choices li.search-choice:not(:last-child) {
  margin-right: 10px;
}

.archive .listing-right-heading .banner-form-detail input[type="text"] {
  height: 73px;
  padding-right: 385px;
  border: 0;
}

.archive .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: inherit;
  left: 14px;
}

.archive .listing-right-heading .banner-form-detail #datafetch ul {
  position: static;
  overflow-y: scroll;
  max-height: 250px;
  padding: 15px 30px;
  border-radius: 0 0 3px 3px;
  -webkit-overflow-scrolling: touch;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  background: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.archive .listing-right-heading .banner-form-detail #datafetch ul li {
  margin-left: 0;
  padding: 10px 15px;
  border: 1px solid #a3a3a3;
  cursor: pointer;
  transition: -webkit-transform 0.28s cubic-bezier(0.17, 0.67, 0.48, 1.76);
  -webkit-transition: -webkit-transform 0.28s cubic-bezier(0.17, 0.67, 0.48, 1.76);
  -o-transition: transform 0.28s cubic-bezier(0.17, 0.67, 0.48, 1.76);
  -webkit-transition: -webkit-transform 0.28s cubic-bezier(0.17, 0.67, 0.48, 1.76);
  transition: transform 0.28s cubic-bezier(0.17, 0.67, 0.48, 1.76);
  transition: transform 0.28s cubic-bezier(0.17, 0.67, 0.48, 1.76),
    -webkit-transform 0.28s cubic-bezier(0.17, 0.67, 0.48, 1.76);
  transition: transform 0.28s cubic-bezier(0.17, 0.67, 0.48, 1.76),
    -webkit-transform 0.28s cubic-bezier(0.17, 0.67, 0.48, 1.76);
  transition: transform 0.28s cubic-bezier(0.17, 0.67, 0.48, 1.76),
    -webkit-transform 0.28s cubic-bezier(0.17, 0.67, 0.48, 1.76);
  line-height: 1;
  background-color: #fff;
  border-radius: 2px;
  color: rgb(0 0 0 / 50%);
}

.archive .highlight_text {
  color: #000;
}

.archive div#datafetch {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 25;
  width: 100%;
  color: rgba(6, 10, 26, 0.6);
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
  clear: none;
}

.woocommerce-variation-price span.price {
  display: none;
}

/* 30.09.22  */

.thwvsf-rad-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 100%;
  width: 100% !important;
}

.thwvsf-rad-li .th-label-radio {
  color: #ffffff;
  padding: 6px 35px !important;
  border: 1px solid transparent;
  background: #3f3f3f;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.thwvsf-rad-li .th-label-radio:first-child {
  margin-right: 16px;
}

.thwvsf-rad-li .th-label-radio:hover {
  background: #252525;
  border: 1px solid #7b7b7b;
}

.thwvsf-rad-li .th-label-radio .checkmark {
  display: none;
}

.price-heading h5 {
  font-size: 40px;
}

.price-heading h5 span {
  font-size: 22px;
}

.thwvsf-rad-li .th-label-radio.thwvsf-selected {
  background: #252525;
  border: 1px solid #7b7b7b;
}

.variations .value {
  text-align: right;
}

.reset_variations {
  color: #3cb7f8;
}

.reset_variations:hover {
  color: #fff;
}

.single_add_to_cart_button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start;
  justify-content: flex-start !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center;
  align-items: center !important;
  width: 100% !important;
  padding: 22px 25px 22px 30px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  color: #ffffff !important;
  background: -o-linear-gradient(358.12deg,
      #01b9f7 10.5%,
      #1187af 97.38%) !important;
  background: linear-gradient(91.88deg,
      #01b9f7 10.5%,
      #1187af 97.38%) !important;
  background-size: 200% !important;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.single_add_to_cart_button:hover {
  color: #ffffff !important;
  background-position-x: 100% !important;
}

/* support-12-10-2022-start */
.new-gp-popupp {
  position: relative;
  text-align: center;
  background: -o-linear-gradient(top, #414141 0%, #141414 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#414141),
      to(#141414));
  background: linear-gradient(180deg, #414141 0%, #141414 100%);
  border-radius: 10px;
  color: #ffffff;
}

.new-gp-popupp figure {
  max-width: 80%;
  margin: 0 auto 20px;
}

.new-gp-popupp figure img {
  width: 100%;
}

.new-gp-popupp h4 {
  margin-bottom: 10px;
}

.new-gp-popupp .is-close {
  top: 0 !important;
}

.new-gp-popupp p a {
  color: #1286ac;
  display: block;
  text-transform: capitalize;
}

.new-gp-popupp p a:hover {
  color: #000000;
}

.new-gp-popupp .get_started {
  display: inline-block;
  padding: 12px 15px;
  background: -o-linear-gradient(177.23deg, #1286ac 0%, var(--themeBlue) 99.6%);
  background: linear-gradient(272.77deg, #1286ac 0%, var(--themeBlue) 99.6%);
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  background-size: 200% !important;
  width: 100%;
}

.new-gp-popupp .get_started:hover {
  color: #ffffff;
  background-position-x: 100%;
}

.new-gp-popupp::after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -o-linear-gradient(right,
      rgba(0, 189, 252, 0) 0%,
      var(--themeBlue) 50.22%,
      rgba(0, 189, 252, 0) 100%);
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(rgba(0, 189, 252, 0)),
      color-stop(50.22%, var(--themeBlue)),
      to(rgba(0, 189, 252, 0)));
  background: linear-gradient(270deg,
      rgba(0, 189, 252, 0) 0%,
      var(--themeBlue) 50.22%,
      rgba(0, 189, 252, 0) 100%);
}

.library .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  background: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
}

.library .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  color: var(--themeBlue);
}

.library .woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  padding: 8px 25px;
  color: #686868;
  font-weight: 600;
  text-align: left;
}

.library .woocommerce-MyAccount-navigation ul .is-active a {
  background: var(--themeBlue);
  color: #ffffff;
}

.library .woocommerce-MyAccount-navigation ul li a:hover {
  background: var(--themeBlue);
  color: #ffffff;
}

.library .woocommerce-MyAccount-content {
  padding: 20px;
  margin: 0;
  background: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
}

.library .woocommerce-MyAccount-content a {
  color: var(--themeBlue);
}

.library .woocommerce-MyAccount-content a:hover {
  color: #ffffff;
}

.library .woocommerce table.shop_table {
  border-color: #ffffff;
  border-collapse: collapse;
}

.library .woocommerce table.shop_table td {
  border-color: #ffffff;
  border: 1px solid #ffffff;
  border-collapse: collapse;
}

.library .woocommerce table.shop_table th {
  border-color: #ffffff;
  border: 1px solid #ffffff;
  border-collapse: collapse;
}

.library .woocommerce table.my_account_orders .button {
  width: 100%;
  display: inline-block;
  padding: 6px 5px;
  background: -o-linear-gradient(177.23deg, #1286ac 0%, var(--themeBlue) 99.6%);
  background: linear-gradient(272.77deg, #1286ac 0%, var(--themeBlue) 99.6%);
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  background-size: 200% !important;
  width: 100%;
  text-align: center;
}

.library .woocommerce table.my_account_orders .button:hover {
  color: #ffffff;
  background-position-x: 100%;
}

.library .woocommerce .woocommerce-customer-details address {
  border: 1px solid #ffffff;
}

.library .woocommerce .button {
  display: inline-block;
  padding: 6px 15px;
  background: -o-linear-gradient(177.23deg, #1286ac 0%, var(--themeBlue) 99.6%);
  background: linear-gradient(272.77deg, #1286ac 0%, var(--themeBlue) 99.6%);
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  background-size: 200% !important;
  text-align: center;
}

.library .woocommerce .button:hover {
  color: #ffffff;
  background-position-x: 100%;
  background: -o-linear-gradient(177.23deg, #1286ac 0%, var(--themeBlue) 99.6%);
  background: linear-gradient(272.77deg, #1286ac 0%, var(--themeBlue) 99.6%);
}

.library .woocommerce-info {
  background-color: transparent;
  color: #ffffff;
}

.library .woocommerce-MyAccount-content .woocommerce-Address {
  text-align: left;
  border: 1px solid #ffffff;
  padding: 10px;
  border-radius: 10px;
}

.library .woocommerce-MyAccount-content .woocommerce-address-fields {
  text-align: left;
}

.library .woocommerce-MyAccount-content .select2-container .select2-selection--single {
  height: 42px;
  background-color: transparent;
  border: 1px solid #ffffff;
}

.library .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
  color: #ffffff;
}

.library .woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  color: #ffffff;
}

.library .woocommerce-MyAccount-content .select2-dropdown {
  background-color: transparent;
}

.select2-results__option {
  color: #000000 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  color: #000000;
}

.library .woocommerce-EditAccountForm.edit-account {
  text-align: left;
}

.library .woocommerce button[type="submit"] {
  margin-top: 20px;
}

.library .woocommerce form .form-row-wide,
.library .woocommerce-page form .form-row-wide {
  padding: 0;
}

.library .wps_wpr_total_points {
  margin: 0 auto 20px auto;
}

.library .wps_wpr_total_points tr td:nth-child(2) {
  color: var(--themeBlue);
}

.library .mark,
mark {
  background-color: transparent;
  color: var(--themeBlue);
}

.library .woocommerce-Payment {
  background: transparent !important;
}

.library .woocommerce-PaymentBox {
  background: transparent !important;
  color: #ffffff;
}

.library .woocommerce-PaymentBox p {
  color: #ffffff !important;
}

.library .woocommerce-PaymentBox label {
  color: #ffffff;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  background-color: transparent !important;
  color: #ffffff;
}

/* support-12-10-2022-end */

/* update 14/10/2022 start */

.avl_dwnloads {
  text-align: center;
}

.avl_dwnlds_link_cont ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.avl_dwnlds_link_cont ul li {
  margin-bottom: 15px;
  line-height: 1;
  width: 100%;
}

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

.avl_dwnlds_link_cont {
  margin-bottom: 80px;
}

.avl_tot_pnt p {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}

.avl_tot_pnt {
  margin: 0 auto 25px;
  padding: 20px 10px;
  max-width: 75%;
  width: 100%;
  border: 1px solid #fff;
}

.avl_tot_pnt p span.tot_pnt {
  display: block;
}

.avl_tot_pnt p span.tot_pnt span.tot_pnt_val {
  color: var(--themeBlue);
}

.avl_tot_pnt .add_pnts a {
  display: inline-block;
  color: var(--themeBlue);
}

.avl_tot_pnt .add_pnts a:hover {
  text-decoration: underline !important;
}

.woocommerce-checkout .woocommerce-input-wrapper .select2-container.select2-container--default .selection .select2-selection--single,
.woocommerce-checkout .woocommerce-input-wrapper .select2-container.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 42px;
  padding: 0;
  outline: none !important;
  font-size: 14px;
  line-height: 1;
  text-align: left;
}

.woocommerce-checkout .woocommerce-input-wrapper .select2-container.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  padding: 14px;
  border: none;
}

.woocommerce-checkout .woocommerce-input-wrapper .select2-container.select2-container--default .selection .select2-selection--single {
  position: relative;
}

.woocommerce-checkout .woocommerce-input-wrapper .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--themeBlue);
  color: #fff !important;
}

.woocommerce-checkout #customer_details {
  margin-bottom: 50px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .payment_method_stripe {
  color: #212529;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p a,
.woocommerce-checkout .woocommerce-info a,
.woocommerce-checkout .lost_password a {
  color: var(--themeBlue);
}

.woocommerce-checkout .woocommerce-privacy-policy-text p a:hover,
.woocommerce-checkout .woocommerce-info a:hover,
.woocommerce-checkout .lost_password a:hover {
  text-decoration: underline !important;
}

body.woocommerce-account .woocommerce-LostPassword.lost_password a,
body.woocommerce-account .woocommerce-privacy-policy-text a {
  color: var(--themeBlue);
}

body.woocommerce-account .woocommerce-LostPassword.lost_password a:hover,
body.woocommerce-account .woocommerce-privacy-policy-text a:hover {
  text-decoration: underline !important;
}

.woocommerce-checkout .woocommerce form .form-row label,
.woocommerce-checkout .woocommerce-page form .form-row label {
  text-align: left;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin-top: 40px;
}

.admin-style-custom-points .wps_wpr_total_points tbody td {
  padding: 0 5px;
}

.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-form-row--first {
  float: none !important;
}

.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-form-row button[type="submit"].woocommerce-Button.button {
  margin-top: 0;
}

/* update 14/10/2022 end */

/* ...support...17.10.22 */
.woocommerce-cart .woocommerce-cart-form .product-name a {
  color: var(--themeBlue);
}

.woocommerce-cart .woocommerce-cart-form .product-name a:hover {
  color: #fff;
}

.woocommerce-cart .woocommerce-cart-form .coupon #coupon_code {
  width: 94px;
  padding: 4px;
}

.woocommerce-cart .woocommerce-cart-form .coupon .button {
  margin-top: 0 !important;
}

.woocommerce-cart .woocommerce-cart-form .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-cart .woocommerce-cart-form td button {
  margin-top: 0 !important;
}

/* support 8/11/22 */

.each-products-wrap figure {
  position: relative;
}

.each-products-wrap figure video {
  width: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  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;
}

.each-products-wrap figure:hover video {
  opacity: 1;
}

.each-products-wrap figure iframe {
  width: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  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;
}

.each-products-wrap figure:hover iframe {
  opacity: 1;
}

/* support 8/11/22 */

/* .....9.11.22..... */

.product-detail .each-products-wrap figure {
  height: 240px;
}

.product-detail .each-products-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

#gform_wrapper_1.gform_legacy_markup_wrapper div.validation_error {
  color: #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
}

#gform_wrapper_1.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
  color: #ffffff;
}

.gform_legacy_markup_wrapper #gform_1 .validation_message {
  color: #ffffff;
}

.woocommerce-page .woocommerce-order p a {
  color: #686868;
}

.woocommerce-page .woocommerce-order p a:hover {
  color: var(--themeBlue);
}

.woocommerce-page .order_details .woocommerce-table__product-name a {
  color: #686868;
}

.woocommerce-page .order_details .woocommerce-table__product-name a:hover {
  color: var(--themeBlue);
}

#gform_wrapper_1 .gform_validation_errors>h2:before {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.woocommerce-page .shop_table .order-number a {
  color: #686868;
}

.woocommerce-page .shop_table .order-number a:hover {
  color: var(--themeBlue);
}

.woocommerce-order-details header {
  margin-bottom: 30px;
}

/* ..........10.11.22......... */
.products-dnloads-link ul {
  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-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.products-dnloads-link ul li {
  margin: 4px 2px;
}

.products-dnloads-link h6 {
  margin-bottom: 15px;
  color: var(--themeBlue);
}

.products-downloads {
  margin-bottom: 60px;
}

.prodown .products-downloads:last-child {
  margin-bottom: 0;
}

.products-dnloads-link .bttnn {
  width: 100%;
  color: #fff !important;
}

.products-downloads h4 {
  margin-bottom: 15px;
}

.prodown {
  text-align: left;
}

/*********** 28.03.2023 ***************/
.page-template-price .heading.heading-pera {
  margin: 0;
}

.page-template-price .banner.inner-banner figure {
  height: 300px;
}

.page-template-price .banner.inner-banner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* .single-product .banner.inner-banner figure{
    height: 300px;
}
.single-product .banner.inner-banner figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-product .cmn-gap2,.page-template-price .cmn-gap2{
    padding: 0 0 100px 0;
} */

/* .single-product .cart .quantity .screen-reader-text {
    width: 105px;
    flex-basis: 105px;
    position: static !important;
    margin-right: 15px;
}
.single-product .cart .quantity .input-text {
    width: calc(100% - 120px) !important;
    flex-basis:calc(100% - 120px);
    margin: 0 ;
}
.single-product .cart .quantity{
    display: inline-flex;
    max-width: 170px;

} */

.stripe-card-group {
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  border: 0 !important;
  margin: 5px 0 !important;
  padding: 0 10px !important;
  background-color: #fff !important;
  outline: 0 !important;
}

#stripe-exp-element {
  padding: 14px !important;
  background: #fff;
  border-radius: 10px;
}

#stripe-cvc-element {
  padding: 14px !important;
  background: #fff;
  border-radius: 10px;
}

/* SUPPORT START 11.4.23 */

.add-on-section .add-on-wprs {
  min-height: 300px;
}

.add-on-wprs .price-heading p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}

.page-template-add-on .banner.inner-banner figure {
  height: 300px;
}

.page-template-add-on .banner.inner-banner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* SUPPORT END 11.4.23 */

body.single-product .video-slider .library-vdo,
body.single-product .video-slider>.card {
  position: relative;
  padding-left: 100%;
  padding-top: 50%;
  /* background-color: #151515; */
}

body.single-product .video-slider .library-vdo figure:not(.big),
body.single-product .video-slider>.card>img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}

body.single-product .video-slider .library-vdo figure:not(.big)>img,
body.single-product .video-slider>.card>img {
  height: 100%;
  width: 100%;
  /* object-fit: contain; */
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

/* support-24-05-2023-css-start */

.each-products-wrap .download {
  top: inherit;
  bottom: 0;
  border-radius: 0 0 10px 10px;
}

.products.row {
  --bs-gutter-y: 15px;
}

/* support-24-05-2023-css-end */

/* ======== AD 10/07/2023 ========== */
.banner:not(.inner-banner) {
  position: relative;
  height: 800px;
  z-index: 1;
}

.footer-logo {
  max-width: 230px;
  display: inline-block;
}

/* ======== AD 10/07/2023 END ========== */

/*support 10/7/2023*/

.abtgmesec {
  padding-top: 40px;
}

.abtgme-scroldwnlink {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 0;
  -webkit-animation: hmscrolldown 1.2s ease-in-out infinite 0.15s;
  animation: hmscrolldown 1.2s ease-in-out infinite 0.15s;
}

.abtgme-scroldwnlink img {
  max-width: 15px;
}

@-webkit-keyframes hmscrolldown {
  0% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0.7;
  }

  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0.7;
  }
}

@keyframes hmscrolldown {
  0% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0.7;
  }

  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 0.2;
  }

  100% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0.7;
  }
}

.abtgme-scroldwnlink:hover {
  border: 1px solid var(--themeBlue);
}

.abtgme-scroldwnlink:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(25%) saturate(6511%) hue-rotate(156deg) brightness(96%) contrast(106%);
  filter: brightness(0) saturate(100%) invert(67%) sepia(25%) saturate(6511%) hue-rotate(156deg) brightness(96%) contrast(106%);
}

/*support 10/7/2023*/

/* support start 6-10-23 */
.tag_sec_wtap ul li {
  margin-left: 14px;
}

.cosmetics .product_meta {
  margin-top: 60px;
}

.single-product div.product div.summary {
  margin-bottom: 0;
}

/* support end 6-10-23 */

/* support start 11-10-23 */
.listing-left {
  width: 340px;
}

.listing-right {
  width: calc(100% - 340px);
}

.radiobtn-custm label:not(:last-child) {
  margin-right: 8px;
}

.radiobtn-custm label {
  padding-left: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.radiobtn-custm label {
  display: inline-block;
  padding: 4px 0;
}

.radiobtn-custm label input[type="radio"]:checked+span {
  /*border-color: var(--themeBlue);
  color: var(--themeBlue);*/
  background: -o-linear-gradient(358.12deg,
      #01b9f7 10.5%,
      #1187af 97.38%) !important;
  background: linear-gradient(91.88deg,
      #01b9f7 10.5%,
      #1187af 97.38%) !important;
  color: #fff;
}

.radiobtn-custm label input[type="radio"]+span {
  background: transparent;
  border: 1px solid #bfbfbf;
  padding: 12px 14px;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #bfbfbf;
}

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

.form_input_radio.radiobtn-custm label input[type="radio"]+span::before,
.form_input_radio.radiobtn-custm label input[type="radio"]+span::after {
  display: none;
}

.pricecls {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
}

.pricecls {
  margin-bottom: 18px;
}

.vid-pro-rit-blk h3 {
  margin-bottom: 12px;
}

.cmnvidspan span {
  color: #ffffff;
  margin-bottom: 18px;
  display: block;
  line-height: 1;
  font-size: 18px;
}

.pricecls span {
  color: var(--themeBlue);
}

.vidpro-uls {
  list-style-type: none;
  padding-left: 0;
  margin: 22px 0;
}

.vidpro-uls li {
  position: relative;
  padding-left: 20px;
}

.vidpro-uls li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 100%;
}

.vidpro-uls li {
  margin-bottom: 7px;
  line-height: 1.2;
  font-size: 15px;
}

.annual-dv select {
  height: 48px;
  background-image: url(images/vddwn.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-left: 20px;
  color: #bfbfbf;
}

.annual-dv {
  max-width: 200px;
  margin-bottom: 18px;
}

.add-to-cartbtns {
  margin-top: 18px;
}

/* support end 11-10-23 */
/* support start 16-10-23 */

.single-product .video-sec {
  margin-bottom: 0;
}

.video-main-area-sec.product-description {
  margin-top: 0;
  text-align: left;
}

/* support end 16-10-23 */

/* support start 18-10-23 */
.pstnclss1 {
  position: relative;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.simple-product {
  width: 100%;
}

/* support end 18-10-23 */

/* support start 20-10-23 */
.avl_dwnlds_link_cont ul li.avl-frst-li {
  margin-top: 15px;
}

.avl_dwnlds_link {
  color: var(--themeBlue);
  font-weight: 500;
}

.avl_dwnlds_link .description {
  padding-left: 4px;
}

.avl_dwnlds_link li a.bttnn {
  color: #ffffff;
}

/* support end 20-10-23 */

/* support ayan 261023 */

.radiobtn-custm label input[type="radio"]+span {
  border-color: var(--themeBlue);
  border-radius: 5px;
}

.each-products-wrap .price,
.woocommerce-order-downloads {
  display: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-color: var(--themeBlue);
}

.woocommerce nav.woocommerce-pagination ul {
  border-color: var(--themeBlue);
}

.product-detail .each-products-wrap figure {
  height: 241px;
}

/* .product-detail .each-products-wrap figure img{
  object-fit: cover;
} */

.load-3 .line:nth-last-child(1) {
  -webkit-animation: loadingC 0.6s 0.1s linear infinite;
  animation: loadingC 0.6s 0.1s linear infinite;
}

.load-3 .line:nth-last-child(2) {
  -webkit-animation: loadingC 0.6s 0.2s linear infinite;
  animation: loadingC 0.6s 0.2s linear infinite;
}

.load-3 .line:nth-last-child(3) {
  -webkit-animation: loadingC 0.6s 0.3s linear infinite;
  animation: loadingC 0.6s 0.3s linear infinite;
}

.line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #4b9cdb;
}

/* .load-wrapp{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
} */

.woocommerce .loader::before {
  display: none;
}

.radiobtn-custm label input[type="radio"]+span.default-chech-btn {
  /*color: var(--themeBlue);*/
  background: -o-linear-gradient(358.12deg,
      #01b9f7 10.5%,
      #1187af 97.38%) !important;
  background: linear-gradient(91.88deg,
      #01b9f7 10.5%,
      #1187af 97.38%) !important;
  color: #fff;
}

.each-products-wrap figure video {
  width: auto !important;
  max-width: 100%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@-webkit-keyframes loadingC {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: inline-block;
  }

  50% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: none;
  }
}

@keyframes loadingC {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: inline-block;
  }

  50% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: none;
  }
}

/* 13.10.23 css */
.home-product-sec:after {
  pointer-events: none;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-wraper {
  margin-left: 12px;
}

.cart-wraper>a {
  line-height: 1;
  color: #ffffff;
  margin-top: 2px;
  display: block;
  font-size: 16px;
  position: relative;
}

.product-description .product-pera p span {
  /*color: var(--themeBlue);*/
}

.product-description .product-pera p a {
  color: var(--themeBlue);
}

.product-description .product-pera p a:hover {
  color: var(--themeBlue);
}

.main-header .header-btn {
  margin: 0 0 0 15px;
}

.header-right {
  margin-left: 15px;
}

.cart-number {
  position: absolute;
  top: -6px;
  right: -7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--themeBlue);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  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;
  padding: 2px;
  text-align: center;
  display: inline-block;
}

/* 13.10.23 css */

/* support start 14/12/23 */
.product-footer-wraps {
  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-top: 15px;
}

.product-video-anchorsss {
  width: 100%;
  height: 100%;
}

.product-video-lisss {
  width: 25%;
  padding: 20px;
}

.product-video-ulsss {
  margin: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-footer-lft-txt,
.product-footer-rit-img i {
  color: #ffffff;
}

.product-video-list-results {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.product-video-list-results span {
  color: #868686;
  font-weight: 500;
  font-size: 12px;
  margin-left: 10px;
}

.product-video-ulsss-main-wraps {
  margin-top: 40px;
}

.vidcls {
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.vidcls source {
  width: 100%;
  height: 100%;
  display: block;
}

.video-modalsss .modal-body {
  padding: 60px 20px;
}

.video-modalsss .modal-dialog {
  max-width: 1000px;
}

.video-modalsss .modal-content {
  background-color: #2f2f2f;
  position: relative;
}

.play-vid-blksss-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.play-vid-blksss-footer-lft {
  width: 50%;
}

.play-vid-blksss-footer-rit {
  width: 50%;
}

.play-vid-blksss-footer-lft .product-description {
  padding: 0 40px 0 0;
  background: transparent;
  border-radius: 0;
  margin-top: 0;
}

.vdo-mdls-clsbtn {
  width: 30px;
  height: 30px;
  background: #1286ac;
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.play-vid-blksss-footer-lft .product-pera {
  margin-bottom: 0;
}

.play-vid-blksss-footer-rit .annual-dv {
  margin-top: 16px;
}

/* support end 14/12/23 */

/* support start 20/12/23 */
.product-heading-wrapss {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-wraps-ritimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  width: 20%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 10px;
}

.product-wraps-ritimg i {
  width: 15px;
  min-width: 15px;
}

.product-wraps-ritimg i img {
  width: 100%;
}

.product-wraps-ritimg span {
  padding-left: 6px;
  color: #ffffff;
  font-size: 14px;
}

.product-heading-wrapss h4 {
  margin-bottom: 0;
  width: 80%;
}

.product-heading-wrapss {
  margin-bottom: 16px;
}

.product-wraps-ritimg i {
  line-height: 0;
}

.related.products .product-wraps-ritimg {
  display: none;
}

.related.products .product-heading-wrapss h4 {
  width: 100%;
  margin-bottom: 16px;
}

.related.products .product-heading-wrapss {
  margin-bottom: 0;
  display: block;
}

/* support end 20/12/23 */

/* support start 9/2/24 */
.library-vdo figure video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  cursor: pointer;
}

.library-vdo figure img {
  display: none;
}

/* support end 9/2/24 */

.main-header ul.extra-menue li a {
  color: #fff;
}

.video-holder {
  position: relative;
  height: 100%;
}

.video-holder video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ban-arrow {
  margin-top: 200px;
  display: block;
  text-align: center;
  position: relative;
}

.banner figure.ban-arrow {
  height: auto !important;
}

.banner .ban-arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: 60px;
  height: auto;
  -webkit-animation: up_doewn 3s linear infinite;
  animation: up_doewn 3s linear infinite;
}

.banner .ban-arrow:before,
.banner .ban-arrow:after {
  display: none;
}

@-webkit-keyframes up_doewn {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes up_doewn {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.main-header .header-btn {
  display: inline-block;
  margin: 0 0 0 15px;
}

.header-btn {
  position: relative;
  padding: 10px 14px;
  overflow: hidden;

  padding-right: 40px;
  background: -o-linear-gradient(177.23deg, #1286ac 0%, var(--themeBlue) 99.6%);
  background: linear-gradient(272.77deg, #1286ac 0%, var(--themeBlue) 99.6%);
  border-radius: 100px;
  color: #fff;

  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  font-size: 14px;
}

.header-btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header-btn i:first-child {
  left: 16px;
  -webkit-transform: translate(-40px, -50%);
  -ms-transform: translate(-40px, -50%);
  transform: translate(-40px, -50%);
}

.header-btn:hover i:first-child {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.header-btn i:last-child {
  right: 16px;
}

.header-btn:hover i:last-child {
  -webkit-transform: translate(40px, -50%);
  -ms-transform: translate(40px, -50%);
  transform: translate(40px, -50%);
}

.header-btn:hover {
  padding-left: 40px;
  padding-right: 14px;
  color: #fff;
}

.main-header .bttnn {
  display: inline-block;
}

.header-right .dropdown .dropdown-toggle {
  padding: 0;
  color: #fff;
  border: none;
  outline: none;
  line-height: 1;
}

.header-right .dropdown .dropdown-toggle:hover,
.header-right .dropdown .dropdown-toggle:focus {
  border: none;
  outline: none;
}

.header-right .dropdown .dropdown-toggle i {
  font-size: 20px;
}

.header-right .dropdown .dropdown-toggle svg {
  fill: #fff;
}

.header-right .dropdown .dropdown-toggle:after {
  display: none;
}

.header-right .dropdown .dropdown-menu {
  top: 51px;
  left: -142px;
  background: #000;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 0;
}

.header-right .dropdown .dropdown-menu a {
  color: #fff;
}

.header-right .dropdown .dropdown-menu a:hover {
  background-color: transparent;
}

.page-template-price .banner.inner-banner,
.page-template-faqlist .banner.inner-banner {
  background-color: #2f2f2f;
}

/* .page-template-price .banner.inner-banner figure,
.page-template-faqlist .banner.inner-banner figure {
  opacity: 0;
} */

a.add_to_cart_disable {
  pointer-events: none;
}

body.single-product div.product p.price,
body.single-product .normal-variable-product .variations_form,
body.single-product .first-payment-date {
  display: none;
}

.download-bttnn_purchased {
  padding: 14px 41px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
  color: #ffffff;
  background: -o-linear-gradient(177.23deg, #1286ac 0%, var(--themeBlue) 99.6%);
  background: linear-gradient(272.77deg, #1286ac 0%, var(--themeBlue) 99.6%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: 200% !important;
}

.download-bttnn_purchased:hover {
  color: #ffffff;
  background-position-x: 100%;
}

.download-bttnn_purchased span {
  display: inline-block;
  margin-right: 21px;
}

.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward,
.woocommerce-notices-wrapper .woocommerce-error a.button.wc-forward {
  border-radius: 5px;
  color: #fff;
  background: -o-linear-gradient(358.12deg,
      #01b9f7 10.5%,
      #1187af 97.38%) !important;
  background: linear-gradient(91.88deg,
      #01b9f7 10.5%,
      #1187af 97.38%) !important;
}

#menu-header-right-menu {
  display: none;
}

.desktop-togger-menu {
  position: relative;
  margin-left: 20px;
}

.desktop-togger-menu ul {
  position: absolute;
  background: var(--darkGreyColor);
  padding: 14px 33px;
  width: 173px;
  z-index: 9;
  right: 0;
  top: 100%;
  border-radius: 10px;
  display: none;
  margin-top: 10px;
}

.desktop-togger-menu ul li:not(:last-child) {
  margin-bottom: 15px;
}

.desktop-togger-menu ul li a {
  display: inline-block;
  color: var(--whiteColor);
}

.desktop-togger-menu ul li a:hover {
  color: var(--themeBlue);
}

.btn_toggler {
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0;
  background: transparent;
  position: relative;
}

.btn_toggler span {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--whiteColor);
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn_toggler span::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 20px;
  height: 3px;
  background: var(--whiteColor);
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn_toggler span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 12px;
  height: 3px;
  background: var(--whiteColor);
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.btn_toggler.open .toggle-stick {
  background: transparent;
}

.btn_toggler.open span::after {
  width: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

.btn_toggler.open span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.header-right .dropdown button {
  width: 18px;
  height: 18px;
}

.header-right .dropdown {
  margin-right: 20px;
}

.header-right .cart-wraper a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 0;
}

.header-right .cart-wraper {
  margin-left: 0;
}

.banner-content h1 {
  text-transform: capitalize;
  color: var(--whiteColor);
  font-weight: normal;
  max-width: 751px;
  margin: 0 auto 15px auto;
  line-height: 1.2;
}

.banner-content h1::before {
  display: none;
}

.banner-content p {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 27px;
  color: var(--whiteColor);
}

.banner-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7.5px;
  margin-top: auto;
  padding-bottom: 89px;
}

.banner-counter .counter-item {
  width: calc(100% / 3);
  padding: 0 7.5px;
}

/* Rectangle 41937 */

.banner-form-detail input[type="text"] {
  background: url(images/search-icon.svg) no-repeat left 35px center rgba(255, 255, 255, 0.15);
  background-size: 18px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  color: var(--whiteColor);
  border: 0;
  font-weight: normal;
  font-size: 16px;
  height: 64px;
  padding-left: 70px;
}

.banner-form-detail input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: #ffffff;
}

.banner-form-detail input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
}

.banner-form-detail input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}

.banner-form-detail input[type="text"]:-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}

.banner-form-detail:before {
  display: none;
}

.banner-form-detail input[type="submit"] {
  background: var(--themeBlue);
  padding: 0 48px;
  border-radius: 10px;
  font-size: 16px;
  color: var(--blackColor);
  height: 50px;
  font-weight: normal;
}

.banner-form-detail input[type="submit"]:hover {
  background: var(--whiteColor);
  color: var(--blackColor) !important;
}

.ban-arrow {
  position: absolute;
  bottom: 130px;
  right: 51px;
  margin-top: 0;
  padding-bottom: 85px;
}

.ban-arrow span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--whiteColor);
  position: relative;
  display: inline-block;
}

.ban-arrow span::before {
  content: "";
  position: absolute;
  bottom: -85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 70px;
  border-radius: 50px;
  border: 1px solid var(--whiteColor);
}

.ban-arrow span::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  width: 4px;
  height: 10px;
  background: var(--whiteColor);
  margin: 0 auto;
  -webkit-animation: up_doewn 3s linear infinite;
  animation: up_doewn 3s linear infinite;
}

/* Scroll to discover */

.banner-social {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-social ul {
  padding-left: 0;
  margin-bottom: 0;
}

.banner-social ul li:not(:last-child) {
  margin-bottom: 40px;
}

.banner-social ul li a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 0;
}

.banner-social ul li a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(1148%) hue-rotate(156deg) brightness(92%) contrast(103%);
  filter: brightness(0) saturate(100%) invert(54%) sepia(54%) saturate(1148%) hue-rotate(156deg) brightness(92%) contrast(103%);
}

.banner-social ul li a img {
  width: 100%;
  height: 100%;
}

.counter-card {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  padding: 17px;
  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;
}

.counter-card .number {
  color: var(--themeBlue);
  font-size: 40px;
  max-width: calc(100% - 243px);
}

.counter-card p {
  max-width: 243px;
  font-size: 15px;
  color: var(--whiteColor);
  line-height: 1.2;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 0;
}

.home-product-sec {
  background: var(--blackColor);
}

.home-product-sec::before,
.home-product-sec::after {
  display: none;
}

.home-product-sec .heading {
  text-align: left;
  margin-bottom: 30px;
}

.home-product-sec .heading h2 {
  padding-bottom: 0;
  line-height: 1.2;
  margin-bottom: 0;
}

.home-product-sec .heading h2::before {
  display: none;
}

.each-products-wrap {
  padding: 13px 13px 37px;
}

.each-products-wrap figure {
  margin-bottom: 16px;
}

.each-products-wrap figure video,
.product-detail .each-products-wrap figure img {
  width: 100% !important;
  -o-object-fit: inherit;
  object-fit: inherit;
}

.each-products-wrap figure {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.product-detail [class*="col-"] {
  padding: 0 7.5px;
}

.product-detail .row {
  margin: 0 -7.5px;
}

.each-products-wrap h4 {
  font-size: 20px;
}

.each-products-cont-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;
}

.each-products-cont-wrap h4 {
  max-width: 214px;
  padding-right: 15px;
  padding-left: 0;
  border-left: 0;
}

.each-products-cont-wrap p {
  max-width: calc(100% - 214px);
  font-size: 14px;
}

.product-detail .btn-wrap {
  text-align: center;
  margin-top: 29px;
}

.cmn-btn {
  display: inline-block;
  background: var(--themeBlue);
  padding: 13px 47px;
  border-radius: 10px;
  font-size: 16px;
  color: var(--blackColor);
}

.cmn-btn:hover {
  background: var(--whiteColor);
  color: var(--blackColor);
}

.library {
  background-size: cover !important;
  padding-top: 129px;
  padding-bottom: 106px;
  position: relative;
}

.library::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(top,
      #000000 0%,
      rgba(0, 0, 0, 0.5) 30.61%,
      rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#000000),
      color-stop(30.61%, rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg,
      #000000 0%,
      rgba(0, 0, 0, 0.5) 30.61%,
      rgba(0, 0, 0, 0) 100%);
}

.library .heading-pera {
  position: relative;
  z-index: 2;
}

.heading h2:before {
  display: none;
}

.heading h2 {
  padding-bottom: 0;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.2;
}

.heading.heading-pera p {
  max-width: 100%;
}

.blog-sec h2 {
  color: var(--cmnHeadingColor);
  margin-bottom: 21px;
  line-height: 1.2;
  text-align: center;
}

.blog-sec .blog-row {
  --bs-gutter-x: 15px;
}

.blog-card {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 34px 13px;
  text-align: center;
}

.blog-card .blog-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  text-align: left;
}

.blog-card .blog-card-wrap h3 {
  font-size: 20px;
  color: var(--whiteColor);
  margin-bottom: 0;
  max-width: 63px;
  width: 100%;
}

.blog-card .blog-card-wrap p {
  color: var(--whiteColor);
  font-size: 14px;
  padding-left: 34px;
  max-width: calc(100% - 63px);
  width: 100%;
}

.faq-sec {
  background: var(--blackColor);
}

.faq-sec h2 {
  text-align: center;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: normal;
}

.faq-sec .accordion-item h2 {
  margin-bottom: 0;
}

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

.faq-sec .btn-wrap {
  text-align: center;
  margin-top: 39px;
}

.footer-top-detail {
  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;
}

.each-products-wrap:after {
  display: none;
}

/* inner banner section */

.inner-banner {
  position: relative;
}

.inner-banner .banner-content {
  padding-top: 0;
  height: auto;
}

.inner-banner .banner-content h1 {
  color: var(--whiteColor);
  text-transform: capitalize;
  font-weight: normal;
}

.inner-banner .container {
  height: auto;
}

.inner-banner figure {
  min-height: 410px;
}

.inner-banner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-height: 410px;
}

.inner-banner figure::before {
  background: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.652706) 44.11%,
      #000000 100%) !important;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0)),
      color-stop(44.11%, rgba(0, 0, 0, 0.652706)),
      to(#000000)) !important;
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.652706) 44.11%,
      #000000 100%) !important;
  height: 100%;
  width: 100%;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
}

.inner-banner figure::after {
  display: none;
}

.inner-banner .banner-social {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  top: auto;
  bottom: 0;
}

.inner-banner .ban-arrow {
  bottom: 0;
}

/* inner banner section */

/* about page styles  */

.about-us-content {
  background: var(--blackColor);
}

.about-us-content:nth-child(even) {
  background: var(--whiteColor);
}

.about-us-content .about-col-left figure {
  border-radius: 10px;
  overflow: hidden;
  min-height: 400px;
}

.about-us-content .about-col-left figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-height: 400px;
}

.about-us-content .about-right-cont {
  max-width: 652px;
  padding-left: 15px;
}

.about-us-content .about-right-cont h2 {
  line-height: 1.2;
  margin-bottom: 24px;
}

.about-us-content .about-right-cont p {
  margin-bottom: 25px;
}

.about-us-content .about-right-cont p:last-child {
  margin-bottom: 0;
}

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

.about-us-content:nth-child(even) .about-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-us-content:nth-child(even) .about-right-cont {
  padding-left: 0;
  padding-right: 15px;
}

.about-us-content:nth-child(even) .about-right-cont h2,
.about-us-content:nth-child(even) .about-right-cont p {
  color: var(--blackColor);
}

.abouus-cont-sec .about-us-content .playbttn {
  position: relative;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
  top: 0;
  left: 0;
  margin-top: 40px;
}

.abouus-cont-sec .about-us-content:last-child figure,
.abouus-cont-sec .about-us-content:last-child figure img {
  min-height: 583px;
}

/* about page styles  */

/* faq page style */

.faq {
  background: var(--blackColor);
}

.faq .faq-detail {
  margin-top: -80px;
}

/* faq page style */

/* contact page */

.contact {
  background: var(--blackColor);
}

.contact .contact-detail {
  padding: 0;
  padding-left: 55px;
  background: transparent;
}

.contact .contact-detail h2 {
  text-align: left;
  margin-bottom: 19px;
  line-height: 1.2;
}

.main-form_wrapper .ginput_container input[type="text"] {
  border-width: 0 0 1px 0;
  border-color: #3b3b3b;
  padding: 0 0 15px 0 !important;
  height: 40px;
}

.main-form_wrapper .ginput_container.ginput_container_textarea textarea {
  padding: 0 0 15px 0 !important;
  height: 40px !important;
  border-width: 0 0 1px 0;
  border-color: #3b3b3b;
}

.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
  margin-top: 0;
  margin-bottom: 40px;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}

.gform_legacy_markup_wrapper .gform_footer {
  margin-top: 0 !important;
}

.gform_legacy_markup_wrapper .gform_footer {
  text-align: left;
}

.gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
  height: 50px;
  background: var(--themeBlue);
  color: var(--blackColor);
  font-weight: normal;
  max-width: 151px;
  border-radius: 10px;
  width: 100% !important;
}

.gform_legacy_markup_wrapper .gform_footer input[type="submit"]:hover {
  background: var(--whiteColor);
}

.contact-col-left figure {
  border-radius: 10px;
  overflow: hidden;
  min-height: 511px;
}

.contact-col-left figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-height: 511px;
}

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

.gform_legacy_markup_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_legacy_markup_wrapper li.gfield_error textarea {
  border-width: 0 0 1px 0 !important;
  border-color: #790000 !important;
}

#gform_wrapper_1.gform_legacy_markup_wrapper div.validation_error {
  border-color: #790000;
  padding: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* contact page */

/* blog page */

.blog-listing-sec {
  background: var(--blackColor);
}

.filter-sec .nav-tabs {
  margin-bottom: 33px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}

.filter-sec .nav-tabs li button {
  padding: 8px 29px;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  border-radius: 10px;
  color: var(--whiteColor);
}

.filter-sec .nav-tabs li button.active {
  background: var(--darkGreyColor);
  color: var(--whiteColor);
}

.filter-sec .nav-tabs li:not(:last-child) {
  margin-right: 10px;
}

.filter-sec .blog-card {
  background: var(--darkGreyColor);
}

.filter-sec .blog-row {
  --bs-gutter-x: 15px;
  margin-bottom: -15px;
}

.filter-sec .blog-card .blog-card-wrap h3,
.filter-sec .blog-card .blog-card-wrap p {
  color: var(--whiteColor);
}

.filter-sec .blog-col {
  margin-bottom: 15px;
}

.filter-sec .blog-card .cmn-btn {
  margin-left: 34px;
}

.filter-sec {
  margin-top: -92px;
  position: relative;
  z-index: 2;
}

/* blog page */

/* shaders page  */

.tax-product_cat .listing {
  padding: 80px 0;
  background: var(--blackColor);
}

.tax-product_cat .listing-right {
  padding-left: 65px;
}

.tax-product_cat .listing-left {
  background: transparent;
}

/*
.tax-product_cat .listingdetail {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 12px;
} */

.tax-product_cat .listing-left-heading {
  background: transparent;
  padding: 0;
  margin-bottom: 30px;
  font-weight: normal;
  text-transform: capitalize;
}

.tax-product_cat .list {
  padding: 20px 24px;
}

.tax-product_cat .list h5,
.tax-product_cat .list span {
  color: var(--whiteColor);
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize;
}

.tax-product_cat .woof_container_inner_categories {
  background: var(--darkGreyColor);
  border-radius: 10px;
  padding: 24px;
}

.tax-product_cat .woof_container_inner_categories h4 {
  font-size: 20px;
  color: var(--whiteColor);
  font-weight: normal;
  text-transform: capitalize;
  padding-bottom: 17px;
  margin-bottom: 25px;
  border-bottom: 1px solid #353535;
}

.tax-product_cat ul.woof_list .woof_childs_list_li {
  border-left: 0;
  position: relative;
  margin-bottom: 20px;
}

.tax-product_cat ul.woof_list .woof_childs_list_li:last-child {
  margin-bottom: 0;
}

.tax-product_cat .woof_list .woof_radio_label {
  /* width: 100%; */
  position: relative;
  padding: 0 15px 0 0 !important;
  font-weight: normal;
  font-size: 20px;
  color: var(--whiteColor);
}

.tax-product_cat .woof_childs_list_opener {
  position: absolute;
  top: 17px;
  right: 0;
}

.tax-product_cat .woof_childs_list_opener span.woof_is_closed {
  background: url(images/down-arrow.svg) no-repeat center center;
  background-size: 100% 100% !important;
  width: 12px;
  height: 12px;
  line-height: 0;
  position: relative;
}

.tax-product_cat .woof_childs_list_opener span.woof_is_opened {
  background: url(images/down-arrow.svg) no-repeat center center;
  background-size: 100% 100% !important;
  width: 12px;
  height: 12px;
  line-height: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tax-product_cat .woof_radio_count {
  font-size: 20px;
  color: var(--whiteColor);
}

.tax-product_cat .woof_childs_list .woof_radio_label {
  font-size: 16px;
}

.tax-product_cat .woof_childs_list .woof_radio_count {
  font-size: 16px;
}

.tax-product_cat .listing-right-heading .banner-form-detail {
  background: transparent;
}

.tax-product_cat .search_tag {
  display: none;
}

.tax-product_cat .listing-right-heading .banner-form-detail input[type="text"] {
  padding-right: 20px;
}

.tax-product_cat .listing-right-detail {
  padding: 0;
}

.tax-product_cat .listing-right-heading .banner-form-detail {
  padding: 0;
}

.tax-product_cat .listing-checkbox {
  padding: 0;
  margin-top: 20px;
}

.tax-product_cat .form_input_radio label span {
  color: var(--whiteColor);
}

.tax-product_cat .woof_childs_list.woof_childs_list_62 {
  border: 0;
}

.tax-product_cat div.product {
  /* width: 50%; */
  width: 25%;
  margin-bottom: 15px;
}

.tax-product_cat .each-products-wrap {
  background: var(--darkGreyColor);
}

.tax-product_cat .each-products-wrap figure {
  padding: 16px;
  background: #252525;
  margin: -13px;
}

.tax-product_cat .each-products-wrap h4 {
  margin-top: 13px;
  padding-top: 14px;
  padding-left: 0;
  border-left: 0;
}

.tax-product_cat .each-products-wrap .download {
  position: relative;
  opacity: 1;
  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;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background: var(--themeBlue);
}

.tax-product_cat .each-products-wrap .download img {
  width: 12px;
  height: 12px;
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}

.tax-product_cat .each-products-wrap .download:hover {
  background: var(--whiteColor);
}

.tax-product_cat .each-products-wrap p {
  font-size: 14px;
}

.tax-product_cat .each-products-wrap {
  padding: 13px;
}

/* shaders page  */
/*support pp.c 13/3/2024*/
.banner-counter {
  position: relative;
  margin-top: -215px;
  z-index: 1;
}

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

.tax-product_cat ul.woof_list li:not(:last-child) {
  margin-bottom: 12px !important;
}

.tax-product_cat div.product {
  margin-bottom: 0;
}

.footer-top-detail ul.social li a:hover path.blackfill-socilsvg {
  fill: var(--whiteColor) !important;
}

.banner-social ul li a:hover path {
  fill: var(--themeBlue) !important;
}

.banner-social ul li a:hover path.blackfill-socilsvg {
  fill: var(--whiteColor) !important;
}

.desktop-togger-menu ul.navbar-nav li:first-child {
  margin-left: 5px;
}

/*support pp.c 13/3/2024*/
/*support pp.c 14/3/2024*/
.desktop-togger-menu ul.navbar-nav li a:after {
  content: none;
}

.single-product .product_details_page_wrap .content-area {
  background-color: var(--blackColor);
}

.single-product .related.products .each-products-wrap .download {
  position: relative;
  opacity: 1;
  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;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background: var(--themeBlue);
}

.single-product .related.products .each-products-wrap .download:hover {
  background-color: var(--whiteColor);
}

.single-product .related.products .each-products-wrap .download img {
  width: 12px;
  height: 12px;
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}

.single-product .related.products .each-products-wrap {
  padding: 13px 13px 13px;
  background: var(--darkGreyColor);
}

.single-product .related.products .each-products-wrap figure {
  padding: 16px;
  background: #252525;
  margin-left: -13px;
  margin-right: -13px;
  margin-top: -13px;
}

.wocommerce-black-wrpar .library,
.wocommerce-black-wrpar .library {
  background-color: var(--blackColor);
}

.woocommerce-account .wocommerce-black-wrpar .heading.heading-pera {
  margin-bottom: 0;
}

.woocommerce-account .wocommerce-black-wrpar .woocommerce-form {
  background-color: #141414;
  border-radius: 10px;
  border: none;
  margin-bottom: 0;
}

.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
}

.wocommerce-black-wrpar input[type="text"],
.wocommerce-black-wrpar input[type="tel"],
.wocommerce-black-wrpar input[type="search"],
.wocommerce-black-wrpar input[type="password"],
.wocommerce-black-wrpar input[type="email"],
.wocommerce-black-wrpar input[type="url"],
.wocommerce-black-wrpar input[type="date"],
.wocommerce-black-wrpar input[type="file"],
.wocommerce-black-wrpar select {
  border: 1px solid #3b3b3b;
}

.wocommerce-black-wrpar .button[type="submit"] {
  padding: 14px 30px;
  background: var(--themeBlue);
  color: var(--blackColor);
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.wocommerce-black-wrpar .button[type="submit"]:hover {
  background: var(--whiteColor);
  color: var(--blackColor);
}

.single-product .product-description .single_add_to_cart_button {
  background: var(--themeBlue) !important;
  color: var(--blackColor) !important;
  border-radius: 10px;
  text-align: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-weight: 400;
}

.single-product .product-description .single_add_to_cart_button:hover {
  background: var(--whiteColor) !important;
  color: var(--blackColor) !important;
}

.single-product .product-description .radiobtn-custm label input[type="radio"]+span.default-chech-btn {
  background: var(--themeBlue) !important;
}

.woocommerce-lost-password .lost_reset_password {
  background-color: #141414;
  border-radius: 10px;
  padding: 45px 30px 30px 30px;
  max-width: 900px;
  margin: 0 auto;
}

.woocommerce-lost-password form .form-row-first {
  width: 80%;
}

.single-product .related.products .each-products-wrap h4 {
  border-left: 0;
  padding-left: 0;
}

.single-product .woocommerce-error,
.single-product .woocommerce-info,
.single-product .woocommerce-message {
  background: #222222;
  color: var(--whiteColor);
}

.single-product .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward,
.single-product .woocommerce-notices-wrapper .woocommerce-error a.button.wc-forward {
  background: var(--themeBlue) !important;
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 400;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward:hover,
.single-product .woocommerce-notices-wrapper .woocommerce-error a.button.wc-forward:hover {
  background: var(--whiteColor) !important;
  color: var(--blackColor);
}

.wocommerce-black-wrpar table.shop_table {
  background: #141414;
}

.wocommerce-black-wrpar .library .woocommerce table.shop_table td,
.wocommerce-black-wrpar .library .woocommerce table.shop_table th,
.wocommerce-black-wrpar .library .woocommerce table.shop_table {
  border-color: rgba(255, 255, 255, 0.3);
}

.woocommerce-cart table.shop_table .coupon #coupon_code {
  width: 47%;
  height: 49px;
  padding: 4px 8px;
  border-radius: 10px;
}

.woocommerce-cart table.shop_table .coupon .button {
  padding: 14px 22px;
  font-size: 15px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background: var(--themeBlue);
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--whiteColor);
  color: var(--blackColor);
}

.woocommerce-cart .library .heading-pera,
.woocommerce-checkout .library .heading-pera {
  margin-bottom: 0;
}

.woocommerce-cart .wocommerce-black-wrpar .product-thumbnail a {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 6px;
  background-color: #242424;
}

.woocommerce-cart .wocommerce-black-wrpar .product-thumbnail {
  text-align: center;
}

.woocommerce-cart .wocommerce-black-wrpar .product-thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.woocommerce-cart table.shop_table .coupon {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.woocommerce-cart table.shop_table .actions .button:disabled[disabled] {
  padding: 14px 18px;
}

.woocommerce-cart table.shop_table .product-quantity {
  display: none;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  background: #141414;
  padding: 15px;
}

.woocommerce-checkout .woocommerce-checkout-payment#payment {
  background: #141414;
  color: var(--whiteColor);
}

.woocommerce-checkout .woocommerce-checkout-payment#payment p {
  color: var(--whiteColor);
}

.woocommerce-checkout .woocommerce-checkout-payment #place_order {
  background-color: var(--themeBlue);
  color: var(--blackColor);
  font-size: 16px;
  font-weight: 400;
}

.woocommerce-checkout .woocommerce-checkout-payment #place_order:hover {
  background-color: var(--whiteColor);
  color: var(--blackColor);
}

.woocommerce-checkout .woocommerce-input-wrapper .select2-container.select2-container--default .selection .select2-selection--single {
  border: 1px solid #3b3b3b;
}

.woocommerce-checkout .library .woocommerce-info {
  background: #141414;
  color: var(--whiteColor);
}

.woocommerce-account .library .woocommerce table .button,
.woocommerce-account .library .woocommerce-MyAccount-content .button {
  background: var(--themeBlue);
  color: var(--blackColor);
  font-weight: 400;
}

.woocommerce-account .library .woocommerce table .button:hover,
.woocommerce-account .library .woocommerce-MyAccount-content .button:hover {
  background: var(--whiteColor);
  color: var(--blackColor);
}

.woocommerce-account .library .woocommerce-MyAccount-content .button {
  padding: 12px 24px;
  border-radius: 6px;
}

.woocommerce-account .library .woocommerce-MyAccount-content .woocommerce-Pagination a.woocommerce-button {
  background: var(--themeBlue);
  color: var(--blackColor);
  font-weight: 400;
}

.woocommerce-account .library .woocommerce-MyAccount-content .woocommerce-Pagination a.woocommerce-button:hover {
  background: var(--whiteColor);
  color: var(--blackColor);
}

.woocommerce-account .avl_dwnlds_link li a.bttnn {
  background: var(--themeBlue);
  color: var(--blackColor);
  font-weight: 400;
}

.woocommerce-account .avl_dwnlds_link li a.bttnn:hover {
  background: var(--whiteColor);
  color: var(--blackColor);
  font-weight: 400;
}

.tax-product_cat nav.woocommerce-pagination ul li {
  border: 0;
}

.tax-product_cat nav.woocommerce-pagination ul {
  border: 0;
}

.tax-product_cat nav.woocommerce-pagination ul li:not(:last-child) {
  margin-right: 7px;
}

.tax-product_cat .page-numbers li .page-numbers {
  width: 35px;
  height: 35px;
  font-size: 15px;
  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-color: #141414;
  color: var(--whiteColor);
  border-radius: 4px;
}

.tax-product_cat .page-numbers li .page-numbers:hover,
.tax-product_cat .page-numbers li .page-numbers.current {
  background-color: var(--themeBlue);
  color: var(--blackColor);
}

.blogdeatils-sec {
  background-color: var(--blackColor);
}

.blg-dtls-imgbox {
  padding: 10px;
  max-width: 900px;
  width: 100%;
  height: 400px;
  background-color: #141414;
  border-radius: 10px;
  margin: 0 auto 30px auto;
}

.blogdeatils-wrpr {
  max-width: 1100px;
  margin: 0 auto;
}

.blg-dtls-imgbox img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blg-dtl-headerbx {
  text-align: center;
  margin-bottom: 45px;
}

.blg-dtl-headerbx h2 {
  margin-bottom: 15px;
}

.blgdtls-postbox p a {
  color: var(--themeBlue);
}

.blgdtls-contbox ul {
  margin-bottom: 15px;
  padding-left: 0;
}

.blgdtls-contbox ul li:not(:last-child) {
  margin-bottom: 12px;
}

.blgdtls-contbox a {
  color: var(--themeBlue);
}

.blgdtls-contbox a:hover {
  color: #bfbfbf;
}

.blgdtls-contbox ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}

.blgdtls-contbox ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: var(--themeBlue);
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 7px;
}

.blgdtls-postbox {
  font-style: italic;
  font-weight: 600;
}

.blgdtls-postbox a:hover {
  color: #bfbfbf;
}

.woocommerce-account .addresses .title h3 {
  font-size: 25px;
}

.woocommerce-account .library .woocommerce-MyAccount-content .select2-container .select2-selection--single {
  border-color: #3b3b3b;
}

.woocommerce-account .woocommerce-MyAccount-content .shop_table .order-number a {
  color: var(--themeBlue);
}

.woocommerce-account .woocommerce-MyAccount-content .shop_table .order-number a:hover {
  color: #ffffff;
}

.tax-product_cat .listing-right .woocommerce-info {
  margin-top: 5px;
}

.page-template-default .heading.heading-pera {
  margin-bottom: 0;
}

.page-template-default .inner-banner .banner-content h1 {
  max-width: 753px;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #141414;
  color: var(--whiteColor);
}

.woocommerce-account .woocommerce-table--order-details ul.wc-item-meta {
  padding-left: 0;
}

.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li.wc_payment_method {
  color: var(--whiteColor);
}

.woocommerce-checkout .woocommerce-checkout-payment#payment li .payment_box p {
  color: var(--blackColor);
}

.woocommerce-checkout .woocommerce-checkout-payment#payment li .payment_box p a {
  color: var(--themeBlue);
}

.woocommerce-checkout .woocommerce-checkout-payment#payment li .payment_box {
  background-color: #e4e4e4;
}

.woocommerce-checkout .woocommerce-checkout-payment#payment li .payment_box::before {
  border-bottom-color: #e4e4e4;
}

.woocommerce-checkout .woocommerce-checkout-payment#payment li .payment_box p a:hover {
  color: #575757;
}

.tax-product_cat .listing-right-heading .banner-form-detail input[type="text"] {
  width: 100%;
}

.tax-product_cat .tagntext_search .banner-form-detail {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.tax-product_cat .tagntext_search .banner-form-detail .chosen-container-multi {
  margin-top: 15px;
  width: 100%;
  order: 1;
}

.tax-product_cat .tagntext_search .banner-form-detail #datafetch ul:empty {
  padding: 0;
}

.tax-product_cat .tagntext_search .banner-form-detail #datafetch .search_tag {
  display: block;
}

.tax-product_cat .tagntext_search .banner-form-detail .chosen-container-multi ul {
  border: none;
}

/*support pp.c 14/3/2024*/
/*support pp.c 15/3/2024*/
.single-product .product-video-lisss .product-video-anchorsss {
  background-color: var(--darkGreyColor);
  border-radius: 10px;
  display: inline-block;
  height: 100%;
}

.single-product .product-video-lisss .product-video-anchorsss:hover figure {
  border: 2px solid var(--themeBlue);
}

.single-product .product-video-lisss .product-video-anchorsss:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  border-radius: 10px 10px 0 0;
}

.single-product .product-video-lisss .product-video-anchorsss figure {
  padding: 13px;
  height: 300px;
  border-radius: 10px 10px 0 0;
  background-color: #252525;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.single-product .product-video-lisss .product-video-anchorsss figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-product .product-video-lisss .product-video-anchorsss .product-footer-wraps {
  padding: 16px;
}

.single-product .product-video-ulsss .video-modalsss .single_add_to_cart_button {
  background: var(--themeBlue) !important;
  color: var(--blackColor) !important;
  border-radius: 10px;
  text-align: center;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.single-product .product-video-ulsss .video-modalsss .single_add_to_cart_button:hover {
  background: var(--whiteColor) !important;
}

.single-product .product-video-ulsss {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}

.single-product .product-video-ulsss .modal .radiobtn-custm label input[type="radio"]+span.default-chech-btn {
  background: var(--themeBlue) !important;
}

.single-product .categories_sec_wrap ul,
.single-product .tag_sec_wtap ul {
  margin-bottom: -6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-product .categories_sec_wrap li,
.single-product .tag_sec_wtap li {
  padding-bottom: 6px;
}

/*support pp.c 15/3/2024*/


/* Support sb 20.3.24 */
.video-height-modify .each-products-wrap a figure {
  height: inherit;
  padding-top: 100%;
  position: relative;
}

.video-height-modify .each-products-wrap a figure video {
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  transform: none;
}

.video-height-modify .each-products-wrap a:hover figure video {
  z-index: 4;
}

.video-height-modify .each-products-wrap a figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.video-height-modify .each-products-wrap a:hover figure img {
  transition: all 0.3s ease-in-out;
}

.product-det-row {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}

.product-det-row .product-col {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.each-product-cont-normal {
  flex-direction: column;
}

.each-product-cont-normal h4 {
  max-width: 100%;
}

.each-product-cont-normal p {
  max-width: 100%;
}

.prod-new-btn {
  max-width: 230px;
  margin-top: 20px !important;
}

/* .banner-bg {
  background-color: #000;
} */

.banner-bg {
  min-height: 410px;
  background-color: #000 !important;
}

/* .tax-product_cat div.product {
  width: 25%;
  margin-bottom: 15px;
} */

.tax-product_cat .listingdetail {
  max-width: 100%;
}

.tax-product_cat .listing-right {
  padding-right: 15px;
}

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



/* Support sb end 20.3.24 */

/* 22.03.2024 */
.product-video-anchorsss figure {
  position: relative;
}

.product-video-anchorsss figure video {
  width: 100% !important;
  border: 0 !important;
  object-fit: cover;
  position: absolute;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  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;
}

.pop-prdct-name {
  font-size: 25px;
  color: var(--themeBlue);
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}

.product-video-anchorsss:hover figure video {
  opacity: 1;
}

.product-video-anchorsss:hover figure img {
  opacity: 0;
  display: none;
}

/* 22.03.2024 */

/* 27.03.2024 */
.product-detail .each-products-wrap figure {
  height: 320px;
}

/* 27.03.2024 */


/* 28.3.24 */

.tax-product_cat .each-products-wrap .product-heading-wrapss h4 {
  margin-top: 0;
  padding-top: 0;
}

.tax-product_cat .product-heading-wrapss {
  align-items: flex-start;
}

.tax-product_cat .each-products-wrap figure {
  margin-bottom: 14px;
}

/* 28.3.24 */

/* support 13-08-2024 start KM */
.product-detail .each-products-wrap figure,
.single-product .product-video-lisss .product-video-anchorsss figure {
  height: auto !important;
}

/* support 13-08-2024 end KM */

/* AD 30/08/2024 */
.single-product .product-video-lisss .product-video-anchorsss figure {
  padding-top: 95.58%;
}

.single-product .product-video-anchorsss figure video {
  height: 100% !important;
}

.single-product .product-video-lisss .product-video-anchorsss figure img {
  position: absolute;
  top: 0;
  left: 0;
}

.blogdeatils-wrpr p:has(iframe:only-child) {
  position: relative;
  padding-top: 56.2%;
}

.blogdeatils-wrpr p>iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

.blog-sec.cmn-gap {
  background-color: var(--blackColor);
}

.blog-sec.cmn-gap h2 {
  color: var(--whiteColor);
}

.blog-card .blog-card-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.blog-sec.cmn-gap .blog-card {
  padding-left: 25px;
  padding-right: 25px;
}

.blog-card .blog-card-wrap h3 {
  margin-bottom: 15px;
  max-width: 100%;
}

.blog-card .blog-card-wrap p {
  padding-left: 0;
  max-width: 100%;
}

.lincs-table-wpr {
  width: 100%;
  overflow: auto;
}

.lincs-table-wpr table {
  border: 1px solid #666666;
  font-size: 16px;
  min-width: 980px;
}

.lincs-table-wpr table th {
  padding: 10px 20px;
  border-right: 1px solid #aeaeae;
  border-bottom: 1px solid #666;
  background-color: var(--themeBlue);
  font-weight: 600;
  font-size: 18px;
}

.lincs-table-wpr table td {
  padding: 10px 20px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  vertical-align: top;
}

.lincs-table-wpr table th:last-child,
.lincs-table-wpr table td:last-child {
  border-right: 0;
}

.lincs-table-wpr table tbody tr:last-child td {
  border-bottom: 0;
}

.lincs-table-wpr table th:first-child {
  width: 190px;
}

.lincs-table-wpr table th:nth-child(2) {
  width: 140px;
}

.lincs-table-points {
  margin-top: 30px;
}

.lincs-table-points p {
  margin-bottom: 20px;
}

.lincs-table-points ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.lincs-table-points ul li {
  list-style: disc;
  margin-bottom: 8px;
}

/* AD 30/08/2024 END */


/* sg-03-sep-2024 */

.library::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(30.61%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.5) 30.61%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0.5) 30.61%, rgba(0, 0, 0, 0) 50%);
}

.blog-card {
  background: -o-linear-gradient(top, #414141 0%, #141414 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#414141),
      to(#141414));
  background: linear-gradient(180deg, #414141 0%, #141414 100%);
}

.tax-product_cat .listing {
  min-height: 100vh;
}

/* sg-03-sep-2024 */


/* satwik 6_9_24 */

.play-vid-blksss {
  text-align: center;
}

.productimages-bgsss-novideo {
  margin: 0 auto;
}

/* satwik 6_9_24 end */


/* SS170924 Begin */

.accr-vdo-wrp {
  display: flex;
  justify-content: center;
}

.accr-vdo-wrp .accr-vdo-inr-wrp {
  height: 300px;
  width: 550px;
}

.accr-vdo-wrp .accr-vdo-inr-wrp iframe {
  width: 100%;
  height: 100%;
}

.accr-vdo-inr-wrp p {
  width: 100%;
  height: 100%;
  text-align: center;
}

/* End Of SS170924 */

/* SM 20_11_24 */

.library .woocommerce .second-btn,
.library .woocommerce .first-btn {
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 14px 24px;
  background: var(--themeBlue);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.library .woocommerce .second-btn:hover,
.library .woocommerce .first-btn:hover {
  background: var(--whiteColor);
  color: var(--blackColor) !important;
}

.library .woocommerce .second-btn {
  margin-left: 15px;
}

/* SM 20_11_24 end */

/* SM 21_11_24 start */

.tree-list {
  text-align: left;
}

.tree-list>li {
  font-size: 16px;
  position: relative;
  padding: 0;
  margin: 0 0 5px !important;
  font-weight: normal;
  color: var(--whiteColor);
  text-transform: capitalize;
  line-height: 1.5;
}

.tree-list>li:last-child {
  margin: 0 0 0px !important;
}

.tree-list>li span {
  color: var(--whiteColor);
  line-height: 1.5;
}

.tree-sub-menu {
  padding: 20px 0 20px 20px !important;
}

.tree-sub-menu li {
  margin-bottom: 0;
}

.tree-sub-menu li a {
  background: var(--themeBlue);
  color: var(--blackColor) !important;
  font-weight: 400;
  padding: 12px 15px;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.tree-sub-menu li a:hover {
  background: var(--whiteColor) !important;
  color: var(--blackColor) !important;
}

.tree-sub-menu.tree-sub-menu-children {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tree-flex-wrap {
  display: flex;
  align-items: center;
  background: #353535;
  padding: 8px 10px;
  justify-content: space-between;
  margin-bottom: 15px;
}

.tree-heading {
  padding-bottom: 17px;
  margin-bottom: 25px;
  border-bottom: 1px solid #353535;
  text-align: left;
}

.tree-heading span {
  font-size: 20px;
  color: var(--whiteColor);
  font-weight: normal;
  text-transform: capitalize;
  text-align: left;
}

.tree-flex-wrap h5 {
  padding: 0 15px 0 0;
  margin-bottom: 0 !important;
}

/* SM 21_11_24 end */
/* 26 NOV 2024 START  PRODUCT FILTER BACKGROUND COLOR DARK*/
.post-type-archive-product .listing-right-heading .banner-form-detail,
.post-type-archive-product .listing,
.bgblack {
  background: var(--blackColor);
}

/* 26 NOV 2024 END */

/* ASSETS LIST START */
.woocommerce-account .modal-backdrop {
  display: none;
}

.assets-modal {
  background: #000000d4;
}

.assets-modal .modal-header .btn-close {
  filter: brightness(0) invert(1);
  outline: none !important;
  box-shadow: none !important;
}

.assets-button-list .button {
  margin: 4px 1px !important;
}

.assets-modal .modal-content {
  background: #1a1a1a;
  border: 1px solid #3c3c3c;
}

.assets-list {
  padding-bottom: 50px;
}

.assets-box {
  position: relative;
  cursor: pointer;
}

.hover-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background: #000 url(images/search.png) no-repeat center / 20px;
  opacity: 0;
  transition: all 300ms ease-in-out;
  border-radius: 0 0 10px 0;
}

.assets-box:hover .hover-icon {
  opacity: 1;
}

.assets-img-wrap {
  position: relative;
  margin: 0 0 15px;
  padding-top: 72%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #363636;
}

.assets-img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.assets-title {
  font-size: 16px;
  line-height: normal;
}

.assets-row {
  --bs-gutter-y: 1.5rem;
}

/* ASSETS LIST END */


/* 10.12.24 Css Start */
.woocommerce-order-received .library {
  padding-top: 0;
}

.woocommerce-order-received .woocommerce-order-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: -5px -1em;
}

.woocommerce-order-received .woocommerce-order-overview li {
  margin: 10px 1em;
}


/* 10.12.24 Css End */


/* SM 19_12_24 */

.page-template-installation .faq .faq-detail {
  margin-top: 0;
}

.page-template-installation .inner-marge {
  min-height: 100vh;
  background: var(--blackColor);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-template-installation .faq.cmn-gap2 {
  width: 100%;
}

.assets-modal .assets-button-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.assets-modal .assets-button-list a.button {
  width: calc(50% - 5px);
  border: none;
  margin: 0 0 10px !important;
}

/* popup scrall */
.assets-modal .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #00b2ed #ffffff49;
  scroll-behavior: smooth;
}

.assets-modal .modal-dialog-scrollable .modal-body:-webkit-scrollbar {
  width: 10px;
  scrollbar-color: #00b2ed #ffffff49;
  border-radius: 50px;
  background-clip: padding-box;
}

.assets-modal .modal-dialog-scrollable .modal-body:-webkit-scrollbar-track {
  background: #ffffff49;
  width: 6px;
}

.assets-modal .modal-dialog-scrollable .modal-body:-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-clip: padding-box;
  border: 0;
  background: #00b2ed;
}

.assets-modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  background-clip: padding-box;
  border: 0;
  background: #ffffff49;
  border-radius: 50px;
  width: 6px;
}

/* popup scrall end */

/* SM 19_12_24 end */




/* Support Start 12-05-25 */

.page-template-home-new, .page-template-home {
  background-color: #000;
}

.page-template-home-new .banner.inner-banner.banner-bg {
  display: none;
}

.new-banr-sec-main {
  position: relative;
  min-height: 600px;
  z-index: 1;
}

.video-holder-new {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-content.banner-content-new {
  padding-top: 16px;
}

.banner-content.banner-content-new h1 {
  font-size: 50px;
}

.video-holder-new video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.new-cmn-head {
  margin-bottom: 50px;
}

.abt-main-card {
  padding: 10px 20px 40px;
  border-radius: 20px;
  background: #181818;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.abt-main-card-cont-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.abt-main-card-btn .cmn-btn {
  padding: 13px 18px;
}

.abt-main-card-cont {
  width: 72%;
}

.abt-main-card-cont h3 {
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 1.1;
}

.abt-inn-card {
  position: relative;
}

.abt-inn-card a {
  display: block;
}

.abt-inn-card figure {
  padding-top: 100%;
  position: relative;
  height: auto !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.abt-inn-card figure video {
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.abt-inn-card figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.abt-inn-card a:hover figure img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.abt-inn-card a:hover figure video {
  opacity: 1;
}

.abt-main-card-vid {
  position: relative;
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 100%;
}

.abt-main-card-vid video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.abt-main-row {
  --bs-gutter-y: 30px;
}

.abt-main-card.vid {
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
}

.splide__slide {
  padding: 10px;
}

.splide.asstes_splide {
  visibility: visible;
}

.asstes_splide .abt-inn-card {
  width: 100%;
  /* height: 100px; */
}

.abt-inn-card-row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

/* Support End 12-05-25 */


/*responsive*/

@media (min-width: 2400px) {
  .library {
    min-height: 60vh;
  }
}

@media (min-width: 1199px) {
  .single-product .related.products .products .product {
    width: 33.3%;
  }


}

@media (min-width: 1440px) {
  .container.full-container {
    max-width: 1426px;
  }
}
@media (min-width: 1400px) {
  .counter-card .number {
    font-size: 60px;
  }

  .counter-card {
    padding: 17px 28px;
  }

  /*support pp.c 13/3/2024*/
  /* .archive .tax-product_cat .listingdetail {
    max-width: 1320px;
  } */

  /*support pp.c 13/3/2024*/
  /*
  .tax-product_cat .listingdetail {
    max-width: 1320px;
  } */

  /* Support sb 20.3.24 */

}

@media (max-width: 1280px) {
  .ban-arrow {
    right: 12px;
  }

  .banner-social {
    left: 25px;
  }

  .tax-product_cat div.product {
    width: 33.33%;
  }
}

@media (max-width: 1199px) {
  .main-header .container-fluid {
    padding: 0 12px;
  }

  .navbar-nav>li>a {
    font-size: 11px;
    padding: 16px 5px;
  }

  .header-right {
    margin-left: 0;
  }

  .main-header ul.extra-menue li a {
    padding: 16px 0;
  }

  .navbar-nav>li {
    margin: 0 3px;
  }

  .bttnn {
    font-size: 11px;
    padding: 7px 9px;
  }

  .main-header ul.extra-menue li {
    margin-right: 25px;
  }

  .navbar-brand {
    width: 130px;
  }

  .main-header ul.extra-menue {
    margin-left: auto;
  }

  .product-detail [class*="col-"] {
    padding: 24px 12px;
  }

  .product-detail .row {
    margin: -24px -12px;
  }

  .bttnn2 {
    padding: 13px 8px;
    font-size: 13px;
  }

  .pricing-detail [class*="col-"] {
    padding: 24px 12px;
  }

  .pricing-detail .row {
    margin: -24px -12px;
  }

  .price-top h5 {
    font-size: 26px;
  }

  .subscription_price_wrap {
    padding: 30px 15px 45px;
  }

  h1 {
    font-size: 54px;
  }

  .listing-left {
    width: 235px;
  }

  .listing-right {
    width: calc(100% - 235px);
  }

  .list {
    padding: 12px 20px;
  }

  .list-bar {
    padding: 12px 20px;
  }

  .tag {
    padding: 11px 25px;
  }

  .tag ul li {
    margin-left: 11px;
  }

  .tag ul {
    width: calc(100% - 90px);
  }

  .plan-left-detail .plan-choose h5 {
    font-size: 18px;
  }

  .plan-select {
    max-width: auto;
  }

  .plan-select .plan-selection li {
    padding: 6px 25px;
  }

  .banner-content.inner-banner-content h1 {
    font-size: 54px;
  }

  .plan-left-detail .plan-list li:nth-child(even) {
    max-width: 324px;
    margin-left: auto;
    width: 58%;
  }

  .plan-left-detail .plan-list li:nth-child(odd) {
    width: 41%;
  }

  .banner-content.inner-banner-content h1 {
    line-height: 1.3;
  }

  /* 30.09.22 */

  .thwvsf-rad-li .th-label-radio {
    padding: 6px 25px !important;
  }

  /* update 14/10/2022 start */
  .avl_tot_pnt p {
    font-weight: 18px;
  }

  /* support start 6-10-23 */
  .tag-bttnn {
    padding: 6px 12px;
  }

  /* support end 6-10-23 */

  /* support start 16-10-23 */
  .vdo-btnss {
    bottom: 16px;
  }

  /* support end 16-10-23 */

  .ban-arrow {
    bottom: 225px;
  }

  .counter-card .number {
    max-width: 100%;
  }

  .counter-card p {
    padding-left: 0;
  }

  .each-products-cont-wrap h4 {
    max-width: 100%;
    padding-right: 0;
  }

  .each-products-cont-wrap p {
    max-width: 100%;
  }

  .blog-card .blog-card-wrap p {
    padding-left: 15px;
  }

  .footer-logo {
    max-width: 180px;
  }

  .footer-top-detail ul.footer-menu li {
    margin-right: 30px;
  }

  .footer-top-detail ul.social li {
    margin-right: 30px;
  }

  /*support pp.c 13/3/2024*/
  .banner-counter {
    position: relative;
    margin-top: -219px;
    z-index: 1;
  }

  .contact .contact-detail {
    padding-left: 0;
  }

  .contact-col-left figure,
  .contact-col-left figure img {
    min-height: 470px;
  }

  .filter-sec .nav-tabs li button {
    padding: 8px 20px;
    font-size: 18px;
  }

  .tax-product_cat .woof_container_inner_categories {
    padding: 15px;
  }

  .tax-product_cat .listing-right {
    padding-left: 20px;
  }

  .tax-product_cat .woof_list .woof_radio_label {
    font-size: 16px;
    line-height: 1.2;
  }

  .tax-product_cat .woof_radio_count {
    font-size: 16px;
    line-height: 1.2;
  }

  .tax-product_cat ul.woof_list .woof_childs_list_li:not(:last-child) {
    margin-bottom: 12px !important;
  }

  .tax-product_cat .list {
    padding: 15px 15px;
  }

  .tax-product_cat .woof_childs_list_opener {
    top: 6px;
  }

  /* .tax-product_cat .listingdetail {
    max-width: 960px;
  } */

  .tax-product_cat .woof_childs_list .woof_radio_label {
    font-size: 14px;
  }

  .desktop-togger-menu ul.navbar-nav {
    padding: 14px 14px;
  }

  .desktop-togger-menu ul.navbar-nav li a {
    font-size: 15px;
    padding: 0 0;
  }

  /*support pp.c 13/3/2024*/
  /*support pp.c 14/3/2024*/
  .woocommerce-account .addresses .title h3 {
    font-size: 20px;
  }

  /*support pp.c 14/3/2024*/
  /*support pp.c 15/3/2024*/
  .single-product .product-video-lisss .product-video-anchorsss figure {
    height: 260px;
  }

  .single-product .product-video-ulsss-main-wraps .product-video-ulsss {
    margin: -12px;
  }

  .single-product .product-video-ulsss-main-wraps .product-video-lisss {
    padding: 12px;
  }

  .single-product .product-video-lisss .product-video-anchorsss .product-footer-wraps {
    padding: 16px 12px;
  }

  .single-product .product-video-lisss .product-video-anchorsss figure {
    padding: 12px;
  }

  /*support pp.c 15/3/2024*/

  /* support sb 20.3.24 */

  /* .tax-product_cat div.product {
    width: 33.33%;
  } */

  .faq .faq-detail {
    margin-top: -10px;
  }

  /* support end sb 20.3.24 */


  /* AD 30/08/2024 END */
  .single-product .product-video-lisss .product-video-anchorsss figure {
    padding: 95.58% 0 0;
  }

  /* AD 30/08/2024 END */

  /* Support Start 13-05-25 */

  .new-banr-sec-main {
    min-height: 540px;
  }

  .new-banr-sec-main .ban-arrow {
    bottom: 85px;
  }

  .banner-content.banner-content-new h1 {
    font-size: 48px;
  }

  .new-banr-sec-main .banner-content p {
    font-size: 16px;
  }

  .new-banr-sec-main .banner-form-detail {
    max-width: 647px;
  }

  /* .new-cmn-head h2{
    font-size: 36px;
  } */
  .new-cmn-head {
    margin-bottom: 40px;
  }

  .abt-main-card-cont {
    width: 100%;
    margin-bottom: 20px;
  }

  .abt-main-card {
    padding: 10px 20px 30px;
    border-radius: 10px;
  }

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

  /* Support End 13-05-25 */
}

@media (max-width: 1024px) {

  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 20px;
    width: 10px;
    height: 10px;
    background: url(images/drop.svg) center center no-repeat;
    display: block;
    background-size: 8px;
    cursor: pointer;
  }

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

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu.show {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  /* navbar end*/

  /**Support ayan 271023**/

  .product-detail .each-products-wrap figure {
    height: auto;
  }

  /* support start 14/12/23 */
  .video-modalsss .modal-dialog {
    max-width: inherit;
  }

  /* support end 14/12/23 */
}

@media (max-width: 991px) {

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 13px;
    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;
  }

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

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

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

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #2f2f2f;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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 0 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

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

  .main-header ul.extra-menue {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 0 40px 0;
  }

  .main-header ul.extra-menue li {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #686868;
  }

  .main-header ul.extra-menue li a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
    color: #ffffff;
  }

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

  .navbar-nav>li {
    border-bottom: 1px solid #686868;
  }

  .main-header ul.extra-menue li a:after {
    display: none;
  }

  .main-header ul.extra-menue li.extra-menue-heilight a,
  .main-header ul.extra-menue li a:hover {
    color: var(--themeBlue);
    background: #1a1a1a;
  }

  .main-header {
    padding: 9px 0;
  }

  .header-right {
    margin-right: 25px;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .navbar-toggler {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
  }

  .banner .banner-form-detail {
    margin-bottom: 0;
  }

  .banner .banner-form {
    margin-bottom: 35px;
  }

  .heading h2 {
    line-height: 1.3;
  }

  .incradible-detail {
    padding: 60px 35px;
  }

  .product-detail .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pricing-detail [class*="col-"] {
    padding: 17px 12px;
  }

  .pricing-detail .row {
    margin: -17px -12px;
  }

  .subscription_price_wrap {
    min-height: 476px;
  }

  .footer-top-detail ul.footer-menu li {
    margin-right: 45px;
  }

  .listing-right-heading .banner-form-detail input[type="text"] {
    padding-right: 291px;
    font-size: 14px;
  }

  .listing-right-heading .banner-form-detail ul li {
    margin-left: 7px;
  }

  .cross-bttnn {
    padding: 8px 7px 8px 22px;
    background-position: left 4px center;
    background-size: 12px;
    font-size: 12px;
    line-height: 1;
  }

  .listing-left-heading {
    padding: 20px 17px;
  }

  .tag {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 19px 25px;
  }

  .tag h3 {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }

  .tag ul {
    width: 100%;
  }

  .tag ul {
    margin: -10px -9px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tag ul li:first-child {
    margin-left: 9px;
  }

  .tag ul li {
    margin: 10px 9px;
  }

  .cmn-gap2 {
    padding: 50px 0 50px;
  }

  .plan-left-detail .plan-choose h5 {
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .plan-choose {
    margin-bottom: 25px;
  }

  .plan-select .plan-selection {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 25px;
  }

  .banner-content.inner-banner-content h1 {
    /* font-size: 55px; */
    font-size: 40px;
  }

  .license-heading {
    max-width: 100%;
  }

  .contact-detail {
    max-width: 100%;
  }

  .contact-detail {
    padding: 63px 117px 53px;
  }

  .accordion-body {
    max-width: 100%;
  }

  .subscription_price_wrap p {
    min-height: 63px;
  }

  .plan-left-detail .plan-list li:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }

  .plan-left-detail .plan-list li:nth-child(odd) {
    width: 100%;
  }

  /* update 09/09/2022 start */

  .contact-detail {
    padding: 53px 162px 53px;
  }

  /* update 09/09/2022 end */
  .archive .listing-right-heading .banner-form-detail input[type="text"] {
    padding-right: 150px;
    font-size: 12px;
    padding-left: 50px;
    background-size: 15px;
  }

  .archive .form-group.form-sec:before {
    height: 30px;
    left: 40px;
  }

  .archive .chosen-container-multi .chosen-choices li.search-choice {
    font-size: 12px;
    line-height: 1;
    padding: 7px 9px 7px 23px;
  }

  .archive .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    left: 6px;
  }

  .archive .listing-right-heading .banner-form-detail {
    padding: 0 10px;
  }

  .listing-right-heading .banner-form-detail ul {
    right: 10px;
  }

  /* support-12-10-2022-start */

  .library .woocommerce .woocommerce-form-row {
    width: 100% !important;
  }

  .library .woocommerce table.my_account_orders .button {
    padding: 10px 12px;
    line-height: 1;
  }

  .library .woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;
    margin-bottom: 10px;
  }

  .library .heading.heading-pera .heading-content p {
    width: 100%;
  }

  /* support-12-10-2022-end */
  /* 17.10.22 */
  .woocommerce-cart .woocommerce-cart-form .coupon .button {
    width: 100% !important;
  }

  /* support start 6-10-23 */
  .tag-bttnn {
    padding: 8px 21px;
  }

  /* support end 6-10-23 */

  /* support start 11-10-23 */
  .add-to-cartbtns {
    max-width: 500px;
  }

  /* support end 11-10-23 */
  /* support start 16-10-23 */
  .vid-pro-rit-blk {
    margin-top: 15px;
  }

  /* support end 16-10-23 */

  /* support start 14/12/23 */
  .product-video-lisss {
    width: 50%;
    padding: 15px;
  }

  .product-video-ulsss {
    margin: -15px;
  }

  /* support end 14/12/23 */

  .banner:not(.inner-banner) {
    /* height: 600px; */
    height: 525px;
  }

  .main-header .header-btn {
    margin-left: auto;
  }

  .banner-content {
    padding-top: 35px;
  }

  h1 {
    font-size: 40px;
  }

  .banner-content h1 {
    max-width: 529px;
  }

  .banner-content p {
    font-size: 15px;
  }

  .banner-counter {
    padding-bottom: 30px;
    margin-top: 30px;
  }

  .counter-card .number {
    font-size: 30px;
  }

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

  .banner .banner-form {
    margin-bottom: 0;
  }

  .banner-social ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .banner-social {
    top: 70%;
    left: 0;
    right: 0;
  }

  .banner-social ul {
    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;
  }

  .banner-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .banner-counter {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .counter-card {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .desktop-togger-menu {
    display: none;
  }

  #menu-header-right-menu {
    display: block;
  }

  .navbar-nav>li>a {
    font-size: 15px;
  }

  .ban-arrow {
    bottom: 30px;
    right: 0;
    left: 0;
    padding: 0;
    width: 30px;
    height: 70px;
    margin: 0 auto;
  }

  .ban-arrow span {
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
  }

  .ban-arrow span {
    position: static;
  }

  .ban-arrow span::after {
    bottom: 50px;
  }

  .ban-arrow span::before {
    bottom: 0;
  }

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

  h2 {
    font-size: 35px;
  }

  .library {
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .heading.heading-pera {
    margin-bottom: 75px;
  }

  .blog-sec .blog-col {
    margin-bottom: 30px;
  }

  .blog-sec .blog-row {
    margin-bottom: -30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .accordion-button {
    font-size: 18px;
  }

  .accordion-button {
    padding: 20px 50px 20px 40px;
  }

  .accordion-button::after {
    right: 20px;
    top: 20px;
  }

  .accordion-body {
    padding: 0 42px 26px;
  }

  .footer-logo {
    max-width: 135px;
  }

  .footer-top-detail ul.footer-menu li {
    margin-right: 20px;
  }

  .footer-top-detail ul.social li a {
    width: 15px;
    height: 15px;
  }

  .footer-top-detail ul.social li {
    margin-right: 14px;
  }

  .footer-top-detail ul.footer-menu li a,
  .footer-bottom p {
    font-size: 14px;
  }

  /*support pp.c 13/3/2024*/
  .bnrcountr-sec {
    padding: 40px 0;
    background-color: var(--blackColor);
  }

  .banner-counter {
    padding: 0;
    margin-top: 0;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .counter-card {
    padding: 13px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .counter-card .number {
    margin-bottom: 10px;
  }

  /*inner banner*/
  .inner-banner .banner-social {
    top: 65%;
  }

  .inner-banner figure {
    min-height: 360px;
  }

  .inner-banner figure img {
    min-height: 360px;
  }

  .about-col-left,
  .about-col-right {
    width: 100%;
  }

  .about-us-content .about-col-left figure {
    margin-bottom: 20px;
  }

  .about-us-content .about-right-cont {
    max-width: 100%;
    padding-left: 0;
  }

  .about-us-content:nth-child(even) .about-right-cont {
    padding-right: 0;
  }

  .about-us-content .about-col-left figure {
    min-height: 360px;
  }

  .about-us-content .about-col-left figure img {
    min-height: 360px;
  }

  .abouus-cont-sec .about-us-content:last-child figure,
  .abouus-cont-sec .about-us-content:last-child figure img {
    min-height: 360px;
  }

  .faq .faq-detail {
    margin-top: 0px;
  }

  .contact-row>* {
    width: 100%;
  }

  .contact-col-left figure {
    margin-bottom: 25px;
  }

  .contact-detail .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    margin-bottom: 30px;
  }

  .header-right .dropdown .dropdown-menu {
    top: 40px;
  }

  .filter-sec {
    margin-top: 0;
  }

  .filter-sec .nav-tabs {
    margin-bottom: 22px;
  }

  .filter-sec .nav-tabs li button {
    border-radius: 6px;
  }

  .tax-product_cat .listing-right-heading .banner-form-detail input[type="text"] {
    background: url(images/search-icon.svg) no-repeat left 16px center rgba(255, 255, 255, 0.15);
    padding-right: 15px;
    padding-left: 50px;
    height: 50px;
  }

  .tax-product_cat .listing {
    padding: 50px 0 40px;
  }

  /* .tax-product_cat .listingdetail {
    max-width: 720px;
  } */

  .tax-product_cat .each-products-wrap h4 {
    font-size: 18px;
  }

  .single-product .product.cosmetics-product {
    padding-bottom: 50px;
  }

  .single-product .related .heading {
    margin-bottom: 25px;
  }

  .single-product .cosmetics .product_meta {
    margin-top: 35px;
  }

  .woocommerce-account .wocommerce-black-wrpar .woocommerce-form {
    margin-bottom: 20px;
  }

  .wocommerce-black-wrpar .library {
    padding-bottom: 50px;
  }

  .woocommerce-cart table.shop_table .coupon .button {
    width: auto !important;
  }

  .woocommerce-cart #wc-stripe-payment-request-wrapper {
    padding-top: 0;
  }

  .woocommerce-checkout .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .woocommerce-checkout .col2-set .col-2 {
    width: 100%;
  }

  .blg-dtl-headerbx {
    margin-bottom: 25px;
  }

  .page-template-default .inner-banner .banner-content h1 {
    max-width: 530px;
  }

  .tax-product_cat .woof_container_inner_categories h4 {
    font-size: 18px;
  }

  /*support pp.c 13/3/2024*/
  /*support pp.c 15/3/2024*/
  .single-product .product-video-ulsss .video-modalsss .modal-body {
    padding-bottom: 30px;
  }

  /*support pp.c 15/3/2024*/

  /* support sb 20.3.24 */

  .tax-product_cat div.product {
    width: 50%;
  }

  .banner-bg {
    min-height: 330px;
  }

  /* support end sb 20.3.24 */

  /* AD 30/08/2024 */
  .lincs-table-wpr table th {
    padding: 14px 16px;
    font-size: 16px;
  }

  .lincs-table-wpr table th:first-child {
    width: 180px;
  }

  .lincs-table-wpr table th:nth-child(2) {
    width: 120px;
  }

  /* AD 30/08/2024 END */


  /* SM 20_11_24 */
  .library .woocommerce .second-btn,
  .library .woocommerce .first-btn {
    font-size: 14px;
    padding: 10px 14px;
  }

  /* SM 20_11_24 end */


  /* SM 19_12_24 */
  .page-template-installation .inner-marge {
    min-height: auto;
  }

  /* SM 19_12_24 end */

  /* Support Start 13-05-25 */


  .banner-content.banner-content-new h1 {
    font-size: 42px;
  }

  .new-banr-sec-main {
    min-height: 480px;
  }

  .new-banr-sec-main .ban-arrow {
    bottom: 15px;
  }

  .new-banr-sec-main .banner-form-detail {
    max-width: 567px;
  }

  .abt-main-card {
    padding: 10px 12px 20px;
  }

  .abt-main-card-cont h3 {
    font-size: 22px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 16px 0;
  }

  .new-cmn-head {
    margin-bottom: 30px;
  }

  /* Support End 13-05-25 */

}

@media (max-width: 767px) {
  h1 {
    font-size: 39px;
  }

  .banner-content h1 span {
    font-size: 31px;
  }

  .footer-top-detail ul.footer-menu li {
    margin-right: 25px;
  }

  .footer-top-detail ul.footer-menu li a {
    font-size: 14px;
  }

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

  .footer-top {
    /* padding: 51px 0 0; */
    padding: 40px 0 0;
  }

  .footer-top-detail {
    padding-bottom: 35px;
  }

  .heading.heading-pera p {
    max-width: 100%;
  }

  .heading.heading-pera p br {
    display: none;
  }

  .banner figure {
    height: 355px;
  }

  .banner figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .subscription_price_wrap {
    min-height: auto;
  }

  .footer-top-detail p {
    font-size: 14px;
  }

  .listingdetail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .listing-left {
    width: 100%;
  }

  .listing-right {
    width: 100%;
  }

  .listing-right-detail {
    padding: 29px 31px 40px 21px;
  }

  .listing-left {
    padding-bottom: 25px;
  }

  .listing-checkbox {
    padding: 0;
  }

  .cosmetics-heading {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cosmetics-heading-left {
    width: 100%;
    text-align: center;
  }

  .vdo-btnss {
    bottom: 15px;
  }

  .video-sec .big img {
    width: 25px;
  }

  .product-description {
    padding: 30px 20px;
  }

  .cmn-gap2 {
    padding: 45px 0 45px;
  }

  .cosmetics-heading-left p {
    line-height: 1.5;
  }

  .cosmetics-heading-left {
    margin-bottom: 15px;
  }

  .plan-select {
    max-width: 100%;
    margin: 0 auto;
  }

  .plan-left {
    margin-bottom: 29px;
  }

  .banner.inner-banner figure {
    height: 195px;
  }

  .banner-content.inner-banner-content h1 {
    font-size: 39px;
  }

  .license-heading h4 {
    line-height: 1.3;
  }

  .license-heading {
    margin-bottom: 25px;
  }

  .definition .definition-detail h6 {
    padding-left: 18px;
  }

  .definition .definition-detail p {
    padding-left: 18px;
  }

  .contact-detail {
    padding: 55px 45px;
  }

  .subscription_price_wrap p {
    min-height: auto;
  }

  /* update 08/09/2022 start */
  .main-form_wrapper.gform_legacy_markup_wrapper .gform_footer input.button,
  .gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
    width: auto !important;
    padding: 17px 39px !important;
    margin-bottom: 0 !important;
    line-height: 1 !important;
    font-size: 16px !important;
  }

  .gform_legacy_markup_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 20px !important;
  }

  /* support-12-10-2022- */
  .library .woocommerce-MyAccount-navigation ul {
    margin-bottom: 30px;
  }

  .library .woocommerce-info .button {
    width: 100%;
    margin-bottom: 10px;
  }

  .woocommerce form .form-row {
    width: 100% !important;
  }

  /* update 14/10/2022 start */
  .avl_tot_pnt p {
    font-size: 16px;
  }

  .avl_tot_pnt {
    padding: 15px 10px;
    max-width: 85%;
  }

  .avl_dwnlds_link_cont ul li {
    margin: 0 10px;
  }

  /* update 14/10/2022 end */

  /* ======== AD 10/07/2023 ========== */
  .banner:not(.inner-banner) {
    /* height: 355px; */
    height: 455px;
  }

  /* ======== AD 10/07/2023 END ========== */
  /* support start 11-10-23 */
  .add-to-cartbtns {
    max-width: inherit;
  }

  /* support end 11-10-23 */

  /* support start 14/12/23 */
  .video-modalsss .modal-dialog {
    max-width: inherit;
  }

  .play-vid-blksss-footer-lft {
    width: 100%;
  }

  .play-vid-blksss-footer-rit {
    width: 100%;
  }

  .play-vid-blksss-footer-lft .product-description {
    padding: 0 0 30px 0;
  }

  .product-video-lisss {
    width: 100%;
  }

  /* support end 14/12/23 */
  /*support pp.c 13/3/2024*/
  .banner-form-detail input[type="text"] {
    background: url(images/search-icon.svg) no-repeat left 15px center rgba(255, 255, 255, 0.15);
    padding-left: 46px;
    padding-right: 130px;
  }

  .banner-form-detail input[type="submit"] {
    padding: 0 30px;
    font-size: 15px;
    border-radius: 6px;
  }

  .footer-top-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-top-detail ul.footer-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-top-detail figure {
    margin-bottom: 20px;
  }

  .accordion-button {
    padding: 16px 40px 16px 24px;
    font-size: 17px;
  }

  .accordion-button::after {
    right: 15px;
  }

  .accordion-body {
    padding: 0 24px 26px;
  }

  .accordion-item {
    margin-bottom: 20px;
  }

  .faq-sec .btn-wrap {
    margin-top: 28px;
  }

  .cmn-btn {
    padding: 12px 25px;
    font-size: 15px;
  }

  .blog-card .blog-card-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
    text-align: center;
  }

  .blog-card .blog-card-wrap h3 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .blog-card .blog-card-wrap p {
    max-width: 100%;
  }

  .blog-sec .blog-col {
    margin-bottom: 20px;
  }

  .library-vdo .playbttn span,
  .abouus-cont-sec .playbttn span {
    letter-spacing: 0.05em;
    padding-left: 5px;
  }

  .heading.heading-pera h2 {
    margin-bottom: 20px;
  }

  .each-products-wrap {
    padding: 13px 13px 24px;
  }

  .each-products-wrap h4 {
    font-size: 18px;
  }

  .product-detail [class*="col-"] {
    padding: 18px 12px;
  }

  .product-detail .row {
    margin: -18px -12px;
  }

  .blog-card {
    padding: 25px 13px;
  }

  .counter-card .number {
    font-size: 25px;
  }

  .banner-social {
    top: 67%;
  }

  .inner-banner figure {
    height: auto;
    min-height: 350px;
  }

  .inner-banner figure img {
    min-height: 350px;
  }

  .ban-arrow span::before {
    width: 27px;
    height: 55px;
  }

  .ban-arrow span::after {
    bottom: 41px;
  }

  .library-vdo .playbttn,
  .abouus-cont-sec .playbttn {
    width: 50px;
    height: 50px;
  }

  .library-vdo .playbttn:before,
  .abouus-cont-sec .playbttn::before {
    width: 60px;
    height: 60px;
  }

  .library-vdo .playbttn:after,
  .abouus-cont-sec .playbttn::after {
    width: 70px;
    height: 70px;
  }

  .about-us-content .about-right-cont h2 {
    margin-bottom: 20px;
  }

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

  .banner-social ul li a {
    width: 18px;
    height: 18px;
  }

  .contact-col-left figure,
  .contact-col-left figure img {
    min-height: 400px;
  }

  .contact-detail .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    margin-bottom: 20px;
  }

  .main-form_wrapper.gform_legacy_markup_wrapper .gform_footer input.button,
  .gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
    padding: 14px 30px !important;
    font-size: 15px;
    height: 46px;
  }

  .filter-sec .nav-tabs li button {
    padding: 8px 15px;
    font-size: 16px;
  }

  .filter-sec .nav-tabs li:not(:last-child) {
    margin-right: 7px;
  }

  .filter-sec .blog-card .cmn-btn {
    margin-left: 0;
  }

  .blog-card .blog-card-wrap p {
    padding-left: 0;
  }

  .tax-product_cat .listing {
    padding: 45px 0 30px;
  }

  /* .tax-product_cat .listingdetail {
    max-width: 540px;
  } */

  .tax-product_cat .listing-right {
    padding-left: 0;
  }

  .tax-product_cat .listing-right-heading .banner-form-detail {
    padding: 0;
  }

  .tax-product_cat .listing-right .product-detail {
    padding-top: 20px;
  }

  .tax-product_cat .listing-left-heading {
    margin-bottom: 10px;
  }

  .tax-product_cat .listing-left {
    padding-bottom: 10px;
  }

  .tax-product_cat .product-detail [class*="col-"] {
    padding: 11px 12px;
  }

  .tax-product_cat .product-detail .row {
    margin: -11px -12px;
  }

  .single-product .product.cosmetics-product {
    padding-bottom: 45px;
  }

  .woocommerce-account .wocommerce-black-wrpar #customer_login .col-2 .woocommerce-form {
    margin-bottom: 0;
  }

  .wocommerce-black-wrpar .button[type="submit"] {
    padding: 12px 28px;
    font-size: 15px;
  }

  .woocommerce-lost-password .lost_reset_password {
    padding: 30px 15px 20px 15px;
  }

  .wocommerce-black-wrpar .library {
    padding-bottom: 45px;
  }

  .woocommerce-cart table.shop_table .coupon .button {
    width: 50% !important;
  }

  /*support pp.c 13/3/2024*/
  /*support pp.c 15/3/2024*/
  .single-product .product-video-lisss .product-video-anchorsss figure {
    height: 300px;
  }

  .single-product .product-video-ulsss .video-modalsss .single_add_to_cart_button,
  .single-product .product-description .single_add_to_cart_button {
    padding: 18px 22px 18px 22px !important;
  }

  .single-product .product-video-ulsss .video-modalsss .product-description {
    padding-bottom: 22px;
  }

  /*support pp.c 15/3/2024*/

  /* support sb 20.3.24 */
  .tax-product_cat .listing-left {
    padding-right: 15px;
  }

  .tax-product_cat .listing-right {
    padding-left: 15px !important;
  }

  /* support end sb 20.3.24 */
  /* sg-03-sep-2024 */
  .heading.heading-pera {
    margin-bottom: 0;
  }

  /* sg-03-sep-2024 */

  /* SS170924 Begin */

  .accr-vdo-wrp .accr-vdo-inr-wrp {
    width: 100%;
  }

  /* End Of SS170924 */

  /* SM 21_11_24 */
  .avl_dwnlds_link_cont ul li {
    margin: 0 0 10px;
  }

  .tree-sub-menu li a {
    padding: 9px 10px;
    line-height: 1.2;
    font-size: 14px;
  }

  /* Support Start 13-05-25 */

  .banner-content.banner-content-new h1 {
    font-size: 38px;
  }

  .new-banr-sec-main .banner-content p {
    margin-bottom: 20px;
  }

  .abt-main-card-vid video {
    position: static;
  }

  /* Support End 13-05-25 */

}

@media (max-width: 575px) {
  h2 {
    font-size: 27px;
  }

  .incradible-back1 {
    display: none;
  }

  .incradible-back2 {
    display: none;
  }

  .banner-content h1:before {
    width: 351px;
  }

  h1 {
    font-size: 33px;
  }

  .banner-content h1 span {
    font-size: 25px;
  }

  .banner-form-detail input[type="text"] {
    height: 50px;
    padding-right: 117px;
  }

  .banner-form-detail input[type="submit"] {
    padding: 8px 25px;
  }

  .footer-top-detail p {
    font-size: 13px;
  }

  .footer-top-detail figure {
    margin-bottom: 25px;
  }

  .footer-top-detail ul.footer-menu li a {
    font-size: 13px;
  }

  .footer-top-detail ul.footer-menu li {
    margin-right: 19px;
  }

  .footer-top-detail ul.footer-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom p {
    font-size: 14px;
  }

  .library .library-back {
    display: none;
  }

  .listing-right-heading .banner-form-detail input[type="text"] {
    padding-right: 257px;
    padding-left: 55px;
    background-position: left 10px center;
  }

  .banner-form-detail:before {
    left: 43px;
  }

  .listing-checkbox label:first-child {
    margin-left: 0;
  }

  .listing-right-detail {
    padding: 29px 21px 40px;
  }

  .vdo-btnss {
    height: 25px;
  }

  .vdo-btnss li svg {
    width: 9px !important;
  }

  .vdo-btnss li {
    margin-right: 25px;
  }

  .tag {
    padding: 19px 21px;
  }

  .tag-bttnn {
    font-size: 13px;
  }

  .banner-content.inner-banner-content h1 {
    line-height: 1.5;
    padding-bottom: 26px;
  }

  .contact-detail {
    padding: 45px 35px;
  }

  .accordion-body {
    padding: 0 19px 37px;
  }

  .accordion-button {
    padding: 16px 35px 16px 20px;
  }

  .accordion-button::after {
    right: 13px;
    top: 20px;
  }

  .accordion-item {
    margin-bottom: 18px;
  }

  .library-vdo .playbttn img,
  .abouus-cont-sec .playbttn img {
    left: auto;
    top: auto;
  }

  .library-vdo .playbttn,
  .abouus-cont-sec .playbttn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .archive .listing-right-heading .banner-form-detail input[type="text"] {
    padding-right: 135px;

    padding-left: 35px;
    background-size: 10px;
  }

  .archive .form-group.form-sec:before {
    height: 21px;
    left: 27px;
  }

  /* update start 14/10/2022 start */
  .avl_dwnlds_link_cont ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .avl_dwnlds_link_cont ul li {
    width: 60%;
    margin: 0 0 14px;
  }

  .avl_dwnlds_link_cont ul li a.bttnn {
    width: 100%;
  }

  .avl_dwnlds_link_cont h5 {
    margin-bottom: 20px;
  }

  /* ......10.11.22.... */
  .prodown {
    text-align: center;
  }

  .products-dnloads-link .bttnn {
    text-align: center;
  }

  .products-dnloads-link ul li {
    width: 100%;
  }

  /* ======== AD 10/07/2023 ========== */
  .footer-logo {
    /* max-width: 200px; */
    max-width: 150px;
  }

  /* ======== AD 10/07/2023 END ========== */

  /* support start 16-10-23 */
  .annual-dv {
    max-width: inherit;
  }

  /* support end 16-10-23 */
  /*support pp.c 13/3/2024*/
  .banner-form-detail input[type="submit"] {
    height: 40px;
    right: 5px;
  }

  .banner-counter .counter-item {
    width: calc(100% / 2);
    padding-top: 15px;
  }

  .banner-counter {
    margin-top: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* .banner-counter .counter-item:not(:first-child) {
    margin-top: 15px;
  } */
  .counter-card .number {
    margin-bottom: 8px;
    width: 100%;
  }

  .counter-card p {
    max-width: 100%;
    text-align: center;
  }

  .banner-counter .counter-card {
    text-align: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .counter-card {
    border-radius: 6px;
  }

  .inner-banner figure {
    height: auto;
    min-height: 300px;
  }

  .inner-banner figure img {
    min-height: 300px;
  }

  .banner-content.inner-banner-content h1 {
    font-size: 33px;
  }

  .abouus-cont-sec .about-us-content .playbttn {
    left: 15px;
  }

  .tax-product_cat .listing-right-heading .banner-form-detail input[type="text"] {
    padding-right: 15px;
  }

  .tax-product_cat div.product {
    width: 100%;
  }

  /*support pp.c 13/3/2024*/
  /* support sb 20.3.24 */
  .banner-bg {
    min-height: 280px;
  }

  /* support sb end 20.3.24 */

  /* SS170924 Begin */

  .accr-vdo-wrp .accr-vdo-inr-wrp {
    height: 200px;
  }

  .avl_dwnlds_link_cont ul li {
    width: 100%;
  }

  .sub-tree-list {
    padding: 15px 0 15px 10px !important;
  }

  .tree-sub-menu li a {
    font-size: 12px;
  }

  .tree-sub-menu li span {
    font-size: 14px;
  }

  /* End of SS170924 */

  /* SM 21_11_24 start */
  .tree-list li,
  .tree-list li span {
    font-size: 14px;
  }

  .tree-sub-menu li a {
    width: 100%;
    text-align: center;
  }

  /* SM 21_11_24 end */

  /* SM 19_12_24 */
  .assets-modal .modal-dialog-scrollable .modal-body {
    max-height: 270px;
  }

  .assets-modal .assets-button-list a.button {
    width: 100%;
    margin: 0 0 5px !important;
  }

  /* SM 19_12_24 end */



  /* Support Start 13-05-25 */

  .new-banr-sec-main {
    min-height: 420px;
  }

  /* Support End 13-05-25 */

}

@media (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 23px;
  }

  .incradible {
    padding-top: 25px;
  }

  h1 {
    font-size: 28px;
  }

  .banner-content h1 span {
    font-size: 19px;
  }

  .banner-content h1:before {
    width: 275px;
  }

  .banner .banner-form {
    margin-bottom: 25px;
  }

  .banner figure {
    height: 295px;
  }

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

  .navbar-brand {
    width: 145px;
  }

  .banner-form-detail input[type="text"] {
    padding: 10px 85px 10px 44px;
    font-size: 13px;
  }

  .banner-form-detail input[type="submit"] {
    font-size: 13px;
    padding: 8px 12px;
  }

  .incradible-detail {
    padding: 35px 25px;
  }

  .heading.heading-pera {
    margin-bottom: 30px;
  }

  .listing-right-heading .banner-form-detail input[type="text"] {
    height: 55px;
    background-size: 13px;
    padding-left: 35px;
    font-size: 13px;
    padding-right: 203px;
  }

  .banner-form-detail:before {
    left: 28px;
  }

  .cross-bttnn {
    padding: 5px 10px 5px 16px;
    font-size: 10px;
    background-size: 9px;
  }

  .listing-right-detail {
    padding: 29px 12px 40px;
  }

  .footer-top-detail ul.footer-menu li {
    margin: 0 9px;
    margin-bottom: 7px;
  }

  .footer-top-detail ul.footer-menu li:last-child {
    margin-right: 9px;
  }

  .library-vdo .playbttn span {
    height: 35px;
    width: 35px;
  }

  .library-vdo .playbttn img {
    width: 10px;
  }

  .library-vdo .playbttn:before {
    height: 45px;
    width: 45px;
  }

  .library-vdo .playbttn:after {
    width: 55px;
    height: 55px;
  }

  .video-sec .big {
    top: 18px;
    right: 17px;
  }

  .video-sec .big img {
    width: 18px;
  }

  .tag ul li {
    margin: 10px 5px;
  }

  .tag ul {
    margin: -10px -5px;
  }

  .tag {
    padding: 19px 5px;
  }

  .product-description {
    padding: 30px 14px;
    text-align: center;
    margin-top: 35px;
  }

  .cosmetics-heading-left p {
    font-size: 16px;
  }

  h3 {
    font-size: 25px;
  }

  .plan-select .plan-selection li {
    padding: 6px 20px;
  }

  .inner-marge-back {
    display: none;
  }

  .plan-left {
    padding: 12px 12px 52px;
  }

  h4 {
    font-size: 21px;
  }

  .license-definition {
    padding: 41px 15px;
  }

  .contact-detail {
    padding: 45px 25px;
  }

  .accordion-button {
    padding: 16px 40px 16px 13px;
    font-size: 16px;
  }

  .heading.heading-pera .heading-content p {
    margin-bottom: 13px;
  }

  .listing-right-heading .banner-form-detail ul {
    display: none;
  }

  /* ======== AD 10/07/2023 ========== */
  .banner:not(.inner-banner) {
    height: 400px;
  }

  /* ======== AD 10/07/2023 END ========== */

  /* support start 6-10-23 */
  .cosmetics .product_meta {
    margin-top: 35px;
  }

  .tag_sec_wtap {
    margin-top: 35px !important;
  }

  /* support end 6-10-23 */

  /* support start 14/12/23 */
  .play-vid-blksss-footer-lft .product-description {
    text-align: left;
  }

  /* support end 14/12/23 */

  .banner .ban-arrow img {
    width: 40px;
  }

  .navbar-brand.logo img {
    /* max-width: 75px; */
    max-width: 105px;
  }

  .navbar-brand {
    /* width: 75px; */
    width: 105px;
  }

  /*support pp.c 13/3/2024*/
  .accordion-body {
    padding: 0 13px 26px;
  }

  .library .heading.heading-pera {
    margin-bottom: 70px;
  }

  .library-vdo .playbttn span,
  .abouus-cont-sec .playbttn span {
    min-width: 127px;
    max-width: 127px;
    letter-spacing: 0;
    font-size: 13px;
    top: 55%;
  }

  .banner-counter .counter-item {
    width: 100%;
  }

  .banner-content.inner-banner-content h1 {
    font-size: 28px;
  }

  .about-us-content .about-col-left figure,
  .about-us-content .about-col-left figure img {
    min-height: 300px;
  }

  .abouus-cont-sec .about-us-content:last-child figure,
  .abouus-cont-sec .about-us-content:last-child figure img {
    min-height: 300px;
  }

  .contact-col-left figure,
  .contact-col-left figure img {
    min-height: 300px;
  }

  /*support pp.c 13/3/2024*/
  /*support pp.c 14/3/2024*/
  .woocommerce-cart .library .heading-pera,
  .woocommerce-checkout .library .heading-pera {
    margin-bottom: 0;
  }

  .blg-dtls-imgbox {
    height: 280px;
  }

  .header-btn {
    letter-spacing: normal;
    padding: 8px 30px 8px 12px;
  }

  .header-btn:hover {
    padding-left: 30px;
  }

  .header-btn i:last-child {
    right: 10px;
  }

  .header-btn i:first-child {
    left: 10px;
  }

  .header-right {
    margin-right: 18px;
  }

  .header-right .dropdown {
    margin-right: 15px;
  }

  /*support pp.c 14/3/2024*/
  /* sg-03-sep-2024 */
  .library {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  /* sg-03-sep-2024 */

  /* SM 20_11_24 */
  .order-two-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .library .woocommerce .second-btn {
    margin-left: 0;
    margin-top: 15px;
  }

  .tree-sub-menu {
    padding: 8px 0 8px 8px !important;
  }

  .library .woocommerce-MyAccount-content {
    padding: 20px 0;
  }

  /* SM 20_11_24 end */

  /* Support Start 13-05-25 */

  .banner-content.banner-content-new h1 {
    font-size: 32px;
  }

  .new-banr-sec-main {
    min-height: 370px;
  }

  .new-cmn-head {
    margin-bottom: 20px;
  }

  .abt-main-row {
    --bs-gutter-y: 20px;
  }

  .abt-main-card-cont h3 {
    font-size: 20px;
  }

  /* Support End 13-05-25 */
}

@media (max-width: 360px) {
  .navbar-toggler {
    width: 30px;
  }

  .header-right {
    margin-right: 15px;
  }

  h1 {
    font-size: 24px;
  }

  .incradible-detail {
    padding: 31px 15px;
  }

  .form_input_radio label span {
    font-size: 13px;
  }

  .listing-right-heading .banner-form-detail input[type="text"] {
    font-size: 11px;
    padding-right: 165px;
  }

  .cross-bttnn {
    padding: 2px 7px 2px 13px;
    font-size: 8px;
  }

  .cosmetics-heading-left p {
    font-size: 14px;
  }

  .tag-bttnn {
    padding: 3px 12px;
  }

  h3 {
    font-size: 21px;
  }

  .plan-heading h4 {
    font-size: 19px;
  }

  .plan-select .plan-selection li {
    font-size: 13px;
  }

  .plan-list li {
    background-position: left top 14px;
  }

  h4 {
    font-size: 19px;
  }

  .banner-content.inner-banner-content h1 {
    font-size: 31px;
  }

  .contact-detail {
    padding: 35px 15px;
  }

  .archive .chosen-container-multi .chosen-choices li.search-choice {
    line-height: 1;
    padding: 2px 7px 2px 13px;
    font-size: 8px;
  }

  /* support-12-10-2022 */
  .library .woocommerce-MyAccount-content {
    padding: 10px;
  }

  .library .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 15px;
  }

  .banner-content.inner-banner-content h1 {
    font-size: 24px;
  }

  /*support pp.c 13/3/2024*/
  .contact-col-left figure,
  .contact-col-left figure img {
    min-height: 260px;
  }

  /*support pp.c 13/3/2024*/
  /*support pp.c 14/3/2024*/
  .woocommerce-cart table.shop_table .coupon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .woocommerce-cart table.shop_table .coupon .button {
    width: 100% !important;
    margin-top: 10px !important;
  }

  .woocommerce-cart table.shop_table .coupon #coupon_code {
    width: 100%;
  }

  .navbar-brand {
    width: 99px;
  }

  .navbar-brand.logo img {
    width: 99px;
  }

  .navbar-toggler {
    width: 23px;
  }

  .header-right .dropdown {
    margin-right: 8px;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 23px;
  }

  .header-btn {
    padding: 6px 26px 6px 12px;
    font-size: 13px;
  }

  .header-btn:hover {
    padding-left: 26px;
  }

  .library .woocommerce-MyAccount-content {
    padding: 20px 0;
  }

  /*support pp.c 14/3/2024*/
}

.library-vdo .playbttn span {
  box-shadow: none;
}

.banner-social ul li:nth-child(3),
.banner-social ul li:nth-child(5) {
  display: none;
}
