/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Assistant", sans-serif;
  color: #1a1a1a;
}

a {
  text-decoration: none;
  color: #d4af37;
  
}
:focus {
  outline: none;
}

a:hover {
  color: #a7cd74;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Assistant", sans-serif; */
  font-family: "Assistant", sans-serif;
}






/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #eb797a;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ffffff;
  
}
.back-to-top:hover i {
  color: #eb797a;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #181818;
  padding: 7px 0;
  font-size: 17px;
  font-weight: 600;
  color: #9b9b9b;
  overflow: hidden;

}

#mega-menu-wrap-primary #mega-menu-primary {
  text-align: center !important;
  padding: 0px 0px 3px 0px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #d4af37;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #d4af37;
}

#topbar .social-links a {
  color: #9b9b9b;
  line-height: 0;
  transition: 0.3s;
  margin-left: 10px;
}

#topbar .social-links a:hover {
  color: white;
}
.tp-tag {
  color:#fff;
  font-size: 17px;
  font-weight: 600;
}


.tp-tag {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  transform: translateX(0); /* visible immediately */
  animation: scroll-left 40s linear infinite;
  animation-delay: 2s; /* start scroll after 2 seconds */
  will-change: transform;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0); /* start from visible position */
  }
  100% {
    transform: translateX(-100%); /* scroll fully left */
  }
}





/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 114px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  position: relative;
}
#header.fixed-top {
  position: fixed;
}
#header:after {
  content: "";
  /*background: url('../img/photo-over-top.png') repeat-x bottom center;*/
  width: 100%;
  height: 17px;
  position: absolute;
  bottom: -17px;
  left: 0;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  height: 72px;
  max-width: 152px !important;
}
#header.fixed-top .logo img {
  max-height: 45px;
  transition: all 0.3s ease-in-out 0s;
}
#header.fixed-top {
  height: 100px;
}

.scrolled-offset {
  margin-top: 70px;
}
.hright {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  min-width: 120px;  
}
.hleft {
  min-width: 120px;
  display: flex;
  align-items: center;
}
.hsearch {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.hsearch a {
  color:#000;
}
.hsearch a:hover {
  color:#eb797a;
}
.signin-btn {
  background: #f7ba96;
  border-radius: 2px;
  padding: 5px 20px;
  color: #000;
  border:none;
  white-space: nowrap;
}

.signup-btn {
  background: #eb797a;
  border-radius: 2px;
  padding: 5px 20px;
  color: #000;
  border: none;
  white-space: nowrap;
}
.signin-btn:hover, .signup-btn:hover, .signin-btn:focus,
.signup-btn:focus {
  background: #000;
  border:none;
  color:#fff;
}
.logo {
  height: 74px;
}
.fixed-top .logo {
  height: 64px;
}
.hpL {
  /* transition: opacity .2s ease-in-out; */
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  position: absolute;
  top: 5px;
    left: 50%;
    transform: translate(-50%);
}

/* .fixed-top .hpL {
  transition: opacity .2s ease-in-out;
  opacity: 0;
}

.hpLS {
  transition: opacity .2s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 5px;
    left: 50%;
    transform: translate(-50%);
    transition: opacity .2s ease-in-out;
}
.fixed-top .hpLS {
  transition: opacity .2s ease-in-out;
  opacity: 1;
} */

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.head-navbar {
  position: relative;
  padding:2px;
  background: #ffffff;
  z-index: 9;
  margin-top: 5px;
}
/**
* Desktop Navigation 
*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #000;
    padding: 5px 15px;
    margin: 0 5px;
    font-size: 14px;    
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .navmenu>ul>li>a>span {
    position: relative;
    z-index: 2;
  }
  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: #d4af37;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
    z-index: 1;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
    z-index: 2;
  }

  .navmenu a.hm i {
    margin-left: 0;
    font-size: 16px;
    padding: 3.4px 0;
  }

  /* .navmenu li:last-child a {
    padding-right: 0;
  } */

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #000;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #FFF;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #000;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color:#000;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #000;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: #000;
    padding: 10px 20px;    
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, #000, transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color:#000;
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: #000;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #fff;
    color: #000;
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #fff;
    border: 1px solid color-mix(in srgb, #000, transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/* Listing Dropdown - Desktop */
@media (min-width: 1200px) {
  .navmenu .listing-dropdown {
    position: static !important; 
  }

  .navmenu .listing-dropdown ul {
    margin: 0 !important;
    padding: 10px !important;
    background: #fff !important;
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); */
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1) !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    display: flex !important;
    transition: 0.3s !important;
    border-radius: 0 !important;
    z-index: 99 !important;
  }

  .navmenu .listing-dropdown ul li {
    flex: 1 !important;
    border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
  }

  .navmenu .listing-dropdown ul li:last-child {
    border-right: none !important;
  }

  .navmenu .listing-dropdown h4 {
    color: #000 !important;
    font-weight: 700 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    font-size: 20px !important;
  }
  .navmenu .listing-dropdown h6 {
    font-size: 14px !important;
    font-weight: 600 !important;    
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    padding-bottom: 5px !important;
  }

  .navmenu .listing-dropdown ul li a,
  .navmenu .listing-dropdown ul li:hover>a {
    padding: 5px !important;
    font-size: 13px !important;
    color: #000 !important;
    background-color: #fff !important;
    position: relative !important;
    transition: all 0.2s ease-in-out !important;
  }

  .navmenu .listing-dropdown ul li a:hover,
  .navmenu .listing-dropdown ul li .active,
  .navmenu .listing-dropdown ul li .active:hover {
    color: #000 !important;
    background-color: #fff !important;
    transform: translateX(5px) !important;
  }

  .navmenu .listing-dropdown ul li a:hover:after {
    content: '' !important;
    position: absolute !important;
    top: 4px !important;
    left: -5px !important;
    height: 20px !important;
    width: 2px !important;
    background: #000 !important;
    transition: all 0.2s ease-in-out !important;
  }


  .navmenu .listing-dropdown:hover>ul {
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !important;
  }
}

/* Listing Dropdown - Mobile */
@media (max-width: 1199px) {
  .navmenu .listing-dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: #fff;
    border: 1px solid color-mix(in srgb, #000, transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .listing-dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .listing-dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background: url("../img/hero-bg.jpg") no-repeat bottom center;
  background-size: 100% auto;
  position: relative;
  overflow: visible;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero:after {
  content: "";
  background: url('../img/grunge-line-bg.png') repeat-x bottom center;
  width: 100%;
  height: 39px;
  position: absolute;
  bottom: -23px;  
  left: 0;
  
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 15px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #f7ba96;
  color: #000;
  background: #f7ba96;
  
}

#hero .btn-get-started:hover {
  color:#fff;
  background: #000;
  border-color: #fff;
  border-color: #000;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #eb797a;
  display: inline-block;
}
.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}
.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h2 span {
  color: #eb797a;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
  /* background: url('../img/about-bg.png') no-repeat top center;   */
  background-size: cover;
  position: relative;  
  padding: 25px 0;
}
.about:before {
  content: '';
  position: absolute;
  top:0;
  left:0;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;  
}
.about .container {
  position: relative;
}
.about .content {
  /* background: #ffe8db; */
  background: #fff0e7;
  padding: 40px;
  border-radius: 5px 0 0 5px;
}

.about .content h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-color);
  text-transform: uppercase;
}

.about .content h2 {
  font-size: 24px;
  font-weight: 700;
}

.about .content p {
  margin: 8px 0 9px 0;
/*   line-height: 24px; */
}

.btn-read-more {
  color: #000;
  background:#f7ba96;
  line-height: 0;
  padding: 12px 16px;
  border-radius: 4px;
  transition: 0.5s;
  
}

.btn-read-more span {
  font-family: var(--default-font);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.btn-read-more:hover {
  background: #000;
  color:#fff;
}

.btn-read-more:hover i {
  transform: translateX(5px);
}
.about-img {
  position: relative;
  overflow: hidden;
}
.about-img img { 
  transform: scale(1);
  transition: 0.6s;
}
.about-img:hover img {
  transform: scale(1.01);
  transition: 0.6s;
}
.about-img:before {
  content: "";
  /* background: url('../img/photo-over-top.png') repeat-x bottom center; */
  width: 100%;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.about-img:after {
  content: "";
  /* background: url('../img/photo-over-top.png') repeat-x bottom center; */
  width: 100%;
  height: 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-180deg);
}

/* .about-img img {
  transform: scale(1);
  transition: 0.6s;
}
.about-img:hover img {
  transform: scale(1.2);
  transition: 0.6s;
} */

/*--------------------------------------------------------------
# Magazines Section
--------------------------------------------------------------*/
.magazines {
  padding-top: 80px;
  
}
.magazine-bg {
  background: url('../img/magazine-bg.png') no-repeat top center;
  background-size: cover;
  height: 250px;
  position: relative;
  border-radius: 5px;
}
.magazine-bg .row {
  height: 100%;
}
.subs-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;      
  padding-left:0;  
}
.subs-box h2 {
  font-size: 32px;
  font-weight: 700;
}
.subs-box p {
  width: 60%;
}
.suscribe-btn {
  background: #000;
  padding:5px 20px;
  color:#fff;
  border-radius: 2px;
}
.suscribe-btn:hover {
  background: #eb797a;
  color:#000
}
.magazines .btn-read-more {
  background: #fff;
  color:#000;
}
.magazines .btn-read-more:hover {
  background: #000;
  color:#fff;
}
.parrate-animation {
    margin-top: 0;
    background: #fff;
    border-radius: 5px;
    padding: 10px 20px;    
    text-align: center;
    display: flex;
    position: relative;
}
.parrate-animation:before {
  content: "";
 /* background: url('../img/magazine-top-bg.png') repeat-x bottom center;*/
  width: 100%;
  height: 17px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.parrate-animation:after {
  content: "";
/*  background: url('../img/magazine-top-bg.png') repeat-x bottom center;*/
  width: 100%;
  height: 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-180deg);
}
.reading-parrate {
  width: 160px;
}
.sound-waves {
  width: 160px;
  margin:0 20px
  /* transform: rotate(180deg); */
}
.listening-parrate {
  width: 80px;
  margin-top: 7px;
}
.pos-rel {
  position: relative;
}
.callout-1 {
  position: absolute;
  top: -100px;  
  z-index: 1;    
}
.callout-1 img {
  width: 130px;
}
.callout-2 {
  position: absolute;
  top: -110px;
  right: -10px;
  z-index: 1;
}
.callout-2 img {
  width: 130px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.artical-services .img {
  border-radius: 8px;
  overflow: hidden;
}

.artical-services .img img {
  transition: 0.6s;
  height: 300px;
  width: 300px;
}

.artical-services .details {
  background: #fff;
  /*padding: 50px 20px 30px 20px;*/
   padding: 38px 15px 11px 15px !important;
  margin: -50px 7px 0 7px;
  transition: all ease-in-out 0.3s;
  position: relative;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
  min-height: 180px;
}

.artical-services .details .icon {
margin: 0;
  width: 62px;
  height: 62px;
  background: #eb797a;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 22px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -28px;
  left: calc(14% - 36px);
}

.artical-services .details h3 {
  font-weight: 700;
  margin: 0 0 5px 0;
  font-size: 20px;
  transition: ease-in-out 0.3s;
  color:#000;
}

.artical-services .details p {  
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 10px;
}
.readmore {
  color:#000
}

.artical-services .service-item:hover .details h3 {
  color: #eb797a;
}

.artical-services .service-item:hover .details .icon {
  background: #FFF;
  border: 2px solid #eb797a;
}

.artical-services .service-item:hover .details .icon i {
  color: #eb797a;
}

.artical-services .service-item:hover .img img {
  transform: scale(1.02);
}
.art-date {
  position: absolute;
    right: 17px;
    top: 7px;
    color: #959595;
}
.artical-services .service-item:hover .art-date {
  color:#000;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.flashcards {
  background: #fff;
  padding: 60px 0;
}

.flashcards .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  margin: 15px;
}


.flashcards .member .member-img {
  position: relative;
  overflow: hidden;
}

.flashcards .member .member-img img {
  transform: scale(1);
  transition: 0.6s;
  height: auto !important;
  width: 100%;
  object-fit: cover;
/*   height: 250px !important; */
}

.flashcards .member:hover .member-img img {
  transform: scale(1.01);
  transition: 0.6s;
}


.flashcards .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flashcards .member .social a {
  transition: color 0.3s;
  color: #353535;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: rgba(143, 192, 78, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.flashcards .member .social a:hover {
  background: #d4af37;
}

.flashcards .member .social i {
  font-size: 18px;
  line-height: 0;
}

.flashcards .member .member-info {
  padding: 15px;
}

.flashcards .member .member-info h4 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 15px;
  color: #000;
}

.flashcards .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #595959;
}

.flashcards .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.flashcards .member:hover {
  background: #eb797a;
}

.flashcards .member:hover .member-info h4,
.flashcards .member:hover .member-info p,
.flashcards .member:hover .member-info span {
  color: #fff;
}

.flashcards .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Creative Notebook
--------------------------------------------------------------*/
.creative-notebook {
  overflow: visible;
  padding: 0;
  margin: 60px 0 40px 0;
}

.creative-notebook .container {
  /* background: #fff0e7; */
/*   background: url('../img/banner-jou.png') no-repeat top center; */
	min-height: 350px !important;
	object-fit: cover;
}

.creative-notebook h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.red-btn {
  background: #5d78d3;
  padding: 5px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.red-btn:hover {
  background: #000;
  color: #fff;
}

.notes-b {
  display: flex;
  column-gap: 15px;
  align-items: center;
  justify-content: space-between;
}

.nb-images {
  margin-top: -80px;
  margin-bottom: -80px;
}

.ctn-img {
  margin-top: -30px;
  width: 280px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.bestseller {
  padding-bottom: 40px;
}

.bestseller #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.bestseller #portfolio-flters li .nav-link{
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  border: none;
}
.bestseller #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #444444 !important;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #efefef;
  border-radius: 4px;
  border: none;
}
.bestseller ul#portfolio-flters{
  border-bottom: none !important; 
}

.bestseller #portfolio-flters .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #fff !important;
  background: #eb797a !important;
  border-radius: 4px;
}

.bestseller #portfolio-flters .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover,
.bestseller #portfolio-flters li.filter-active {
  color: #fff !important;
  background: #eb797a;
  border-radius: 4px;
}

.bestseller #portfolio-flters li:last-child {
  margin-right: 0;
}

.bestseller .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.bestseller .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 306px;
  height: 327px;
  object-fit: cover;
}

.bestseller .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 0px;
  right: 0;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #eb797a;
  padding: 15px 20px;
  margin: 0px 12px;
  width: calc(100% - 24px);
}

.bestseller .portfolio-item .portfolio-info h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  width: 70%;
  margin-bottom: 5px;
}

.bestseller .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}

.bestseller .portfolio-item .portfolio-info .preview-link,
.bestseller .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.bestseller .portfolio-item .portfolio-info .preview-link:hover,
.bestseller .portfolio-item .portfolio-info .details-link:hover {
  color: #d6e8bf;
}

.bestseller .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

.bestseller .portfolio-item:hover img {
  top: -30px;
}

.bestseller .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 99;
  right: auto;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #d4af37;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d4af37;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(53, 53, 53, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Blogs Journaling
--------------------------------------------------------------*/
.blogs-journaling {
  background: url('../img/h5_Bg_slider.jpg') no-repeat;
  background-size: cover;
  position: relative;
}

.blogs-journaling:before {
  content: "";
  background: rgba(255, 255, 255, .51);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.blogs-journaling:after {
  content: "";
  background: url(../img/photo-over-top.png) repeat-x bottom center;
  width: 100%;
  height: 17px;
  position: absolute;
  top: -1px;
  left: 0;
}

.blogs-journaling .container {
  position: relative;
}

.blogs-journaling h2 {
  font-size: 32px;
  font-weight: 700;
}

.blogs-journaling p {
  width: 70%;
}

.learner-blog {
  background: url('../img/slide-001.png') no-repeat;
  background-size: 100% auto;
  min-height: 280px;
  margin-right: 25px;
  padding: 45px;
  position: relative;
}

.jb-img {
  position: absolute;
  width: 225px;
  right: -20px;
  bottom: -20px;
}

.learner-blog .btn-read-more {
  color: #fff;
  background: #579894;
}

.journaling-blog {
  background: url('../img/slide-002.png') no-repeat;
  background-size: 100% auto;
  min-height: 280px;
  margin-left: 25px;
  padding: 45px;
  position: relative;
}

.journaling-blog .btn-read-more {
  color: #fff;
  background: #e59bac;
}

.learner-blog .btn-read-more:hover,
.journaling-blog .btn-read-more:hover {
  color: #fff;
  background: #000;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f4f4f4;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  padding-top: 4px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f4f4f;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# Footer Newsletter
--------------------------------------------------------------*/

.footer-newsletter {
  text-align: center;
  font-size: 15px;
  padding:60px 0; 
  position: relative;
  background: url('../img/bricks-bg.png') repeat-x top center;
  border-top:1px solid rgba(0, 0, 0, .1);
}

.footer-newsletter .container {  
}

.footer-newsletter form {
  background: #f3f3f3;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  border:1px solid rgba(0, 0, 0, .2);  
  text-align: left;
  width: 480px;
}

.footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
  background: #f3f3f3;
}
.footer-newsletter form input[type=email]:focus {
  outline: none;
}

.footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #000;
  color: #fff;
  transition: 0.3s;
  border-radius: 2px;  
}

.footer-newsletter form input[type=submit]:hover {
  background: #eb797a;
}
.fnews-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.fnews {
  display: flex;
  column-gap: 25px;
  justify-content: space-between;
  background: #fff;
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  align-items: center;
}

.fnews h2 {
  color:#000;
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}
.fnews p {
  color:#000;
  margin-bottom: 0;
}
.fnc-img {
  margin-top: -5px;
  margin-right: 15px;
}
/*--------------------------------------------------------------
# Insta Feeds
--------------------------------------------------------------*/
 .insta-feeds {
  background: url('../img/insta-bg.png') no-repeat;
  background-size:cover;
  position: relative;
 }
 .insta-feeds:after {
   content: "";
   background: url(../img/photo-over-top.png) repeat-x bottom center;
   width: 100%;
   height: 17px;
   position: absolute;
   top: -1px;
   left: 0;
 }
 .insta-feeds .section-title h2 span {
  color:#fff;
 }
 .insta-feeds .section-title h2:before,
 .insta-feeds .section-title h2:after {
  background: #fff;
 }

 .inst-feed-photos {
  margin:10px;
  overflow: hidden;
  border: 2px solid rgb(235 121 122 / 50%);
  border-radius: 10px;
  position: relative;
 }
 .inst-feed-photos:hover {
  border: 2px solid rgb(235 121 122 / 100%);
 }

 .ifp-logo {
  display: none;
  transition: 0.6s;
 }
 .inst-feed-photos:hover .ifp-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;  
 }

 .ifp-logo {  
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  color:#fff;
  background: hwb(359 47% 8% / 0.85);
 }
 .ifp-logo i {
  font-size: 24px;
 }

 .inst-feed-photos img {
  width: 100%;
  height: auto;  
  /* transform: scale(1);
  transition: 0.6s;       */
 }
 .inst-feed-photos:hover img {
  /* transform: scale(1.2);
    transition: 0.6s; */
 }

 .insta-feeds .swiper-pagination {
   margin-top: 20px;
   position: relative;
 }

 .insta-feeds .swiper-pagination .swiper-pagination-bullet {
   width: 12px;
   height: 12px;
   /* background-color:rgb(235 121 122 / 20%); */
   background-color: rgb(255 255 255 / 50%);
   opacity: 1;
 }

 .insta-feeds .swiper-pagination .swiper-pagination-bullet-active {
   background-color:rgb(235 121 122 / 100%);
 }

 /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: url("../img/footer-bg.jpg") center center no-repeat;
  color: #fff;
  font-size: 14px;
  position: relative;
  background-size: cover;
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(15, 15, 15, 0.75);
}

.footer:after {
  content: "";
  background: url(../img/red-over-top.png) repeat-x bottom center;
  width: 100%;
  height: 17px;
  position: absolute;
  top: -1px;
  left: 0;
}
.footer .container {
  position: relative;
}
.footer .footer-top {
  padding-top: 50px;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;  
  font-size: 16px;  
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  
}

.footer h4 {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 0;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .footer-links ul i {
  margin-right: 3px;
  font-size: 12px;
  line-height: 0;  
}

.footer .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  /* padding-top: 0; */
}

.footer .footer-links ul a {
  display: inline-block;  
  line-height: 1;
  color:#fff;
  opacity: .9;
  padding:0 15px;
  font-size: 15px;
}

.footer .footer-links ul a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer .footer-about a {  
  font-size: 24px;
  font-weight: 600;  
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
      padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, .3);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}

.insta-gallery {
  display: flex;
  flex-wrap: wrap;
}
.insta-gallery a {
  display: flex;
  border:1px solid #000;
  width: 25%;
}
.insta-gallery a img {
  width: 100%;
}

.footer-logo {
  display: flex;
  background: #fff;
  padding:10px;
  width: 250px;
  border-radius: 2px 2px 0 0;
}
.footer-contact {
width: 250px;
  background: #fff;
  border-radius: 0 0 2px 2px;
  color: #000;
  padding-left: 15px;
  padding-bottom: 20px;
}

.ft-logo img {
  width: 200px;
}
/* ==============  new css here ====== */
span.onsale {
  background: #eb797a !important;
  border-radius: 0px 4px 4px 0px !important;
  height: 35px !important;
  width: 35px !important;
  display: block !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  color: #fff !important;
  font-size: 12px !important;
  position: absolute !important;
  top: 0px !important;
  z-index: 99 !important;
  left: 0 !important;
  font-weight: 300 !important;
}

.cart-contents{
  position: relative !important;
}


.cart-contents span {
  position: absolute;
  background: #eb797a;
  top: 0px;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.loda {
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.loda h4{
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 15px 0px !important;
}




.togglesearch {
  background: #E8E8E4;
  position: absolute;
  top: 62px;
  left: auto;
  width: 350px;
  /* height: 60px; */
  line-height: 60px;
  box-shadow: 0 0 10px rgb(0 0 0 / 21%);
  border-top: 4px solid #eb797a;
  display: none;
  z-index: 99999;
  padding: 10px;
  border-radius: 5px;
}

.togglesearch:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #eb797a;
}

.togglesearch input[type="text"]{
  width: 200px;
  padding: 5px 10px;
  margin-left: 23px;
  border: 1px solid #eb797a;
  outline: none;
}

.togglesearch input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #D80B15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #D80B15;
  outline: none;
  cursor: pointer;
}

@media only screen and (min-width:240px) and (max-width: 768px){
.navbar ul li{
	float:none;
	display:block;
	text-align:center;
	margin:0 auto;
}
}


.cart-dropdown li a{
  font-size: 12px !important;
}
.cart-dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  padding: 10px;
}
.cart-dropdown .view-cart, .cart-dropdown .checkout {
  display: block;
  text-align: center;
  padding: 5px;
  background: #333;
  color: #fff;
  text-decoration: none;
  margin: 10px 0;
}

.serach-new i{
  color: #eb797a;
}

/* .cart-dropdown {
  display: none !important;
  position: absolute !important;
  background-color: #f9f9f9 !important;
  min-width: 350px !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2) !important;
  z-index: 1;
  border-radius: 5px !important;
} */


.gign-inbtn {
  width: auto;
  display: block;
  padding-top: 17px;
  margin:  0 auto;
}

.gign-inbtn button {
  background: #eb797a;
  padding: 8px 41px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  border: none;
  width: 100%;
}

.gign-inbtn button:hover{
  background: #eb797a;
}
.gign-inbtn button:focus{
  background: #eb797a;
}
.gign-inbtn button:active{
  background: #eb797a !important;
}
.regestration-details {
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 99;
}

.already {
  text-align: center;
  padding-top: 10px;
}
.already p{
  font-size: 15px;
  margin-bottom: 0px;
}
.already p a{
  color: #eb797a;
  font-weight: 600;
}
.regestration-details h2{
  font-size: 33px;
  margin-bottom: 20px;
}

.regestration-details input:focus{
  border-color: #eb797a;
  box-shadow: none;
}
.regestration-details label {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 12px;
}
.error-message{
  font-size: 12px;
}

.regestration-details .input-group-append .input-group-text {
  height: 38px;
  width: 45px;
  border-radius: 0px 5px 5px 0px;
}

.result-message {
  display: none;
}

.error-message{
  display: none;
}

.show-message {
  display: block;
  margin-bottom: 0px;
}

.forgot-password {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}

.forgot-password a{
  color: #eb797a;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}

.adtun{
  text-align: center;
}

.adtun a{
  color: #eb797a;
  text-decoration: underline;

}

.adtun p{
  font-size: 15px;
  margin-bottom: 0px;
}
.regestration {
  min-height: calc(100vh - 0px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eb797a0d;
}
.is-form-style input.is-search-submit, .is-search-icon {
  background: #eb797a;
  color: #fff;
  border: none;
}
.cart-dropdown ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  min-height: 130px;
  overflow-x: auto;
}
.is-form-style input.is-search-input{
  border: none !important;
}
div.is-ajax-search-details, div.is-ajax-search-result{
  width: 312px !important;
  padding: 15px !important;
}
.is-search-sections .thumbnail img{
  max-width: 45px;
}
.is-show-more-results-text {
  cursor: pointer;
  padding: 9px 0 9px;
  text-align: center;
  background: #eb797a;
  color: #fff;
}
.is-ajax-search-details .is-title a, .is-ajax-search-post .is-title a .is-ajax-search-details a, .is-ajax-search-result a{
  font-size: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
  padding: 5px !important;
  font-size: 13px !important;
        color: #000 !important;
        background-color: #fff !important;
        position: relative !important;
        transition: all 0.2s ease-in-out !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
  color: #000;
  background-color: #fff;
  transform: translateX(5px);
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0px 15px 0px 15px !important;
  width: 100%;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover:after {
  content: '' !important;
  position: absolute !important;
  top: 4px !important;
  left: -5px !important;
  height: 20px !important;
  width: 2px !important;
  background: #000 !important;
  transition: all 0.2s ease-in-out !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
  position: relative; /* Ensure the parent is positioned */
}


.flashcards .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  /* background-color: rgb(235 121 122 / 20%); */
  background-color: #e59bac;
  opacity: 1;
}

.flashcards .swiper-pagination {
  margin-top: 20px;
  position: relative;
}



.flashcards .swiper-pagination .swiper-pagination-bullet-active {
  background-color:rgb(235 121 122 / 100%);
}

   .header-cart {
        position: relative;
        display: inline-block;
    }

    .cart-contents {
        color: #fff;
        text-decoration: none;
        padding: 10px;
        border-radius: 3px;
    }

    .cart-dropdown {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 250px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 9999;
    }

    .header-cart:hover .cart-dropdown {
        display: block;
    }

    .cart-dropdown ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .cart-dropdown li {
        padding: 8px 16px;
        border-bottom: 1px solid #ddd;
        display: flex;
        align-items: center;
    }

    .cart-dropdown li a {
        color: #333;
        text-decoration: none;
        flex-grow: 1;
        display: flex;
        align-items: center;
    }

    .cart-dropdown li a img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        object-fit: cover;
    }

    .cart-dropdown li .quantity {
        color: #888;
    }

    .cart-dropdown .view-cart,
    .cart-dropdown .checkout {
        display: block;
        text-align: center;
        padding: 10px;
        background: #333;
        color: #fff;
        text-decoration: none;
        margin: 10px 0;
    }

    .cart-dropdown .view-cart:hover,
    .cart-dropdown .checkout:hover {
        background: #555;
    }

    .logo-container {
      max-width: 223px;
      margin-bottom: 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      /* margin-bottom: 30px; */
/*       background: #fff; */
/*       box-shadow: 0px 0 8px rgba(0, 0, 0, 0.1); */
      padding: 5px 10px;
      border-radius: 5px 5px 0px 0px;
      height: 105px;
      /* margin-top: -77px; */
      position: relative;
  }
  .regestration .hpL {
    transition: all 0.3s ease-in-out 0s;
    opacity: 1;
    position: absolute;
    top: 0px;
    /* left: 50%; */
    /* transform: translate(-50%); */
}
.logo-container img {
  max-width: 200px;
  position: absolute;
  top: 7px;
  /* right: 53%; */
  transform: translate(-50%);
  height: auto;
}

.feel-ininspired .woocommerce-products-header h1 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}

.feel-ininspired .bapf_head h3{
  color: #000;
  font-weight: 600;
}

.feel-ininspired  .bapf_slidr_main.ui-widget-content .ui-slider-handle, .berocket_filter_price_slider.ui-widget-content .ui-slider-handle, .slide.default .bapf_slidr_main .ui-state-default, .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, .slide.default .berocket_filter_price_slider .ui-state-default, .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default{
  background: #eb797a;
}

.feel-ininspired .bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content{
  background: #eb797a;
}

.feel-ininspired span.bapf_from span {
  font-weight: 600;
}
.feel-ininspired .bapf_to{
  font-weight: 600;
}

.feel-ininspired .bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background: #efefef;
}

.feel-ininspired .bapf_sfilter .bapf_hascolarr, .bapf_sfilter .bapf_hasdesc{
  font-size: 19px;
  font-weight: 600;
}

.feel-ininspired .bapf_sfilter ul li{
  margin: 13px 0px !important;
}

.feel-ininspired .bapf_sfilter.bapf_ckbox input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.feel-ininspired .bapf_sfilter.bapf_ckbox input[type=checkbox] {
  display: none; /* Hide the default checkbox */
}

.feel-ininspired .bapf_sfilter.bapf_ckbox label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  user-select: none;
}

.feel-ininspired .bapf_sfilter.bapf_ckbox label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
}

.feel-ininspired .bapf_sfilter.bapf_ckbox input[type=checkbox]:checked + label::before {
  background-color: #eb797a; /* Background color on check */
  border-color: #eb797a; /* Border color on check */
}

.feel-ininspired .bapf_sfilter.bapf_ckbox label::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

.feel-ininspired .bapf_sfilter.bapf_ckbox input[type=checkbox]:checked + label::after {
  display: block;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top !important;
  background: #fff !important;
  padding: 5px 12px !important;
  border-radius: 5px !important;
  border: solid 1px #ddd !important;
  cursor: pointer !important;
  appearance: none;
  width: 210px;
}

.woocommerce-ordering{
  position: relative;
}

.woocommerce-ordering span i {
  position: absolute;
  right: 10px;
  top: 8px;
}

.woocommerce .woocommerce-result-count{
  margin-bottom: 0px !important;
}

.feel-ininspired .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #eb797a!important;
  color: #fff!important;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  margin: 0 !important;
  text-decoration: none!important;
  padding: 0!important;
  line-height: 1!important;
  font-size: 15px!important;
  font-weight: 600!important;
  padding: 8px 15px!important;
  min-width: 10px!important;
  display: block!important;
  color: #5b5858;
}
.woocommerce nav.woocommerce-pagination ul{
  border: 1px solid #e9e9e9;
  border-right: 0;
  margin: 1px;
  border-radius: 5px;
}
.woocommerce-products-header {
  padding: 50px 0px;
  background-image: no-repeat;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  margin: 0 auto;
  display: f;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.woocommerce-products-header h1 {
  margin: 0 0 0px 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  position: relative;
  z-index: 99;
}

.woocommerce-products-header:before{
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.woocommerce-products-header ul.woocommerce-breadcrumb {
  display: flex;
  position: relative;
  padding:0 !important;
  
}

.woocommerce-products-header ul.woocommerce-breadcrumb li{
  list-style: none;
  color: #000;
  font-size: 17px;
  font-weight: 600;


}

.woocommerce-products-header ul.woocommerce-breadcrumb li a{
  color: #000;
}

.woocommerce-products-header ul.woocommerce-breadcrumb li.active {
  color: #c16465 !important;
}

.myProfile .woocommerce-MyAccount-navigation {
  float: left !important; 
  width: 20% !important;
}


.myProfile .woocommerce-MyAccount-content {
  float: right !important;
  width: 78% !important;
  background: #fff !important;
  padding: 15px !important;
  border-radius: 5px !important;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1) !important;
}


.myProfile .table, th, td {
  border: solid 1px #ddd;
  text-align: center;
}

.myProfile .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
  padding: 10px 8px;
  
}

.myProfile .woocommerce table.shop_table{
  margin: 0 -1px 0px 0;
}

.myProfile  .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
  border: solid 1px #ddd;
  border-collapse: collapse;
  border-right: none;
}

.myProfile table.shop_table td:last-child {
  border-right: 1px solid #ddd; /* Example border */
}

.myProfile  table.shop_table{
  border: none !important;
}

.myProfile  table.shop_table td{
  border-top: none;
  border-right: none;
  padding: 7px;
}



.myProfile .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th{
  font-size: 15px;
}

.myProfile .list-group-item {
  transition: 0.3s ease-in all;
  padding: 0px;
}

.myProfile .list-group-item a {
  font-size: 15px;
  color: #f7ba96;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.myProfile .list-group-item a svg{
  margin-right: 10px;
}

.myProfile  table.my_account_orders th:last-child {
    border-right: 1px solid #ddd; /* Example border */
}

.view, .pay , .cancel {
  color: #000 !important;
  background: #f7ba96 !important;
  line-height: 0 !important;
  padding: 17px 30px !important;
  border-radius: 4px;
  transition: 0.5s !important;
  border: none !important;
  font-weight: 600 !important;
  margin: 2px !important;
}

.view:hover, .pay:hover, .cancel:hover ,.view:active, .pay:active, .cancel:active{
  background-color: #f7ba96;
}



.myProfile .list-group-item:hover, .myProfile .list-group-item:hover a{
  background: #eb797a;
  color: #fff !important;
}

.myProfile .list-group-item a i {
  margin-right: 10px;
}
.related-product .portfolio-item img {
  width: 100%;
}

.related-product .portfolio-info span bdi{
  color: #fff;
  text-decoration: underline;
}

/* .details-section span.onsale{
  left: 0px !important;
} */

.details-section .entry-summary h3.entry-title {
  font-size: 23px;
  font-weight: 600;
  color: #000;
}

.details-section .summary .woocommerce-product-rating {
  margin-bottom: 0px !important;
  padding: 10px 0px;
}

.details-section .woocommerce-product-rating a{
  color: #eb797a;
  font-weight: 700;
}

.woocommerce-product-rating .star-rating span{
  color: #ffc439;
}

.details-section .entry-summary .woocommerce-Price-amount bdi{
  color: #eb797a;
  text-decoration: underline;
  font-size: 19px;
}

.details-section .summary.entry-summary .woocommerce-product-details__short-description p{
  font-size: 15px;
  margin-bottom: 10px;
}

.details-section .entry-summary .button-wrapper button {
  color: #000;
  background: #f7ba96;
  line-height: 0;
  padding: 19px 22px;
  border-radius: 4px;
  transition: 0.5s;
}

.details-section .entry-summary .button-wrapper button:hover{
  background: #000;
}

.details-section .entry-summary .quantity .qty{
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ddd;
  border-radius: 5px;
  color: #7f7e7e;
  font-weight: 600;
}

.details-section .message__headline .tag--xsmall span {
   font-size: 17px !important;
}

.details-section .message__content{
  margin-bottom: 16px !important;
}


.details-section .product_meta{
  margin-top: 10px;
}

.details-section .product_meta a{
  color: #eb797a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  background-color: #eb797a !important;
  border-bottom-color: #eb797a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #efefef !important;
  color: #FFF !important;
  display: inline-block !important;
  position: relative;
  z-index: 0;
  border-radius: 4px;
  margin: 0 5px 0px 0px;
  /* padding: 0 1em; */
  font-size: 14px;
}

.details-section .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
  border: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
  padding: 0 0 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #eb797a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #eb797a;
}

.woocommerce-Tabs-panel h3{
  font-size: 28px;
  margin-bottom: 7px;
}

.details-section .woocommerce-Reviews h3.woocommerce-Reviews-title{
   font-size: 21px;
   margin-bottom: 17px !important;
}

.comment-text .star-rating span{
  color: #ffc439;
}

.details-section .woocommerce-Reviews {
  max-width: 800px;
}

.details-section .woocommerce-tabs ul.tabs{
  margin: 0px 0px 0px !important;
}

.details-section .tab-content {
  padding: 0px 0px 0px;
  border: solid 1px #ddd;
  border-radius: 0px 0px 5px 5px;
}

.details-section ul.tabs::before{
  border-bottom: none !important;
}

.details-section .tab-pane{
  margin: 0px !important;
  padding: 10px !important;
}

.resouces-img {
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  /* margin: 15px; */
}
.post-thumbnail{

  overflow: hidden;
}
.post-thumbnail img {
  height: 470px;
  object-fit: cover;
  transition: 0.3s ease-in all;
  width: 100%;
  border-radius: 5px;
}

.post-thumbnail img:hover{
  transform: scale(1.01);
  transition: 0.3s;
}

.banner-content {
  padding: 0px 30px;
}

.banner-content h1 {
  font-size: 25px;
  padding-right: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0px;
}

.post-introduction p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 23px;
  text-align: justify;
}

.share-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}

.post-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.share-title .post-share h3 {
  font-size: 19px;
  color: #000;
  margin-bottom: 0px;
  white-space: nowrap;
}

.share-title .social-share-buttons{
  display: flex;
  align-items: center;
}

.share-title .social-share-buttons a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #eb797a;
  border-radius: 100%;
  margin: 0px 0px 0px 10px;
  font-size: 13px;
  color: #eb797a;
  transition: 0.3s ease-in all;
}

.share-title .social-share-buttons a:hover{
  background: #eb797a;
  color: #fff;
}

.share-title .post-content p{
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 23px;
  color: #777777;
}

.post-content p{
  margin: 10px 0px;
}

ul.page-numbers {
  display: flex;
  padding: 0px;
  margin: 0px;
}

ul.page-numbers li {
  padding: 5px 15px;
  list-style: none;
  background: #f7ba96;
  margin: 0px 0px 0px 13px;
  border-radius: 5px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s ease-in all;
}

ul.page-numbers li a{
  color: #000;
}

ul.page-numbers li:hover{
  background: #eb797a;
  color: #000;
}

.franc .member .member-info {
  padding: 15px;
  height: auto;
}

.cart-tbl {
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 0px 0px;
}
.cart-tbl table{
  border: none;
}
.cart-tbl table tr th {
  border-bottom: solid 1px #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
}
.cart-tbl table tr td{
  border: none !important;
}

.cart-tbl tr.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a img{
 
}


.cart-tbl td.product-name a{
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: start;
  display: block;
  transition: 0.2s ease-in all;
}

.cart-tbl td.product-name a:hover{
   color: #eb797a;
   transition: 0.2s ease-in all;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 80px;
  box-shadow: none;
  border-radius: 5px;
}

.shop_table tbody tr td {
  border-bottom: 1px solid #ddd !important;
}
.shop_table tbody tr:last-child td {
  border-bottom:none !important;
}

.cart-tbl .amount bdi{
  font-weight: 600;
  font-size: 15px;
}

.cart-tbl .quantity input{
  border: solid 1px #ddd;
  border-radius: 5px;
}
.cart-tbl .coupon {
  display: flex;
  margin-right: 7px;
}
.cart-tbl .coupon input{
  border: solid 1px #ddd;
  border-radius: 5px;
  width: 100% !important; 
}
.cart-tbl .coupon button{
  white-space: nowrap;
  font-size: 15px;
  background: #f7ba96;
  border-radius: 5px;
  padding: 5px 20px;
  font-weight: 500;
  transition: 0.3s ease-in all;
}


.cart-tbl .coupon button:hover{
  background: #000;
  color: #fff;
}

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

.cart-total {
  overflow: hidden;
  border-radius: 5px;
  background: #f5f5f5;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  padding: 15px;
}

.cart-total h2{
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}

.cart-total tr.cart-subtotal {
  margin-bottom: 10px !important;
  background: #fff;
  border-radius: 4px;
}

.cart-total tr.order-total{
  margin-bottom: 10px !important;
  background: #fff;
  border-radius: 4px !important;
  color: #eb797a;
}

.cart-total a.checkout-button.button.alt.wc-forward {
  background: #eb797a;
  padding: 14px 10px;
  font-size: 17px;
  font-weight: 500;
  transition: 0.2s ease-in all;
}

.cart-total a.checkout-button.button.alt.wc-forward:hover{
  background: #000;
  transition: 0.2s ease-in all;
  color: #fff;
}


td.product-remove a {
  color: #eb797a !important;
  font-size: 18px;
}

.cart-value {
  padding: 60px;
}

.cart-tbl table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  border-bottom: solid 1px #ddd;
  margin: 0px !important;
}
.wc-proceed-to-checkout{
  padding: 0px 0px !important;
}

a.checkout-button.button.alt.wc-forward{
  margin-bottom: 0px;
}

.cart-tbl table.shop_table.shop_table_responsive{
  margin-bottom: 12px !important;
}

button.cart-update.button {
  background: #b3b2b2 !important;
  color: #000 !important;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 10px !important;
  height: 37px;
  display: flex;
  justify-content: end;
  align-items: center;
  /* margin-left: 40px !important; */
}

.comment-respond span {
  color: #eb797a;
  font-weight: 600;
  font-size: 17px;
}

.comment-respond .stars span a {
  color: #ffc439 !important;
  padding: 0px 5px;
}

.comment-respond .form-group.comment-form-rating label{
  font-weight: 600;
  padding-bottom: 10px;
  color: #000;
  font-size: 17px;
}

.comment-respond .form-group{
  margin-bottom: 0px;
}


.comment-respond .form-group input:focus {
  border-color: #eb797a;
  box-shadow: none;
}
.comment-respond .form-group textarea{
  resize: inherit;
}
.comment-respond .form-group textarea:focus {
  border-color: #eb797a;
  box-shadow: none;
}

.comment-respond .form-group label {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 12px;
}

.comment-respond .form-submit .submit{
  background: #f7ba96 !important;
    border-radius: 2px !important;
    padding: 10px 25px !important; 
    color: #000 !important;
    border: none !important;
    white-space: nowrap !important;
    font-weight: 500;
    transition: 0.3s ease-in all;
}

.comment-respond .form-submit .submit:hover{
  background: #000 !important;
  color: #fff !important;
}

.widget_course_filter {
    background: #efefef;
    border-radius: 10px;
    padding: 10px 15px;
}
.widget_course_filter .lp-form-course-filter .course-filter-submit, .lp-form-course-filter .course-filter-reset button{
   padding: 5px 16px !important;
   font-size: 14px;
}

.widget_course_filter .lp-form-course-filter .course-filter-reset, .lp-form-course-filter .course-filter-reset button{
   padding: 5px 16px !important;
   font-size: 14px;
}
.woocommerce form .form-row{
  width: 100%;
}

.conatct-details .form-heading {
    text-align: start;
}

.conatct-details .form-text{
  text-align: start;
  margin-bottom: 0px;
  font-size: 15px;
  padding-bottom: 17px;
}

.contact .info-item {
    background-color: #fff;
    padding: 20px 15px 30px 15px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
}

/* ---------------------------------------------------------------- */
/* Responsive Css */
/* ---------------------------------------------------------------- */


@media(max-width:1440px){
  #hero h1{
    font-size: 42px;
  }
  #hero h2{
    font-size: 21px;
  }
  #hero .btn-get-started{
    padding: 7px 26px;
    font-size: 16px;
  }
  #hero{
    height: 60vh;
  }
  .about .content h2{
    font-size: 22px;
  }
  .about .content{
    padding: 29px;
  }
  .about{
    padding: 70px;
  }
  .subs-box h2{
    font-size: 28px;
  }
  .callout-1 img {
    width: 120px;
  }
  .callout-2 img{
    width: 120px;
  }
  .section-title h2{
    font-size: 28px;
  }
  .artical-services .details h3{
    font-size: 18px;
  }
  .artical-services .details .icon{
    font-size: 20px;
  }
  .artical-services .details p{
    line-height: 20px;
  }
  .artical-services .details .icon{
     width: 55px;
     height: 55px;
  }
  .bestseller #portfolio-flters li .nav-link{
    font-size: 15px;
  }
  .red-btn {
    padding: 5px 19px;
    font-size: 14px;
    white-space: nowrap;
   }
   .nb-images img {
    width: 388px;
   }
   .flashcards .member .member-info {
    padding: 12px;
   }
   .blogs-journaling h2{
    font-size: 27px;
   }
   .blogs-journaling p{
    font-size: 14px;
   }
   .journaling-blog{
    padding: 35px;
   }
   .btn-read-more{
    padding: 9px 16px;
   }
   .jb-img{
    width: 190px;
   }
   section{
    padding: 50px 0px;
   }
   .footer .footer-links ul a{
    font-size: 14px;
   }
   .ft-logo img {
    width: 190px;
   }
   .section-title{
    padding-bottom: 20px;
   }
   .learner-blog{
    padding: 35px;
   }
   .regestration-details h2 {
    font-size: 30px;
    margin-bottom: 13px;
   }
}


@media(max-width:1366px){
  .fnews {padding:30px;}
    .footer-newsletter form {
      width: 420px;
    }
    #hero h1 {
      font-size: 37px;
     }
     #hero h1 {
      font-size: 37px;
    }
    #hero {
      height: 55vh;
    }
    .about {
      padding: 55px;
    }
    .about .content h2 {
      font-size: 19px;
      margin-bottom: 0px;
    }
    .about .content p {
      margin: 9px 0 6px 0;
      line-height: 21px;
      font-size: 15px;
    }
    .subs-box h2 {
      font-size: 25px;
    }
    .callout-1 img {
      width: 110px;
    }
    .callout-2 img {
      width: 110px;
    }
    .artical-services .details h3 {
      font-size: 16px;
    }
    section {
      padding: 45px 0px;
    }
    .bestseller .portfolio-item .portfolio-info h4{
      font-size: 14px;
    }
    .nb-images img {
      width: 360px;
    }
    .creative-notebook h2{
      font-size: 19px;
    }
    .flashcards .member .member-info h4{
      font-size: 14px;
    }
    .blogs-journaling h2 {
      font-size: 24px;
    }
    .learner-blog{
      padding: 30px;
    }
    .journaling-blog{
      padding: 30px;
    }
    .jb-img {
      width: 160px;
    }
    .footer-newsletter{
      padding: 45px 0px;
    }
    .fnc-img img{
      max-width: 50px;
    }
    .footer-newsletter form input[type=submit]{
      font-size: 15px;
    }
    .section-title {
      padding-bottom: 15px;
    }
    .ft-logo img {
      width: 180px;
    }
    .footer .footer-links {
      margin-bottom: 0;
      margin-top: 10px !important;
   }
   #hero .btn-get-started {
    padding: 6px 21px;
    font-size: 15px;
  }
  .creative-notebook .container{
    background-size: cover;
  }
  .regestration-details h2{
    font-size: 27px;
    margin-bottom: 10px;
  }
  .bestseller {
    padding-bottom: 20px;
   }
   .flashcards{
    padding: 40px 0px;
   }
   .logo-container img {
    max-width: 170px;
	   height: 103px;
  }

}

@media (max-width: 1279px) {
    #hero h1 {
    font-size: 33px;
   }
   #hero {
    height: 50vh;
   }
   .about .content h2 {
    font-size: 17px;
    margin-bottom: 0px;
   }
   .about .content {
    padding: 28px;
   }
   .btn-read-more span{
    font-size: 14px;
   }
   .btn-read-more i{
    font-size: 16px;
   }
   .subs-box{
    padding-left: 20px;
   }
   .parrate-animation{
    margin-right: 35px;
   }
   .callout-1 img {
    width: 100px;
   }
   .callout-1{
    top: -82px;
   }
   .callout-2{
    top: -100px;
   }
   .subs-box h2{
    font-size: 23px;
   }
   .subs-box p{
    margin-bottom: 10px;
    font-size: 15px;
   }
   .bestseller #portfolio-flters li .nav-link{
    font-size: 14px;
   }
   .nb-images img {
    width: 270px;
   }
   .nb-images{
    margin-top: -130px;
   }
   .section-title h2 {
    font-size: 27px;
  }
  .section-title h2:after {
    margin: 0 0 7px 15px;
  }
  .section-title h2:before {
    margin: 0 15px 7px 0;
  }
  .jb-img{
    bottom: 40px;
  }
  .fnews h2{
    font-size: 15px;
  }
  .fnc-img img {
    max-width: 42px;
  }
  .blogs-journaling p {
    width: 80%;
  }
  .blogs-journaling p{
    line-height: 19px;
  }
  .footer-newsletter form{
    padding: 3px 10px;
  }
  .jb-img {
    width: 130px;
   }
   .blogs-journaling h2 {
    font-size: 21px;
   }
   section {
    padding: 40px 0px;
   }
   .creative-notebook{
    padding: 35px 0px 35px 0px;
   }
   .flashcards{
    padding: 45px;
   }
   .creative-notebook{
    margin: 0px 0px;
   }
   .footer-newsletter form {
    width: 289px;
   }
   .fnews p{
    font-size: 13px;
   }
   .bestseller .portfolio-item .portfolio-info h4 {
    font-size: 12px;
   }
   .regestration {
    min-height: calc(100vh - 0px);
   }
   .bestseller .portfolio-item .portfolio-info{
    margin: 0px 12px;
   }
   .loda h4{
    padding: 10px 0px !important;
   }
   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    font-size: 12px !important;
   }
   .logo-container img {
    max-width: 170px;
  }
}



@media(max-width:1166px){
  #hero {
    height: 45vh;
    background: url("../img/hero-bg.jpg") no-repeat top center;
    background-size: cover;
   }
   #hero h1 {
    font-size: 27px;
    margin: 0px;
   }
   #hero h2 {
    font-size: 17px;
    }
    #hero h2{
      margin-bottom: 5px;
    }
    .about .content p{
      margin: 9px 0 15px 0;
        line-height: 21px;
    }
    .about .content h2{
      font-size: 15px;
    }
    #hero .btn-get-started{
      font-size: 14px;
    }
    .about {
      padding: 40px;
    }
    .callout-1 img {
      width: 85px;
    }
    .callout-2 img {
      width: 85px;
   }
   .callout-2 {
    top: -74px;
     }
     .callout-1 {
      top: -74px;
  }
  .reading-parrate {
    width: 120px;
   }
   .listening-parrate {
    width: 63px;
    margin-top: 7px;
   }
   .footer .copyright p{
    font-size: 13px;
   }
   .magazines{
    padding-top: 55px;
   }
   .subs-box h2 {
    font-size: 21px;
   }
   .subs-box p {
    margin-bottom: 10px;
    font-size: 13px;
   }
   .section-title h2 {
    font-size: 23px;
  }
  section {
    padding: 35px 0px;
   }
   .flashcards {
    padding: 40px;
   }
   .journaling-blog{
    min-height: 260px;
   }
   .learner-blog{
    min-height: 260px;
   }
   .fnews {
    padding: 20px;
   }
   .creative-notebook {
    padding: 25px 0px 25px 0px;
   }
   #header .logo img{
    height: 45px;
   }
   .bestseller .portfolio-item img{
    height: 260px;
   }
   .regestration-details h2 {
    font-size: 25px;
    margin-bottom: 5px;
   }
   .myProfile .list-group-item a {
    font-size: 12px;
    color: #f7ba96;
    padding: 9px 8px;
    display: flex;
    align-items: center;
    font-weight: 600;
   }
   .myProfile .woocommerce-MyAccount-navigation{
    width: 27% !important;
   }
   .myProfile .woocommerce-MyAccount-content{
    width: 72% !important;
   }
}


@media(max-width:1024px){
  #hero h1 {
    font-size: 23px;
    margin: 0px;
   } 
   #hero h2 {
    font-size: 15px;
  }
  .magazines {
    padding-top: 35px;
   }
   .about .content {
    padding: 20px;
   }
   .about .content p{
   font-size: 14px;}
   .flashcards {
    padding: 35px;
   }
   .blogs-journaling h2 {
    font-size: 18px;
   }
   .footer-newsletter {
    padding: 35px 0px;
   }
   .jb-img {
    width: 100px;
   }
   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    font-size: 13px;
   }
   .notes-b p{
    font-size: 13px;
   }
   .flashcards .member .member-info h4 {
    font-size: 13px;
   }
   section {
    padding: 30px 0px;
   }
   .bestseller {
    padding-bottom: 0px;
   }
   .btn-read-more span {
    font-size: 13px;
   }
   .btn-read-more i {
    font-size: 14px;
   }
   .bestseller .portfolio-item .portfolio-info{
    margin: 0px 12px;
   }
   .member-img{
    margin: 0px;
   }
   #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
    width: 200px;
   }
   .cart-tbl td.product-name a {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-align: start;
    display: block;
    transition: 0.2s ease-in all;
    line-height: 21px;
  }
  .cart-total{
    margin-top: 27px;
  }
}


@media(max-width:991px){
  #hero{
    height: 35vh;
  }
  #hero h1{
    font-size: 21px;
  }
  .reading-parrate {
    width: 100px;
   }
   .listening-parrate {
    width: 55px;
    margin-top: 7px;
   }
   .parrate-animation {
    margin-right: 85px;
   }
   .callout-1 img {
    width: 70px;
    }
    .callout-1 {
      top: -54px;
    }
    .callout-2 img {
      width: 70px;
  }
  .callout-2 {
    top: -54px;
   }
   .bestseller .portfolio-item img {
    height: 260px;
    width: 100%;
   }
 
   .creative-notebook {
    padding: 25px 0px 25px 0px;
   }
   .bky {
    display: none;
   }
   .nb-images {
    margin-top: 0px;
    margin-bottom: 0px;
   }
   .learner-blog {
    padding: 15px;
    }
    .footer-newsletter {
      padding: 25px 0px;
    }
    .journaling-blog {
      padding: 15px;
     }
     .subs-box h2 {
      font-size: 19px;
    }
    .subs-box p {
      width: 80%;
   }
   .bestseller .portfolio-item .portfolio-info{
    margin: 0px 12px;
   }
   .regestration {
    min-height: calc(100vh - 0px);
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .member-img{
    margin: 0px;
   }
   .cart-value {
    padding: 40px 20px;
   }
   button.cart-update.button{
    margin-top: 14px;
   }
  
  
}

@media (max-width:768px) {
  .mobile-menu {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    margin-top: 10px;
   }
   #header .container {
    position: relative;
    padding: 0px 15px;
    width: 90%;
   }
   #mega-menu-wrap-mobile-menu .mega-menu-toggle {
    height: 33px;
    width: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
   #mega-menu-wrap-mobile-menu {
    border-radius: 0;
    position: inherit;
  }
  #mega-menu-wrap-mobile-menu .mega-menu-toggle + #mega-menu-mobile-menu {
    position: absolute !important;
    width: 100% !important;
    z-index: 999 !important;
    left: 0px !important;
    /* margin: 0px 30px 0px 30px; */
    right: 0px !important;
   }
}


@media(max-width:767px){
   #header .logo img {
    height: 37px;
  }
  #hero h2 {
    font-size: 14px;
  }
  .about .content {
    padding: 15px;
    margin-top: 8px;
  }
  .magazine-bg{
    height: auto;
    background-size: cover;
    padding: 20px;
  }
  .about {
    padding: 15px;
   }
   .magazines {
    padding: 25px;
   }
   .magazine-bg{
    padding: 35px;
   }
   .subs-box p {
    width: 100%;
    margin-bottom: 25px;
   }
   .parrate-animation {
    margin-right: 0px;
   }
   .magazines .btn-read-more{
    margin-bottom: 64px;
   }
   .jb-img{
    display: none;
   }
   #hero {
    height: 30vh;
   }
   #hero .btn-get-started {
    font-size: 12px;
   }
   .fnews{
    flex-direction: column;
   }
   .tp-tag{
    font-size: 12px;
   }
   .signin-btn{
    font-size: 12px;
    padding: 4px 17px;
   }
   .signup-btn{
    padding: 4px 17px;
    font-size: 12px;
   }
   #topbar{
    font-size: 12px;
   }
   .logo {
    height: 20px;
   }
   .hleft .header_search {
    display: none;
   }
  
   .hsearch {
    margin-top: 28px;
   }
   .hright{
    margin-top: 10px;
   }
   #mega-menu-wrap-primary .mega-menu-toggle{
    background: none;
   }
   .nb-images img{
    display: none;
   }
   .notes-b p{
    margin-bottom: 0px;
   }
   .creative-notebook .container{
    padding: 15px;
   }
   .learner-blog {
    background-size: 100% auto;
    width: 100%;
    margin-bottom: 20px;
    }
    .journaling-blog {
      background-size: 100% auto;
      width: 100%;
      margin-bottom: 20px;
      margin-left: 0px;
    }
    .blogs-journaling p {
      width: 100%;
     }
     .blogs-journaling p {
      line-height: 17px;
      font-size: 12px;
      margin-bottom: 6px;
      }
      .blogs-journaling h2{
        margin-bottom: 0px;
        font-size: 15px;
      }
      .btn-read-more span {
        font-size: 12px;
    }
    .fnews {
      padding: 15px;
     }
     .fnc-img img {
      max-width: 35px;
  }
  .signin-mail {
    margin-bottom: 14px;
   }
   .fnews-content {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    width: 100%;
   }
   .footer-newsletter form {
    width: 100%;
   }
   .fnc-img{
    margin-top: -15px;
   }
   .journaling-blog {
    min-height: 100px;
   }
   .ft-logo img {
    width: 150px;
   }
   .mobile-menu {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    margin-top: 10px;
   }
   #mega-menu-wrap-mobile-menu {
    border-radius: 0;
    position: inherit;
   }
   #mega-menu-wrap-mobile-menu .mega-menu-toggle + #mega-menu-mobile-menu{
    position: absolute;
        width: 100%;
        z-index: 999;
        left: 0px;
        /* margin: 0px 30px 0px 30px; */
        right: 0px;
   }
   .regestration-details label{
    padding-bottom: 4px;
    padding-top: 10px;
   }
   .regestration-details{
    padding: 15px;
   }
   .regestration-details .input-group-append .input-group-text{
    font-size: 14px;
   }
   .regestration {
    min-height: calc(100vh - 0px);
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .head-navbar{
    z-index: 999;
   }
   .bestseller .portfolio-item:hover .portfolio-info{
    margin: 0px 12px;
   }
   #mega-menu-wrap-mobile-menu .mega-menu-toggle{
    height: 33px;
    width: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .bestseller .portfolio-item .portfolio-info{
    padding: 15px 28px;
   }
   #header .container{
    position: relative;
    padding: 0px 15px;
    width: 90%;
   }
   #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 15px 5px 15px;
    width: 100%;
   }
   #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 15px 5px 15px !important;
    width: 100%;
   }
   #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    font-size: 12px !important;
    font-weight: 500 !important;
   }
/*    .flashcards .member .member-info{
    height: 140px;
   } */
   .learner-blog {
    min-height: 130px;
  }
  .footer .copyright{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo-container img{
    max-width: 150px;
  }
  .cart-value {
    padding: 15px;
 }
 .cart-total{
  margin: 15px 0px;
 }
 .cart-tbl td.product-name a{
  font-size: 13px;
 }
 .woocommerce-products-header h1{
  font-size: 30px;
    font-weight: 700;
    line-height: 24px;
 }
 .woocommerce-products-header {
  padding: 35px 0px 11px;
}
 .cart-total h2{
  font-size: 21px;
 }
 .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
  font-size: 15px;
 }
 .cart-tbl{
  padding: 15px 0px;
 }
 .course-curriculum .section-left .section-title{
  font-size: 13px !important;
  margin-bottom: 0px !important;
  text-align: start !important;
 }
 #popup-sidebar .section-header{
  padding: 10px 10px !important;
 }
 .chat-bubble{
  font-size: 12px !important;
 }
 .lp-archive-courses ul {
    list-style-type: revert;
    padding: 8px 0px !important;
}
.quiz-content p{
  font-size: 13px;
}
.myProfile .woocommerce-MyAccount-navigation {
    float: left !important;
    width: 100% !important;
    margin-bottom: 15px !important;
}
.myProfile .woocommerce-MyAccount-content{
  width: 100% !important;
  background: #fff !important;
    padding: 15px !important;
    border-radius: 5px !important;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1) !important;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    width: 100%;
}

    
}


@media(max-width:568px){
  #hero h2 {
    font-size: 13px;
    line-height: 17px;
   }
   #hero .btn-get-started {
    padding: 5px 18px;
    font-size: 15px;
   }
   #hero {
    height: 25vh;
   }
   .about .content h2 {
    font-size: 14px;
   }
   .about .content p {
    font-size: 12px;
   }
   .subs-box p {
    width: 100%;
    margin-bottom: 9px;
   }
   .magazine-bg {
    padding: 20px;
   }
   .section-title h2 {
    font-size: 19px;
   }
   .section-title h2:after {
    margin: 0 0 4px 15px;
   }
   .section-title h2:before {
    margin: 0 15px 4px 0;
    }
    .artical-services .details{
      padding: 38px 20px 11px 20px !important;
    }
    .creative-notebook{
      margin: 0px 15px;
    }
    .creative-notebook h2 {
      font-size: 17px;
   }
   .learner-blog {
    padding: 30px;
   }
   .blogs-journaling h2 {
    margin-bottom: 7px;
     font-size: 18px;
    }
    .blogs-journaling p {
      line-height: 21px;
      font-size: 15px;
      margin-bottom: 6px;
    }
    .journaling-blog{
      padding: 30px;
    }
    .journaling-blog h2 {
      margin-bottom: 7px;
       font-size: 18px;
      }
      .journaling-blog p {
        line-height: 21px;
        font-size: 15px;
        margin-bottom: 6px;
      }
      .learner-blog{
        margin-bottom: 10px;
      }
      .learner-blog {
        min-height: 210px;
     }
     #hero h1 {
      font-size: 19px;
     }
     #hero .btn-get-started{
      font-size: 12px;
     }
     .flashcards {
      padding: 0px;
      margin-top:10px
    }
    section {
      padding: 15px 0px;
    }
    .footer .footer-top {
      padding-top: 25px;
   }
   .footer .footer-links ul a {
    font-size: 12px;
   }
   .footer .footer-links ul a{
    padding: 0 7px;
   }
   .journaling-blog {
    min-height: 210px;
    }
    .reading-parrate {
      width: 60px;
    }
    .callout-1 img {
      width: 65px;
   }
   .listening-parrate {
    width: 35px;
    margin-top: 7px;
   }
   .sound-waves{
    width: 80px;
   }
   .parrate-animation {
    margin-left: 0px;
   }
   .callout-2 img {
    width: 60px;
    }
    .section-title p{
      margin: 8px auto 0 auto;
    }
    .section-title h2:after{
      display: none;
    }
    .section-title h2:before{
      display: none;
    }
    .footer .footer-links {
      margin-bottom: 0;
      margin-top: 0px !important;
    }
    #mega-menu-wrap-mobile-menu .mega-menu-toggle {
      height: 30px;
      width: 37px;
    }
    .blogs-journaling p {
      width: 60%;
     }
     .logo-container{
      max-width: 163px;
      height: 100px;
     }
      .share-title {
    display: flex;
      align-items: self-start;
      justify-content: space-between;
      padding: 19px 0px;
      flex-direction: column;
  }
  .banner-content h1{
    padding-bottom: 10px;
  }
  
}


@media(max-width:450px){
  .blogs-journaling h2 {
    margin-bottom: 2px;
    font-size: 16px;
   }
   .blogs-journaling p {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 13px;
   }
   .learner-blog {
    min-height: 205px;
   }

   .blogs-journaling h2 {
    margin-bottom: 2px;
    font-size: 18px;
   }
   .learner-blog p {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 13px;
   }
   
   .learner-blog {
    padding: 25px;
   }
   .journaling-blog {
    padding: 25px;
   }
   .journaling-blog{
    min-height: 205px;
   }
   .bestseller #portfolio-flters{
    margin: 0 auto 0px auto;
   }
   .bestseller #portfolio-flters li .nav-link {
    font-size: 12px;
   }
   .red-btn{
    font-size: 12px;
   }
   .artical-services .details h3 {
    font-size: 14px;
   }
   #hero h2{
    font-size: 12px;
   }
   .about .content p{
    line-height: 19px;
   }
   .subs-box h2 {
    font-size: 17px;
    }
    .section-title p{
      font-size: 13px;
    }
    .learner-blog{
      margin-bottom: 15px;
    }
    .footer .copyright{
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .fnews h2 {
      font-size: 14px;
    }
    .fnews p {
      font-size: 12px;
   }
   .footer .footer-links ul a {
    padding: 0 2px;
   }
   .section-title {
    padding-bottom: 5px;
  }
  .togglesearch{
    width: 300px;
    top: 60px;
  }
  .flashcards .member .member-info h4 {
    font-size: 12px;
   }
   .btn-read-more {
    padding: 8px 11px;
   }
   .blogs-journaling p {
    width: 100%;
   }
}



.mega-sub-menu {
  display: none;
}
.mega-toggle-on .mega-sub-menu {
  display: block;
}


@media(max-width:375px){
  .learner-blog {
    padding: 17px;
 } 
 .learner-blog p {
  line-height: 19px;
  font-size: 15px;
  margin-bottom: 8px;
}
.journaling-blog {
  padding: 17px;
}
.journaling-blog p {
  line-height: 19px;
  font-size: 15px;
  margin-bottom: 8px;
  }
  .learner-blog {
    min-height: 170px;
  } 
  .journaling-blog {
    min-height: 170px;
  }
  .cart-contents{
    padding: 6px;
  }
  .flashcards .member .member-img img{
    height: 100px;
  }
}



#loader {
    display: none; 
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 9999; 
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Loader spinner */
.loader-spinner {
    border: 8px solid #f3f3f3; /* Light grey background */
    border-top: 8px solid #3498db; /* Blue color for the spinner */
    border-radius: 50%; /* Circular shape */
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Spin animation */
}

/* Spinner animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




.ppcp-messages {
  display: none !important;
}


/* ======  resources archive page ========== */


.inner-sct{
  background-size: cover;height: 250px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-sct:after {
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.baner-inr-text h1{
  text-align: center;
  color: #fff;
  font-size: 33px;
  position: relative;
  z-index: 9;
  font-weight: 600;
}

.franc .member .member-info h4 a{
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 23px;
    color: #000;
}

.franc .member .member-img img {
    transform: scale(1);
    transition: 0.6s;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.franc .member .member-info p {
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    color: #777777;
}

.view-all-btn{
  display: flex;
  justify-content: center;
  align-content: center;
}

.view-all-btn{
  margin: 15px 0px;
}

.view-all-btn button{
      background: #f7ba96;
    border-radius: 2px;
    padding: 7px 25px;
    color: #000;
    border: none;
    white-space: nowrap;
}

.franc .member .member-info:hover h4 a{
  color: #fff;
  transition: 0.3s ease-in all;
}

.product-details-de{
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
.recent-posts h3 {
  font-size: 22px;
  font-weight: 600;
}
.recent-posts ul {
  list-style: none;
  padding:0;
  margin:0;
}

.recent-posts ul li a {
    display: flex;
      background: #f9dccb;
      color: #000;
      box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 10px;
      padding: 10px 15px;
      border-radius: 5px;
}
.recent-posts ul li a:hover {
  background:#f7ba96;
}
.pgg-next a {
  color:#000;
}

.review-btn {
  color: #fff !important;
  background: #eb797a !important;
  border: #eb797a !important;
}

.learn-press-breadcrumb {
  display: none;
}

.login-checkout-msg{
  font-size: 14px;
}
.checkout-coupon{
  white-space: nowrap;
    font-size: 15px;
    background: #f7ba96;
    border-radius: 5px;
    padding: 5px 20px;
    font-weight: 500;
    transition: 0.3s ease-in all;
    border: navajowhite;
    color: #333;
}

.checkout-coupon:hover{
  background: #000;
    color: #fff;
}

.account-edit{
  color: #333 !important;
  background: #f7ba96;
  line-height: 0;
  padding: 17px 30px;
  border-radius: 4px;
  transition: 0.5s;
  border: none;
  font-weight: 600;
}

.account-edit:hover{
  background: #000;
    color: #fff !important;
}

.learn-press-checkout-comment{
  display: none !important;
}

ul.list-group.wc_payment_methods.payment_methods.methods {
  display: none;
}


.site-main {
  min-height: 450px;
  padding-top:20px;
  padding-bottom: 10px;
}
#order_review_heading {
  font-size: 22px;
  font-weight: 600;
  color: #eb797a;
}
.woocommerce-privacy-policy-text {
  font-size: 13px;
}
.woocommerce-privacy-policy-text a {
  color:#eb797a;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #f2f2f2;
}
#customer_details {
  background: rgba(0, 0, 0, .05);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}
#customer_details h3 {
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  padding-bottom: 10px;
  font-size: 22px;
}
#customer_details label {
  font-size: 14px;
}
.woocommerce form #customer_details .form-row input.input-text, #customer_details .woocommerce form #customer_details .form-row textarea, #customer_details .select2-selection__rendered {
  height: 38px;
  border-radius: 5px;
  border:1px solid rgba(0,0,0,.2);
  background: #fff;
}
#customer_details .select2-container--default .select2-selection--single {
  border:none;
  background: transparent;
}
.woocommerce form #customer_details .form-row.col-md-6 {  
  padding:0 12px;
}
.woocommerce form #customer_details .form-row textarea {
  height: 150px;
  border:1px solid rgba(0,0,0,.2);
  resize: none;
  border-radius: 5px;
}
.woocommerce form #customer_details .form-row-first, .woocommerce form #customer_details .form-row-last, .woocommerce-page form #customer_details .form-row-first, .woocommerce-page form #customer_details .form-row-last {
   width: 50%;
}

#order_review .table tr th, #order_review .table tr td {
  text-align: left;
}

.learn-press-courses[data-layout=list] .course {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(204, 204, 204, 0.3);
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 10px !important;  
  background: #efefef;
  border-radius: 10px;
  margin-bottom: 15px;
}
.lp-archive-courses .course-content .course-categories a:first-child, .learn-press-courses[data-layout=list] .course-content .course-readmore a {
  background: #eb797a !important;
  border: none !important;
  color: #fff !important;
}
.learn-press-courses[data-layout=list] .course-title {
  font-size: 18px !important;
}
.lp-archive-courses .course-title:hover {
  color:#eb797a !important;
}
.learn-press-courses[data-layout=list] .course-content {
  width: calc(100% - 100px) !important;
}

.learn-press-courses .course-content .course-readmore a:hover{
    background: #000 !important;
}
.learn-press-courses .course-info{
  flex-wrap: nowrap !important; 
}

.learn-press-nav-tabs li.active::after, .learn-press-nav-tabs li:hover::after {
    background: #eb797a !important;
}

.learn-press-nav-tabs li.active label, .learn-press-nav-tabs li:hover label {
    color: #eb797a !important;
}
.answer-options .answer-option input[type=radio]:checked::after{
    background: #eb797a !important;
}

.lp-form-course-filter .course-filter-submit:hover, .lp-form-course-filter .course-filter-reset:hover {
    background: #000 !important
}

input.is-search-submit {
  pointer-events: none;
  cursor: default;
}

.wlapi_toggle_button_container{
  display:none;
}



.product-flip-card {
  position: relative;
}
.product-flip-card-back {
  opacity: 0;
  position: absolute;
  top:0;
  left:0;
  transition: all ease-in-out 0.3s;
}
.product-flip-card:hover .product-flip-card-back {
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
.lp-archive-courses .course-detail-info {
  background: #eb797a !important;
}
.lp-archive-courses .course-meta__pull-left .meta-item::before {
  color:#fff !important;
}
.lp-archive-courses .course-detail-info .course-title:hover {
  color:#000 !important;
}
.lp-archive-courses .course-detail-info .course-title {
  padding-bottom: 18px !important;
  font-size: 24px !important;
  margin: 0 0 15px 0 !important;
}
.lp-archive-courses .lp-entry-content .entry-content-left {
  margin: 0;
  padding-right: 25px !important;
  padding-top: 25px !important;
}
.lp-archive-courses .course-detail-info {
  padding: 0px 0 20px 0 !important;
}
ul.learn-press-nav-tabs .course-nav.active::before {
  background: #eb797a !important;
}
#learn-press-course-tabs input[name=learn-press-course-tab-radio]:nth-child(1):checked ~ .learn-press-nav-tabs .course-nav:nth-child(1) label,
ul.learn-press-nav-tabs .course-nav.active label {
  color: #eb797a !important;
}
.course-summary-sidebar .lp-course-buttons button {
  background: #eb797a !important;
}
.course-summary-sidebar .lp-course-buttons button:hover {
  background: #000 !important;
}
#popup-content .lp-button:hover {
  background: #eb797a !important;
  border-color: #eb797a !important;
}


.learnpress-page .lp-button{
  background: #eb797a !important;
  color: #fff !important;
}

.learnpress-page .lp-button:hover{
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.course-curriculum .course-item .section-item-link::before {
  color: #eb797a !important;
}
.wpapi_selection_container .logo{
  height: 30px !important;
}

.course-curriculum .section-content .course-item-preview::before {
  color: #000 !important;
  background: #f7ba96 !important;
}

.lp-archive-courses{
  min-height: 650px;
}




/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background-color: #fff;
  padding: 20px 15px 30px 15px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}

.contact .info-item i {
  font-size: 20px;
  color: #fff;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background: #eb797a;
  margin-right: 7px;  
}

.contact .info-item h3 {
  font-size: 20px;
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}


.contact iframe, .contact form {
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
  padding:15px;
  width: 100%;
}
.contact form label {
  width: 100%;
}

@media (max-width: 575px) {
  .contact {
    padding: 20px;
  }
}

.contact input[type=text],
.contact input[type=email],
.contact textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 5px;
  color: #000;
  background-color: rgba(0, 0, 0, .02);  
}

.contact input[type=text]:focus,
.contact input[type=email]:focus,
.contact textarea:focus {
  border-color: #000;
}

.contact input[type=text]::placeholder,
.contact input[type=email]::placeholder,
.contact textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact  input[type=submit] {
  color: #fff;
  background:#000;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact input[type=submit]:hover {
  background: #000;
}


.wpcf7 form .wpcf7-response-output {
  margin: 10px !important;
  border: none !important;
  padding: 8px !important;
}

.form-heading{
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}
.form-text{
  text-align: center;
  font-size: 13px;
}

.is-active{
  background-color: #eb797a;
}
.myProfile .is-active.list-group-item a{
    color: #fff;
}



.meta-item.meta-item-duration,.meta-item.meta-item-student {
  display: none !important;
}


.hide-page-1 {
  display: none !important;
}


.conversation-entries {
  margin-top: 20px;
  max-height: 450px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
}

.conversation-entry {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
} 
.author-one, .author-two {
  max-width: 70%;
  padding: 12px 20px;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
}


.author-one::before {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #e0f7fa transparent transparent;
}

.author-two {
  background-color: #ffe0b2;
  align-self: flex-end;
  margin-right: 0;
}

.author-two::before {
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ffe0b2;
}

.author-one strong, .author-two strong {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
} 


.chat-message {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  margin-bottom: 1rem;
}

.show {
  opacity: 1;
  transform: translateY(0);
}

.chat-bubble {
  background-color: #f1f1f1; 
  border-radius: 10px;
  padding: 10px;
  max-width: 49%;
  position: relative;
  display: inline-block;
  color: #000;
}

.author-one .chat-bubble {
  background-color: #e0f7fa;
  margin-right: auto;
}

.author-two .chat-bubble {
  background-color: #ffe0b2; 
  margin-left: auto;
}

.chat-bubble::before {
  content: '';
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #f1f1f1;
}

.author-one .chat-bubble::before {
  border-bottom-color: #e0f7fa;
  left: 20px;
}

.author-two .chat-bubble::before {
  border-bottom-color: #ffe0b2;
  right: 20px;
}

.chat-bubble.author-one {
  background:#fbe0d0;
}
.chat-bubble.author-one::before {
  border-bottom-color: #fbe0d0;
}
.chat-bubble.author-two {
  background:#f5b9ba;
}
.chat-bubble.author-two::before {
  border-bottom-color: #f5b9ba;
}

.conversation-entries {
  margin-top: 20px;
  max-height: 450px;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 10px;
}


.conversation-entries::-webkit-scrollbar {
    width: 8px;
}

.conversation-entries::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.conversation-entries::-webkit-scrollbar-thumb:hover {
    background-color: #888;
}

/*.wp-playlist-current-item, .wp-playlist-tracks {
    display: none !important;
}*/


.loading {
  --speed-of-animation: 0.9s;
  --gap: 6px;
  --first-color: #4c86f9;
  --second-color: #49a84c;
  --third-color: #f6bb02;
  --fourth-color: #f6bb02;
  --fifth-color: #2196f3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  gap: 6px;
  height: 100px;
 }
 
 .loading span {
  width: 4px;
  height: 50px;
  background: var(--first-color);
  animation: scale var(--speed-of-animation) ease-in-out infinite;
 }
 
 .loading span:nth-child(2) {
  background: var(--second-color);
  animation-delay: -0.8s;
 }
 
 .loading span:nth-child(3) {
  background: var(--third-color);
  animation-delay: -0.7s;
 }
 
 .loading span:nth-child(4) {
  background: var(--fourth-color);
  animation-delay: -0.6s;
 }
 
 .loading span:nth-child(5) {
  background: var(--fifth-color);
  animation-delay: -0.5s;
 }
 
 @keyframes scale {
  0%, 40%, 100% {
   transform: scaleY(0.05);
  }
 
  20% {
   transform: scaleY(1);
  }
 }

 .filter-sidebar {
    margin-top: 60px;
    background: rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 15px;
 }
 .filter-sidebar h3 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  padding-bottom: 15px;
  margin-bottom: 15px;
 }
 .category-filter {
  list-style: none;
  padding:0 0 0 15px;
 }


 

li.page-item.active a {
  background: #eb797a !important;
  font-weight: bold;
  color: #fff !important;
  border-color: #eb797a;
  border-radius: 3px;
  margin: 1px;
}

li.page-item a {
  background: #f7ba96 !important;
  font-weight: bold;
  color: #000 !important;
  border-radius: 0px;
  margin: 1px;
}

li.page-item a:hover {
  background: #eb797a !important;
  font-weight: bold;
  color: #fff !important;
  border-radius: 0px;
  margin: 1px;
}
li.page-item.disabled {
  opacity: 0.6;
}
.mc4wp-response {
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
}
.mc4wp-response .alert-info, .mc4wp-response .alert-danger, .mc4wp-response .alert-success{
  padding: 5px 15px;
  margin-top: 5px;
  font-size: 13px;
}
.mc4wp-response .alert-info p, .mc4wp-response .alert-danger p, .mc4wp-response .alert-success p{
  font-size: 13px;
}
.member.listen-learn {
  margin:0;
}
.page-item .page-link {
  border-color: #fff;
}


h1.course-item-title.quiz-title {
    font-size: 25px;
}

.lp-courses-bar{
  display: none !important;
}

.course-categories {
    display: none !important;
}

.learn-press-message.success::before {
    content: "Just coming soon";
    font-weight: bold;
    font-size: 26px !important;
}

.learn-press-message.success {
    visibility: hidden;
    position: relative;
}

.learn-press-message.success::before {
    visibility: visible;
    position: absolute;
}



/************ 09-09 ***********/

.subscription-header {
    text-align: center;
    background-color: #f99b1c;
    padding: 40px;
    color: white;
}

.subscription-header h1 {
    margin: 0;
}

.pricing-plans {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background-color: #f1f1f1;
}

.plan {
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 30%;
}

.subscribe-btn {
   /* background-color: #f99b1c;*/
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
}


.what-you-get h2, .why-subscribe h2, .join-now h2 {
    color: #f99b1c;
    text-align: center;
    margin-bottom: 20px;
}
.you-get{
     color: #f99b1c;
    text-align: center;
    margin-bottom: 20px; 
}


.feature, .reason {
    margin-bottom: 30px;
}

.feature h3, .reason h3 {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.screenshot-placeholder {
    width: 100%;
    height: 200px;
    background-color: #e0f7fa;
    text-align: center;
    line-height: 200px;
    color: #555;
    border-radius: 10px;
    margin-top: 20px;
}


button.course-filter-submit, button.course-filter-reset {
    background: #eb797a !important;
    color: #fff !important;
}

.woodpaicker-ad .wlapi_toggle_button_container{
  display:block;
} 


.woodpaicker-ad img._logo {
    width: 100px;
    margin-top: 10px;
}

.woodpaicker-ad ._content_container {
    font-size: 16px;
    color: #333; 
}

.woodpaicker-ad ._content_container wl-container wl-text {
    display: none;
}
.wlapi_toggle_button ._info{
  display: none;
}

.woodpaicker-ad wl-button.wlapi_toggle_button{
  display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    line-height: 15px;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
    height: 57px;
    background-color: #eb797a94;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
    font-family: "Assistant", sans-serif !important;
    align-items: center;
    font-size: 14px;
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f06e"; 
    margin-left: .618em;
    cursor: pointer;
    color: #1a1a1a;
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
    content: "\f070"; 
    color: #1a1a1a;
}

div#learn-press-quiz-app {
    margin-top: 10px;
}
h3.widget-title {
    font-size: 22px;
    font-weight: 600 !important;
}
h5.wp-block-heading{
      font-size: 20px !important;
}
.quiz-status div{
  background:#efefef !important;
}

.meta-item.meta-item-lesson {
    display: none !important;
}

.quiz-result.passed .result-message {
    background: #c16465 !important;
}

.quiz-result .result-grade svg circle {
    stroke: #f7ba96 !important;
}
.learn-press-message.warning.lp-content-area {
    display: none;
}


.modal {
        display: none; 
        position: fixed; 
        z-index: 9999; 
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7);
        overflow: hidden;
    }
    .modal-content {
        position: absolute; 
        top: 50%; 
        left: 50%; 
        transform: translate(-50%, -50%); 
        padding: 15px; /* Reduced padding */
        width: 60%; /* Reduced width */
        max-width: 400px; /* Reduced max-width */
        background-color: #fff;
        box-shadow: 0 0 8px rgba(0,0,0,0.5); 
        border-radius: 8px; 
    }
    .close {
        position: absolute;
        top: 10px;
        right: 10px; 
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
    }
    .woodpicker-ad-img img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto;
    }
    .popup-heading {
        text-align: center;
        font-size: 20px;
        font-weight:700; 
        margin-bottom: 10px;
    }


.lp-button.button.button-enroll-course {
    height: 48px !important;
}
.quiz-buttons .lp-button.start {
    height: 42px !important;
}

p img.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    margin: 5px;
}

.lp-modal-dialog .lp-modal-header {
  background: #eb797a !important;
}

/*.quiz-content-img img.attachment-full.size-full.wp-post-image {
  min-width: 792px !important;
  height: 250px !important;
  object-fit: cover !important;
  margin: 5px;
}*/

.quiz-content-img {
  overflow: hidden;
  margin: 5px; 
}

.quiz-content-img img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
  width: 792px !important;
}



p.order-again a {
    background: #eb797a !important;
    color: #fff !important;
}


.result-statistic-field.result-questions-minus {
  display: none !important;
}

.quiz-detils-con{
  display: block !important;
}



button.quiz-bk-btn {
    margin: 6px;
    padding: 4px 16px;
    color: #fff;
    background: #eb797a;
    border: none;
    border-radius: 4px;
}

.lp-icon-times:before {
    content: "\f053" !important;
}

.course-graduation.learn-press-message.failed.error {
    display: none !important;
}

#popup-content {
    margin: 70px 0 0px 0 !important;
}

 td.download-product a ,td.woocommerce-table__product-name.product-name a {
    color: #eb797a !important;
}

a.woocommerce-MyAccount-downloads-file.button.alt {
    background: #eb797a !important;
}

p button.woocommerce-Button.button{
  color: #fff !important;
  background: #eb797a !important;
}

p button.woocommerce-Button.button:hover{
  color: #fff !important;
  background: #eb797a !important;
}
.question .question-response.incorrect .label {
    background: #dc3545 !important;
}

.question .answer-option.answered-wrong .option-title {
    border-color: #dc3545 !important;
}


.inner-sct {
    background-size: cover; 
    background-position: center center; 
    background-repeat: no-repeat; 
    height: 250px; 
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; 
}

.woocommerce-MyAccount-content .woocommerce-info a {
    background: #f7ba96;
    border: #f7ba96;
    color: #1a1a1a;
    font-weight: 600;
}


.woocommerce-MyAccount-content .woocommerce-info a:hover {
    background: #f7ba96;
    border: #f7ba96;
    color: #1a1a1a;
    font-weight: 600;
}

.woocommerce-info {
    border-top-color: #d4af37 !important;
}
.woocommerce-info::before {
    color: #d4af37 !important;
}

p.return-to-shop .wc-backward {
    background: #eb797a;
    color: #fff;
    font-weight: 600;
}
p.return-to-shop .wc-backward:hover {
    background: #eb797a;
    color: #fff;
    font-weight: 600;
}

.quiz-status .countdown {
    display: none !important;
}

.course-readmore {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 100%;
}

span.course-price {
    width: 100%;
}


body.page-template-templateregistration-form-php .wpapi_lookup.wlcard,
body.page-template-templatelogin-php .wpapi_lookup.wlcard,
body.page-template-templateForgotPassword-php .wpapi_lookup.wlcard {
    display: none;
}

.course-item-info-pre span.item-meta.duration {
    display: none !important; 
}

span.member-access {
    color: #3ab500;
}


.leanpress-msg {
    margin-bottom: 15px;
    font-weight: bold;
}

.subscribe-button {
    background-color: #eb797a; /* Change to your preferred color */
    color: #fff; /* Text color */
    padding: 10px 15px; /* Padding */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Rounded corners */
}

.subscribe-button:hover {
    background-color: #eb797a; /* Darker shade on hover */
}

.learnpress-checkout h1.lp-content-area{
  display: none;
}

.learn-press-content-message {
    margin-bottom: 15px; /* Add space between the message and the button */
    font-size: 25px;
    color: #333;
}

.learn-press-subscribe-button .button {
    background-color: #eb797a;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.learn-press-subscribe-button .button:hover {
    background-color: #eb797a;
}

.message-manage {
  margin-top: 30px;
}


.message-manage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    text-align: center;
}

.learn-press-content-message,
.learn-press-subscribe-button {
    margin: 10px 0;
}

.comment-form p.form-submit {
    margin-top: 5px !important;
}
li.quiz-intro-item.quiz-intro-item--duration {
    display: none !important;
}
#learn-press-quiz-app ul.quiz-intro {
    display: flex;
    justify-content: center;
}


.lp-list-courses-no-css p.learn-press-message.success {
    text-align: center;
}


.swiper-button-next:after, .swiper-button-prev:after {
    color: #eb797a;
    font-size: 26px !important;
}

.view-more-btn.text-center a {
    background: #eb797a;
    border: none;
}

.view-more-btn.text-center a:hover {
    background: #000;
    border: none;
}

.course-content .course-short-description {
    display: none !important;
}
.course-content .course-instructor-category{
  display: none !important;
}



@media (max-width: 768px) {
    .inner-sct {
        height: 200px; 
    }
}

@media (max-width: 480px) {
    .inner-sct {
        height: 150px; 
    }
}


@media (min-width: 576px) {
  .wpapi_lookup {
    z-index: 99999 !important;
    }
    
}

@media (max-width: 768px) {
  .quiz-content-img {
    margin: 2px; 
  }
  .quiz-content-img img {
    height: auto; 
  }
}

@media (max-width: 480px) {
  .quiz-content-img img {
    height: auto; 
  }
}

@media (max-width: 768px) {
    .artical-services .img img {
     transition: 0.6s;
     height: auto !important; 
     width: auto !important; 
}
}




/* Unique rating badge style (clean modern look) */
.product-rating-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #555;
    font-weight: 600;
    font-size: 13px;
    padding: 3px 8px 3px 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.product-rating-badge i {
    color: #fbbc04;
    font-size: 15px;
    line-height: 1;
}

.product-rating-badge:hover {
    transform: scale(1.02);
    transition: all 0.2s ease;
}

@media (max-width: 768px) {
    .product-rating-badge {
        top: 6px;
        right: 6px;
        font-size: 12px;
        padding: 2px 6px;
    }
    .product-rating-badge i {
        font-size: 13px;
    }
}




svg.svg-inline--fa.fa-star-o.fa-w-16 {
    display: none !important;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
    opacity: 0.9 !important;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 35px !important;
    height: 35px !important;
  }