/*----------------------------------------*/
/*  Help page base css
/*----------------------------------------*/
.wcgs__help.lite-to-pro-page *,
.wcgs__help.start-page *,
.wcgs__help.about-page *,
.wcgs__help.header * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sp-woo-gallery-slider-help .spea-header-area-top a {
  text-decoration: underline;
}
.sp-woo-gallery-slider-help a {
  text-decoration: none;
}

.sp-woo-gallery-slider-help a:focus {
  box-shadow: none;
  outline: none;
}

/* .sp-woo-gallery-slider-help {
  margin-left: -20px;
  padding: 0 15px;
} */
.sp-woo-gallery-slider-help .wcgs-container {
  max-width: 1240px;
  margin: auto;
}

/*----------------------------------------*/
/*  Block css
/*----------------------------------------*/
.sp-woo-gallery-slider-help .wcgs-section-title-help {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  color: #1D2327;
  margin-bottom: -8px;
}

.sp-woo-gallery-slider-help .wcgs-small-paragraph,
.sp-woo-gallery-slider-help .wcgs-normal-paragraph {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #3C434A;
  display: inline-block;
}

.sp-woo-gallery-slider-help .wcgs-small-paragraph {
  font-size: 12px;
}

.sp-woo-gallery-slider-help .wcgs-section-subtitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.sp-woo-gallery-slider-help .wcgs-big-btn-border,
.sp-woo-gallery-slider-help .wcgs-small-btn,
.sp-woo-gallery-slider-help .wcgs-big-btn,
.sp-woo-gallery-slider-help .wcgs-medium-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #6D6B6A;
  border: 1px solid #6D6B6A;
  display: inline-block;
  padding: 14px 24px;
  border-radius: 4px;
  transition: .3s;
}

.sp-woo-gallery-slider-help .wcgs-small-btn {
  padding: 8px 16px;
  font-size: 14px;
}

.sp-woo-gallery-slider-help .wcgs-arrow-btn {
  padding: 14px 18px 14px 24px;
}

.sp-woo-gallery-slider-help .wcgs-big-btn:hover {
  background-color: #009758;
}

.sp-woo-gallery-slider-help .wcgs-big-btn {
  padding: 16px 30px;
  background-color: #05AA64;
  color: #fff;
  border-color: transparent;
}

.sp-woo-gallery-slider-help .wcgs-pro-live-demo-btn {
  border-color: #67439B;
  color: #67439B;
}

.sp-woo-gallery-slider-help .wcgs-big-btn-border {
  padding: 16px 30px;
}

.sp-woo-gallery-slider-help .wcgs-info-box-title {
  font-size: 18px;
  font-weight: 600;
  color: #1D2327;
}

.sp-woo-gallery-slider-help .wcgs-checkmark-icon,
.sp-woo-gallery-slider-help .wcgs-close-icon,
.sp-woo-gallery-slider-help .wcgs-check-icon {
  background-position: center;
  background-repeat: no-repeat;
}

.sp-woo-gallery-slider-help .wcgs-close-icon {
  background-image: url(../img/close-icon.svg);
}

.sp-woo-gallery-slider-help .wcgs-check-icon {
  background-image: url(../img/check-icon.svg);
}

.sp-woo-gallery-slider-help .wcgs-checkmark-icon {
  background-image: url(../img/checkmark.svg);
}

.sp-woo-gallery-slider-help i.wcgs-hot,
.sp-woo-gallery-slider-help i.wcgs-new {
  display: inline-block;
  background: #14ae5c;
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 40px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 8px;
  margin-left: 5px;
}
.sp-woo-gallery-slider-help i.wcgs-hot {
  background-color: #EC2121;
}

/*----------------------------------------*/
/*  Header style
/*----------------------------------------*/
.sp-woo-gallery-slider-help .wcgs-header-area-top {
  text-align: center;
  background-color: #05AA64;
  padding: 16px 0;
}

.sp-woo-gallery-slider-help .wcgs-header-area-top a,
.sp-woo-gallery-slider-help .wcgs-header-area-top p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.sp-woo-gallery-slider-help .wcgs-header-area-top a {
  text-decoration: underline;
}

.sp-woo-gallery-slider-help .wcgs-header-area {
  position: relative;
  background-color: #ffffff;
  padding: 45px 0 25px;
}

.sp-woo-gallery-slider-help .wcgs-header-logo {
  position: relative;
  display: inline-block;
}

.sp-woo-gallery-slider-help .wcgs-header-logo span {
  position: absolute;
  top: -15px;
  right: -55px;
  display: inline-block;
  color: #4B4744;
  background: #DDF1FA;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #A9DBF2;
}

.sp-woo-gallery-slider-help .wcgs-header-logo-shape {
  position: absolute;
  right: 20px;
  top: 40px;
}

.sp-woo-gallery-slider-help .wcgs-header-nav {
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06);
}

.sp-woo-gallery-slider-help .wcgs-header-nav-menu ul {
  display: flex;
  position: relative;
}
 .sp-woo-gallery-slider-help .wcgs-header-nav-menu ul li a.active::before {
   position: absolute;
   content: "";
   width: 100%;
   height: 100%;
   background-color: #f0f0f1;
   top: 10px;
   left: 0;
   z-index: -1;
 }

/* .sp-woo-gallery-slider-help .wcgs-header-nav-menu ul::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 6px;
  left: 0;
  background-color: #D0C5E1;
} */
.sp-woo-gallery-slider-help .wcgs-header-nav-menu ul li {
  list-style: none;
}

.sp-woo-gallery-slider-help .wcgs-header-nav-menu ul li a {
  padding: 14px 18px;
  display: inline-block;
  color: #4b4744;
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .3px;
}

.sp-woo-gallery-slider-help .wcgs-header-nav-menu ul li a.active {
  background-color: #f0f0f1;
  border-color: #67439b;
  color: #67439b;
  position: relative;
  z-index: 2;
}

.sp-woo-gallery-slider-help .wcgs-header-nav-menu ul li a:focus {
  box-shadow: none;
  outline: none;
}

/* .sp-woo-gallery-slider-help .wcgs-header-nav-menu ul li a.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #67439b;
  bottom: 0;
  left: 0;
  z-index: -1;
} */

/*----------------------------------------*/
/*  Start page style
/*----------------------------------------*/
.sp-woo-gallery-slider-help .wcgs-start-page-wrap {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}

.sp-woo-gallery-slider-help .wcgs-video-area {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 6%);
  border: 1px solid #e8e8eb;
}

.sp-woo-gallery-slider-help #about-us-tab,
.sp-woo-gallery-slider-help #recommended-tab,
.sp-woo-gallery-slider-help #lite-to-pro-tab {
  display: none;
}

.sp-woo-gallery-slider-help .wcgs-video-area span,
.sp-woo-gallery-slider-help .wcgs-video-area h2 {
  margin-bottom: 20px;
}

.sp-woo-gallery-slider-help .wcgs-video-area iframe {
  border-radius: 6px;
}

.sp-woo-gallery-slider-help .wcgs-video-area ul {
  margin-top: 30px;
  display: flex;
}

.sp-woo-gallery-slider-help .wcgs-video-area ul li {
  margin-right: 20px;
}

.sp-woo-gallery-slider-help .wcgs-video-area ul li:nth-child(1) a {
  color: #fff;
  background-color: #67439B;
  border-color: #67439B;
}

.sp-woo-gallery-slider-help .wcgs-about-btn a:hover:nth-child(1),
.sp-woo-gallery-slider-help .wcgs-video-area ul li:nth-child(1) a:hover {
  background-color: #55368c;
}

.sp-woo-gallery-slider-help .wcgs-video-area ul li:nth-child(2) a {
  color: #67439B;
  border-color: #67439B;
}

.sp-woo-gallery-slider-help .wcgs-big-btn-border:hover,
.sp-woo-gallery-slider-help .wcgs-medium-btn:hover,
.sp-woo-gallery-slider-help .wcgs-small-btn:hover,
.sp-woo-gallery-slider-help .wcgs-video-area ul li:nth-child(2) a:hover,
.sp-woo-gallery-slider-help .wcgs-video-area ul li:nth-child(3) a:hover {
  color: #fff;
  background-color: #67439B;
  border-color: transparent;
}

.sp-woo-gallery-slider-help .wcgs-start-page-sidebar-info-box {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #e8e8eb;
}

.sp-woo-gallery-slider-help .wcgs-start-page-sidebar-info-box:not(:last-child) {
  margin-bottom: 40px;
}

.sp-woo-gallery-slider-help .wcgs-start-page-sidebar-info-box .wcgs-info-box-title {
  margin-bottom: 12px;
}

.sp-woo-gallery-slider-help .wcgs-start-page-sidebar-info-box span {
  margin-bottom: 20px;
}

.sp-woo-gallery-slider-help .wcgs-start-page-sidebar-info-box .wcgs-info-box-title i {
  color: #67439B;
  font-size: 24px;
}

/*----------------------------------------*/
/*  Lite vs Pro style
/*----------------------------------------*/
.sp-woo-gallery-slider-help .wcgs-call-to-action-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
margin-top: 50px;
  margin-bottom: 40px;
}

.sp-woo-gallery-slider-help .wcgs-lite-to-pro-wrap {
  padding: 40px;
  border-radius: 8px;
  background: #fff;
}

.sp-woo-gallery-slider-help .wcgs-features {
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  overflow: hidden;
}

.sp-woo-gallery-slider-help .wcgs-features ul li.wcgs-body,
.sp-woo-gallery-slider-help .wcgs-features ul li.wcgs-header {
  display: flex;
  justify-content: space-between;
  background: #67439B;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.sp-woo-gallery-slider-help .wcgs-features ul li.wcgs-body {
  background-color: #fff;
  color: #3C434A;
  font-size: 16px;
  font-weight: 400;
}

.sp-woo-gallery-slider-help .wcgs-features ul li.wcgs-body:nth-child(odd) {
  background-color: #F4F0F9;
}

.sp-woo-gallery-slider-help .wcgs-features ul li.wcgs-body .wcgs-title,
.sp-woo-gallery-slider-help .wcgs-features ul li.wcgs-header .wcgs-title {
  flex-basis: 70%;
  width: 70%;
  text-align: left;
  line-height: 1.4;
}

.sp-woo-gallery-slider-help .wcgs-features ul li.wcgs-body span,
.sp-woo-gallery-slider-help .wcgs-features ul li.wcgs-header span {
  padding: 28px;
  width: 15%;
  text-align: center;
}

.sp-woo-gallery-slider-help .wcgs-features ul li.wcgs-header span.wcgs-pro {
  margin-right: -10px;
}

.sp-woo-gallery-slider-help .wcgs-features ul li.wcgs-header span.wcgs-pro i {
  position: relative;
  font-size: 18px;
  left: -30px;
  top: -2px;
}

.sp-woo-gallery-slider-help .wcgs-features ul li.wcgs-header span.wcgs-pro i::before {
  position: absolute;
}

.sp-woo-gallery-slider-help .wcgs-features ul li.wcgs-body span {
  padding: 20px 30px;
}

.sp-woo-gallery-slider-help .wcgs-features ul li.wcgs-body span:not(:last-of-type) {
  border-right: 1px solid #CCCCCC;
}

.sp-woo-gallery-slider-help .wcgs-upgrade-to-pro {
  text-align: center;
  margin: auto;
  max-width: 750px;
  margin-top: 60px;
}

.sp-woo-gallery-slider-help .wcgs-upgrade-to-pro .wcgs-section-subtitle {
  margin: 20px 0 30px;
  display: inline-block;
}

.sp-woo-gallery-slider-help .wcgs-upgrade-to-pro .wcgs-upgrade-to-pro-btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}

.sp-woo-gallery-slider-help .wcgs-upgrade-to-pro .wcgs-upgrade-to-pro-btn .wcgs-action-btn span {
  display: block;
  font-size: 11px;
}

.sp-woo-gallery-slider-help .wcgs-upgrade-to-pro .wcgs-upgrade-to-pro-btn .wcgs-action-btn span a {
  color: inherit;
  text-decoration: underline dotted;
  transition: .2s linear;
}

.sp-woo-gallery-slider-help .wcgs-upgrade-to-pro .wcgs-upgrade-to-pro-btn .wcgs-action-btn span a:hover {
  color: #67439B;
}

/*----------------------------------------*/
/*  Testimonial style
/*----------------------------------------*/
.sp-woo-gallery-slider-help .wcgs-testimonial .wcgs-testimonial-title-section {
  text-align: center;
  margin: 80px 0 40px;
}

.sp-woo-gallery-slider-help .wcgs-testimonial .wcgs-testimonial-title-section span {
  font-size: 14px;
  font-weight: 600;
  color: #67439B;
  margin-bottom: 12px;
  display: inline-block;
}

.sp-woo-gallery-slider-help .wcgs-testimonial-wrap {
  display: flex;
  gap: 30px;
}

.sp-woo-gallery-slider-help .wcgs-testimonial-wrap .wcgs-testimonial-area {
  width: 33%;
  flex-basis: 33.33%;
}

.sp-woo-gallery-slider-help .wcgs-testimonial-content {
  background-color: #fff;
  padding: 20px 25px;
  position: relative;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #e8e8eb;
}

.sp-woo-gallery-slider-help .wcgs-testimonial-content p {
  font-size: 16px;
  line-height: 28px;
  color: #3C434A;
}

.sp-woo-gallery-slider-help .wcgs-testimonial-content::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 40px;
  width: 25px;
  height: 15px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.sp-woo-gallery-slider-help .wcgs-testimonial-content::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 40px;
  width: 25px;
  height: 15px;
  background-color: #e8e8eb;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.sp-woo-gallery-slider-help .wcgs-testimonial-info {
  display: flex;
  gap: 20px;
  margin-left: 20px;
}

.sp-woo-gallery-slider-help .wcgs-testimonial-info .wcgs-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.sp-woo-gallery-slider-help .wcgs-testimonial-info .wcgs-img img {
  border-radius: 50%;
  width: 60px;
}

.sp-woo-gallery-slider-help .wcgs-testimonial-info .wcgs-info h3 {
  font-size: 16px;
  color: #1D2327;
}

.sp-woo-gallery-slider-help .wcgs-testimonial-info .wcgs-info p {
  margin: 4px 0;
  font-size: 12px;
  color: #3C434A;
}

.sp-woo-gallery-slider-help .wcgs-testimonial-info .wcgs-info .wcgs-star {
  color: #FFC329;
  font-size: 17px;
}

@media screen and (min-width: 1600px) {
  .sp-woo-gallery-slider-help .plugin-card {
    width: 48%;
    width: calc(49% - 8px)
  }

  .sp-woo-gallery-slider-help .plugin-card:nth-child(odd) {
    clear: none;
    margin-left: 8px
  }

  .sp-woo-gallery-slider-help .plugin-card:nth-child(2n) {
    margin-right: 0
  }

  .sp-woo-gallery-slider-help .plugin-card:nth-child(3n+1) {
    clear: both;
    margin-left: 8px
  }

  .sp-woo-gallery-slider-help .plugin-card:nth-child(3n) {
    margin-right: 8px
  }
}

/*----------------------------------------*/
/*  Recommended page style
/*----------------------------------------*/
.sp-woo-gallery-slider-help .wcgs-recommended-page h2 {
  margin: 50px 0 40px 8px;
}

/*----------------------------------------*/
/*  About us page style
/*----------------------------------------*/
.sp-woo-gallery-slider-help .wcgs-about-box {
  display: flex;
  background: #fff;
  margin-top: 50px;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #e8e8eb;
}

.sp-woo-gallery-slider-help .wcgs-about-img {
  width: 50%;
  flex-basis: 50%;
  flex-shrink: 0;
  overflow: hidden;
  align-self: center;
}

.sp-woo-gallery-slider-help .wcgs-about-img span {
  text-align: center;
  display: block;
  margin-top: 12px;
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  color: #3C434A;
}

.sp-woo-gallery-slider-help .wcgs-about-img img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.sp-woo-gallery-slider-help .wcgs-about-info h3 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 25px;
  color: #1D2327;
}

.sp-woo-gallery-slider-help .wcgs-about-info {
  margin-right: 40px;
}

.sp-woo-gallery-slider-help .wcgs-about-info p {
  line-height: 28px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #3C434A;
}

.sp-woo-gallery-slider-help .wcgs-about-info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.sp-woo-gallery-slider-help .wcgs-about-info ul li:not(:last-child) {
  margin-bottom: 8px;
}

.sp-woo-gallery-slider-help .wcgs-about-info ul li span {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.sp-woo-gallery-slider-help .wcgs-about-btn {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.sp-woo-gallery-slider-help .wcgs-about-btn a:nth-child(1) {
  background-color: #67439B;
  border-color: transparent;
  color: #ffffff;
}

.sp-woo-gallery-slider-help .wcgs-our-plugin-list .wcgs-section-title-help {
  margin-top: 80px;
}

.sp-woo-gallery-slider-help .wcgs-our-plugin-list-wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}

.sp-woo-gallery-slider-help .wcgs-our-plugin-list-box img {
  width: 64px;
}

.sp-woo-gallery-slider-help .wcgs-our-plugin-list-box {
  background-color: #ffffff;
  padding: 26px;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
  width: 33%;
  flex-basis: calc(33% - 40px);
  border: 1px solid #e8e8eb;
  transition: .3s;
  position: relative;
}

.sp-woo-gallery-slider-help .wcgs-our-plugin-list-box i {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 20px;
  border: 1px solid #00A1FF;
  border-radius: 50%;
  padding: 5px 1px;
  color: #00A1FF;
  transform: rotate(45deg);
  opacity: 0;
  transition: .3s;
}

.sp-woo-gallery-slider-help .wcgs-our-plugin-list-box:hover {
  border-color: #00A1FF;
}

.sp-woo-gallery-slider-help .wcgs-our-plugin-list-box:hover i {
  opacity: 1;
}

.sp-woo-gallery-slider-help .wcgs-our-plugin-list-box h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
  color: #1D2327;
}

.sp-woo-gallery-slider-help .wcgs-our-plugin-list-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #3C434A;
}

/*----------------------------------------*/
/*  Footer page style
/*----------------------------------------*/
.sp-woo-gallery-slider-help .wcgs-footer-help-top {
  text-align: center;
  margin-top: 80px;
}

.sp-woo-gallery-slider-help .wcgs-footer-help-top span i {
  color: #E57373;
}

.sp-woo-gallery-slider-help .wcgs-footer-help-top ul {
  display: flex;
  justify-content: center;
}

.sp-woo-gallery-slider-help .wcgs-footer-help-top p,
.sp-woo-gallery-slider-help .wcgs-footer-help-top a {
  color: #6D6B6A;
  margin: 5px 0;
}

.sp-woo-gallery-slider-help .wcgs-footer-help-top ul li a {
  color: #969392;
  font-size: 18px;
  margin-right: 3px;
}

.sp-woo-gallery-slider-help .wcgs-footer-help-top a:hover,
.sp-woo-gallery-slider-help .wcgs-footer-help-top ul li a:hover {
  color: #67439B;
}

/* Responsive Css */
@media only screen and (max-width: 1240px) {
  .sp-woo-gallery-slider-help .wcgs-video-area iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {

  .sp-woo-gallery-slider-help .wcgs-about-box,
  .sp-woo-gallery-slider-help .wcgs-start-page-wrap {
    flex-direction: column;
  }

  .sp-woo-gallery-slider-help .wcgs-start-page-sidebar {
    max-width: 500px;
    margin: auto;
  }

  .sp-woo-gallery-slider-help .wcgs-about-img {
    width: 100%;
    margin-top: 30px;
  }

  .sp-woo-gallery-slider-help {
    margin-left: -10px;
  }
}

@media only screen and (max-width: 640px) {
  .sp-woo-gallery-slider-help .wcgs-header-nav-menu ul li a {
    padding: 8px 8px;
    font-size: 12px;
  }

  .sp-woo-gallery-slider-help .wcgs-header-nav-menu ul li a i {
    display: none;
  }

  .sp-woo-gallery-slider-help .wcgs-header-logo-shape {
    display: none;
  }

  .sp-woo-gallery-slider-help .wcgs-our-plugin-list-wrap,
  .sp-woo-gallery-slider-help .wcgs-testimonial-wrap {
    flex-direction: column;
  }

  .sp-woo-gallery-slider-help .wcgs-about-btn {
    display: inline-grid;
  }

  .sp-woo-gallery-slider-help .wcgs-our-plugin-list-box {
    width: 100%;
  }
}

.sp-woo-gallery-slider-help .wcgsp-header-logo {
  position: relative;
  display: inline-block;
}

.sp-woo-gallery-slider-help .wcgsp-header-logo span {
  position: absolute;
  top: 12px;
  left: 240px;
  display: inline-block;
  color: #4b4744;
  background: #fcfaff;
  padding: 2px 6px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 17px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding: 4px 10px 4px 10px;
  border: 1px solid #d0c5e1;
}

.sp-woo-gallery-slider-help .wcgsp-header-logo-shape {
  position: absolute;
  right: 20px;
  top: 18px;
}

.sp-woo-gallery-slider-help .wcgsp-header-area {
  position: relative;
  background-color: #fff;
  padding: 45px 0 30px;
}
.sp-woo-gallery-slider-help {
  margin-left: -20px;
}
.sp-woo-gallery-slider-help .spea-header-area-top {
  text-align: center;
  background-color: #05aa64;
  padding: 16px 0;
  color: #fff;
}
.sp-woo-gallery-slider-help .spea-header-area-top a,
.sp-woo-gallery-slider-help .spea-header-area-top p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.assign_layout_settings.wcgs-admin-header .wcgs-version {
  top: 28px;
}
.rtl .sp-woo-gallery-slider-help .wcgsp-header-logo-shape{
  left: 40px;
  right: auto;
}
.rtl .sp-woo-gallery-slider-help .wcgsp-header-logo span{
  left: auto;
  right: 240px;
}