/*----------------------------------------*/
/*  Easy Accordion free help page base css
/*----------------------------------------*/
.splw__help.lite-to-pro-page *,
.splw__help.start-page *,
.splw__help.about-page *,
.splw__help.header * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.sp-location-weather-help a {
  text-decoration: none;
}
.sp-location-weather-help a:focus {
  box-shadow: none;
  outline: none;
}
.location-api-notice {
  display: none;
}
.sp-location-weather-help {
  margin-left: -20px;
}
.sp-location-weather-help .splw-container {
  padding: 0 15px;
  max-width: 1240px;
  margin: auto;
}
/*----------------------------------------*/
/*  Block css
/*----------------------------------------*/
.sp-location-weather-help .splw-section-title{
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  color: #1D2327;
}
.sp-location-weather-help .splw-small-paragraph,
.sp-location-weather-help .splw-normal-paragraph{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #3C434A;
  display: inline-block;
}
.sp-location-weather-help .splw-small-paragraph {
  font-size: 12px;
}
.sp-location-weather-help .splw-section-subtitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.sp-location-weather-help .splw-big-btn-border,
.sp-location-weather-help .splw-small-btn,
.sp-location-weather-help .splw-big-btn,
.sp-location-weather-help .splw-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-location-weather-help .splw-small-btn {
  padding: 8px 16px;
  font-size: 14px;
}
.sp-location-weather-help .splw-pro-live {
  border-color: #F26C0D;
  color: #F26C0D;
}
.sp-location-weather-help .splw-arrow-btn {
  padding: 14px 18px 14px 24px;
}
.sp-location-weather-help .splw-big-btn:hover {
  background-color: #009758;
}
.sp-location-weather-help .splw-big-btn{
  padding: 16px 30px;
  background-color: #05AA64;
  color: #fff;
  border-color: transparent;
}
.sp-location-weather-help .splw-big-btn-border {
  padding: 16px 30px;
}
.sp-location-weather-help .splw-info-box-title{
  font-size: 18px;
  font-weight: 600;
  color: #1D2327;
}
.sp-location-weather-help .splw-close-icon,
.sp-location-weather-help .splw-check-icon{
  background-position: center;
  background-repeat: no-repeat;
}
.sp-location-weather-help .splw-close-icon {
  background-image: url(../images/close-icon.svg);
}
.sp-location-weather-help .splw-check-icon {
  background-image: url(../images/check-icon.svg);
}
.sp-location-weather-help i.splw-hot,
.sp-location-weather-help i.splw-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: 0 8px;
  margin-left: 5px;
}
.sp-location-weather-help i.splw-hot {
  background-color: #EC2121;
}
/*----------------------------------------*/
/*  Header style
/*----------------------------------------*/
.sp-location-weather-help .splw-header-area-top {
  text-align: center;
  background-color: #05AA64;
  padding: 16px 0;
}
.sp-location-weather-help .splw-header-area-top a,
.sp-location-weather-help .splw-header-area-top p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.sp-location-weather-help .splw-header-area-top a{
  text-decoration: underline;
}
.sp-location-weather-help .splw-header-area {
  position: relative;
  background-color: #ffffff;
  padding: 45px 0 25px;
}
.sp-location-weather-help .splw-header-logo {
  position: relative;
  display: inline-block;
}
.sp-location-weather-help .splw-header-logo span{
  position: absolute;
  top: -12px;
  right: -52px;
  display: inline-block;
  color: #4B4744;
  background: #FFEBCC;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid #FFD799;
}
.sp-location-weather-help .splw-header-logo-shape {
  position: absolute;
  right: 20px;
  top: 10px;
}
.sp-location-weather-help .splw-header-nav {
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06);
}
.sp-location-weather-help .splw-header-nav-menu ul{
  display: flex;
}
.sp-location-weather-help .splw-header-nav-menu ul li{
  list-style: none;
}
.sp-location-weather-help .splw-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-location-weather-help .splw-header-nav-menu ul li a.active {
  background-color: #f0f0f1;
  border-color: #F26C0D;
  color: #F26C0D;
  position: relative;
  z-index: 2;
}
.sp-location-weather-help .splw-header-nav-menu ul li a:focus{
  box-shadow: none;
  outline: none;
}
.sp-location-weather-help .splw-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;
}
/*----------------------------------------*/
/*  Start page style
/*----------------------------------------*/
.sp-location-weather-help .splw-start-page-wrap {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.sp-location-weather-help .splw-video-area {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 6%);
}
.sp-location-weather-help #about-us-tab,
.sp-location-weather-help #recommended-tab,
.sp-location-weather-help #lite-to-pro-tab {
  display: none;
}

.sp-location-weather-help .splw-video-area span,
.sp-location-weather-help .splw-video-area h2{
  margin-bottom: 20px;
}
.sp-location-weather-help .splw-video-area iframe {
  border-radius: 6px;
}

.sp-location-weather-help .splw-video-area ul {
  margin-top: 30px;
  display: flex;
}
.sp-location-weather-help .splw-video-area ul li {
  margin-right: 20px;
}
.sp-location-weather-help .splw-video-area ul li:nth-child(1) a {
  color: #fff;
  background-color: #F26C0D;
  border-color: #F26C0D;
}
.sp-location-weather-help .splw-about-btn a:hover:nth-child(1),
.sp-location-weather-help .splw-video-area ul li:nth-child(1) a:hover {
  background-color: #e36105;
}
.sp-location-weather-help .splw-video-area ul li:nth-child(2) a {
  color: #F26C0D;
  border-color: #F26C0D;
}
.sp-location-weather-help .splw-big-btn-border:hover,
.sp-location-weather-help .splw-medium-btn:hover,
.sp-location-weather-help .splw-small-btn:hover,
.sp-location-weather-help .splw-video-area ul li:nth-child(2) a:hover,
.sp-location-weather-help .splw-video-area ul li:nth-child(3) a:hover {
  color: #fff;
  background-color: #F26C0D;
  border-color: transparent;
}
.sp-location-weather-help .splw-start-page-sidebar-info-box {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
}
.sp-location-weather-help .splw-start-page-sidebar-info-box:not(:last-child){
  margin-bottom: 40px;
}
.sp-location-weather-help .splw-start-page-sidebar-info-box .splw-info-box-title {
  margin-bottom: 12px;
}
.sp-location-weather-help .splw-start-page-sidebar-info-box span {
  margin-bottom: 20px;
}
.sp-location-weather-help .splw-start-page-sidebar-info-box .splw-info-box-title i{
  color: #F26C0D;
  font-size: 24px;
}
/*----------------------------------------*/
/*  Lite vs Pro style
/*----------------------------------------*/
.sp-location-weather-help .splw-call-to-action-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 40px;
}
.sp-location-weather-help .splw-lite-to-pro-wrap {
  padding: 40px;
  background: #fff;
  border-radius: 8px;
}
.sp-location-weather-help .splw-features{
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  overflow: hidden;
}
.sp-location-weather-help .splw-features ul li.splw-body,
.sp-location-weather-help .splw-features ul li.splw-header {
  display: flex;
  justify-content: space-between;
  background: #F26C0D;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.sp-location-weather-help .splw-features ul li.splw-body{
  background-color: #fff;
  color: #3C434A;
  font-size: 16px;
  font-weight: 400;
}
.sp-location-weather-help .splw-features ul li.splw-body:nth-child(odd) {
  background-color: #FBF7F6;
}
.sp-location-weather-help .splw-features ul li.splw-body .splw-title,
.sp-location-weather-help .splw-features ul li.splw-header .splw-title {
  flex-basis: 70%;
  width: 70%;
  text-align: left;
}
.sp-location-weather-help .splw-features ul li.splw-body span,
.sp-location-weather-help .splw-features ul li.splw-header span {
  padding: 28px;
  width: 15%;
  text-align: center;
}
.sp-location-weather-help .splw-features ul li.splw-header span.splw-pro {
  margin-right: -10px;
}
.sp-location-weather-help .splw-features ul li.splw-header span.splw-pro i {
  position: relative;
  font-size: 18px;
  left: -30px;
  top: -2px;
}
.sp-location-weather-help .splw-features ul li.splw-header span.splw-pro i::before{
  position: absolute;
}
.sp-location-weather-help .splw-features ul li.splw-body span {
  padding: 20px 30px;
}
.sp-location-weather-help .splw-features ul li.splw-body span:not(:last-of-type){
  border-right: 1px solid #CCCCCC;
}
.sp-location-weather-help .splw-upgrade-to-pro {
  text-align: center;
  margin: auto;
  max-width: 750px;
  margin-top: 60px;
}
.sp-location-weather-help .splw-upgrade-to-pro .splw-section-subtitle {
  margin: 20px 0 30px;
  display: inline-block;
}
.sp-location-weather-help .splw-upgrade-to-pro .splw-upgrade-to-pro-btn {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
}
.sp-location-weather-help .splw-upgrade-to-pro .splw-upgrade-to-pro-btn .splw-action-btn span {
  display: block;
  font-size: 11px;
}
.sp-location-weather-help .splw-upgrade-to-pro .splw-upgrade-to-pro-btn .splw-action-btn span a{
  color: inherit;
  text-decoration: underline dotted;
  transition: .2s linear;
}
.sp-location-weather-help .splw-upgrade-to-pro .splw-upgrade-to-pro-btn .splw-action-btn span a:hover{
  color: #e36105;
}
/*----------------------------------------*/
/*  Testimonial style
/*----------------------------------------*/
.sp-location-weather-help .splw-testimonial .splw-testimonial-title-section {
  text-align: center;
  margin: 80px 0 40px;
}
.sp-location-weather-help .splw-testimonial .splw-testimonial-title-section span {
  font-size: 14px;
  font-weight: 600;
  color: #F26C0D;
  margin-bottom: 12px;
  display: inline-block;
}
.sp-location-weather-help .splw-testimonial-wrap {
  display: flex;
  gap: 30px;
}
.sp-location-weather-help .splw-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);
}
.sp-location-weather-help .splw-testimonial-content p {
  font-size: 16px;
  line-height: 28px;
  color: #3C434A;
}
.sp-location-weather-help .splw-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-location-weather-help .splw-testimonial-info {
  display: flex;
  gap: 20px;
  margin-left: 20px;
}
.sp-location-weather-help .splw-testimonial-info .splw-img img {
  border-radius: 50%;
  width: 60px;
}
.sp-location-weather-help .splw-testimonial-info .splw-info h3 {
  font-size: 16px;
  color: #1D2327;
}
.sp-location-weather-help .splw-testimonial-info .splw-info p {
  margin: 4px 0;
  font-size: 12px;
  color: #3C434A;
}
.sp-location-weather-help .splw-testimonial-info .splw-info .splw-star {
  color: #FFC329;
  font-size: 17px;
}
.sp-location-weather-help .splw-recommended-plugins {
  overflow: hidden;
}

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

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

  .sp-location-weather-help .plugin-card:nth-child(2n) {
      margin-right: 0
  }

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

  .sp-location-weather-help .plugin-card:nth-child(3n) {
      margin-right: 8px
  }
}
/*----------------------------------------*/
/*  Recommended page style
/*----------------------------------------*/
.sp-location-weather-help .splw-recommended-page h2{
  margin: 50px 0px 40px 8px;
}
/*----------------------------------------*/
/*  About us page style
/*----------------------------------------*/
.sp-location-weather-help .splw-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);
}
.sp-location-weather-help .splw-about-img {
  width: 50%;
  flex-basis: 50%;
  flex-shrink: 0;
  overflow: hidden;
  align-self: center;
}
.sp-location-weather-help .splw-about-img span {
  text-align: center;
  display: block;
  margin-top: 12px;
  font-weight: 400;
  font-size: 13px;
  font-style: italic;
  color: #3C434A;
}
.sp-location-weather-help .splw-about-img img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.sp-location-weather-help .splw-about-info h3 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 25px;
  color: #1D2327;
}
.sp-location-weather-help .splw-about-info {
  margin-right: 40px;
}
.sp-location-weather-help .splw-about-info p{
  line-height: 28px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #3C434A;
}
.sp-location-weather-help .splw-about-btn{
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.sp-location-weather-help .splw-about-btn a:nth-child(1){
  background-color: #F26C0D;
  border-color: transparent;
  color: #ffffff;
}
.sp-location-weather-help .splw-our-plugin-list .splw-section-title{
  margin-top: 80px;
}
.sp-location-weather-help .splw-our-plugin-list-wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.sp-location-weather-help .splw-our-plugin-list-box img{
  width: 64px;
}
.sp-location-weather-help .splw-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 transparent;
  transition: .3s;
  position: relative;
}
.sp-location-weather-help .splw-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-location-weather-help .splw-our-plugin-list-box:hover {
  border-color: #00A1FF;
}
.sp-location-weather-help .splw-our-plugin-list-box:hover i {
  opacity: 1;
}
.sp-location-weather-help .splw-our-plugin-list-box h4{
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
  color: #1D2327;
}
.sp-location-weather-help .splw-our-plugin-list-box p{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #3C434A;
}

/*----------------------------------------*/
/*  Footer page style
/*----------------------------------------*/
.sp-location-weather-help .splw-footer-top {
  text-align: center;
  margin-top: 80px;
}
.sp-location-weather-help .splw-footer-top span i {
  color: #E57373;
}
.sp-location-weather-help .splw-footer-top ul{
  display: flex;
  justify-content: center;
}
.sp-location-weather-help .splw-footer-top p,
.sp-location-weather-help .splw-footer-top a {
  color: #6D6B6A;
  margin: 5px 0;
}
.sp-location-weather-help .splw-footer-top ul li a{
  color: #969392;
  font-size: 18px;
  margin-right: 3px;
}
.sp-location-weather-help .splw-footer-top a:hover,
.sp-location-weather-help .splw-footer-top ul li a:hover{
  color: #F26C0D;
}

/* Responsive Css */
@media only screen and (max-width: 1240px) {
  .sp-location-weather-help .splw-video-area iframe{
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .sp-location-weather-help .splw-about-box,
  .sp-location-weather-help .splw-start-page-wrap {
    flex-direction: column;
  }
  .sp-location-weather-help .splw-start-page-sidebar {
    max-width: 500px;
    margin: auto;
  }
  .sp-location-weather-help .splw-about-img {
    width: 100%;
    margin-top: 30px;
  }
  .sp-location-weather-help {
    margin-left: -10px;
  }
}

@media only screen and (max-width: 640px) {
  .sp-location-weather-help .splw-header-nav-menu ul li a{
    padding: 8px 8px;
    font-size: 12px;
  }
  .sp-location-weather-help .splw-header-nav-menu ul li a i {
    display: none;
  }
  .sp-location-weather-help .splw-header-logo-shape{
    display: none;
  }
  .sp-location-weather-help .splw-our-plugin-list-wrap,
  .sp-location-weather-help .splw-testimonial-wrap{
    flex-direction: column;
  }
  .sp-location-weather-help .splw-about-btn {
    display: inline-grid;
  }
  .sp-location-weather-help .splw-our-plugin-list-box {
    width: 100%;
  }
}
