.button .btn{
    padding: 15px 35px;
}
.btn-pro-green{
    background-color: #20d398;
}
.btn-pro-green:hover,.btn-pro-green:focus{
    background-color: #1abe88;
}
/* pro text color */
.pro-text-green{
    color: #20d398 !important;
}
.text-letter-spacing{
    transition: all .35s ease-in-out;
}
.text-letter-spacing:hover{
    letter-spacing: .2px;
}
.pro-text-gray{
    color: #4d4757;
}
.bg-gray{
    background-color: #f6f9fc;
}
.text-red{
    color: #ff3c00;
}

/* font size */
.fs-30{
    font-size: 1.875rem;
}
.fs-28{
    font-size: 1.75rem !important;
}
.fs-18{
    font-size: 1.125rem;
}
.fs-17{
    font-size: 1.0625rem;
}
.fs-14{
    font-size: 0.875rem !important;
}
.fs-13{
    font-size: 0.813rem !important;
}
.fs-12{
    font-size: 0.75rem;
}
/* font weight */
.fw-normal{
    font-weight: normal;
}
.fw-600{
    font-weight: 600;
}
.fw-bold{
    font-weight: 700;
}


/*  line height */
.lh-16{
    line-height: 1.6 !important;
}
.lh-17{
    line-height: 1.7 !important;
}
.lh-18{
    line-height: 1.8 !important;
}

/* hover color */
.a-hover:hover{
    color: #20d398 !important;
}
/* img hover common css*/
.common-img{
    overflow: hidden;
}
.common-img img{
    transition: all 0.25s;
}
.common-img:hover img{
    transform: scale(1.055);
    opacity: 0.9;
}
/*img width=height css*/
.common-img-cutting{
    position: relative;
    width: 100%;
}
.common-img-cutting img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.common-img-cutting:after{
    content: "";
    display: block;
    padding-bottom: 100%;
}

/* Number of text lines */
.text-two-line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-three-line{
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* footer*/
.footer .footer-social ul li a .pbFont-socialbloggercircle{
    position: relative;
    top: -2px;
}
.footer .logo svg{
    width: 144px;
    color: #ffffff;
}
.footer .footer-bottom .bottom-text a{
    color: #ffffff;
    padding: 0 10px;
}
.footer .footer-bottom .bottom-text a:hover{
    color: #20d398;
}


/* cc css*/
.newsletter-area .subscribe-text .button .btn{
    text-decoration: none;
}
.single-service:hover h3{
   color: #ffffff;
}
.section-title{
    padding: 0 100px;
}
.newsletter-area .subscribe-text{
    padding: 83px 40px;
}
.newsletter-area{
    padding-top: 15px;
}
.breadcrumbs .breadcrumbs-content .page-title{
    font-weight: 700;
    font-size: 40px;
}
/* home  Private Podcast css */
.testimonials .single-testimonial .bottom{
    display: flex;
}

.testimonials .testimonial-home .single-testimonial:hover {
    transform: translate3d(0, -5px, 0);
    background: #20d398;
}
.testimonials .testimonial-home .single-testimonial:hover .quote i,
.testimonials .testimonial-home .single-testimonial:hover p,
.testimonials .testimonial-home .single-testimonial:hover h4,
.testimonials .testimonial-home .single-testimonial:hover .bottom .name span
{
    color: #ffffff !important;
}
.testimonials .single-testimonial .bottom .clien-image img{
    width: auto;
    border-radius: 0;
    margin-right: 0;
    float: none;
    height: 40px;
}
.testimonials .single-testimonial .bottom .vmware-img img{
    width: 162px;
    height: auto;
    padding-top: 5px;
}
.testimonials .single-testimonial .bottom .jostens-img img{
    top: 8px;
}
.testimonials .single-testimonial .bottom .name{
   top:6px;
}
.services .single-head .row .col-12{
    padding-left: 12px;
    padding-right: 12px;
}
.section-title h2{
    text-transform: unset;
}

/* head  */
.navbar-nav .get-pricing .btn{
    background: #20d398;
    color: #ffffff !important;
    display: block;
    border-radius: 50px;
    margin-top: 5px;
    padding: 8px 12px;
}
.navbar-nav .get-pricing a::before{
    height: 0;
}
.navbar-brand svg{
    width: 144px;
    height: 41px;
    color: #050606;
}
.navbar-brand svg path:nth-child(2){
    opacity: 0.5;
}
.navbar-brand svg path:nth-child(3){
    opacity: 0.3;
}
.header.index2 .logo{
    top: 0;
}
.header.index2 .navbar-brand svg{
    color: #ffffff;
}
.header.index2 .sticky .navbar-brand svg{
    color: #050606;
}






.navbar-area .logo-white{
    display: none;
}
.index2 .navbar-area .logo-white{
    display: block;
}
.index2 .sticky .logo-white{
    display: none;
}
.index2 .sticky .logo-black{
    display: block;
}


/* home page*/
.hero-area .hero-inner::before{
    background-image: url(../home-banner.html);
    width: 662px;
    height: 703px;
    right: 0;
    top: 0;
    border-radius: 0;
}

.brand-list li span {
  display: block;
  border-right: 1px solid #eee;
  text-align: center;
  height: 150px;
  line-height: 150px;
}

.brand-list li span:hover {
  background-color: #f6f9fc;
}

.brand-list li span:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1 !important;
}

.brand-list li span img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.7;
}

.brand-list li:nth-child(3) span {
  border-color: transparent;
}

.brand-list li:last-child span {
  border-color: transparent;
}

.bg-color-white .brand-list::before {
  background: #F6F5FA;
}

.bg-color-white .brand-list li span {
  border-right: 1px solid #eee;
}

.bg-color-white .brand-list li:nth-child(3) span {
  border-color: transparent;
}

.bg-color-white .brand-list li:last-child span {
  border-color: transparent;
}



#brand-logo .brand-list li .bioventus{
    width: 200px;
}
#brand-logo .brand-list li span {
    cursor: default;
}
#brand-logo .brand-list .wsa span img{
   width: 180px;
}
#brand-logo .brand-list li span img{
    filter: grayscale(100%);
    /*opacity: 0.75;*/
}
.home-page .pro-text-green{
    transition: all .35s ease-in-out!important;
}
.home-page .pro-text-green:hover{
    text-decoration: underline;
    opacity: 0.88;
    letter-spacing: .2px;
}


#brand-logo .brand-list li span:hover img{
    filter: none;
}
#brand-logo .brand-list li{
    flex-basis: 16.66%;
}
#brand-logo .brand-list li:nth-child(3) span{
    border-right: 1px solid #eee;
}
#brand-logo .brand-list li:nth-child(6) span{
    border-right: transparent;
}
#brand-logo .brand-list li span{
    height: 130px;
    line-height: 130px;
}

.services .pbFont-training{
    font-size: 30px;
}
.home-page .index3 h3{
    font-size: 14px;
    font-weight: 600;
}
.home-page .index3 p i{
    display: inline-block;
    margin-right: 5px;
}
#solution-stats{
    background-image: url(../h-bg.html);
    padding-bottom: 100px;
}
#solution-stats .section-title{
    padding: 0 150px;
    margin-bottom: 90px;
}
.home-page .solution img{
    padding-left: 55px;
}
#solution-stats .analytics{
    z-index: 5;
}
#solution-stats .analytics h3{
    font-size: 34px;
}
#solution-stats .analytics .wow{
    padding-left: 80px;
}
.home-page .customers h4{
    font-size: 1.125rem;
}
.home-page .customers .list{
    margin-right: 45px;
    width: 22.388%;
}
.home-page .customers .list:nth-child(4n){
    margin-right: 0;
}
.home-page .customer-support img{
    width: auto;
}
.home-page .customer-support i{
   font-size: 66px;
    color: #20d398;
}
.home-page .customer-support h3{
    font-size: 20px;
}
.testimonials .vmware-text{
    padding-top: 44px;
}
.testimonials .signature-text{
    padding-top: 22px;
}

/* Case Studies */
.case-studies .case-content .single-news .content-body .title{
    font-weight: 700;
    line-height: 1.5;
    margin-top: 25px;
}
.case-studies .quote .lni-quotation{
    font-size: 28px;
}
.case-studies .bottom a{
    color: #888888;
}
.case-studies .bottom a i{
    color: #000000;
    top: 2px;
    padding-left: 2px;
}
.case-studies .bottom a:hover i{
    color: #20d398;
}
.case-studies .case-content .list:nth-child(1){
    padding-right: 37px;
}
.case-studies .case-content .list:nth-child(2n+1){
    padding-right: 37px;
}
.case-studies .case-content .list:nth-child(2n){
    padding-left: 37px;
}
.case-studies .testimonials{
    padding-bottom: 80px;
}
.case-studies .testimonials .tns-nav{
    bottom: -15px;
}
.case-studies .single-testimonial .flex-md-row:last-child{
    margin-bottom: 0 !important;
}
.case-studies .single-testimonial .body{
    width: 65%;
}
.case-studies .single-testimonial .logo{
    width: 190px;
    min-width: 190px;
    height: 190px;
    margin-right: 22px;
}
.case-studies .single-testimonial a:hover img{
    transform: scale(1.1) rotate(1deg);
}
.case-studies .single-testimonial .logo img{
    width: 190px;
    min-width: 190px;
    height: 190px;
    transition: all .4s ease;
}
.case-studies .single-testimonial .company-type{
    color: #9b9ba7;
}




/* case-studies-details */
.case-studies-details p{
    font-size: 15px;
}
.case-studies-details .title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 26px;
}
.case-studies-details h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.case-studies-details .newsletter-area{
    background-color: #ffffff;
}
.case-studies-details a:hover{
    opacity: 0.85;
}
.case-studies .case-content .content-body .bottom .moderateparty-logo{
    position: relative;
    top: -6px;
}
.case-studies .case-content .content-body .bottom .ey-logo{
    position: relative;
    top: -14px;
}
.case-studies-details ul{
    padding-left: 2rem;
    list-style-type: disc;
}

/* pricing */
.enterprise-pricing .button .btn{
    padding: 12px 24px;
}
.enterprise-pricing .t-text:after{
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: #e5e5e5;
    content: "";
}
.enterprise-pricing .table>:not(caption)>*>*{
    border-bottom-color: #e3e8ee;
}
.enterprise-pricing table{
    border: 1px solid #e3e8ee;
}
.enterprise-pricing table tr td,.enterprise-pricing table tbody tr th{
    padding: 0 !important;
    height: 50px;
    line-height: 50px;
}
.enterprise-pricing table tbody tr th{
    padding-left: 25px !important;
}
.enterprise-pricing .table>thead{
    border-bottom-style: inherit;
}
.enterprise-pricing .table>thead tr th{
    border-bottom: 1px solid #e3e8ee !important;
}
.enterprise-pricing .network-plan{
    border-right:1px solid #e3e8ee ;
}
.enterprise-pricing .business-plan{
    /*border-right:1px solid #e3e8ee ;*/
}
.enterprise-pricing .price-content p{
    border-right:1px solid #e3e8ee ;
}
.enterprise-pricing .list .sub-title{
    border-right: none;
}
.enterprise-pricing .item-unlimited button{
    position: absolute;
    top: 5px;
    right: 0;
}



.enterprise-pricing table .bi-check2{
    position: relative;
    top: 3px;
}
.enterprise-pricing table tr th .bg-tansparent{
    margin-right: 6px;
}
/* pricing table thead Sliding float css */
.enterprise-pricing .web-pricing .fixed-top {
    margin-top: 80px;
    z-index: 9;
}
.enterprise-pricing .web-pricing .fixed-top .p-nav{
    border: 1px solid #e3e8ee;
}
.enterprise-pricing .web-pricing .p-nav .h1{
    font-size: 2.2rem;
}
.enterprise-pricing .web-pricing .p-nav .h3{
    font-size: 1.5rem;
}
.enterprise-pricing .web-pricing .p-nav .h1,.enterprise-pricing .web-pricing .p-nav .h3{
    transition: all 0.3s ease-out 0s
}
.enterprise-pricing .web-pricing .fixed-top .p-nav .h1{
    font-size: 2rem;
}
.enterprise-pricing .web-pricing .fixed-top .p-nav .h3{
    font-size: 1.25rem;
}
.enterprise-pricing .web-pricing{
    border: 1px solid #e3e8ee;
}
.enterprise-pricing .web-pricing .list{
     border-top: 1px solid #e3e8ee;
}
.enterprise-pricing .col-one{
    border-right: 1px solid #e3e8ee;
}
.enterprise-pricing .list .sub-title,.enterprise-pricing .list .title{
    padding-left: 25px !important;
}
.enterprise-pricing .list p{
    height: 52px;
    line-height: 52px;
  border-bottom: 1px solid #e3e8ee;
}
.enterprise-pricing .list p:hover{
    cursor: default;
    background-color: #e1e8f3;
}
.enterprise-pricing .list .owner{
    line-height: 1.2;
    padding-top: 8px;
}
.enterprise-pricing .list .empty:hover{
    background-color: transparent;
}
.enterprise-pricing .col{
    padding: 0;
}
.enterprise-pricing p .bi-check2{
    position: relative;
    top: 3px;
}
.enterprise-pricing .col-one{
    max-width: 372px;
}

/* Private Podcast */
.private-podcast{
    padding-top: 80px;
}
.private-podcast .banner{
    background-image: url(../private-banner.html);
    width: 100%;
    height: 630px !important;
    background-size: cover !important;
}
.private-podcast .hero-area.index4 .hero-inner::before{
    background-color: transparent;
}
.private-podcast .internal-item{
    /*padding-bottom: 20px;*/
}
.private-podcast .about-us.index3 .secure-content .about-right img{
    width: 555px !important;
}
.private-podcast .about-us.index3 .platform-content .about-right img{
    width: 669px !important;
}
.private-podcast .about-us.index3 .about-right img{
    width: auto !important;
}
.private-podcast .intro-video-area{
    background-image: url(../private-bg.html);
}
.private-podcast .intro-video-area .section-title{
    margin-bottom: 110px;
}
.private-analytics img{
    width: 847px;
}
.private-testimonials{
    padding-bottom: 62px;
}
.private-testimonials .section-title{
    margin-bottom: 46px;
}
.private-podcast .private-text p{
    margin-bottom: 1.3rem;
    display: flex;
}
.private-podcast .private-text p span:first-child{
    padding-right: 5px;
    display: flex;
    justify-content: center;
    width: 18px;
}
.private-podcast .private-text .text-content{
    margin-top: 15px;
}


/* Podbean Pro App */
.pro-app-page .screenshort .img-app{
    border: 1px solid #f4ebeb;
}
.pro-app-page .services .single-service{
    margin-bottom: 12px;
    margin-top: 12px;
}
.pro-app-page .about-us .about-left .tab-content ul li{
    display: flex;
}
.pro-app-page .about-us .about-left .tab-content ul li i{
    margin-top: 2px;
}
.pro-app-page .single-service .icon i{
    font-size: 28px;
}
.pro-app-page .testimonials .single-testimonial .bottom .slalom-logo img{
    width: 160px;
    height: auto;
}
.pro-app-page .about-us img{
    width: 375px;
}
.pro-app-page .hero-inner img{
    width: 476px;
}
.mail-success .success-image img{ width: 70%;}

/* Podbean Pro App */
.pb-network-hosting .hero-area .banner{
    background-image: url(../network-banner.html);
    width: 100%;
    height: 630px;
    background-size: cover !important;
}
.pb-network-hosting .hero-area.index4 .hero-text h1{
    padding-top: 10px;
}
.pb-network-hosting .hero-area.index4 .hero-inner::before{
    background-color: transparent;
}
.pb-network-hosting .single-service i{
    font-size: 32px;
}
.pb-network-hosting .solution img{
    padding-left: 85px;
}
.pb-network-hosting .about-us .about-left .tab-content ul li{
    display: flex;
}
.pb-network-hosting .index3 h3{
    font-size: 14px;
    font-weight: 600;
}
.pb-network-hosting .index3 a{
    color: #20d398;
}
.pb-network-hosting .top-podcast h3{
    font-size: 18px;
    font-weight: 600;
    padding-top: 16px;
    text-align: left;
}
.pb-network-hosting .top-podcast a:hover{
    color: #20d398;
}
.pb-network-hosting .network-statistics p span{
    text-transform:none;
    color: #4d4757;
}
.pb-network-hosting .top-podcast img{
    width: 100%;
}
.pb-network-hosting .top-podcast .marketing{
    width: 21.5%;
    margin-right: 60px;
}
.pb-network-hosting .top-podcast .marketing:last-child{
    margin-right: 0;
}
.portfolio-item-wrapper .portfolio-img::before,.portfolio-item-wrapper .portfolio-img::after{
    display: none;
}
.pb-network-hosting .stats{
    position: relative;
}
.pb-network-hosting .bg-web{
    position: relative;
    z-index: 1;
}
.pb-network-hosting .stats-img{
    /*z-index: -1;*/
    position: absolute;
    top: 0;
    left: 0;
    padding: 4% 12%;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* Private Podcast */
.private-video-hosting-page .banner{
    background-image: url(../private-video-hosting-banner.html);
}
.private-video-hosting-page .private-text p strong{
    font-weight: 600;
}
.private-video-hosting-page .about-us.index3 .about-right img{
    width: 100% !important;
}
.private-video-hosting-page .internal-item .icon{
    padding-top: 4px;
}

/* customer-service-video-training-podcast-platform */
.customer-service-video-training .banner{
    background-image: url(../customer-service-video-training-banner.html);
}
.customer-service-video-training .pbFont-efficiency{
    font-size: 26px;
}
.customer-service-video-training .pbFont-pinpaixingxiang{
    font-size: 24px;
}
.customer-service-video-training .vmware-text{
    padding-top: 20px;
}
.sales-training-video-podcast-plastform-page .banner{
    background-image: url(../sales-training-banner.html);
}
.sales-training-video-podcast-plastform-page .pbFont-icon_file_vedio{
    font-size: 26px;
}
.sales-training-video-podcast-plastform-page .pbFont-group1{
    font-size: 26px;
}
/* soc2-type2 */
.soc2-type2-page .section{
    padding-top: 81px;
}
.soc2-type2-page .line{
    border-top: 1px solid #f0f0f0;
}
.soc2-type2-page h1{
    font-size:40px;
}
.soc2-type2-page h2{
    font-size:20px;
}
/* soc2-type2 */
.transistor-vs-Transistor .banner{
    background-image: url(../podbean-vs-transistor-banner.html);
}
.transistor-vs-Transistor .hero-area.index4 .hero-text h1,.transistor-vs-Transistor .hero-area.index4 .hero-text ul li{
    color: #081828;
}
.transistor-vs-Transistor .hero-area.index4 .hero-text ul li{
    font-size: 14px;
}
.transistor-vs-Transistor .hero-area.index4 .hero-text{
    margin-top: 170px;
}
.transistor-vs-Transistor ul li i{
    margin-right: 5px;
}
.transistor-vs-Transistor .hero-area.index4 .hero-text ul li::before{
    display: none;
}
.transistor-vs-Transistor .table>:not(:last-child)>:last-child>*{
    border-bottom-color:#e3e8ee;
}
.transistor-vs-Transistor .table{
    border: 1px solid #e3e8ee;
}
.transistor-vs-Transistor .table tr th{
    height: 62px;
}
.transistor-vs-Transistor .table tr td,.transistor-vs-Transistor .table tr th{
    border-right: 1px solid #e3e8ee;
}
.transistor-vs-Transistor .table tr td{
    height: 50px;
}
.transistor-vs-Transistor .table tbody tr:last-child{
    display: none;
}




@media only screen and (max-width:1440px) {
    .home-page .customers .list{margin-right: 33px;}
    .home-page .solution img{ padding-left: 0;}
    .about-us .about-left .about-tab .nav li a{ margin-bottom: 10px;}
    .private-podcast .about-us.index3 .about-right img{ width: 100% !important;}
    .private-analytics img{ width: 100% !important;}
    #brand-logo .brand-list li{flex-basis: 25%;border-bottom: 1px solid #eeeeee; }
    #brand-logo .brand-list li:nth-child(4n) span{ border-right: none;}
    #brand-logo .brand-list li:nth-child(6) span{ border-right: 1px solid #eeeeee;}
    #brand-logo .brand-list::before{ height: 0;}
    #brand-logo .brand-list{ border-bottom: none;}
    .private-podcast .about-us.index3 .secure-content .about-right img{ width: 100% !important;}
    .private-podcast .about-us.index3 .platform-content .about-right img{width: 100% !important;}
    .pb-network-hosting .top-podcast .marketing{ margin-right: 40px;}



}
@media only screen and (max-width:1200px) {
    .cc-ipad-d-flex{
        display: flex;
        flex-direction: column-reverse;
    }
    .home-page .access .about-left .section-title{ margin-top: 0 !important;}
    .enterprise-pricing table tr td, .enterprise-pricing table tbody tr th{ height: auto; line-height: 1.4; padding: 14px 10px !important;}
    #brand-logo .brand-list li{flex-basis: 33.33%;border-bottom: 1px solid #eeeeee; }
    #brand-logo .brand-list li span img{ filter: none; opacity: 1;}
    #brand-logo .brand-list li .item-logo img{width: 140px; }
    #brand-logo .brand-list li:nth-child(3n) span{ border-right:none;}
    #brand-logo .brand-list li:nth-child(4n) span{ border-right:1px solid #eeeeee;}
    #brand-logo .brand-list::before{ height: 0;}
    #brand-logo .brand-list{ border-bottom: none;}
    .hero-area .hero-inner::before{width: 566px; height: 600px; }
    .enterprise-pricing .price .h1 { font-size: 24px !important;}
    .hero-area.index4 .hero-text{ margin-top: 130px;}
    .private-podcast .about-us .section-title{ margin-top: 0 !important;}





}
@media (min-width:992px) and (max-width: 1200px) {
    .navbar-area .container{ max-width: unset;}
    .section-title.align-left{ padding-right: 200px;}
    .pb-network-hosting .hero-area.index4 .hero-text{ margin-top: 200px;}
    .transistor-vs-Transistor .testimonials .single-testimonial .vm-info{ margin-top: 0;}
    .transistor-vs-Transistor .testimonials .single-testimonial .james{ padding-top: 13px; }


}
@media only screen and (min-width: 768px) and (max-width: 996px) {
    .navbar-nav .nav-item{margin-left: 15px; }
    .private-podcast .about-us.index3 .about-right img{ width: auto !important;}
    .private-podcast .intro-video-area .section-title, .private-analytics .section-title{ padding: 0;}

}
@media only screen and (max-width:996px) {
    .header .navbar-area .navbar-collapse{ height: 500px;}
    .cc-mobile-d-flex {display: flex; flex-direction: column-reverse;}
    .cc-mobile-d-flex img{ margin-top: 35px;}
    .home-page .access .about-left .section-title{ margin-top: 0 !important;}
    #solution-stats .analytics .wow{ padding-left: 0; text-align: center;}
    .home-page .customers .list{ margin-right: 25px; }
    .case-studies .case-content .list:nth-child(1){padding-right: 12px;}
    .case-studies .case-content .list:nth-child(2n+1){padding-right: 12px;}
    .case-studies .case-content .list:nth-child(2n){padding-left: 12px;}
    .footer .footer-middle .row .col{width: 50%; flex: auto;}
    .enterprise-pricing .list .owner{ line-height: 1.4; padding-top: 6px;}
    .private-podcast .banner,.pb-network-hosting .hero-area .banner{ height: 450px !important;}
    .private-podcast .intro-video-area .section-title,.private-analytics .section-title{ margin-bottom: 0;}
    .enterprise-pricing .mobile-pricing ul li{flex: 1;}
    .enterprise-pricing .mobile-pricing ul li .nav-link{ width: 100%; padding: 12px 0;     border: 1px solid #e4e4e4;   background: #f6f9fc;}
    .enterprise-pricing .mobile-pricing ul .nav-item:first-child .nav-link, .enterprise-pricing .mobile-pricing ul .nav-item .nav-link:nth-child(2){ border-right: 0;}
    .enterprise-pricing .nav-pills .nav-link.active, .enterprise-pricing .nav-pills .show>.nav-link{ background-color: #20d398;}
    .enterprise-pricing table .sub-title{background-color: #f6f9fc;}
    .enterprise-pricing table .business{ background-color: transparent;}
    .enterprise-pricing table tbody tr th{ border-right: 1px solid #e3e8ee;}
    .pb-network-hosting .top-podcast .marketing{ width: 44%; }
    .pb-network-hosting .top-podcast .marketing:nth-child(2n){ margin-right: 0;}
    .pb-network-hosting .top-podcast h2{ margin-bottom: 45px;}
    .transistor-vs-Transistor .hero-area.index4 .hero-text{  margin-top: 100px;}
    .transistor-vs-Transistor .banner{    background-position: left; }
    .pro-ai .nav-tabs li{ flex-grow: 1;}


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

    .home-page .customers .list{ width: 100%;}
    #brand-logo .brand-list li{ flex-basis: 50%; border-bottom: none;}
    #brand-logo .brand-list li:nth-child(2n){ border-left: none;}
    #brand-logo .brand-list{border-bottom: 1px solid #eeeeee; }
    .newsletter-area h3,#solution-stats .analytics h3{ font-size: 22px;}
    .newsletter-area .subscribe-text .button .btn{ height: auto;}
    .home-page .customer-support h3{ font-size: 18px;}
    #solution-stats .analytics .col-md-4{ margin-bottom: 35px; }
    #brand-logo .brand-list .wsa span img{ width: 160px; }
    #brand-logo .brand-list li .bioventus{ width: 162px;}
    #brand-logo .brand-list li:nth-child(4n) span{ border-right: none;}
    .testimonials .single-testimonial .bottom{ align-items: center;}
    .home-page .testimonials .single-testimonial .bottom .slalom-img img{width: 90px; height: auto;}
    .home-page .testimonials .single-testimonial .bottom .signature-img img{width: 110px; height: auto;}
    .brand-list li span{ border-right: none;}

    .case-studies .case-content .single-news .content-body .title{ font-size: 22px !important;}
    .case-studies .single-testimonial .logo{ width: 100%; min-width: unset; height: auto;}
    .case-studies .single-testimonial .body{ width: 100%; margin-top: 20px;}
    .case-studies .single-testimonial .logo img{ width: 100%; min-width: unset; height: auto;}
    .case-studies .testimonials .section-title{ margin-bottom: 0 !important;}
    .footer .footer-middle .row .col{ width: 100%; padding-left: 18px;}
    .footer .footer-social{ margin-top: 25px;}
    .case-studies-details iframe{ height: 300px !important;}
    .private-podcast .services .why-text{ padding: 0 !important; margin: 0 !important;}
    .private-podcast .about-us .first-overview .about-left.pr{ padding-right: 0; }
    .private-podcast .private-text .text-content{ padding: 0 25px;}
    .testimonials .single-testimonial .bottom .vmware-img img{ width: 100px;}
    .pro-app-page .testimonials .single-testimonial .bottom .vmware-img img{ width: 126px !important; }
    .pro-app-page .testimonials .single-testimonial .bottom .slalom-logo img{ width: 120px !important;}
    .pro-app-page .about-us img{ width: 100%;}
    .pb-network-hosting .hero-area .banner{ background-position-x: 680px; }
    .pb-network-hosting .about-us.index3 .about-left.pr{ padding-right:0; }
    .pb-network-hosting .customer-support h3{ font-size: 14px;}
    .pb-network-hosting .top-podcast .marketing{ width: 50%; margin-right: 0; }
    .pb-network-hosting .hero-area.index4 .hero-text h1{ padding-top: 25px;}
    .customer-service-video-training .testimonials .slalom-logo img{ max-width: 100px; height: auto !important;}
    .soc2-type2-page h1{ font-size: 30px; }
    .transistor-vs-Transistor .testimonials .single-testimonial .bottom .jostens-img img{ width: 130px; height: auto;}
    .transistor-vs-Transistor .table tr th{ font-size: 14px;}
    .transistor-vs-Transistor .table tr td{ font-size: 12px;}
    .transistor-vs-Transistor .web-free-trial{ display: none;}
    .transistor-vs-Transistor .mobile-free-trial{ display: block;}
    .transistor-vs-Transistor .table tbody tr:last-child{ display: table-row;}
    .about-us.index3 .about-left.pr{ padding-right: 0;}




}

@media only screen and (max-width: 599px) {
    .pro-ai .nav-tabs li .nav-link{padding: 10px 12px !important;font-size: 12px !important;}
}