/*!
Theme Name: WP Team
Theme URI: https://shapedplugin.com/wp-team/
Author: ShapedPlugin
Author URI: https://shapedplugin.com/
Description: WP Team landing page theme.
Version: 1.2.9
Text Domain: wp-team
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li{
    list-style: none;
}

p,
ul{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: #2271b1;
}

img{
    max-width: 100%;
	height: auto;
}

body{
   font-size: 16px;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   line-height: 24px;
}

.container{
    padding-right: 25px;
    padding-left: 25px;
}

/* Margin top */
.sp-team-margin-top-18{
    margin-top: 18px;
}
.sp-team-margin-top-25{
    margin-top: 25px;
}
.sp-team-margin-top-30{
    margin-top: 30px;
}
.sp-team-margin-top-50{
    margin-top: 50px;
}
/* Margin bottom */
.sp-team-margin-bottom-30{
    margin-bottom: 30px;
}

/* Color */
.sp-team-primary-color{
    color: #1A261F;
}
.sp-team-secondary-color{
    color: #2B5F47;
}
/* Border radius */
.sp-team-border-radius-5{
    border-radius: 5px;
}

/* Font weight */
.sp-team-font-weight-500{
    font-weight: 500;
}
.sp-team-font-weight-700{
    font-weight: 700;
}

/* Section padding */
.sp-team-section-padding{
    padding: 80px 0;
}
/* Section title style */
.sp-team-section-title {
    margin-bottom: 40px;
}
.sp-team-section-title h2{
    font-size: 34px;
    line-height: 42px;
}
.sp-team-section-title span {
    font-size: 18px;
    display: inline-block;
}
.sp-team-section-title p.color {
    color: #3B8161;
    display: inline-block;
}
.sp-team-section-title br{
    display: none;
}
/* Primary Button style */
.sp-team-get-button a{
    display: inline-block;
    font-weight: 500;
    padding: 11px 18px;
    background-color: #2B5F47;
    color: #fff;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: .3s;
 }
 .sp-team-get-button span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 10px;
  }
 .sp-team-get-button a:hover{
    background-color: #347154;
 }
 .sp-team-get-button a img{
    transition: .3s;
 }
 .sp-team-get-button a:hover img{
     transform: translateX(4px);
 }
 /* Secondary button */
 .sp-team-get-button-secondary a {
    background-color: #EAF6EF;
    border: 1px solid #BEE8D2;
    border-radius: 3px;
    color: #2B5F47;
    transition: .3s;
    font-size: 15px;
    padding: 10px 18px;
 }
 .sp-team-get-button-secondary a svg {
    width: 7px;
    transition: .3s;
}
.sp-team-get-button-secondary a:hover svg{
    transform: translateX(4px);
}
.sp-team-get-button-secondary a:hover {
    background-color: #2B5F47;
    color: #fff;
    border: 1px solid #2B5F47;
}
.sp-team-get-button-secondary a svg path{
    transition: .3s;
}
.sp-team-get-button-secondary a:hover svg path {
    fill: #fff;
}
 /* Border button width svg icon style */
 .sp-team-get-button-border a {
    background-color: transparent;
    border: 2px solid #2B5F47;
    color: #2B5F47;
 }
 .sp-team-get-button-border a:hover{
    background-color: #2B5F47;
    color: #fff;
 }
 .sp-team-get-button-border a svg{
    margin-right: 5px;
    width: 10px;
 }
 .sp-team-get-button-border a svg path{
    transition: .3s;
 }
 .sp-team-get-button-border a:hover svg path{
    fill: #fff;
 }
 /* Blue button style */
 .sp-team-get-button-blue a {
    background-color: #0078C2;
 }
 .sp-team-get-button-blue a:hover{
    background-color: #0257a0;
 }
 /* Border black button */
 .sp-team-get-button-border-black a{
    background-color: transparent;
    color: #233D2EB2;
    border: 2px solid #233D2EB2;
    border-radius: 3px;
 }
 .sp-team-support-button a{
    background-color: transparent;
    color: #233D2EB2;
    border: 1px solid #233D2EB2;
    border-radius: 3px;
    font-weight: normal;
    padding: 8px 16px;
 }
 .sp-team-support-button a:hover,
 .sp-team-get-button-border-black a:hover{
    background-color: rgba(35, 61, 46, 1);
    color: #fff;
 }
 .sp-team-support-button a svg{
    display: inline-block;
    fill: #233D2EB2;
    transition: .2s linear;
}
.sp-team-support-button a:hover svg {
    fill: #fff;
    transform: translateX(4px);
}

/* Support Team style */
.sp-team-support-section {
    padding-bottom: 120px;
    width: 100%;
    margin: auto;
}
.sp-team-support-teams {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    text-align: center;
    margin-top: 20px;
}
.sp-team-support-team {
    width: 120px;
    margin: auto;
}
.sp-team-support-team-img {
    border: 1px solid #d7d8da;
    border-radius: 100%;
    overflow: hidden;
    background-color: #FCDAD0;
}
.sp-team-support-team:nth-child(1) .sp-team-support-team-img{
    margin-top: 100px;
}
.sp-team-support-team:nth-child(2) .sp-team-support-team-img{
    background-color: #C8E5C9;
}
.sp-team-support-team:nth-child(3) .sp-team-support-team-img{
    background-color: #B2DFDB;
    margin-top: 100px;
}
.sp-team-support-team:nth-child(4) .sp-team-support-team-img{
    background-color: #F8BBD0;
}
.sp-team-support-team:nth-child(5) .sp-team-support-team-img{
    background-color: #90CAF9;
    margin-top: -80px;
}
.sp-team-support-team-img img {
    border: 4px solid white;
    border-radius: 100%;
}
.sp-team-support-team span {
  color: #071f42b3;
  margin-top: 10px;
  display: inline-block; 
}
@media (min-width: 960px) {
    .sp-team-support-teams {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        margin-top: 0;
    }
    .sp-team-support-section {
        width: 960px;
    }
    .sp-team-support-team:nth-child(5) .sp-team-support-team-img{
        background-color: #90CAF9;
        margin-top: 100px;
    }
}
/* Header aria */
.sp-team-header{
    width: 100%;
    position: fixed;
    z-index: 99;
}
.sp-team-header .sp-team-logo {
    width: 235px;
    height: 35px;
}
.sp-team-header-logo img {
    width: 130px;
}
.sp-team-header-logo img.sp-brand-logo {
    width: 26px;
    margin-right: 18px;
}
.sp-team-header-logo a.navbar-brand {
    position: relative;
    margin-right: 0;
}
.sp-team-header-logo a.navbar-brand::after {
    position: absolute;
    content: "";
    height: 95%;
    width: 1px;
    background: #cccc;
    left: 37px;
}
.sp-team-header .navbar-toggler {
    margin-top: -4px;
}
.sp-team-header .navbar-light span.navbar-toggler-icon{
    width: 30px;
    height: 2px;
    background: #1A261F;
    position: relative;
}
.sp-team-header .navbar-light span.navbar-toggler-icon::after,
.sp-team-header .navbar-light span.navbar-toggler-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    background: inherit;
}
.sp-team-header .navbar-light span.navbar-toggler-icon::before{
    top: -8px;
}
.sp-team-header .navbar-light span.navbar-toggler-icon::after{
    top: 8px;
}
/* Navigation menu */
.sp-team-header .sp-team-menu{
   margin-left: auto;
   margin-top: 20px;
}
.sp-team-header .sp-team-menu li a{
   color: #FFFFFF;
   margin-right: 30px;
   line-height: 19px;
   transition: .3s;
   font-weight: 500;
   padding: 5px 0;
   width: 100%;
   display: inline-block;
}
.home .sp-team-menu li a {
    color: #1A261F;
}
.sp-team-header .sp-team-menu  li.sp-team-dropdown .dropdown-toggle::after{
    display: none;
}
.sp-team-header .sp-team-menu  li.sp-team-dropdown ul{
    margin-top: 0;
}
.sp-team-header .sp-team-menu  li.sp-team-dropdown ul li:not(:first-child){
    margin-top: 4px;
}
.sp-team-header .sp-team-menu li.sp-team-dropdown ul{
    border: none;
    padding: 0;
}
.sp-team-header .sp-team-menu li.sp-team-dropdown ul li{
    padding: 0 15px;
}
.sp-team-header .sp-team-menu  li.sp-team-dropdown ul li a{
    color: #1A261F;
    margin-right: 0;
    padding: 0;
    font-size: 15px;
}
.sp-team-header .sp-team-menu li.sp-team-dropdown a svg {
    width: 10px;
}
.sp-team-header .sp-team-menu  li.sp-team-dropdown ul li a:hover{
    color: #2B5F47;
}
.sp-team-header .sp-team-menu li.sp-team-dropdown > ul::before,
.sp-team-header .sp-team-menu li.sp-team-dropdown > ul:after {
    position: absolute;
    content: "";
    top: -24px;
    border-width: 12px;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    left: 60px;
    transform: translateX(-50%);
    display: none;
}
.sp-team-header .sp-team-menu li.sp-team-dropdown > ul::before {
    top: -25px;
    border-color: transparent transparent #E6EEFC transparent;
}
.sp-team-header .sp-team-menu  li:hover a{
    color: #2B5F47;
}
.sp-team-pricing-page-header .sp-team-menu  li:hover a {
    color: #D8EEE1;
}
.sp-team-header .sp-team-menu  li a svg path{
    transition: .3s;
}
.sp-team-header .sp-team-menu  li:hover a svg path{
    fill: #2B5F47;
}
.sp-team-pricing-page-header .sp-team-menu  li:hover a svg path {
    fill: #c8cac9;
}
.sp-team-pricing-page-header .sp-team-menu  li a svg path{
    fill: #fff;
}
.sp-team-header .navbar .sp-team-get-button a{
    padding: 8px 17px;
}
.sp-team-pricing-page-header .navbar:not(.sp-team-sticky-menu) .sp-team-get-button a{
    background-color: #fff;
    color: #1A261F;
}
.navbar-toggler:focus{
    box-shadow: none;
}
/* slick menu */
.sp-team-sticky-menu .navbar-light span.navbar-toggler-icon {
    background: #1A261F;
}
.sp-team-header .navbar {
    padding: 18px 0;
    transition: all 0.3s ease;
}
.sp-team-header .sp-team-sticky-menu{
    position: fixed;
    padding: 10px 0;
    top: 0;
    left: 0;
    width: 100%;
    --webkit-box-shadow: 0 13px 22px -5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 13px 22px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 13px 22px -5px rgb(0 0 0 / 10%);
    background: #fff;
    z-index: 9999;
}
.sp-team-sticky-menu .sp-team-menu  li a {
    color: #1A261F;
}
.sp-team-sticky-menu .sp-team-menu  li:hover a{
    color: #2B5F47;
}
.sp-team-sticky-menu .sp-team-menu  li a svg path{
    fill: #1A261F;
}
.sp-team-sticky-menu .sp-team-menu  li:hover a svg path{
    fill: #2B5F47;
}
.sp-team-header.sp-team-pricing-page-header.sp-team-member-single {
    position: relative;
    background: #2B5F47;
}
 /* Banner aria */
 .sp-team-banner{
    height: auto;
    background: #EAF6EF;
    padding-bottom: 140px;
    position: relative;
 }
 .sp-team-banner .sp-team-banner-content {
    padding-top: 150px;
    position: relative;
    z-index: 1;
}
.sp-team-banner .sp-team-banner-content h1{
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
}
.sp-team-banner .sp-team-banner-content p{
    font-weight: 400;
}
.sp-team-banner .sp-team-banner-img {
    margin-top: 10px;
}
.sp-team-banner .sp-team-banner-img img {
    width: 100%;
}
.sp-team-banner-btn .sp-team-get-button{
    margin-right: 25px;
    margin-bottom: 30px;
}
.sp-team-banner-btn .sp-team-get-button img{
    margin-right: 5px;
}
.sp-team-banner .sp-team-banner-shape {
    position: absolute;
    top: 0;
}
.sp-team-banner .sp-team-banner-shape img {
    max-width: 100%;
}
/* Businesses aria */
.sp-team-stats {
    position: relative;
}
.sp-team-stats .sp-team-stats-aria {
    width: 100%;
    box-shadow: 0px 0px 30px rgba(136, 136, 136, 0.2);
    padding: 15px 10px;
    margin-top: -85px;
    align-items: center;
}
.sp-team-stats .sp-team-stats-content {
    width: 75%;
    display: flex;
}
.sp-team-stats .sp-team-stats-content img {
    width: 48px;
    margin-top: -3px;
}
.sp-team-stats-content h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #9BA59F;
    margin-left: 15px;
}
.sp-team-stats-content h5 span {
    font-weight: 600;
}
.sp-team-stats .sp-team-stats-clint {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.sp-team-stats .sp-team-stats-logo {
    margin: 0 20px;
    overflow: hidden;
}
.sp-team-stats .sp-team-stats-logo img {
    width: 100px;
}
.sp-team-stats .swiper-button-next{
    right: -5px;
}
.sp-team-stats .swiper-button-prev{
    left: -5px;
}
.sp-team-stats .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 14px;
    color: #888888;
    margin-top: -8px;
}
/* Feature aria */
.sp-team-features .sp-team-features-box {
    padding: 32px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #EAF1EE;
    border-bottom: 4px solid transparent;
    transition: .3s;
    height: calc(100% - 30px);
}
.sp-team-features .sp-team-features-box:hover {
    border-bottom: 4px solid #2B5F47;
}
.sp-team-features .sp-team-features-box img,
.sp-team-features .sp-team-features-box svg {
    float: left;
    margin-right: 5px;
    transform: translateY(-2px);
}
.sp-team-features .sp-team-features-box h3{
    font-size: 20px;
    margin-bottom: 20px;
}

/* Demo page video */
.page-template-template-demo .sp-team-demo-page-video {
    width: 820px;
    margin: auto;
    max-width: 100%;
    padding-bottom: 36%;
}
.hero-button {
    text-align: center;
    /*margin-top: 70px;*/
}
.hero-button a.video-button {
    color: #fff;
    font-size: 18px;
    padding: 16px 43px;
    border-radius: 25px;
    background: #DC3545;
    margin-right: 30px;
}


/* Tab section style */
.sp-team-tab {
    position: relative;
    background-color: #f2f6f6;
    padding: 50px 0;
}
.sp-team-more-demos{
    padding-bottom: 135px;
}
.sp-team-more-demos .sp-team-section-title{
    margin-bottom: 25px;
}
.sp-team-more-demos ul,
.sp-team-tab ul.nav{
    justify-content: center;
}
.sp-team-more-demos ul li,
.sp-team-tab ul.nav li.nav-item {
    background: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-right: 15px;
    margin-top: 15px;
}
.sp-team-more-demos ul li{
    border: 1px solid #d4e5de;
    background: #fafdfc;
    box-shadow: none;
}
.sp-team-more-demos ul li a:hover {
    border-radius: 4px;
}
.sp-team-more-demos ul li{
    text-align: center;
}
/* .sp-team-tab ul.nav li.nav-item.pro{
    border: 1px solid #CFDCDF;
} */
.sp-team-more-demos ul li a,
.sp-team-tab .nav-pills .nav-link {
    width: 100px;
    height: 100%;
    padding: 17px 0;
    display: inline-block;
}
.sp-team-more-demos ul li a:hover,
.sp-team-more-demos ul li a.active,
.sp-team-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: linear-gradient(122.62deg, #2B5F47 0%, #8CD492 100%);
}
.sp-team-more-demos ul li a svg circle,
.sp-team-more-demos ul li a svg path,
.sp-team-tab .nav-item button.nav-link svg circle,
.sp-team-tab .nav-item button.nav-link svg path {
    fill: #6d9687;
}
.sp-team-more-demos ul li a:hover svg circle,
.sp-team-more-demos ul li a:hover svg path,
.sp-team-more-demos ul li a.active svg circle,
.sp-team-more-demos ul li a.active svg path,
.sp-team-tab .nav-item button.nav-link.active svg circle,
.sp-team-tab .nav-item button.nav-link.active svg path {
    fill: #fff;
}
.sp-team-more-demos ul li a svg path.m,
.sp-team-tab .nav-item button.nav-link svg path.m {
    fill: #DADEE2;
}
.sp-team-more-demos ul li a:hover svg path.m,
.sp-team-more-demos ul li a.active svg path.m,
.sp-team-tab .nav-item button.nav-link.active svg path.m {
    fill: #3e8464;
}
.sp-team-more-demos ul li a svg path.i1,
.sp-team-tab .nav-item button.nav-link svg path.i1 {
    fill: #DADEE2;
}
.sp-team-more-demos ul li a svg path.i2,
.sp-team-tab .nav-item button.nav-link svg path.i2 {
    fill: #6D9687;
}
.sp-team-more-demos ul li a:hover svg path.i2,
.sp-team-more-demos ul li a.active svg path.i2,
.sp-team-tab .nav-item button.nav-link.active svg path.i2 {
    fill: #3e8464;
}
.sp-team-more-demos ul li a:hover svg path.i1,
.sp-team-more-demos ul li a.active svg path.i1,
.sp-team-tab .nav-item button.nav-link.active svg path.i1 {
    fill: #fff;
}
.sp-team-more-demos ul li a svg path.t1,
.sp-team-tab .nav-item button.nav-link svg path.t1 {
    fill: #E3E6E9;
}
.sp-team-more-demos ul li a svg path.t2,
.sp-team-tab .nav-item button.nav-link svg path.t2 {
    fill: #6d9687;
}
.sp-team-more-demos ul li a:hover svg path.t1,
.sp-team-more-demos ul li a.active svg path.t1,
.sp-team-tab .nav-item button.nav-link.active svg path.t1 {
    fill: transparent;
}
.sp-team-more-demos ul li a:hover svg path.t2,
.sp-team-more-demos ul li a.active svg path.t2,
.sp-team-tab .nav-item button.nav-link.active svg path.t2 {
    fill: #fff;
}
.sp-team-more-demos ul li a svg path.th,
.sp-team-tab .nav-item button.nav-link svg path.th {
    fill: #6d9687;
}
.sp-team-more-demos ul li a:hover svg path.th,
.sp-team-more-demos ul li a.active svg path.th,
.sp-team-tab .nav-item button.nav-link.active svg path.th {
    fill: #fff;
}
.sp-team-more-demos ul li a:hover p,
.sp-team-more-demos ul li a.active p,
.sp-team-tab .nav-item button.nav-link.active span{
    color: #fff;
}
.sp-team-more-demos ul li a p,
.sp-team-tab .nav-item button span {
    margin-top: 7px;
    display: block;
    color: #444444;
    line-height: normal;
    font-size: 14px;
    margin-bottom: -3px;
}
.sp-team-tab-content-bg {
    padding-bottom: 120px;
}
.sp-team-tab .tab-content {
    box-shadow: 0px 1px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #E6EAED;
    margin-top: 60px;
    background-color: #fff;
}
.sp-team-tab .sp-tea-tab-img-header {
    width: 100%;
    height: 50px;
    background-color: #F3F3F3;
    position: relative;
}
.sp-team-tab .sp-tea-tab-img-header span {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #E9475E;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}
.sp-team-tab .sp-tea-tab-img-header span:nth-child(2){
    background-color: #F39C12;
    left: 45px;
}
.sp-team-tab .sp-tea-tab-img-header span:nth-child(3){
    background-color: #00BF28;
    left: 65px;
}
.sp-team-tab .sp-team-tab-img {
    padding: 40px 80px;
}
.sp-team-tab-bottom-shape img,
.sp-team-tab-top-shape img {
    width: 100%;
}
.sp-team-tab .sp-team-get-button{
    text-align: center;
    margin-top: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    min-width: 90%;
}
.sp-team-tab-top-shape {
    margin-bottom: -20px;
}
.sp-team-tab-bottom-shape {
    margin-top: -2px;
}
/* About aria style */
.sp-team-about {
    padding-bottom: 80px;
}
.sp-team-about .sp-team-about-img img{
    width: 100%;
    border: 1px solid #EAF1EE;
    border-radius: 6px;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
}
.sp-team-about .sp-team-about-content{
    margin-top: 30px;
}
.sp-team-about .sp-team-about-content br{
    display: none;
}

.sp-team-about .sp-team-about-content h3 {
    font-size: 30px;
    line-height: 36px;
}
.sp-team-about .sp-team-about-content h4{
    font-size: 20px;
    color: #6A7B71;
    margin-top: 30px;
}
.sp-team-about .sp-team-about-content p {
    margin-top: 30px;
}
.sp-team-about .sp-team-about-aria .row:nth-child( even ) {
    flex-direction: row-reverse;
    padding: 60px 0;
}
.sp-team-about .sp-team-about-aria .row:nth-child( odd ) .sp-team-about-img{
    padding-right: 0px;
}
.sp-team-about .sp-team-about-aria .row:nth-child( even ) .sp-team-about-content {
    padding-right: 0px;
}
.sp-team-about .sp-team-about-btn {
    margin-top: 70px;
}
.sp-team-key-feature-list ul li,
ul.sp-team-feature-list li {
    flex-basis: 50%;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
}
.sp-team-key-feature-list ul li::before,
ul.sp-team-feature-list li::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #E7F7EF;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNDE1MzggOS44MDM2TDAuMTkwMzczIDUuNDQ1MzVDLTAuMDYzNDU3NiA1LjE4MzUxIC0wLjA2MzQ1NzYgNC43NTg5OCAwLjE5MDM3MyA0LjQ5NzExTDEuMTA5NTkgMy41NDg4OEMxLjM2MzQyIDMuMjg3MDIgMS43NzUgMy4yODcwMiAyLjAyODgzIDMuNTQ4ODhMNC44NzUgNi40ODQ3OEwxMC45NzEyIDAuMTk2Mzc3QzExLjIyNSAtMC4wNjU0NTg5IDExLjYzNjYgLTAuMDY1NDU4OSAxMS44OTA0IDAuMTk2Mzc3TDEyLjgwOTYgMS4xNDQ2MUMxMy4wNjM1IDEuNDA2NDUgMTMuMDYzNSAxLjgzMDk4IDEyLjgwOTYgMi4wOTI4NUw1LjMzNDYyIDkuODAzNjNDNS4wODA3NiAxMC4wNjU1IDQuNjY5MjEgMTAuMDY1NSA0LjQxNTM4IDkuODAzNloiIGZpbGw9IiMwMDM3NTUiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
}
.sp-team-about .sp-team-about-btn .sp-team-get-button:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 30px;
}

/* Call to action */
.sp-team-cta {
    position: relative;
    background-color: #2B5F47;
    padding: 80px 0;
}
.sp-team-cta .sp-team-cta-area {
    text-align: center;
}
.sp-team-cta .sp-team-cta-area h2{
    font-size: 30px;
    display: inline-block;
}
.sp-team-cta .sp-team-cta-area .sp-team-get-button a{
    padding: 15px 25px;
    border-radius: 3px;
    background-color: #EAF6EF;
    color: #233D2E;
    font-weight: 700;
    margin-top: 30px;
}
.sp-team-cta .sp-team-cta-area .sp-team-get-button a:hover{
    background-color: #fff;
}

/* Screenshot aria style */
.sp-team-screenshot .sp-team-screenshot-img{
    border: 5px solid #E4E4E4;
    transition: .3s;
}
.sp-team-screenshot .sp-team-screenshot-img:hover {
    border-color: #63a37b;
}
.sp-team-screenshot .sp-team-screenshot-img img{
    width: 100%;
}
.sp-team-screenshot .sp-team-screenshot-caption span{
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}
.sp-team-screenshot .sp-team-get-button{
    margin-top: 60px;
}
/* Logo aria style */
.sp-team-client-logo .sp-team-section-title{
    margin-bottom: 25px;
}
.sp-team-client-logo .sp-team-section-title h2{
    font-size: 24px;
}
.sp-team-client-logo .row{
    align-items: center;
}
.sp-team-client-logo .sp-team-client-logo-img {
    text-align: center;
    width: 160px;
    max-width: 100%;
}
.sp-team-client-logo .sp-team-client-logo-img img{
    max-width: 100%;
}

/* Testimonial aria */
.sp-team-gradient-bg {
    background: linear-gradient(180deg, #D2EFE0 0%, #FFFFFF 52.6%);
}
.sp-team-testimonial.sp-team-section-padding{
    padding-top: 30px;
}
.sp-team-testimonial-slide,
.sp-team-testimonial {
    overflow: hidden;
}
.sp-team-testimonial-slide {
    width: 93%;
    margin: 0 auto;
}
.sp-team-testimonial .sp-team-testimonial-box {
    box-shadow: 0px 2px 20px rgb(0 0 0 / 10%);
    padding: 40px;
}
.sp-team-testimonial .sp-team-testimonial-box h4 {
    font-size: 18px;
    line-height: 21px;
}
.sp-team-testimonial .sp-team-testimonial-box p {
    margin: 20px 0;
    font-size: 14px;
}
.sp-team-testimonial .sp-team-testimonial-author-info h5 {
    font-size: 16px;
    margin: 0;
}
.sp-team-testimonial .sp-team-testimonial-author-info span {
    font-size: 14px;
    font-family: 'Asap', sans-serif;
}
.sp-team-testimonial .sp-team-testimonial-author > img {
    margin-right: 20px;
    width: 60px;
    border-radius: 50%;
}
.sp-team-testimonial .sp-team-get-button {
    margin-top: 80px;
}
.sp-team-testimonial .sp-team-testimonial-ster {
    display: flex;
}
.sp-team-testimonial .sp-team-testimonial-ster img {
    width: 13px;
    margin-right: 2px;
    margin-top: 7px;
}

.sp-team-testimonial .sp-team-pagination {
    margin-top: 25px;
    text-align: center;
}
.sp-team-testimonial .sp-team-pagination .swiper-pagination-bullet {
    background-color: #ACD9C2;
    padding: 6px;
    opacity: 1;
}
.sp-team-testimonial .sp-team-pagination .swiper-pagination-bullet-active{
    background-color: #5C816B;
}
.sp-team-testimonial-top-shape img {
    width: 100%;
}

/* Faq style */
.sp-team-faq .sp-team-section-title {
    margin-bottom: 60px;
}
.sp-team-faq .sp-team-accordion-item {
    background-color: #ffff;
    box-shadow: 0px 1px 4px rgb(0 55 85 / 10%);
    margin-top: 15px;
}
.sp-team-demo-page-video,
.sp-team-faq .sp-team-accordion-item .sp-team-accordion-video {
    position: relative;
    margin: 40px 0;
    padding-bottom: 56.25%;
    width: 100%;
    max-width: 100%;
    height: 0;
    text-align: center;
}
.sp-team-demo-page-video iframe,
.sp-team-faq .sp-team-accordion-item .sp-team-accordion-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sp-team-faq .sp-team-faq-tab-button {
    border-bottom: 3px solid #d9e0dc;
    width: 315px;
    margin: 0 auto;
}
.sp-team-faq .nav-pills .nav-link {
    color: #1A261F;
    font-size: 14px;
    text-transform: uppercase;
}
.sp-team-faq .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
    color: #2B5F47;
    margin-bottom: -3px;
    border-bottom: 3px solid #2B5F47;
    border-radius: 0;
}
.sp-team-faq .tab-content {
    margin-top: 60px;
}
.sp-team-faq .sp-team-accordion-header {
    font-size: 16px;
    margin: 0;
}
.sp-team-faq button.sp-team-accordion-button {
    width: 100%;
    padding: 22px 35px;
    border: none;
    background-color: transparent;
    display: flex;
}
.sp-team-faq button.sp-team-accordion-button svg{
    margin-top: 2px;
    margin-right: 10px;
}
.sp-team-faq button.sp-team-accordion-button {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMyAxMS4ySDcuN1Y5LjhINi4zVjExLjJaTTcgMEMzLjEzNiAwIDAgMy4xMzYgMCA3QzAgMTAuODY0IDMuMTM2IDE0IDcgMTRDMTAuODY0IDE0IDE0IDEwLjg2NCAxNCA3QzE0IDMuMTM2IDEwLjg2NCAwIDcgMFpNNyAxMi42QzMuOTEzIDEyLjYgMS40IDEwLjA4NyAxLjQgN0MxLjQgMy45MTMgMy45MTMgMS40IDcgMS40QzEwLjA4NyAxLjQgMTIuNiAzLjkxMyAxMi42IDdDMTIuNiAxMC4wODcgMTAuMDg3IDEyLjYgNyAxMi42Wk03IDIuOEM1LjQ1MyAyLjggNC4yIDQuMDUzIDQuMiA1LjZINS42QzUuNiA0LjgzIDYuMjMgNC4yIDcgNC4yQzcuNzcgNC4yIDguNCA0LjgzIDguNCA1LjZDOC40IDcgNi4zIDYuODI1IDYuMyA5LjFINy43QzcuNyA3LjUyNSA5LjggNy4zNSA5LjggNS42QzkuOCA0LjA1MyA4LjU0NyAyLjggNyAyLjhaIiBmaWxsPSIjMjMzRDJFIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-position: 35px;
    padding-left: 60px;
    font-weight: 500;
}
.sp-team-faq button.sp-team-accordion-button:not(.collapsed) {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcgMEMzLjEzNiAwIDAgMy4xMzYgMCA3QzAgMTAuODY0IDMuMTM2IDE0IDcgMTRDMTAuODY0IDE0IDE0IDEwLjg2NCAxNCA3QzE0IDMuMTM2IDEwLjg2NCAwIDcgMFpNNy43IDExLjlINi4zVjEwLjVINy43VjExLjlaTTkuMTQ5IDYuNDc1TDguNTE5IDcuMTE5QzguMDE1IDcuNjMgNy43IDguMDUgNy43IDkuMUg2LjNWOC43NUM2LjMgNy45OCA2LjYxNSA3LjI4IDcuMTE5IDYuNzY5TDcuOTg3IDUuODg3QzguMjQ2IDUuNjM1IDguNCA1LjI4NSA4LjQgNC45QzguNCA0LjEzIDcuNzcgMy41IDcgMy41QzYuMjMgMy41IDUuNiA0LjEzIDUuNiA0LjlINC4yQzQuMiAzLjM1MyA1LjQ1MyAyLjEgNyAyLjFDOC41NDcgMi4xIDkuOCAzLjM1MyA5LjggNC45QzkuOCA1LjUxNiA5LjU0OCA2LjA3NiA5LjE0OSA2LjQ3NVoiIGZpbGw9IiMzQjgxNjIiLz4KPC9zdmc+Cg==");
}
.sp-team-faq .sp-team-accordion-body {
    padding: 0 60px 20px;
}
.sp-team-faq .sp-team-accordion-body p:not(:last-child){
    margin-bottom: 10px;
}
/* Footer call to action */
.sp-team-footer-cta {
    background-color: #2B5F47;
    padding-bottom: 80px;
    padding-top: 30px;
}
.sp-team-footer-cta .sp-team-section-title span strong{
    font-weight: 500;
}
.sp-team-footer-cta .sp-team-get-button{
    margin-top: 60px;
}
.sp-team-footer-cta .sp-team-get-button a{
    padding: 15px 25px;
    border-radius: 3px;
    background-color: #EAF6EF;
    color: #233D2E;
    font-weight: 700;
}
.sp-team-footer-cta .sp-team-get-button a:hover{
    background-color: #fff;
}
.sp-team-footer-cta-shape img{
    width: 100%;
}
/* Footer aria */
footer.sp-team-footer {
    padding: 70px 0;
    background: linear-gradient(178.98deg, #EEF9F7 1.02%, #EEF9F6 1.02%, #F2F6F6 98.4%);
}
.sp-team-footer-logo img {
    width: 140px;
}
.sp-team-footer .sp-team-footer-logo span {
    position: absolute;
    width: calc(100% - 150px);
    height: 1px;
    background-color: rgba(0, 55, 85, 0.15);
    top: 50%;
    right: 0;
}
.sp-team-footer .sp-team-footer-menu h6 {
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 5px;
    position: relative;
}
footer .sp-team-footer-menu h6 span {
    position: absolute;
    top: -10px;
    font-size: 10px;
    color: #fff;
    background-color: #2B5F47;
    padding: 3px 6px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 3px;
    margin-left: 3px;
}
.sp-team-footer .sp-team-footer-menu ul{
    margin-top: 18px;
}
.sp-team-footer .sp-team-footer-menu ul li {
    margin-bottom: 2px;
}
.sp-team-footer .sp-team-footer-menu ul li a {
    font-size: 15px;
    color: #1A261F;
    transition: .3s;
}
.sp-team-footer .sp-team-footer-menu ul li a:hover {
    color: #2B5F47;
}
.sp-team-footer .sp-team-footer-info {
    margin-top: 70px;
    color: rgb(35 61 46 / 70%);
}
.sp-team-footer .sp-team-footer-info a{
    color: rgba(35, 61, 46, 0.7);
    text-decoration: underline;
}
.sp-team-footer .sp-team-footer-info a:nth-child(2),
.sp-team-footer .sp-team-footer-info a:first-child{
    text-decoration: none;
}
.sp-team-footer .sp-team-footer-info a:hover{
    color: #2B5F47;
}

/* Pricing page style */
.sp-tr-pricing-page-banner {
    height: auto;
    position: relative;
    background: transparent;
    padding-bottom: 0;
}
.sp-tr-pricing-page-banner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 600px;
    background: #2B5F47;
    z-index: -1;
    top: 0;
}
.sp-tr-pricing-page-banner .sp-team-banner-content {
    padding-top: 165px;
}
.sp-team-pricing-aria {
    padding-bottom: 70px;
    position: relative;
}
.sp-team-pricing-aria .sp-team-get-button a{
    width: 257px;
    background-color: #02B474;
    max-width: 100%;
}
.sp-team-pricing-aria .sp-team-get-button a:hover {
    background-color: #009851;
}
.sp-team-pricing-aria .sp-team-pricing-btn {
    margin: auto;
    width: max-content;
    border: 2px solid #fff;
    border-radius: 50px;
    /* overflow: hidden; */
    margin-bottom: 60px;
    margin-top: 70px;
    position: relative;
}
.sp-team-pricing-aria .sp-team-pricing-btn button {
    border: none;
    background-color: transparent;
    color: #fff;
    padding: 7px 20px;
    font-weight: 500;
}
.sp-team-pricing-aria .sp-team-pricing-btn button.active {
    background-color: #fff;
    color: #003755;
}
.sp-team-pricing-aria .sp-team-pricing-btn button:first-child {
    border-radius: 85px 0 0 85px;
}
.sp-team-pricing-aria .sp-team-pricing-btn button:last-child {
    border-radius: 0 85px 85px 0;
}
.sp-team-pricing-aria .sp-team-pricing-box {
    color: #334963;
    background: #FFFFFF;
    border: 1px solid #EAF1EE;
    box-sizing: border-box;
    box-shadow: 0px 1px 10px rgb(0 55 85 / 10%);
    border-radius: 8px;
    padding: 30px 20px 40px;
    margin-top: 30px;
    z-index: 1;
}
.sp-team-pricing-aria .sp-team-pricing-top h3 {
    font-weight: 600;
    font-size: 24px;
}
.sp-team-pricing-aria .sp-team-pricing-box.active{
    border: 2px solid #00B655;
    position: relative;
    overflow: hidden;
}
.sp-team-pricing-aria .sp-team-pricing-box.active::after {
    position: absolute;
    content: "Best Value";
    background-color: #00B655;
    width: 200px;
    transform: rotate(45deg);
    text-align: center;
    top: 20px;
    right: -58px;
    padding: 6px;
    color: #ffff;
    font-weight: 500;
}
.sp-team-pricing-aria .sp-team-pricing-top {
    position: relative;
    padding-bottom: 20px;
}
.sp-team-pricing-aria .sp-team-pricing-top p {
    font-weight: 400;
    color: #879196;
    margin-bottom: 15px;
}
.sp-team-pricing-aria .sp-team-pricing-top::after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #DDE3E8;
    width: 100%;
    left: 0;
    bottom: 1px;
}
.sp-team-pricing-aria .sp-team-pricing-info {
    padding: 0 20px;
}
.sp-team-pricing-aria .sp-team-pricing-info ul li {
    margin-bottom: 7px;
    padding-left: 22px;
    display: flex;
    align-items: baseline;
    position: relative;
}
.sp-team-pricing-aria .sp-team-pricing-info ul li::before {
    content: '';
    width: 13px;
    height: 24px;
    position: absolute;
    left: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEzIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00LjQxNTM4IDguODIzMjRMMC4xOTAzNzMgNC45MDA4MUMtMC4wNjM0NTc2IDQuNjY1MTYgLTAuMDYzNDU3NiA0LjI4MzA4IDAuMTkwMzczIDQuMDQ3NEwxLjEwOTU5IDMuMTkzOTlDMS4zNjM0MiAyLjk1ODMyIDEuNzc1IDIuOTU4MzIgMi4wMjg4MyAzLjE5Mzk5TDQuODc1IDUuODM2M0wxMC45NzEyIDAuMTc2NzM5QzExLjIyNSAtMC4wNTg5MTMgMTEuNjM2NiAtMC4wNTg5MTMgMTEuODkwNCAwLjE3NjczOUwxMi44MDk2IDEuMDMwMTVDMTMuMDYzNSAxLjI2NTggMTMuMDYzNSAxLjY0Nzg5IDEyLjgwOTYgMS44ODM1Nkw1LjMzNDYyIDguODIzMjZDNS4wODA3NiA5LjA1ODkyIDQuNjY5MjEgOS4wNTg5MiA0LjQxNTM4IDguODIzMjRaIiBmaWxsPSIjMDJCNDc0Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
}
.sp-team-pricing-aria .sp-team-pricing-value {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sp-team-pricing-aria .sp-team-pricing-value h2{
    font-weight: 600;
    color: #003755;
}
.sp-team-pricing-aria .sp-team-pricing-value span {
    margin-top: 5px;
    font-weight: 400;
    color: #879196;
}
.sp-team-pricing-aria .sp-team-pricing-value span:first-child {
    transform: translateY(-8px);
    margin-right: 3px;
}
#lifetime {
    display: none;
}

/* Discount */
.sp-discount-pricing {
    margin-bottom: 15px;
}
.sp-discount-pricing del {
    font-size: 16px;
    color: rgba(0, 55, 85, 0.5);
}
.sp-discount-pricing span {
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    background: #F39C12;
    padding: 6px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-left: 5px;
}

/* Money Back */
.sp-team-money-back{
    padding-bottom: 80px;
}
.sp-team-money-back .sp-team-money-back-box{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EAF1EE;
    box-shadow: 0px 1px 10px rgba(0, 55, 85, 0.1);
    border-radius: 8px;
    margin: 0 auto;
    padding: 30px;
}
.sp-team-money-back .sp-team-money-back-content h3 {
    font-size: 26px;
}
.sp-team-money-back .sp-team-money-back-content a {
    color:#007cba;
}
.sp-team-money-back .sp-team-money-back-content a:hover {
    text-decoration: underline;
}
.sp-team-money-back .sp-team-money-back-info .sp-team-money-back-img {
    margin-right: 30px;
    float: left;
    width: 100px;
    flex-shrink: 0;
}
.sp-team-money-back .sp-team-money-back-info .sp-team-money-back-img img {
    width: 100%;
}
.sp-team-money-back .sp-team-money-back-card-info {
    flex-basis: 45%;
}
.sp-team-money-back .sp-team-money-back-card{
    margin-top: 20px;
}
.sp-team-money-back .sp-team-money-back-info {
    padding-bottom: 30px;
    border-bottom: 1px solid #DDE3E8;
}
.sp-team-money-back .sp-team-money-back-card-info p {
    font-size: 14px;
    line-height: 18px;
}
.sp-team-money-back .sp-team-money-back-card-img img {
    width: 32px;
}
/* One to one */
.sp-team-money-back.one-to-one .sp-team-money-back-box .sp-team-money-back-info {
    padding: 0;
    border: none;
}
.sp-team-money-back.one-to-one .sp-team-money-back-box .sp-team-money-back-info .sp-team-money-back-img {
    width: 120px;
}
/* Feature list style */
.sp-team-banner-section {
    height: 350px;
    background: #2B5F47;
}
.sp-team-banner-section .sp-team-banner-content {
    padding-top: 180px;
}
.page-template-template-pricing section.sp-tr-free-vs-pro-feature.sp-team-section-padding {
    padding-top: 0;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border: 1px solid #3980604d;
    box-shadow: 0 0 10px 0 #ddd;
    border-radius: 6px;
	overflow: hidden;
/*	margin-top: 50px;*/
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table {
    border-collapse: collapse;
    width: 100%;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table thead th {
    padding: 25px;
/*     border-bottom: 1px solid #E5E9EC; */
    background-color: #3b8161;
    text-align: center;
    font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
/* .sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table thead th, */
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tfoot td,
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tbody td {
    border-right: 1px solid #E5E9EC;
    font-weight: 500;
    border-color: #E5E9EC;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tbody td:first-child {
	width: 75%;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tbody td {
    padding: 20px 40px;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tbody tr:nth-child(even) {
    background-color: #3b816114;
/*     border-top: 1px solid #E5E9EC;
    border-bottom: 1px solid #E5E9EC; */
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tfoot td {
    padding: 20px 0px;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tfoot td:first-child {
    padding-left: 40px;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list tfoot td a {
    padding: 7px 20px;
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    background-color:#003755;
    color: #fff;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: .3s;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list tfoot td a:hover{
    background-color: #334963;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list tfoot td:last-child a {
    background-color: #2B5F47;
}
.sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list tfoot td:last-child a:hover {
    background-color: #347154;
}
.sp-tr-free-vs-pro-feature .wp-block-table {
    margin: 0;
}

/* Changelog aria */
.sp-team-changelog.sp-team-section-padding {
    padding-top: 115px;
    padding-bottom: 140px;
}
.sp-team-changelog-box {
    display: flex;
}
.sp-team-changelog-box:not(:first-child) {
    margin-top: 30px;
}
.sp-team-changelog-content {
    color: #1A261F;
}
/* .sp-team-changelog-box .sp-team-date h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
} */
.sp-team-changelog-area strong {
    font-size: 18px;
    font-weight: 600;
    padding-top: 35px;
    display: inline-block;
    text-transform: uppercase;
    /* font-family: "Asap", sans-serif; */
}
.sp-team-changelog-area ul li {
    list-style: disc;
    margin-top: 15px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 18px;
    color: #334963;
}

/* fancybox */
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #63a37b;
}
.mfp-iframe-holder .mfp-content{
    border: 12px solid #fff;
    border-radius: 5px;
}
.mfp-iframe-holder .mfp-close {
    top: -50px;
    right: -35px;
}
.mfp-iframe-scaler iframe{
    box-shadow: none;
}
.sp-team-more-features {
    background-color: #fff;
}


/* More features */
.sp-team-more-features .sp-team-section-title {
    margin-bottom: 70px;
}
.sp-team-more-features .sp-team-section-title h2 {
    font-size: 30px;
}
.sp-team-more-features .sp-team-overview-content {
    margin-bottom: 70px;
}
.sp-team-more-features .sp-team-overview-content p:not(:last-of-type) {
    margin-bottom: 15px;
}

/* 404 page */
.entry-content.page-404 {
    max-width: 400px;
    margin: 0 auto;
}

/* Scroll bottom to top */
.sp-team-scroll-top {
  position: fixed;
  bottom: 25px;
  right: -35px;
  z-index: 9999;
  opacity: 0;
  transition: .3s;
}
.sp-team-scroll-top a {
  background: linear-gradient(122.62deg, #2B5F47 0%, #8CD492 100%);
  border-radius: 50%;
  color: #fff;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-90deg);
}
.sp-team-scroll-top a span svg {
  width: 16px;
}

/* Responsive style */
@media only screen and (min-width: 576px) {
    .container{
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }
    .sp-team-banner .sp-team-banner-content {
        padding-top: 240px;
    }
    .sp-tr-pricing-page-banner .sp-team-banner-content{
        padding-top: 180px;
    }
    .sp-team-banner .sp-team-banner-img {
        margin-top: 60px;
    }
    .sp-team-banner-btn .sp-team-get-button{
        margin-bottom: 0px;
    }
    .sp-team-about .sp-team-about-content{
        margin-top: 25px;
    }
    .sp-team-stats .sp-team-stats-aria {
        padding: 50px 35px;
        margin-top: -80px;
    }
    .sp-team-about .sp-team-about-btn .sp-team-get-button:not(:last-child) {
        margin-right: 30px;
        margin-bottom: 0px;
    }
    .sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list table tfoot td {
        padding: 20px 0px;
    }
    .sp-tr-free-vs-pro-feature .sp-tr-free-vs-pro-feature-list .sp-team-get-button a {
        padding: 7px 20px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .sp-team-section-padding{
        padding: 135px 0;
    }
    .sp-team-about,
    .sp-team-money-back{
        padding-bottom: 100px;
    }
    .sp-team-pricing-aria {
        padding-bottom: 100px;
    }
    .sp-team-about .sp-team-about-content br,
    .sp-team-section-title br{
        display: block;
    }
    .sp-team-about .sp-team-about-aria .row:nth-child( even ) {
        padding: 110px 0;
    }
    .sp-team-money-back .sp-team-money-back-box{
        padding: 40px 50px;
    }
    .sp-team-money-back .sp-team-money-back-info .sp-team-money-back-img {
        width: auto;
    }
    .sp-team-cta .sp-team-cta-area .sp-team-cta-shape {
        display: block;
    }
    .sp-team-footer-cta {
        padding-bottom: 140px;
    }
}
@media only screen and (min-width: 992px) {
    .sp-team-header .sp-team-menu{
        margin-top: 0;
    }
    .sp-team-header .sp-team-menu li a{
        padding: 15px 0;
    }
    .sp-team-header .sp-team-menu li.sp-team-dropdown{
        position: relative;
    }
    .sp-team-header .sp-team-menu li.sp-team-dropdown > ul{
        position: absolute;
        background-color: #fff;
        padding: 14px 0;
        top: 65px;
        left: 0;
        width: 250px;
        border-radius: 5px;
        box-shadow: 0px 1px 10px rgba(0, 55, 85, 0.1);
        visibility: hidden;
        opacity: 0;
        border: 1px solid #EAF1EF;
        transition: .4s;
        display: block;
    }
    .sp-team-header .sp-team-menu li.sp-team-dropdown:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 55px;
    }
    .sp-team-header .sp-team-menu li.sp-team-dropdown ul::before,
    .sp-team-header .sp-team-menu li.sp-team-dropdown ul:after {
        display: block;
    }
    .sp-team-header .sp-team-menu li.sp-team-dropdown ul li{
        padding: 0 24px;
    }
    /* Mega menu */
    .sp-team-header .sp-team-menu li.sp-team-dropdown.mega-menu > ul {
        width: 550px;
        display: grid;
        grid-template-columns: repeat( 2, 1fr );
        left: -35px;
    }
    /* Banner area */
    .sp-team-banner{
        height: 800px;
        padding-bottom: 200px;
    }
    .sp-team-banner .sp-team-banner-img {
        padding-top: 120px;
        height: auto;
        display: flex;
    }
    .sp-team-money-back .sp-team-money-back-box{
        width: 960px;
    }
    .sp-team-tab-bottom-shape {
        margin-top: -20px;
    }
    .sp-team-footer-cta {
        padding-top: 0px;
    }
}
@media only screen and (min-width: 1200px) {
    .sp-team-stats .sp-team-stats-aria {
        width: 1080px;
    }
    .sp-team-about .sp-team-about-content {
        margin-top: 20px;
    }
    .sp-team-about .sp-team-about-aria .row:nth-child( odd ) .sp-team-about-img{
        padding-right: 30px;
    }
    .sp-team-about .sp-team-about-aria .row:nth-child( even ) .sp-team-about-content {
        padding-right: 30px;
    }
    .sp-team-cta .sp-team-cta-area .sp-team-get-button a{
        margin-top: 0px;
    }
}
