.performance-marketing-page h1.hd{
   font-size: clamp(32px, 2.8vw, 46px);
   line-height: 1.15;
}
.performance-activity-section .activity-icon{
   font-size: 32px;
   color: #0b1326 !important;
   font-weight: 400 !important;
   text-shadow: none !important;
   opacity: 1 !important;
   line-height: 1;
}
.performance-activity-section .activity_row .box .icon .rounded-circle{
   background: #fff !important;
}
.performance-marketing-tabs ul li a .tab-icon{
   font-size: 40px;
   line-height: 1;
   margin: auto;
   font-weight: 400 !important;
   text-shadow: none !important;
}
.performance-marketing-tabs ul li a .tab-icon.w{
   display: block !important;
   color: #fff !important;
}
.performance-marketing-tabs ul li a .tab-icon.b{
   display: none !important;
   color: #106496 !important;
}
.performance-marketing-tabs ul li a.act .tab-icon.w{
   display: block !important;
   color: #fff !important;
}
.performance-marketing-tabs ul li a.act .tab-icon.b{
   display: none !important;
}
.performance-marketing-tabs ul li a:hover .tab-icon.w{
   display: none !important;
}
.performance-marketing-tabs ul li a:hover .tab-icon.b{
   display: block !important;
}
.performance-marketing-tabs ul li a.act:hover .tab-icon.w{
   display: block !important;
   color: #fff !important;
}
.performance-marketing-tabs ul li a.act:hover .tab-icon.b{
   display: none !important;
}
.performance-marketing-tabs ul li a.act:hover{
   background: #106496 !important;
}
.performance-marketing-tabs ul li a.act:hover span{
   color: #fff !important;
}
.performance-marketing-tabs .service_tabs_slider{
   width: 100%;
   padding-left: 0;
}
.performance-marketing-tabs .service_tabs_slider .list-inline-item{
   margin-right: 0 !important;
   margin-left: 0 !important;
}
.performance-marketing-tabs .performance-funnel-cta{
   background: #ff6f27 !important;
   border-color: #ff6f27 !important;
   color: #fff !important;
}
.performance-marketing-tabs .performance-funnel-cta:hover{
   background: #fff !important;
   border-color: #fff !important;
   color: #106496 !important;
}
.performance-plans-section .section-subhead{
   max-width: 760px;
   margin: 0 auto;
}
.performance-plans-section .performance-plan-card{
   border-radius: 10px;
   border: 1px solid rgba(0,0,0,0.08);
   padding: 35px;
   position: relative;
   overflow: hidden;
   height: 100%;
}
.performance-plans-section .performance-plan-card.performance-plan-starter{
   background: #fcfcdd;
}
.performance-plans-section .performance-plan-card.performance-plan-growth{
   background: #ddfcfb;
}
.performance-plans-section .performance-plan-card.performance-plan-authority{
   background: #fceedd;
}
.performance-plans-section .performance-plan-card h3{
   line-height: 30px !important;
   margin-bottom: 0 !important;
}
.performance-plans-section .performance-plan-card .plan-badge{
   font-size: 13px;
   font-weight: 700;
   color: #106496;
}
.performance-plans-section .performance-plan-card .plan-list{
   margin-top: 24px;
   margin-bottom: 0;
   padding-bottom: 0;
}
.performance-plans-section .performance-plan-card .plan-list li{
   width: 100%;
   margin-bottom: 6px;
   font-size: 16px !important;
   display: block;
}
.performance-plans-section .performance-plan-card .plan-list li img{
   position: relative;
   top: 6px;
   width: 16px !important;
   display: inline-block !important;
}
.performance-plans-section .performance-plan-card .footer_bottom{
   position: static;
   width: auto;
}
.performance-plans-section .performance-plan-card .footer_bottom .btn{
   min-width: 170px;
}
.performance-why-section .why-intro{
   max-width: 920px;
}
.performance-why-section .why-panel{
   border: 1px solid rgba(0,0,0,0.08);
   border-radius: 12px;
   padding: 28px 26px;
   height: 100%;
}
.performance-why-section .why-panel.why-problem{
   background: #fff7f4;
}
.performance-why-section .why-panel.why-solution{
   background: #f4fbff;
}
.performance-why-section .why-list{
   margin-bottom: 0;
}
.performance-why-section .why-list li{
   display: block;
   margin-bottom: 10px;
   font-size: 18px;
   line-height: 1.55;
   color: #5f5f5f;
}
.performance-why-section .why-list li:last-child{
   margin-bottom: 0;
}
.performance-why-section .why-solution .why-list li{
   display: flex;
   align-items: flex-start;
}
.performance-why-section .why-solution .why-list li img{
   width: 16px !important;
   position: relative;
   top: 5px;
}
.performance-why-section .why-closing{
   color: #303949;
}
@media (min-width: 768px){
   .performance-marketing-tabs .service_tabs_slider{
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      gap: 18px;
   }
   .performance-marketing-tabs .service_tabs_slider .list-inline-item{
      flex: 1 1 0;
      max-width: none;
   }
   .performance-marketing-tabs .service_tabs_slider .list-inline-item a{
      width: 100%;
   }
}
@media (max-width: 767px){
   .performance-marketing-page{
      padding-top: 14px !important;
   }
   .performance-marketing-page .text-blue.font-w-700{
      font-size: 14px !important;
      margin-bottom: 10px !important;
   }
   .performance-marketing-page h1.hd{
      font-size: clamp(30px, 7.6vw, 36px);
      line-height: 1.2;
      margin-bottom: 18px !important;
   }
   .performance-marketing-page .service_tab{
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between !important;
      width: 100%;
      padding: 6px;
      border-radius: 40px;
      margin-bottom: 16px;
   }
   .performance-marketing-page .service_tab .nav-item{
      flex: 0 0 33.333%;
      max-width: 33.333%;
      min-width: 0;
      margin: 0 !important;
   }
   .performance-marketing-page .service_tab .nav-link{
      width: 100%;
      font-size: clamp(12px, 3.9vw, 15px);
      padding: 9px 4px;
      white-space: nowrap;
      text-align: center;
      line-height: 1.2;
      border-radius: 28px !important;
   }
   .performance-marketing-page .tab-content p.font-18{
      font-size: 16px !important;
      line-height: 1.6 !important;
      margin-top: 12px !important;
   }
   .performance-marketing-page .list_check .font-16{
      font-size: 15px !important;
      line-height: 1.5 !important;
   }
   .performance-marketing-page .d-flex.flex-wrap.align-items-center.mt-4{
      gap: 8px;
   }
   .performance-marketing-page .d-flex.flex-wrap.align-items-center.mt-4 .btn{
      width: 100%;
      margin-right: 0 !important;
      margin-bottom: 0 !important;
   }
   .performance-marketing-tabs ul li a .tab-icon{
      font-size: 34px;
   }
   .performance-plans-section .performance-plan-card{
      padding: 24px;
   }
   .performance-why-section .why-panel{
      padding: 20px 18px;
   }
   .performance-why-section .why-list li{
      font-size: 16px;
      line-height: 1.6;
   }
   .performance-plans-section .performance-plans-track{
      margin-left: 0;
      margin-right: 0;
   }
   .performance-plans-section .performance-plans-track.owl-carousel .owl-stage-outer{
      padding-left: 0 !important;
      padding-right: 0 !important;
   }
   .performance-plans-section .performance-plans-track.owl-carousel .owl-item .col-md-4{
      max-width: 100%;
      flex: 0 0 100%;
      padding-left: 0;
      padding-right: 0;
   }
   .performance-plans-section .performance-plan-card .plan-list{
      padding-bottom: 0;
   }
   .performance-plans-section .performance-plan-card .footer_bottom{
      position: static;
      width: auto;
   }
   .performance-marketing-page .cta-audit-btn{
      background: #007bff !important;
      border-color: #007bff !important;
      color: #fff !important;
   }
   .performance-marketing-page .cta-audit-btn:hover{
      background: #0069d9 !important;
      border-color: #0069d9 !important;
      color: #fff !important;
   }
}
