#pricing-menu-custom{
    margin: 0 auto;
    transform: translateY(-50%);
    padding: 10px;
      background: white;
      border-radius: 24px;
      box-shadow: 0px 0px 25px #364A5D33;
}
.tabbed-accordion {
  width: 100%;
}

.tab-headers {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.tab-headers li {
  flex: 1;
  padding: 10px;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
}

.tab-headers li.active {
  background-color: #364A5D;
  border-radius: 20px;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.g-resource-page p{
    margin-bottom: 8px;
}
.pricing-heading{
    line-height:43.2px;
    width: 796px;
    max-width: 100%;
    margin: 0 auto;
}
.opening-heading-tag h1{
    font-size: 14px;
    text-align: center;
    color: #E02826;
    font-weight: bold;
    margin-bottom: 5px;
}
.opening-heading-wrap{
    background-color: #95B1C11F;
}
.opening-heading-title h3{
    width: 900px;
    max-width: 100%;
    margin: 11px auto 0 auto;
    font-size: 60px;
    line-height: 62px;
    text-align: center;
}
.opening-heading-wrap{
    padding-bottom: 111px;
}
#pricing-menu-custom ul li::before {
  content: none;
}
.pricing-icon{
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 43px;
    background-position: center;
}
#sales_marketing_tab{
    background-image: url('https://www.redpandas.com.au/wp-content/themes/redpandas/template-parts/pricing/assets/icon-sales-marketing-coaching.svg');
}
.active #sales_marketing_tab{
    background-image: url('https://www.redpandas.com.au/wp-content/themes/redpandas/template-parts/pricing/assets/icon-sales-marketing-coaching-white.svg');
}
#digital_marketing_done{
    background-image: url('https://www.redpandas.com.au/wp-content/themes/redpandas/template-parts/pricing/assets/icon-digital-marketing.svg');
    width: 64px;
}
.active #digital_marketing_done{
    background-image: url('https://www.redpandas.com.au/wp-content/themes/redpandas/template-parts/pricing/assets/icon-digital-marketing-white.svg');
}
#paid_media{
    background-image: url('https://www.redpandas.com.au/wp-content/themes/redpandas/template-parts/pricing/assets/icon-paid-media.svg');
    height: 36px;
}
.active #paid_media{
    background-image: url('https://www.redpandas.com.au/wp-content/themes/redpandas/template-parts/pricing/assets/icon-paid-media-white.svg');
}
#hubspot_integrations{
    background-image: url('https://www.redpandas.com.au/wp-content/themes/redpandas/template-parts/pricing/assets/icon-hubspot-integration.svg');
}
.active #hubspot_integrations{
    background-image: url('https://www.redpandas.com.au/wp-content/themes/redpandas/template-parts/pricing/assets/icon-hubspot-integration-white.svg');
}
.pricing-label{
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
    padding-left: 11px;
}
.pricing-menu-item{
    display: flex;
    padding: 27px;
    align-items: center;
}
.tight-container{
    width: 996px;
  max-width: 100%;
  margin: 0 auto;
}
.pricing-footer-cta{
    border-radius: 20px;
  background-image: url('/wp-content/themes/redpandas/template-parts/pricing/assets/cta.jpg');
  display: flex;  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 75px;
  margin: 100px 0;
}
.pricing-footer-cta-left{
    flex: 1;
}
.pricing-footer-cta-right{
    flex: 1;
}
.pricing-footer-cta-right a{
    font-weight: bold;
}
.pricing-footer-cta-right-title{
    font-size: 50px;
  line-height: 52px;
  font-weight: bold;
}
.pricing-footer-cta-right-content{
    line-height: 25px;
  color: #343434;
  font-size: 18px;
  width: 493px;
  max-width: 100%;
  margin: 25px 0;
}
.pricing-footer-cta-left img{
    width: 419px;
  max-width: 100%;
}
.pricing-services-btm .gr_latest_content{
    margin-top: 23px;
}
.pricing-services-btm .gr_latest_exc{
    line-height: 24px;
}
.pricing-services-btm .gr_latest_img img{
    border-radius: 20px;
    min-height: 168px;
  object-fit: cover;
}
.pricing-services-btm .owl-nav > button{
    width: 34px;
    height: 34px;
    box-shadow: 0px 3px 25px #00000014;
}
.pricing-services-btm .owl-nav{
 top:-15% ;   
}
.owl-next{
    right: 2%;
    position: absolute !important;
}
.owl-prev{
    right: 3%;
    position: absolute !important;
}
    .pricing_btn a:hover{
        text-decoration: none;
        filter: brightness(120%);
    }
.pricing-services-btm .gr_latest_img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
    img{
        height: auto;
    }
@media screen and (max-width: 1200px){
    #pricing-menu-custom{
        transform: translateY(-25%);margin: 0 3%;
  width: auto;
    }
}
@media screen and (max-width: 990px){
    #pricing-opening{
        padding-top: 15px;
    }
    .tab-headers{
        display: grid;
  grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width:767px){
    .opening-heading-title h3{
        font-size: 28px;
  line-height: 30px;
    }
    .tab-headers li{
        padding: 0;
    }
    .pricing-label{
        font-size: 12px;
  line-height: 14.4px;
    }
    .pricing-icon {
  width: 30px;
  height: 30px;
    }
    .opening-heading-wrap{
        padding-bottom: 25px;
    }
    #pricing-menu-custom{
        transform: none;    
        margin-top: 30px;
    }
    .tab-content{
        padding: 30px 0;
    }
    .pricing_intro{
        flex-direction: column-reverse;
    }
    .pricing-menu-item{
        padding: 13px;
    }
    .tight-container{
        padding: 0 15px;
    }
    .pricing-footer-cta{
        flex-direction: column;
        padding: 10%;
        background-image: url('https://www.redpandas.com.au/wp-content/uploads/2024/05/mobile-cta.jpg');
        margin: 50px 15px;
    }
    .pricing-footer-cta-left {
      padding: 70px 0 30px 0;
    }
    .pricing-footer-cta-right {
      text-align: center;
    }
    .pricing-footer-cta-right a{
        white-space: wrap;
        border-radius: 50px;
        font-size: 16px;
  line-height: 19px;
    }
    .pricing-services-btm .owl-nav{
        display: block;
    }
    .pricing-services-posts{
        margin-top: 50px;
        margin-bottom: -60px;
    }
    .pricing-footer-cta-right-title{
        font-size: 36px;
        line-height: 43px;
    }
    .pricing-footer{
        padding-left: 0;
        padding-right: 0;
    }
    .pricing-related-posts,.pricing-services-posts {
        padding-left: 0;
        padding-right: 0;
    }
    .pricing-related-posts h3, .pricing-services-posts h3{
        padding-left: 30px;
    }
    .pricing-footer .owl-nav{
        right: 30px;
    }
    .pricing_btn a{
        font-size: 16px !important;
      line-height: 25px !important;
    }
}