/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/style.scss ***!
  \*********************************************************************************************************/
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fcc06fbac24fa71039f2.woff) format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(74cf89d0e44cbc55b8ea.woff) format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #1b1b1b;
  height: auto !important;
  position: relative;
}

a {
  text-decoration: none;
  font-family: "Poppins";
}

button {
  font-family: "Poppins";
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #ffffff;
  font-family: "Poppins";
  margin-bottom: 0;
}

p {
  font-weight: normal;
  color: #d4d4d4;
  font-family: "Poppins";
  margin-bottom: 0.2rem;
}

ul {
  list-style: none;
}

.btn {
  border-radius: 0;
  border: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.hollow-button {
  padding: 0px 15px;
}

/* ======================      header section css starts here      ====================== */
#header {
  padding: 1.625rem 0 1rem 0;
}

#header nav {
  background-color: #1b1b1b;
  padding-left: 7%;
}

.navbar-brand img {
  height: 5.1rem;
  width: 15.5rem;
  object-fit: contain;
}

.navbar-nav {
  justify-content: space-evenly;
  align-items: center;
}

.navbar-nav li {
  white-space: nowrap;
}

.navbar-nav li a {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  color: #ffffff !important;
  font-weight: normal;
  font-family: "Poppins";
  line-height: 1.28;
  position: relative;
  line-height: 1.28;
  padding: 0 0.6rem;
}

/* ======================   Nabar hover after effect     ====================== */
.navbar-nav li a::after {
  content: "";
  background-color: #7eeaff;
  width: 0;
  height: 0.2rem;
  position: absolute;
  left: 0rem;
  bottom: -0.6rem;
  transition: 0.5s;
}

.navbar-nav li a:hover::after,
.navbar-nav li a:focus::after {
  width: 100%;
}

/* ======================   Nabar active after effect effect     ====================== */
#header .navbar-nav li.active > a::after {
  position: relative;
}

#header .navbar-nav li.active > a::after {
  content: "";
  background-color: #7eeaff;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0rem;
  bottom: -0.6rem;
}

/* ======================  Cart icon    ====================== */
.navbar-nav li a.wcspc-count::after {
  display: none;
}

img.wcspc-icon-cart1 {
  font-family: "Poppins" !important;
}

/* ======================   Nabar Request Demo Button    ====================== */
.nav-item .navbar-button {
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-weight: bold;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0px 24px;
  margin-bottom: 0.4rem;
}

.nav-item .navbar-button:hover {
  background: #ffffff;
  color: #110e27 !important;
  border: 1px solid #110e27;
}

.nav-item .navbar-button::after {
  display: none;
}

.nav-item .navbar-button:hover {
  cursor: pointer;
}

.nav-item .navbar-button img {
  padding-bottom: 0.8rem;
}

.nav-link:focus,
.nav-link:hover {
  color: #ffffff;
}

.navbar-toggler > .close {
  display: inline;
}

.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

p.navbar-toggler.cart-toggler {
  border: 0 !important;
  position: absolute;
  right: 12%;
  top: 1.7rem;
}

.cart-toggler a#wcspc-count {
  position: static !important;
  height: 30px !important;
  line-height: 0px !important;
}

/* ======================   home section css starts here      ====================== */
#hero {
  padding: 1.5rem 0 0 7%;
  position: relative;
}

#hero .container-fluid .row > * {
  padding-right: 0;
}

.home-social-media {
  display: flex;
  position: absolute;
  align-items: center;
  left: 0rem;
  transform: rotate(90deg) translate(157%);
}

.social-media-text {
  color: #d4d4d4;
  font-size: clamp(0.75rem, 0.5833rem + 0.3333vw, 1rem);
  margin-right: 1rem;
}

.home-social-media hr {
  width: 2.87rem;
  color: #ffffff;
  margin-right: 0.5rem;
}

.social-media-icon img {
  color: #ffffff;
  height: 1.25rem;
  width: 1.25rem;
  object-fit: contain;
  vertical-align: baseline;
}

.home-content-title {
  margin-top: 13.78rem;
  font-size: clamp(1.563rem, 1.1463rem + 0.8333vw, 2.188rem);
}

.home-content-title span {
  font-size: clamp(2.5rem, 1.6667rem + 1.6667vw, 3.75rem);
}

.home-content-text {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  margin-top: 1rem;
  padding-right: 8%;
}

.home-content .home-content-button {
  height: 50px;
  display: flex;
  align-items: center;
  color: #110e27;
  margin-top: 1.56rem;
  padding: 0 1.5rem;
  background-image: linear-gradient(to right, #0bb38b, #8ff888 113%);
  cursor: pointer;
  border-radius: none;
  font-weight: bold;
}

.home-content .home-content-button:hover {
  background-image: linear-gradient(to right, #099977, #7df775 113%);
}

.home-side-image {
  display: flex;
  justify-content: flex-end;
}

#hero-back-gradient {
  position: absolute;
  height: 100%;
  z-index: -2222222;
  margin-top: -3%;
}

.home-side-image .hero-section-image {
  transform: scaleX(-1);
  margin-top: 8%;
}

/* ======================   about section css starts here      ====================== */
#about {
  padding-top: 2rem;
}

#about .container-fluid .row > * {
  padding: 0;
}

#about .container-fluid .row {
  gap: 3%;
}

.about-content {
  padding-right: 22%;
}

#about-back-gradient {
  position: absolute;
  transform: scaleX(-1);
  height: 150%;
  top: -6%;
  z-index: -2222222;
}

.about-title {
  margin-top: 15%;
  font-size: clamp(1.563rem, 1.1463rem + 0.8333vw, 2.188rem);
}

.about-text {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  padding-top: 2%;
}

/* ======================  community section css starts here      ====================== */
.community {
  padding-top: 10rem;
}

.community .container {
  max-width: 80%;
}

.community-title {
  font-size: clamp(1.563rem, 1.1463rem + 0.8333vw, 2.188rem);
}

.community-section-title {
  font-size: clamp(1.375rem, 0.9997rem + 0.7507vw, 1.938rem);
  line-height: 1.18;
  text-align: center;
}

.community-section-title a {
  color: #ffffff;
}

.community-section-description {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  color: #d4d4d4;
  padding: 0 14%;
  text-align: center;
  margin-bottom: 0.5rem;
}

.community-button {
  border: solid 2px #ffffff;
  color: #ffffff;
  height: 50px;
  display: flex;
  align-items: center;
}

.community-button a {
  color: #ffffff;
}

.community-button:hover a {
  color: #110e27;
}

.community-button-arrow {
  margin-bottom: 0.4rem;
  margin-left: 0.5rem;
}

.community-button .community-button-arrow path {
  stroke: #ffffff !important;
}

.community-button:hover {
  color: #110e27;
  background: #ffffff;
  font-weight: 500;
}

.community-button:hover .community-button-arrow path {
  stroke: #110e27 !important;
}

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

.community-section,
.community-col-second {
  padding-top: 4.375rem;
}

.community-col-second {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

svg#community_back_one {
  position: absolute;
  height: 70%;
  z-index: -22222222;
}

svg#community_back_two {
  position: absolute;
  height: 60%;
  z-index: -2222222;
}

svg#Layer_1 {
  height: 50%;
}

/* ======================       Community single page css starts here           ====================== */
.community-single-post {
  padding-right: 8%;
}

.community-single-post ul li {
  color: #d4d4d4;
  padding: 0.5rem 0;
}

.community-single-post ul li p i {
  margin-right: 1rem;
}

.community-single-post h2 {
  font-size: clamp(1.375rem, 0.9997rem + 0.7507vw, 1.938rem);
}

h1.community-single-title {
  text-align: center;
  font-size: clamp(1.875rem, 1.4583rem + 0.8333vw, 2.5rem);
}

.community-single-description {
  padding-top: 3%;
  width: 60%;
}

.key-benefits {
  padding-top: 3%;
  width: 60%;
}

.key-features {
  padding-top: 3%;
  width: 60%;
}

.community-single-working {
  display: flex;
  align-items: center;
  padding-top: 4%;
}

.community-single-working-video {
  display: flex;
  padding-right: 4%;
}

.community-single-working-video iframe {
  padding-top: 4%;
}

.community-single-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.community-single-form h2 {
  text-align: center;
}

.community-single-form p {
  text-align: center;
}

.community-single-form p {
  text-align: center;
}

/* ======================        Community single page background          ====================== */
section#primary {
  position: relative;
}

.community-single-background {
  position: absolute;
  right: 0;
  top: 15%;
}

#community-single-gradient {
  position: absolute;
  z-index: -22222;
}

/* ======================        Community single page/student-parents-form          ====================== */
.students-parents-form {
  padding-top: 2%;
}

.first-last-name {
  display: flex;
}

.form-group.first-name {
  margin-right: 2%;
}

.students-parents-form form .form-control {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  color: #d4d4d4;
  font-family: "Poppins";
  background: #1b1b1b;
  border: solid 1px #8a8a8a;
  border-radius: 0;
}

textarea.form-control {
  height: 4.375rem;
}

.student-button {
  display: flex;
  justify-content: center;
}

.student-section-button {
  color: #ffffff;
  background-image: linear-gradient(to right, #0bb38b, #8ff888 113%);
  cursor: pointer;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  font-family: "Poppins";
  padding: 6px 24px;
  margin-top: 0.56rem;
  font-weight: bold;
  box-shadow: none;
}

.student-section-button:hover {
  background-image: linear-gradient(to right, #099977, #7df775 113%);
}

/* ======================        Community single page/instructors-form      ====================== */
.instructors-form {
  padding-top: 2%;
}

.instructors-form div#first-last-name {
  display: flex;
}

div#first-last-name .first-name {
  margin-right: 2%;
}

.instructors-form form .form-control {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  color: #d4d4d4;
  font-family: "Poppins";
  background: #1b1b1b;
  border: solid 1px #8a8a8a;
  border-radius: 0;
}

.instructor-button {
  display: flex;
  justify-content: center;
}

.instructor-section-button {
  color: #ffffff;
  background-image: linear-gradient(to right, #0bb38b, #8ff888 113%);
  cursor: pointer;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  font-family: "Poppins";
  padding: 6px 24px;
  margin-top: 0.56rem;
  font-weight: bold;
  box-shadow: none;
}

.instructor-section-button:hover {
  background-image: linear-gradient(to right, #099977, #7df775 113%);
}

/* ======================        Community single page/administrators-form      ====================== */
.administrators-form {
  padding-top: 2%;
}

.administrators-form div#first-last-name {
  display: flex;
}

div#first-last-name .first-name {
  margin-right: 2%;
}

.administrators-form form .form-control {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  color: #d4d4d4;
  font-family: "Poppins";
  background: #1b1b1b;
  border: solid 1px #8a8a8a;
  border-radius: 0;
}

/* ======================        Community single page/corporate-hr-form      ====================== */
.corporate-hr {
  padding-top: 2%;
}

.corporate-hr div#first-last-name {
  display: flex;
}

div#first-last-name .first-name {
  margin-right: 2%;
}

.corporate-hr form .form-control {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  color: #d4d4d4;
  font-family: "Poppins";
  background: #1b1b1b;
  border: solid 1px #8a8a8a;
  border-radius: 0;
}

/* ======================        working section css starts here          ====================== */
#working {
  padding: 7% 0 0 5%;
  position: relative;
  margin: 0 auto;
}

.working-title {
  font-size: clamp(1.563rem, 1.1463rem + 0.8333vw, 2.188rem);
}

.working-text {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  margin-top: 30px;
}

.working-cotent-step {
  margin-top: 1rem;
  height: 5.5rem;
  width: 5.5rem;
  border-radius: 50%;
  border: solid 1px #7eeaff;
  display: flex;
  justify-content: center;
}

.working-cotent-step h1 {
  font-size: clamp(1.563rem, 1.1463rem + 0.8333vw, 2.188rem);
  color: #7eeaff;
}

.working-content-step-title {
  font-size: clamp(1.375rem, 0.9997rem + 0.7507vw, 1.938rem);
  line-height: 1.23;
}

.working-content-step-text {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  margin-top: 1.12rem;
}

#working .container .outer-wrapper {
  position: relative;
  height: 100vh;
}

.wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}

.scroll-one {
  display: inline-block;
  position: relative;
}

.working-content {
  position: absolute;
  padding-right: 20%;
}

.fixed-mode {
  position: fixed !important;
}

.fixed-scroll {
  position: fixed;
  top: 19%;
  right: 0%;
  height: 100vh;
  z-index: -1;
}

.fixed-scroll div.working-content-image {
  position: fixed;
  margin-top: 3%;
}

.working-content-image img {
  height: 21.875rem;
  width: 12.813rem;
  object-fit: contain;
}

/* ======================      strategies section starts here          ====================== */
#strategies {
  padding-top: 5.24rem;
}

#strategies .container {
  max-width: 80%;
}

.strategies-title {
  font-size: clamp(1.563rem, 1.1463rem + 0.8333vw, 2.188rem);
}

.strategies-content-first {
  margin-top: 3.23rem;
  display: flex;
  justify-content: space-evenly;
}

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

.strategies-content img {
  width: 6.938rem;
  height: 6.063rem;
  object-fit: contain;
}

.strategies-content-title {
  font-size: clamp(1.375rem, 0.9997rem + 0.7507vw, 1.938rem);
  color: #7eeaff;
}

.strategies-content-subtitle {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  margin-bottom: 0.6rem;
}

.apprentice-content-text,
.incidental-content-text {
  padding: 0 30% !important;
}

.strategies-content-text {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  padding: 0 25%;
  text-align: center;
  margin-bottom: none;
}

.discovery-content-text {
  padding: 0 37%;
}

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

.strategies-cube-title {
  font-size: clamp(1.375rem, 0.9997rem + 0.7507vw, 1.938rem);
  color: #7eeaff;
  margin-top: 0.5rem;
  white-space: nowrap;
}

.strategies-content-second {
  display: flex;
  justify-content: space-evenly;
  margin-top: 3rem;
}

.strategies-content-third {
  margin-top: 3rem;
}

/* ======================    testimonial css starts here      ====================== */
.testimonial {
  padding-top: 7%;
}

.testimonial-title {
  font-size: clamp(1.563rem, 1.1463rem + 0.8333vw, 2.188rem);
  text-align: center;
  margin-bottom: 2rem;
}

.testimonial-content {
  position: relative;
  display: flex;
  align-items: center;
  height: 302px;
  border-radius: 10rem 0 0 10rem;
  background-image: linear-gradient(to right, rgba(1, 220, 183, 0.25), rgba(1, 220, 183, 0.09) 37%, rgba(1, 220, 183, 0));
}

.testimonial-image {
  height: 23.813rem;
  margin-left: -2rem;
  margin-top: -2rem;
  z-index: 9;
}

svg#testimonial_back_one {
  position: absolute;
  left: -30%;
  height: 30rem;
  z-index: -222222222;
}

.arrow-single-reverse {
  transform: scale(-1) translateX(2rem);
  margin-top: -1.5rem;
}

.slider-button-group {
  margin-top: 2rem;
}

.slider-nav-outside .slider-container {
  margin: 0 !important;
}

.slider-nav-outside .slider-nav {
  position: relative !important;
  padding-right: 1rem !important;
}

.swiffy-slider.slider-indicators-outside .slider-nav {
  margin-bottom: none !important;
}

.slider-nav-round .slider-nav::before {
  background-color: none !important;
  content: none;
}

.testimonial-content-container {
  padding: 0.1rem 2.5rem 0rem 0rem;
  border-radius: 10rem 0 0 10rem;
}

.testimonial-content-text {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  margin-top: 4rem;
}

.testimonial-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-content-name {
  margin-top: 2rem;
}

.testimonial-content-name,
.testimonial-content-address {
  color: #7eeaff;
  font-size: clamp(1rem, 0.8333rem + 0.3333vw, 1.25rem);
}

.testimonial-content-button {
  color: #7eeaff;
}

.testimonial-content-button img {
  height: 1rem;
}

#acknowledge {
  padding-top: 6rem;
}

.acknowledge-title {
  font-size: clamp(1.563rem, 1.1463rem + 0.8333vw, 2.188rem);
}

.acknowledge-content {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.acknowledge-content a img {
  height: 9.375rem;
  width: 9.375rem;
  object-fit: contain;
}

.acknowledge-content-text {
  margin-top: 1.78rem;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
}

#contact {
  padding: 6% 0rem 6%;
}

#contact .container {
  max-width: 80%;
}

.contact-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-content-title {
  font-size: clamp(1.563rem, 1.1463rem + 0.8333vw, 2.188rem);
}

.contact-content-text1 {
  margin-top: 1.1rem;
  padding-right: 10%;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
}

.contact-form form .form-control {
  height: 2.875rem;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  color: #d4d4d4;
  margin-top: 1.56rem;
  font-family: "Poppins";
  background: #1b1b1b;
  border: solid 1px #8a8a8a;
  border-radius: 0;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
  height: 4.125rem;
}

.contact-section-button {
  height: 50px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: linear-gradient(to right, #0bb38b, #8ff888 113%);
  cursor: pointer;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  font-family: "Poppins";
  padding: 0 1rem;
  margin-top: 1.56rem;
  font-weight: bold;
  box-shadow: none;
}

.contact-section-button:hover {
  background-image: linear-gradient(to right, #099977, #7df775 113%);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

#footer {
  padding-top: 3%;
  padding-bottom: 1%;
  position: relative;
}

#footer-back-gradient {
  position: absolute;
  bottom: 0%;
  z-index: -22222;
}

#footer .container {
  max-width: 90%;
}

#footer .container .row {
  --bs-gutter-x: 0 !important;
}

.footer-row-hr {
  color: #d4d4d4;
  height: 1px;
}

.footer-content-hr {
  color: #d4d4d4;
  height: 1px;
}

.footer-logo .footer-logo-image {
  height: 5rem;
  object-fit: contain;
  margin-top: 2.89rem;
  color: #ffffff;
}

.footer-logo {
  display: flex;
  justify-content: space-evenly;
}

.footer-app-content h2 {
  font-size: clamp(1.375rem, 0.9997rem + 0.7507vw, 1.938rem);
  text-align: center;
}

.footer-app-store {
  display: flex;
  justify-content: center;
}

.footer-content .row p {
  margin-bottom: 0.2rem;
}

.footer-content .row p.mail-address {
  white-space: nowrap;
}

.footer-content .row h2 {
  font-size: clamp(1.375rem, 0.9997rem + 0.7507vw, 1.938rem);
}

.footer-content .row p a {
  color: #d4d4d4;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
}

.footer-content .row p a img {
  color: #d4d4d4;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  margin-bottom: 0.2rem;
  height: 1.563rem;
  width: 1.563rem;
  object-fit: contain;
}

.footer-social-media {
  display: none;
}

.bottom-footer {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

.all-rights-reserved {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
}

.bottom-footer p a {
  color: #d4d4d4;
  font-size: clamp(0.75rem, 0.5833rem + 0.3333vw, 1rem);
}

#btn-back-to-top {
  position: fixed;
  bottom: 8rem;
  width: 3rem;
  right: 3rem;
  display: none;
  color: #ffffff;
  padding: revert;
  z-index: 999;
}

.tawk-card.tawk-card-inverse.tawk-card-xsmall.tawk-footer.tawk-flex-none {
  display: none !important;
}

.tawk-footer {
  display: none;
}

button.tawk-margin-small-top.tawk-button-hover.width-100.tawk-custom-color.tawk-custom-border-color.tawk-button {
  background: red;
}

#primary {
  max-width: 100%;
}

#primary #main {
  padding: 7% 0 2rem 8%;
}

h1.page-title {
  font-size: clamp(1.563rem, 1.1463rem + 0.8333vw, 2.188rem);
  line-height: 1.04;
  margin-bottom: 1rem;
  margin-left: 5%;
  margin-top: 0 !important;
}

ul.products.columns-4 {
  margin-left: 5%;
}

.woocommerce ul.products li.product .star-rating {
  display: none;
}

.woocommerce span.onsale {
  display: none;
}

.woocommerce .woocommerce-result-count {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 2% 3% 2%;
  width: 24.05%;
  background-color: #383838;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 30.563rem;
}

.woocommerce-page ul.products li.product:hover {
  transform: scale(0.96);
  transition: 0.4s;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: clamp(1.063rem, 0.8963rem + 0.3333vw, 1.313rem);
  text-align: center;
}

.woocommerce ul.products li.product .price {
  color: #ff9d29;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: clamp(1.063rem, 0.8963rem + 0.3333vw, 1.313rem);
}

.woocommerce div.product div.images {
  background-color: #383838;
  width: 34%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  border: none !important;
  background-color: #383838;
  padding: 30px 22px 29px 23px;
}

.woocommerce div.product div.summary {
  margin: 0;
  width: 60%;
}

.woocommerce div.product .product_title {
  font-size: clamp(1.563rem, 1.1463rem + 0.8333vw, 2.188rem);
}

h1.entry-title {
  border-bottom: none;
}

a.woocommerce-review-link {
  display: none;
}

.woocommerce .woocommerce-product-rating .star-rating {
  color: #ff9d29 !important;
  margin: 1rem 0 -1rem 0;
}

.woocommerce .star-rating::before {
  color: #ff9d29 !important;
}

.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: none !important;
}

h2.woocommerce-Reviews-title {
  display: none;
}

p.comment-notes {
  display: none;
}

p.comment-form-author {
  display: none;
}

p.comment-form-email {
  display: none;
}

p.comment-form-cookies-consent {
  display: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #ffffff;
  font-size: clamp(1.563rem, 1.1463rem + 0.8333vw, 2.188rem);
  margin: none !important;
}

p.price {
  margin-bottom: 0;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  display: none;
}

.summary.entry-summary {
  font-family: "Poppins";
}

.quantity {
  border: 1px solid #d4d4d4;
}

div.qty {
  float: left;
  margin-right: 4rem;
  margin-left: 0.4rem;
  color: #ffffff;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  font-weight: bold;
}

.woocommerce .quantity .qty {
  text-align: center;
  background: #1b1b1b;
  color: #d4d4d4;
}

button.plus.quantity-plus,
button.minus.quantity-minus {
  width: 3.631rem;
  background: #1b1b1b;
  color: #d4d4d4;
}

button.minus.quantity-minus {
  border-right: 1px solid #d4d4d4;
}

button.plus.quantity-plus {
  border-left: 1px solid #d4d4d4;
}

button.plus.quantity-plus:hover,
button.minus.quantity-minus:hover {
  color: #110e27;
  background: #d4d4d4;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  border: 2px solid #ffffff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  background: #ffffff;
}

.summary table {
  border-width: none;
  color: #ffffff;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
}

.woocommerce-product-details__short-description {
  color: #ffffff;
  text-align: center;
}

.woocommerce-product-attributes-item__label {
  font-size: #d4d4d4;
  color: #ffffff;
}

.woocommerce table.shop_attributes td {
  font-style: normal;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
  color: #d4d4d4;
}

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  padding: 1rem;
  background: #1b1b1b;
  display: flex;
  justify-content: space-evenly;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  padding: 1rem;
  list-style: none;
  border: solid 1px #312c5a;
}

span#reply-title {
  display: none;
}

.comment-form-rating label {
  color: #d4d4d4;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  font-family: "Poppins";
  font-weight: normal;
}

p.woocommerce-noreviews {
  display: none;
}

p.comment-form-comment {
  padding-right: 30%;
}

textarea#comment {
  background: #1b1b1b;
  border: solid 1px #abaaa8;
  color: #d4d4d4;
}

p.stars span a {
  color: #ff9d29;
}

.woocommerce #review_form #respond .form-submit input {
  left: auto;
  background-image: linear-gradient(to right, #0bb38b, #8ff888 113%);
  color: #110e27;
  padding: 0.5rem 1.3rem 0.5rem 1.3rem;
  text-transform: uppercase;
  border-radius: 0;
}

.woocommerce #review_form #respond .form-submit input:hover {
  background: linear-gradient(to right, #079977, #76f86d 113%);
}

.related {
  display: none;
}

.product_meta {
  display: none;
}

.woocommerce-tabs ul {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel p {
  padding-right: 15%;
}

.woocommerce div.product form.cart {
  position: relative;
  margin-bottom: 1rem;
}

button.single_add_to_cart_button.button.alt {
  height: 40px;
  display: flex;
  align-items: center;
  border: solid 1px #ffffff;
  color: #ffffff;
  background-color: #1b1b1b;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  text-transform: uppercase;
  position: absolute;
  left: 0.1rem;
  top: 19rem;
  border-radius: 0;
  background-image: none;
}

.woocommerce button.button.alt:hover {
  background: #d4d4d4;
  color: #110e27;
}

.woocommerce button.button.added::after {
  display: none;
}

table.woocommerce-product-attributes.shop_attributes {
  margin-top: -1rem;
}

form.cart {
  margin-top: 1rem;
}

a.button.wc-backward {
  border-radius: 0;
  background: #0bb38b !important;
  color: #fff !important;
  text-transform: uppercase;
}

.button.quickcheckout.buy-now-button {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  background: linear-gradient(to right, #0bb38b, #8ff888 113%);
  text-transform: uppercase;
  padding: 0 1.5rem 0 1.5rem;
  margin-left: 12rem;
  position: absolute;
  left: 0.1rem;
  top: 19rem;
}

.button.quickcheckout.buy-now-button:hover {
  background: linear-gradient(to right, #079977, #76f86d 113%);
}

.button.quickcheckout.buy-now-button a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

.woocommerce a.added_to_cart {
  display: none !important;
}

.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: none;
  display: inline-block;
  text-decoration: line-through;
  color: #d4d4d4;
}

div#wcspc-area {
  background: #383838 !important;
  max-width: 400px;
  left: 94%;
  height: auto;
}

.wcspc-area.wcspc-effect-01 {
  transform: translate3d(110px, 0, 0);
}

.wcspc-area-top.wcspc-items.ps-container.ps-theme-wcspc {
  background: #383838;
  padding-top: 1rem;
}

.wcspc-item-inner {
  background: none !important;
  border: 0 !important;
  color: #ffffff;
  padding: 0 !important;
}

.wcspc-area-top.wcspc-items .wcspc-item-thumb {
  background: #5f5f5f;
  width: 5rem !important;
  padding-top: 0.3rem !important;
}

.wcspc-area-top.wcspc-items .wcspc-item-thumb a {
  display: flex;
  justify-content: center;
}

.wcspc-area-top.wcspc-items .wcspc-item-thumb img {
  height: 4rem !important;
  margin: 0;
}

.wcspc-area-top.wcspc-items .wcspc-item-title a {
  color: #ffffff !important;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem) !important;
  color: #ffffff !important;
  font-family: "Poppins" !important;
  line-height: 1.2;
  white-space: nowrap;
  font-weight: normal;
}

.wcspc-area-top.wcspc-items .wcspc-item-qty-plus,
.wcspc-area-top.wcspc-items .wcspc-item-qty-minus,
.wcspc-area-top.wcspc-items .wcspc-item-qty .wcspc-item-qty-inner input {
  background: #383838;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  height: auto;
  width: 2rem;
  line-height: 16px;
}

.wcspc-area-top.wcspc-items .wcspc-item-qty-plus:hover,
.wcspc-area-top.wcspc-items .wcspc-item-qty-minus:hover {
  background: #d4d4d4;
  color: #110e27;
}

.wcspc-area-top.wcspc-items .wcspc-item-inner .wcspc-item-remove:before {
  color: #ffffff !important;
  font-size: 14px;
}

.wcspc-total-left {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  color: #ffffff;
  font-family: "Poppins";
  font-weight: bold;
}

.wcspc-area-bot .wcspc-action .wcspc-action-inner > div a {
  border: 0 !important;
  background-color: #11a881 !important;
  border-radius: 0 !important;
  color: #d4d4d4 !important;
}

.wcspc-area-bot .wcspc-action .wcspc-action-inner > div a:hover {
  color: #ffffff !important;
  background: #0d8a6b !important;
}

.wcspc-area-bot .wcspc-continue {
  display: none;
}

.wcspc-area-bot {
  background: #383838;
  margin-top: 1rem;
}

.wcspc-area::after {
  background: #383838 !important;
}

div.wcspc-close {
  color: #ffffff !important;
}

.wcspc-area.wcspc-effect-01 .wcspc-close {
  left: 90% !important;
  font-size: 14px;
  z-index: 1;
  top: 12px;
}

.wcspc-item-info {
  padding-left: 1rem;
}

span.wcspc-item-price del {
  display: none;
}

span.wcspc-item-price bdi {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem) !important;
  color: #d4d4d4;
  font-family: "Poppins";
}

.wcspc-area-top.wcspc-items .wcspc-item-price span {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem) !important;
}

.wcspc-item {
  padding-top: 1rem;
}

.wcspc-count {
  background: none !important;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 0 !important;
}

.wcspc-count:hover {
  bottom: 0;
}

span#wcspc-count-number {
  background: #dd143d;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  right: -2px;
}

div#wcspc-count {
  display: none;
}

.wcspc-action-left {
  display: none !important;
}

.wcspc-area .wcspc-no-item,
.wcspc-area .wcspc-error {
  color: #d4d4d4;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p label {
  display: none;
}

#order_review_heading {
  display: none;
}

.edit-link {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  width: 95%;
  margin-top: 1rem;
}

.form-row {
  display: block !important;
}

.select2-container .select2-selection {
  background: #1b1b1b;
  border-radius: 0;
}

span.select2-selection.select2-selection--single {
  height: 2.374rem;
}

#billing_country_field span,
#billing_state_field span {
  width: 100% !important;
}

span.select2-selection__arrow {
  position: static !important;
}

.select2-selection__arrow b {
  left: 95% !important;
}

.woocommerce form .form-row {
  margin-bottom: 1rem !important;
}

button#place_order {
  margin-top: 1.56rem;
  position: static !important;
  background-image: linear-gradient(to right, #0bb38b, #8ff888 119%);
  border: none !important;
  border-radius: 0 !important;
  float: left !important;
  font-weight: normal;
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  text-transform: uppercase;
}

button#place_order:hover {
  color: #ffffff;
  background-image: linear-gradient(to right, #099c7a, #6df863 119%);
}

.form-row.place-order {
  background: #1b1b1b;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p span input {
  background: #1b1b1b;
  border: solid 1px #8a8a8a;
  border-radius: 0 !important;
}

.select2-billing_country-container {
  background: #1b1b1b;
}

.woocommerce-additional-fields {
  display: none;
}

.woocommerce-checkout-review-order-table tbody tr {
  color: #d4d4d4;
}

.woocommerce-checkout-review-order-table tfoot tr th,
td {
  color: #ffffff;
}

.woocommerce-checkout-review-order-table thead tr th {
  color: #ffffff;
}

.checkout {
  display: flex;
  position: relative;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  position: absolute;
  left: 1rem;
  bottom: -2rem;
  background-color: rgba(221, 20, 61, 0.27);
}

.woocommerce-notices-wrapper {
  position: absolute;
  top: 3%;
  right: 0;
  width: 85%;
  display: flex;
  justify-content: center;
}

header.entry-header {
  display: none;
}

.woocommerce-billing-fields h3 {
  display: none;
}

div#payment {
  background: #383838 !important;
}

ul.wc_payment_methods.payment_methods.methods li label {
  color: #d4d4d4;
}

ul#select2-billing_country-results {
  background: #1b1b1b;
  color: #d4d4d4;
}

ul#select2-billing_state-results {
  background: #1b1b1b;
  color: #d4d4d4;
}

span.select2-search.select2-search--dropdown {
  background: #1b1b1b;
  color: #d4d4d4;
}

#billing_country_field span,
#billing_state_field span {
  color: #d4d4d4 !important;
}

span.select2-search.select2-search--dropdown input {
  background: #1b1b1b;
  color: #d4d4d4;
}

span.woocommerce-input-wrapper input {
  color: #d4d4d4;
}

.form-control:focus {
  color: #d4d4d4;
}

.woocommerce-checkout #payment div.payment_box p:last-child {
  color: #110e27;
}

.woocommerce-privacy-policy-text p {
  color: #d4d4d4;
}

.woocommerce-privacy-policy-text p a {
  color: #d4d4d4;
}

ul.wc_payment_methods.payment_methods.methods {
  border: 0 !important;
}

div#order_review {
  padding: 3rem 5% 0 2rem;
  border-left: solid 1px #d4d4d4;
  width: 80%;
}

form.checkout_coupon.woocommerce-form-coupon {
  background: #383838;
}

.woocommerce form.checkout_coupon.woocommerce-form-coupon {
  margin-right: 5%;
  border: 0 !important;
}

.woocommerce-info {
  border-top: 0 !important;
  margin-right: 5%;
  background: #383838;
  color: #d4d4d4;
}

.woocommerce-info::before {
  color: #d4d4d4;
}

a.showcoupon {
  color: #d4d4d4;
}

input#coupon_code {
  background: #5a5a59;
  height: 2.32rem;
  color: #d4d4d4;
}

ul.woocommerce-error {
  background: none !important;
  color: #dd143d !important;
  margin: 0;
}

ul.woocommerce-error li {
  white-space: nowrap;
  font-family: "Poppins";
}

.woocommerce button.button {
  color: #ffffff;
  background: linear-gradient(to right, #0bb38b, #8ff888 119%);
  border-radius: 0;
  text-transform: uppercase;
}

.woocommerce button.button:hover {
  background: linear-gradient(to right, #089b78, #62fc57 119%);
  color: #ffffff;
}

ul.woocommerce-error {
  background-color: #383838;
  color: #dd143d;
  border: solid 1px #dd143d;
}

.wpcf7-response-output {
  background: #dd143d;
  color: #ffffff;
  border: none !important;
  padding: 0 0 12px;
}

section.woocommerce-order-details {
  display: none;
}

section.woocommerce-customer-details {
  display: none;
}

.woocommerce ul.order_details li {
  color: #d4d4d4;
}

.woocommerce-message {
  background: linear-gradient(to right, rgba(55, 188, 128, 0.5), rgba(40, 107, 77, 0.2));
  color: #8ff888;
  border: 0;
  width: 55%;
  margin-top: 2rem;
  margin-left: 40%;
  animation: hideMe 8s forwards;
}

.woocommerce-message::before {
  color: #8ff888;
}

@keyframes hideMe {
  0% {
    opacity: 1;
  }
  99.99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.woocommerce-form-coupon-toggle {
  margin-top: 1rem;
}

a.button.wc-forward {
  background: none;
  color: #8ff888;
  padding: 0.3rem 0 0 0;
}

a.button.wc-forward:hover {
  background: none;
  color: #89fa80;
}

h1.entry-title {
  text-transform: uppercase;
}

.woocommerce table.shop_table th {
  color: #ffffff !important;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: auto !important;
}

.woocommerce-cart table.cart td a {
  text-decoration: none !important;
  color: #d4d4d4;
}

.woocommerce-page table.cart td.actions .coupon {
  display: none;
}

td.actions button.button {
  margin-right: 4% !important;
  opacity: 1 !important;
}

.cart_totals {
  margin-right: 4%;
}

a.checkout-button.button.alt.wc-forward {
  background: linear-gradient(to right, #0bb38b, #8ff888 119%);
  text-transform: uppercase;
}

a.checkout-button.button.alt.wc-forward:hover {
  background-image: linear-gradient(to right, #0aa37f, #7aff70 119%);
}

footer.entry-footer {
  padding-bottom: 10rem;
}

/* ----- team page css starts here ----- */
#team {
  padding: 5% 12% 2%;
}

#team .container-fluid .row {
  justify-content: center;
}

.team-member-image {
  height: 17.5rem;
}

.team-title {
  font-size: clamp(1.563rem, 1.1463rem + 0.8333vw, 2.188rem);
  color: #ffffff;
  line-height: 1.04;
}

.team-description {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  color: #d4d4d4;
}

#team .container-fluid .row .team-wrapper {
  margin-top: 4%;
}

.team-wrapper .team-details {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.team-wrapper .team-details .content {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1b1b1b;
  padding: 15px 10%;
  width: 100%;
  height: 100%;
}

.team-wrapper .team-details:hover .content {
  top: 64%;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.8;
  transition: 0.6s ease;
}

.team-wrapper .team-details .content p {
  font-size: clamp(1rem, 0.9726rem + 0.122vw, 1.125rem);
  color: #d4d4d4;
  text-align: center;
  white-space: nowrap;
  margin: 0 20px 4.6px 16px;
}

.team-wrapper .team-details .content .follow-team {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.team-wrapper .team-member-details .team-name {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.12rem;
}

.team-wrapper .team-member-details .team-position {
  text-align: center;
}

.our-partners {
  margin-top: 2rem;
}

.our-partners-content {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.danphe-logo {
  height: 5rem;
}

/* ===================== Screensizes larger than 2000px =====================*/
@media screen and (min-width: 2000px) {
  .home-social-media {
    left: 2rem !important;
  }

  .team-wrapper .team-details:hover .content {
    top: 68%;
  }

  .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    height: 32.563rem !important;
  }

  div#wcspc-area {
    left: 96% !important;
  }
}
@media screen and (max-width: 2000px) {
  .team-wrapper .team-details:hover .content {
    top: 68%;
  }
}
/* ===================== Screensizes larger than 1800px =====================*/
@media screen and (max-width: 1800px) {
  .team-wrapper .team-details:hover .content {
    top: 66%;
  }
}
/* ===================== Screensizes larger than 1600px =====================*/
@media screen and (max-width: 1600px) {
  .home-social-media {
    left: -2.4rem !important;
  }

  #about-us-image {
    width: 700px !important;
  }

  #about-back-gradient {
    top: -15% !important;
  }

  .team-wrapper .team-details:hover .content {
    top: 64%;
  }

  .team-wrapper .team-details .content .follow-team a svg {
    height: 45px;
    width: 45px;
  }

  .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    height: 26.563rem !important;
  }
}
/* ===================== Screensizes larger than 1400px =====================*/
@media screen and (max-width: 1400px) {
  .home-content-title {
    margin-top: 9.78rem !important;
  }

  .home-social-media {
    transform: rotate(90deg) translate(127%) !important;
  }

  #about-us-image {
    width: 600px !important;
  }

  .about-content {
    padding-right: 12% !important;
    padding-top: 10%;
  }

  .team-wrapper .team-details:hover .content {
    top: 60%;
  }

  .footer-app-store img {
    height: 2rem;
  }
}
/* ===================== Screensizes larger than 1200px =====================*/
@media screen and (max-width: 1200px) {
  html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  .home-side-image .hero-section-image {
    margin-top: 13% !important;
  }

  .home-social-media {
    left: -2.8rem !important;
  }

  #about-us-image {
    width: 500px !important;
  }

  .about-content {
    padding-right: 15%;
    padding-top: 15% !important;
  }

  #about-back-gradient {
    height: 125% !important;
  }

  /* ========== Team Section  ==========*/
  .team-wrapper .team-details:hover .content {
    top: 54%;
  }

  .team-wrapper .team-details .content .follow-team a svg {
    height: 40px;
    width: 40px;
  }

  /* ========== Woocommerce Section ==========*/
  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 40% !important;
    clear: none !important;
  }

  #primary #main {
    padding: 8% 0 2rem 5% !important;
  }

  /* ========== Add to cart popup  ==========*/
  div#wcspc-area {
    max-width: 370px !important;
  }

  .footer-logo .footer-logo-image {
    height: 4rem;
  }
}
/* ===================== Screensizes larger than 992px =====================*/
@media screen and (max-width: 992px) {
  html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  /* ========== Header Section  ==========*/
  .navbar-nav {
    align-items: flex-start !important;
    padding-left: 2%;
  }

  .nav-item .navbar-button {
    margin-top: 0 !important;
    height: 40px;
  }

  .navbar-nav li {
    margin-top: 1rem;
  }

  .cart-nav-item {
    display: none !important;
  }

  .home-social-media {
    left: -3rem !important;
  }

  .home-content .home-content-button {
    height: 40px;
  }

  .home-side-image .hero-section-image {
    margin-top: 23% !important;
  }

  #about-us-image {
    width: 400px !important;
  }

  #about-back-gradient {
    height: 100% !important;
  }

  .about-content {
    padding-right: 10% !important;
    padding-top: 20% !important;
  }

  /* ========== Community single page Section  ==========*/
  #community-single-bg {
    height: 500px !important;
    width: 500px !important;
  }

  .community-single-description {
    width: 80% !important;
  }

  .community-button {
    height: 40px;
  }

  .key-benefits {
    width: 80% !important;
  }

  .key-features {
    width: 80% !important;
  }

  .slider-button-group {
    margin-top: 4rem !important;
    margin-left: 1rem !important;
  }

  .testimonial-content-container {
    padding: 0.1rem 0.5rem 0rem 0rem !important;
  }

  .contact-section-button {
    height: 40px;
  }

  /* ========== Team Section  ==========*/
  #team .team-wrapper .team-details {
    overflow: visible !important;
    flex-direction: column;
  }

  .team-wrapper .team-details .content {
    position: static !important;
  }

  .team-wrapper .team-member-details .team-name {
    margin-top: 0 !important;
  }

  .team-wrapper .team-details .content .follow-team a svg {
    height: 28px;
    width: 28px;
  }

  /* ========== Woocommerce Section  ==========*/
  .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    height: 30.563rem !important;
  }

  .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 4rem;
  }

  .checkout {
    flex-direction: column;
  }

  .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    position: static !important;
    width: 92%;
    margin-left: 1rem;
  }

  .woocommerce-message {
    display: none;
  }

  div#order_review {
    border: 0 !important;
    padding: 3rem 0 0 0 !important;
    width: 100% !important;
  }

  #btn-back-to-top {
    right: 4rem !important;
  }
}
/* ===================== Screensizes larger than 768px =====================*/
@media screen and (max-width: 767px) {
  html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  /* =========== Navbar and Header   ===========*/
  #header nav {
    padding-left: 5% !important;
  }

  .navbar-brand img {
    height: 4.1rem !important;
  }

  .navbar-nav li {
    margin-top: 1rem;
  }

  .nav-item .navbar-button {
    margin-top: 0;
  }

  #header .navbar-nav li.active > a::after {
    bottom: -0.2rem !important;
  }

  /* =========== Hero section    ===========*/
  #hero {
    padding: 1.5rem 0 0 0 !important;
  }

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

  .home-content-title {
    margin-top: 2.78rem !important;
  }

  .home-content-title span {
    padding-left: 14%;
  }

  p.home-content-text {
    padding: 0 25% 0;
    text-align: center;
  }

  .home-social-media {
    display: none !important;
  }

  /* =========== About section    ===========*/
  #about {
    padding-left: 5%;
  }

  #about .container-fluid .row .col-md:first-child {
    display: none;
  }

  .about-content {
    padding-right: 5% !important;
  }

  .about-title {
    margin-top: 0 !important;
  }

  /* =========== Community section    ===========*/
  #community {
    padding-top: 4.375rem !important;
  }

  #community .container .row .col-md:first-child {
    order: 2;
  }

  #community .container .row {
    flex-direction: column;
  }

  .community-col-second {
    align-items: flex-start !important;
  }

  svg#Layer_1 {
    margin-top: 2rem;
    height: 40% !important;
  }

  svg#community_back_one {
    height: 50% !important;
  }

  svg#community_back_two {
    display: none;
  }

  .col.col-md.community-col-third {
    margin-top: -55%;
  }

  .strategies-content-first,
.strategies-content-second,
.strategies-content-third {
    flex-direction: column;
  }

  .community-section-description {
    padding: 0 25% !important;
  }

  .community-button {
    margin-top: 1rem;
  }

  h1.community-section-title {
    margin-top: 3.5rem;
  }

  /* ========== Community single page Section  ==========*/
  #community-single-bg {
    width: 400px !important;
  }

  .community-single-working {
    flex-direction: column-reverse;
  }

  .community-single-description {
    width: 100% !important;
  }

  .key-benefits {
    width: 100% !important;
  }

  .key-features {
    width: 100% !important;
  }

  /* =========== Strategies section    ===========*/
  .strategies {
    padding-top: 4.37rem !important;
  }

  .strategies-content-first {
    order: 1;
  }

  .strategies-content.deductive-content {
    order: 1;
  }

  .strategies-content {
    padding-top: 4.375rem;
  }

  .discovery-content-text {
    padding: 0 30% !important;
  }

  .strategies-content.deductive-content .strategies-content-text,
.strategies-content.inductive-content .strategies-content-text {
    padding: 0 30%;
  }

  .strategies-content-text {
    padding: 0 30%;
  }

  /* =========== Testimonial section    ===========*/
  .testimonial-image {
    display: none;
  }

  svg#testimonial_back_one {
    display: none;
  }

  .testimonial-content {
    height: auto !important;
    border-radius: 0 !important;
  }

  #testimonial .py-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .testimonial-content-text {
    padding: 2rem 0 0 2rem !important;
    margin-top: 0 !important;
  }

  .testimonial-details {
    padding-left: 2rem !important;
  }

  /* =========== Acknowledgement section    ===========*/
  #acknowledge {
    padding-top: 4rem !important;
  }

  /* =========== Contact section    ===========*/
  #contact .container {
    max-width: 100% !important;
    padding: 0 2rem 0;
  }

  /* =========== Footer section    ===========*/
  .col-md-6.footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .col-md-6.footer-content-one,
.col-md-6.footer-content-two {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-social-media {
    display: flex !important;
    white-space: nowrap;
    width: 40%;
    justify-content: space-evenly;
    align-items: center;
  }

  .footer-social-media .footer-media-icon a img {
    height: 20px;
    width: 20px;
    vertical-align: baseline !important;
  }

  .footer-media-hr {
    color: #d4d4d4;
    width: 15%;
  }

  /* =========== Woocommerce section    ===========*/
  #primary #main {
    padding: 5% 0 2rem 5% !important;
  }

  .woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
    clear: none !important;
  }

  h1.page-title {
    margin-left: 14% !important;
  }

  ul.products.columns-4 {
    margin-left: 0% !important;
  }

  ul.products.columns-4 {
    padding: 0 30% 0;
  }

  .woocommerce div.product div.images {
    background-color: #383838;
    width: 96% !important;
    margin: 0 4%;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 1.5rem !important;
    right: 0 !important;
  }

  .woocommerce div.product div.summary {
    width: 100% !important;
  }

  .woocommerce div.product div.summary p.price {
    margin-bottom: 2rem;
  }

  button.single_add_to_cart_button.button.alt,
.button.quickcheckout.buy-now-button {
    top: 21rem !important;
  }

  .button.quickcheckout.buy-now-button {
    top: 20.8rem !important;
  }

  .woocommerce table.shop_attributes th {
    padding: 9px !important;
  }

  button#place_order {
    width: auto !important;
  }

  p#billing_first_name_field,
p#billing_last_name_field {
    width: 100% !important;
  }

  /* ========== Add to cart popup  ==========*/
  div#wcspc-area {
    max-width: 350px !important;
  }

  span#wcspc-count-number {
    right: 7px !important;
  }
}
@media screen and (max-width: 576px) {
  .navbar-brand {
    flex: 0 0 30% !important;
  }

  p.navbar-toggler.cart-toggler {
    border: 0 !important;
    position: absolute;
    right: 15% !important;
    top: 1.7rem;
  }

  .footer-social-media {
    width: 50% !important;
  }

  /* ========== Community single page Section  ==========*/
  #community-single-bg {
    width: 350px !important;
  }

  /* =========== Woocommerce section    ===========*/
  ul.products.columns-4 {
    padding: 0 20% 0;
  }

  .woocommerce div.product div.images {
    background-color: #383838;
    width: 90% !important;
    margin-left: 2%;
  }
}
/* ===================== Screensizes larger than 480px =====================*/
@media screen and (max-width: 480px) {
  /* ========== Community single page Section  ==========*/
  #community-single-bg {
    width: 300px !important;
  }

  .community-single-post {
    padding: 4% !important;
  }

  .footer-social-media {
    width: 60% !important;
  }

  .team-wrapper .team-details .content .follow-team {
    justify-content: space-evenly !important;
  }

  /* =========== Woocommerce section    ===========*/
  ul.products.columns-4 {
    padding: 0 10% 0;
  }

  #primary #main {
    padding: 5% 0 2rem 0% !important;
  }

  .woocommerce div.product div.images {
    background-color: #383838;
    width: 93% !important;
    margin-left: 4%;
  }

  .woocommerce div.product div.summary {
    margin-left: 5% !important;
    margin-top: 2rem !important;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    margin-left: 4% !important;
  }

  div#reviews {
    margin-left: 4%;
  }

  /* ========== Add to cart popup  ==========*/
  div#wcspc-area {
    max-width: 300px !important;
    left: 100% !important;
  }
}
/* ===================== Screensizes larger than 320px =====================*/
@media screen and (max-width: 320px) {
  /* ========== Add to cart popup ==========*/
  .wcspc-area.wcspc-effect-01.wcspc-area-show {
    transform: translate3d(-233px, 0, 0) !important;
  }
}
