html:not(#INDdummy) body[data-indblackwhite]:not(#INDdummy)>:not(#INDWrap):not(#INDshortcutMenu) :not(img):not(video) .enterprise-pricing .features svg path{
    fill: #ffffff;
}


.button .btn{
    padding: 15px 35px;
}
.btn-pro-green{
    background-color: #20d398;
}
.btn-pro-green:hover,.btn-pro-green:focus{
    background-color: #1abe88;
}
.bg-pro-green{
    background-color: #20d398;
}
.bg-pro-navy-blue{
    background-color: #081828;
}
.gradient-blue{
    background: linear-gradient(#071828, #25474D);
}
/* hover color */
.a-hover:hover{
    /*color: #20d398 !important;*/
}
/* 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;
}
.text-dark-gray{
    color: #525252;
}
.text-black{
    color: #000000;
}
/* font size */
.fs-12{
    font-size: 0.75rem;
}
.fs-13{
    font-size: 0.813rem !important;
}
.fs-14{
    font-size: 0.875rem !important;
}
.fs-15{
    font-size: 0.938rem;
}
.fs-16{
    font-size: 1rem;
}
.fs-17{
    font-size: 1.0625rem;
}
.fs-18{
    font-size: 1.125rem;
}
.fs-28{
    font-size: 1.75rem !important;
}
.fs-30{
    font-size: 1.875rem;
}
.fs-33{
    font-size: 2.063rem;
}
/* font weight */
.fw-normal{
    font-weight: normal;
}
.fw-600{
    font-weight: 600;
}
.fw-bold{
    font-weight: 700;
}

/*  line height */
.lh-12{
    line-height: 1.2 !important;
}
.lh-13{
    line-height: 1.3 !important;
}
.lh-14{
    line-height: 1.4 !important;
}
.lh-16{
    line-height: 1.6 !important;
}
.lh-17{
    line-height: 1.7 !important;
}
.lh-18{
    line-height: 1.8 !important;
}
/*  border-radius */
.br-8{
    border-radius: 0.5rem !important;
}
.br-10{
    border-radius: 0.625rem !important;
}
.br-15{
    border-radius: 0.938rem !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;
}
/* cc carousel*/
.carousel-indicators{
    bottom: -30px;
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 8px;
    border: none;
    opacity: 1;
    background-color: #CBCBCB;
}
.carousel-indicators li.active{
    transform: scale(1.3);
    background-color: #727272;
}

/* footer*/
.footer .footer-social ul li a{
    height: auto;
    width: auto;
    line-height: unset;
    border-radius: 0;
    margin-right: 10px;
}
.footer .footer-social ul li a:hover::before{
    opacity: 0;
}
.footer .logo svg{
    width: 144px;
    color: #ffffff;
}
.footer .footer-bottom .bottom-text a{
    color: #ffffff;
    padding: 0 10px;
    position: relative;
    transition: all 0.3s ease;
}
.footer .footer-bottom .bottom-text a:hover{
    opacity: 0.85;
    text-decoration: underline;
}




/* cc-company-logo */
.cc-company-logo .all-logo{
    animation: logos 90s infinite;
    animation-timing-function: linear;
    width: 4600px;
}
.cc-company-logo ul{
    min-height: 69px;
    width: 2300px;
    grid-column-gap: 42px;
    margin-right: 75px;
}
.cc-company-logo ul img{
    filter: grayscale(100%);
    opacity: 0.7;
    max-width: 140px;
}
.cc-company-logo ul .ibm img{
    width: 88px;
}
.cc-company-logo ul .affac img{
    width: 116px;
}
.cc-company-logo ul .hoover img{
    width: 120px;
}
.cc-company-logo ul .wsa img{
    width: 160px;
    max-width: 160px;
}
.cc-company-logo ul .bioventus img{
    width: 180px;
    max-width: 180px;
}
.cc-company-logo ul .boston img{
    width: 122px;
}
.cc-company-logo ul .jp-morgan{
    margin-top: 8px;
}

@keyframes logos {
    0% {
        right: 0px
    }

    to {
        right: calc(4660px - 100vw)
    }
}

/* cc pro faq */
.cc-pro-faq .card{
    margin-bottom: 12px;
    border: 1px solid #e4e4e4 !important;
    border-radius: 15px !important;
}
.cc-pro-faq .card-header{
    background-color: transparent;
    border-bottom: none;
    padding: 0.8rem 1rem;
}
.cc-pro-faq .card-header .btn:hover{
    opacity: 0.8;
}
.cc-pro-faq .card-header .btn:focus{
    box-shadow: none;
}
.cc-pro-faq .card-header .btn:not(.collapsed) .bi-plus{
    transform: rotate(45deg);
}
.cc-pro-faq .card-header .btn:not(.collapsed){
    color: #000000;
}
.cc-pro-faq .card-body a{
    color: #000000;
}
.cc-pro-faq .card-body a:hover{
    opacity: 0.8;
}
/* 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: #000000 !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;
}

/* cc logo */
#brand-logo .brand-list li .bioventus{
    max-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;*/
    max-width: 160px;
}

#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;
}

/* home page*/
.pro-landing-page{  padding-top: 80px;}
.pro-landing-page .home-banner{
    background-image: url(../jpg/home-banner.jpg);
    height: 800px;
}
.pro-landing-page .hero-area .home-banner::before{
    display: block;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #081828;
}
.pro-landing-page .hero-area .hero-text h1{
    text-wrap: balance;
    display: inline-flex;
    flex-wrap: wrap;
}
.pro-landing-page .hero-area .hero-text p{
    padding-right: 165px;
}
.pro-landing-page .hero-area .hero-text h1 span{
    font-weight: 600;
    font-size: 3.75rem;
}
.pro-landing-page .hero-area .hero-text h1 span:hover{
    text-decoration: none;
}


:root {
    --hero-font-line-height: 4.875rem;
}
.text-flip-main{
    align-items: center;
    display: flex;
    margin-left: -12px;
}
.\[mask-image\:linear-gradient\(transparent_1\%\,rgb\(0\,0\,0\)_23\%\,rgb\(0\,0\,0\)_94\%\,transparent_99\%\)\]{
    -webkit-mask-image: linear-gradient(transparent 1%, #000 30%, #000 94%, transparent 99%);
    mask-image: linear-gradient(transparent 1%, #000 30%, #000 94%, transparent 99%);
}
.text-flip-main .text-flip-content{
    height: var(--hero-font-line-height);
    overflow: hidden;
}
.text-flip-word-animated:first-child{
    animation: text-slide 6s cubic-bezier(.76,0,.24,1) infinite;
}
.text-flip-content .text-flip-word{
    display: flex;
    flex-direction: column;
    height: 300%;
}
@keyframes text-slide {
    0%, 16.66% {
        transform: translateY(0);
    }

    33.33%, 49.99% {
        transform: translateY(calc(var(--hero-font-line-height)* -1));
    }
    66.66%, 83.33% {
        transform: translateY(calc(var(--hero-font-line-height)* -2));
    }
    100% {
        transform: translateY(calc(var(--hero-font-line-height)* -3));
    }

}
.word-container{
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
}
.word-container, .word-fill{
    -webkit-background-clip: text;
    background-clip: text;
}
.word-fill{
    background-color: #20d398;
    bottom: 0;
    color: transparent;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.word-container-animated:first-child .word-fill {
    animation: word-filling-1 6s cubic-bezier(.76,0,.24,1) infinite;
}

.word-container-animated:nth-child(2) .word-fill {
    animation: word-filling-2 6s cubic-bezier(.76,0,.24,1) infinite
}

.word-container-animated:nth-child(3) .word-fill {
    animation: word-filling-3 6s cubic-bezier(.76,0,.24,1) infinite
}
 @keyframes word-filling-1 {
     0% {
         width: 0;
     }

     16.66% {
         width: 100%;
     }
     100% {
         width: 100%;
     }
 }
@keyframes word-filling-2 {
    0% {
        width: 0
    }

    33.33% {
        width: 0
    }

    49.99% {
        width: 100%
    }

    to {
        width: 100%
    }
}

@keyframes word-filling-3 {
    0% {
        width: 0
    }

    66.66% {
        width: 0
    }

    83.33% {
        width: 100%
    }

    to {
        width: 100%
    }
}



.pro-landing-page h2{
    font-size:2.375rem ;
}
.pro-landing-page .feature .section-title.align-left{
    padding-right: 300px;
}
.pro-landing-page .section-title p{
    font-size: 1rem;
}
.pro-landing-page .card-link{
    color:#081828 ;
    text-decoration: underline;
}
.pro-landing-page .card-link:hover{
    opacity: 0.8;
}
.pro-landing-page .feature .card{
    border: 1px solid #eeeeee;
}
.pro-landing-page .feature .card .card-body{
    padding: 1.563rem;
}
.cc-carousel .carousel-img{
    background-color: rgba(255, 255, 255, 0.3);
    padding: 12px 12px 0;
    border-radius: 10px 10px 0 0;
}
.cc-carousel .carousel-img .carousel-inner{
    border-radius: 10px 10px 0 0;
}
.cc-network-statistics .stats{
    position: relative;
}
.cc-network-statistics .bg-web{
    z-index: 1;
}
.cc-network-statistics .stats-img{
    position: absolute;
    top: 0;
    left: 0;
    padding: 4.8% 0.1%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.cc-network-statistics p{
    padding-right: 4rem;
    opacity: 0.8;
}
.pro-landing-page .pro-ai{
    background-color: #FFFFF7;
}
.pro-landing-page .pro-ai .card{
    background-color: #FFFFE5;
}
.pro-landing-page .pro-ai .card-title{
    flex: 0;
}
.pro-landing-page .pro-ai .card-text{
    color: #000000;
    flex: 1;
}
.pro-landing-page .pro-ai a{
    color: #000000;
    text-decoration: underline;
    transition: all .35s ease-in-out;
}
.pro-landing-page .pro-ai a:hover{
    color: #20d398;
}
.pro-landing-page .pro-ai .col:not(:last-child) .card{
    margin-right: 0.625rem;
}



.amplified-infrastructure-content .bg-pro-green{
    border-radius: 8px 8px 0 0;
}
.amplified-infrastructure-content .analytics{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.amplified-infrastructure-content .analytics .col-12{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.amplified-infrastructure-content .analytics h3{
    font-size: 3.125rem;
}
.customer-stories-content .single-service{
    border: 1px solid #EEEEEE;
    padding: 30px 25px;
}
.customer-stories-content .single-service .paychex{
    margin-left: -11px;
}
.customer-stories-content .clien-image{
    min-height: 46px;
    flex: 0;
}
.customer-stories-content .text{
   color:#4D4757;
    flex-grow: 1;
}
.customer-stories-content .read-more{
    color:#081828;
    text-decoration: underline;
}
.customer-stories-content .single-service:hover svg path{
    fill: #ffffff;
}
.pro-landing-page .newsletter-area h2{
    font-size: 2.063rem;
}




.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;
}



.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;
}

.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(../jpg/h-bg.jpg);
    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: 88px;
    color: #20d398;
    height: 130px;
    display: flex;
    align-items: center;
}
.home-page .customer-support .item-icon{
   align-items: center;
}
.home-page .customer-support .pbFont-chat{
    font-size: 98px;
}
.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{
    opacity: 0.8;
}
.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;
}
.case-studies-details p a{
    font-weight: bold;
    text-decoration: underline;
    color: #4d4757;
}
.case-studies-details p a:hover{
    opacity: 0.8;
}

    /* pricing */
.enterprise-pricing
.enterprise-pricing .card{
    border-radius: 0.5rem;
    border: 1px solid #E3E8EE;
}
.enterprise-pricing .card:hover{
    box-shadow: 0 .25rem .35rem #00000013;
}
.enterprise-pricing .card h2{
    font-size: 1.625rem;
}
.enterprise-pricing .card span.h1{
    font-size: 2.75rem;
}
.enterprise-pricing .card .price{
    color: #081828;
}
.enterprise-pricing .card ul{
    list-style: disc;
    padding-left: 16px;
}
.enterprise-pricing .card ul li{
    font-size: 0.813rem;
    color: #212121;
}
.enterprise-pricing .card ul li i{
    font-size: 0.875rem;
}
.enterprise-pricing .card ul .l-sub-title{
    margin-left: -12px;
    font-size: 0.938rem;
}
.enterprise-pricing .btn-compare{
    padding: 14px 33px;
}
.enterprise-pricing .features p{
    color: #4D4757;
}
.enterprise-pricing .features .svg{
    height: 54px;
}
.enterprise-pricing .web-pricing-content .fixed-top {
    top: 81px;
    z-index: 10;
}
.enterprise-pricing .web-pricing-content .pri-top .row{
    border-top: 1px solid #E3E8EE;
}
.enterprise-pricing .web-pricing-content .pri-top .col{
    padding: 17px 12px;
}
.enterprise-pricing .web-pricing-content .pri-top{
    border-top: 1px solid #E3E8EE;
}
.enterprise-pricing .web-pricing-content .web-table-content .col{
    padding: 12px;
    text-align: center;
}
.enterprise-pricing sup{
    top: -3px;
}
.enterprise-pricing span.fs-12{
    color:#4D4757 ;
    text-align: left;
}
.enterprise-pricing .web-pricing-content .bg-gray{
    background-color: #f6f9fc;
}
.enterprise-pricing .web-pricing-content .row{
    border-left: 1px solid #E3E8EE;
    border-right: 1px solid #E3E8EE;
}
.enterprise-pricing .web-pricing-content .web-table-content .row:last-child{
    border-bottom: 1px solid #E3E8EE;
}
.enterprise-pricing .web-pricing-content .row:hover{
    background-color: #eff4f8;
}
.enterprise-pricing .web-pricing-content .col-3, .enterprise-pricing .web-pricing-content .col{
    border-right: 1px solid #E3E8EE;
}
.enterprise-pricing .web-pricing-content .col:first-child{
    padding: 12px 20px;
    text-align: left;
}
.enterprise-pricing .web-pricing-content .col:last-child{
    border-right: none;
}
.enterprise-pricing .web-pricing-content .col{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #081828;
}
.enterprise-pricing .row .col:first-child{
    justify-content: left;
}
.enterprise-pricing .web-pricing-content .fixed-top .pri-top{
    background-color: #f6f9fc;
    border-bottom: 1px solid #E3E8EE;
}
.enterprise-pricing .pbFont-close1{
    font-size: 1.125rem;
    color: #555555;
}
.enterprise-pricing .pbFont-gou_huaban1{
    font-size: 0.875rem;
    color: #555555;
}
.enterprise-pricing .p-sub-text{
    height: 14px;
}
.enterprise-pricing .t-sup{
    height: 15px;
}
.enterprise-pricing .mobile-pricing table caption{
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    white-space: nowrap;
}
.enterprise-pricing .mobile-pricing .sub-title {
    background-color: #f6f9fc
}

.enterprise-pricing .mobile-pricing table tbody {
    border: 1px solid #e3e8ee
}
.enterprise-pricing .mobile-pricing table tr th,.enterprise-pricing .mobile-pricing table tr td {
    border-bottom: none
}
.enterprise-pricing .mobile-pricing table tr td {
    font-size: .813rem;
    border-left: 1px solid #e3e8ee
}
.enterprise-pricing .mobile-pricing table tr td .btn {
    top: 10px
}
.enterprise-pricing .mobile-pricing table th,.enterprise-pricing .mobile-pricing table td {
    padding: 14px 10px
}
.enterprise-pricing .cc-btn-full-list{
    border: 1px solid #e4e4e4;
    padding: 12px;
    border-radius: 0.5rem;
}
.enterprise-pricing .cc-btn-full-list .bi-chevron-down{
    transition: all 0.25s;
    transform: rotate(0deg);
}
.enterprise-pricing .cc-btn-full-list[aria-expanded="true"] .bi-chevron-down{
    transform: rotate(180deg);
}
/* Private Podcast */
.private-podcast{
    padding-top: 80px;
}
.private-podcast .banner{
    background-image: url(../jpg/private-banner.jpg);
    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(../jpg/private-bg.jpg);
}
.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 .mobile-screen img{
    width: 476px;
}
.mail-success .success-image img{ width: 70%;}

/* Podbean Pro App */
.pb-network-hosting .hero-area .banner{
    background-image: url(../jpg/network-banner.jpg);
    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: #000000;
    font-weight: bold;
    text-decoration: underline;
}
.pb-network-hosting .index3 a:hover{
    opacity: 0.8;
}
.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{
    transform: unset;
    display: block;
    object-fit: cover;
}
.pb-network-hosting .top-podcast .portfolio-img:hover{
    opacity: 0.85;
}
.pb-network-hosting .top-podcast .portfolio-img a{
    border: 1px solid #e4e4e4;
}
.pb-network-hosting .top-podcast .marketing .one-img{
    position: relative;
    width: 100%;
}
.pb-network-hosting .top-podcast .marketing .one-img:after{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.pb-network-hosting .top-podcast .marketing .one-img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-position: center;
}

.pb-network-hosting .top-podcast .marketing .multi-img img{
    width: 128.5px;
    height: 128.5px;
    min-width:128.5px;
    min-height: 128.5px;
    float: left;
}
.pb-network-hosting .top-podcast .marketing .multi-img picture.invisible{
    opacity: 0;
}
.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(../png/private-video-hosting-banner.png);
}
.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(../jpg/customer-service-video-training-banner.jpg);
}
.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(../jpg/sales-training-banner.jpg);
}
.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(../jpg/podbean-vs-transistor-banner.jpg);
}
.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 (min-width:1600px) {
    .cc-carousel .carousel-group-img .card-text{
        padding-right: 5.5rem;
    }
}
@media only screen and (max-width:1599px) {
    .cc-carousel .carousel-group-img .card-text{
        padding-right: 1.5rem;
    }
    .cc-carousel .carousel-text-content{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media only screen and (min-width:1401px) {
    .pb-network-hosting .top-podcast .marketing{
        width: 21.5%;
        margin-right: 60px;
    }
}
@media only screen and (max-width:1440px) {
    .home-page .customers .list{margin-right: 33px;}
    .home-page .solution img{ padding-left: 0;}
    #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;}
    .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;}
    .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;}
    .enterprise-pricing .card span.h1{ font-size: 2rem;}
    .enterprise-pricing .card .sm-text{ height: 48px;}

}
@media (min-width:1201px) and (max-width: 1400px) {
    .enterprise-pricing .list .upload-item{
        line-height: 1.2;
        padding-top: 8px;
    }
    .pb-network-hosting .top-podcast .marketing .multi-img img{
        width: 129px;
        height: 129px;
        min-width: 129px;
        min-height: 129px;
    }
}
@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;}
    .hero-area .hero-inner::before{width: 566px; height: 600px; }
    .hero-area.index4 .hero-text{ margin-top: 130px;}
    .private-podcast .about-us .section-title{ margin-top: 0 !important;}
    .enterprise-pricing .mobile-pricing ul li{flex: 1;}
    .enterprise-pricing .mobile-pricing ul li .nav-link{ width: 100%; padding: 12px 0; color: #081828; border: 1px solid #e4e4e4; background: #f6f9fc;}
    .enterprise-pricing .mobile-pricing ul .nav-item:first-child .nav-link, .enterprise-pricing .mobile-pricing ul .nav-item:nth-child(2) .nav-link{ border-right: 0;}
    .enterprise-pricing .nav-pills .nav-link.active, .enterprise-pricing .nav-pills .show>.nav-link{color: #ffffff; background-color: #20d398;}
    .enterprise-pricing .card .sm-text{ height: 62px; }
    .amplified-infrastructure-content .analytics h3{ font-size: 2.5rem; }
    .pro-landing-page h2{ font-size: 2rem; }
    .pro-landing-page .newsletter-area h2{ font-size: 1.875rem;}

}


@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; }
    .pb-network-hosting .top-podcast .marketing .multi-img img{
        width: 107px;
        height: 107px;
        min-width: 107px;
        min-height: 107px;
    }


}
@media only screen and (min-width:993px) {
    .amplified-infrastructure-content .col {
        margin-top: -88px;
    }

}
@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;}
    .pb-network-hosting .top-podcast .marketing .multi-img img{
        width: 167px;
        height: 167px;
        min-width: 167px;
        min-height: 167px;
    }


}

@media only screen and (max-width:992px) {
    .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;}
    #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;}
    #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;}
    .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;}
    .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;}
    .enterprise-pricing .main-pricing{ display: flex; flex-direction: column-reverse; }
    .enterprise-pricing .t-sup{ top: 6px;}
    .amplified-infrastructure-content .analytics .col-12{ border-right: none;}
    .amplified-infrastructure-content .analytics{ border-bottom: none;}
    .pro-landing-page .feature .section-title.align-left{ padding-right: 0;}
    .cc-network-statistics p{ padding-right: 0; }
    .amplified-infrastructure-content .container {  position: relative; top: -80px;}
    .text-flip-main{ margin-left: 0;}
    .pro-landing-page .hero-area .hero-text p{
        padding-right: 0;
    }


}


@media only screen and (max-width: 767px) {
    #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; }
    #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;}
    .pro-landing-page h2{ font-size: 1.75rem;}
    .pro-landing-page .newsletter-area h2{ font-size: 1.5rem;}
    .home-page .customers .list{ width: 100%;}
    .newsletter-area .subscribe-text{ padding: 45px 20px; }
    .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; }
    .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 .button{ display: flex !important;}
    .pro-app-page .download-app-img img{ width: 100%; }
    .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;}
    .cc-network-statistics .section-title, .cc-network-statistics .stats-text, .amplified-infrastructure .section-title,.amplified-infrastructure .description-text{ text-align: center !important;}
    .cc-network-statistics .section-title.align-left h2:before,.amplified-infrastructure .section-title.align-left h2:before{ left: 50%; margin-left: -25px; }
    .pro-landing-page .home-banner{ height: 680px;}
    .cc-company-logo .all-logo{width: 3200px; }
    .cc-company-logo ul{
        min-height: 69px;
        grid-column-gap: 30px;
        width: 1600px;
        max-height: 46px;
        margin-right: 40px;
    }
    .cc-company-logo ul img{ max-width: 120px; }
    .cc-company-logo .all-logo{
        animation: logosMobile 85s infinite ;
        animation-timing-function: linear;
        width: 3200px;
    }
    @keyframes logosMobile {
        0% {
            right: 0px
        }
        to {
            right: calc(3200px - 100vw);
        }
    }
    .cc-network-statistics .stats-img{border-radius:12px; }


}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .pb-network-hosting .top-podcast .marketing .multi-img img{
        width: 99px;
        height: 99px;
        min-width: 99px;
        min-height: 99px;
    }
    .pro-landing-page .hero-area .hero-text h1 span{ font-size: 2.375rem; }
    :root {
        --hero-font-line-height: 3.125rem;
    }


}
@media only screen and (max-width: 599px) {
    .pro-ai .nav-tabs li .nav-link{padding: 10px 12px !important;font-size: 12px !important;}
}
@media only screen and (max-width: 479px) {
    .pb-network-hosting .top-podcast .marketing{ width: 100%; }
    .pb-network-hosting .top-podcast .portfolio-img a{ max-width: 350px; margin: 0 auto;}
    .pb-network-hosting .top-podcast .marketing .multi-img img{
        width: 174px;
        height: 174px;
        min-width: 174px;
        min-height: 174px;
    }
    .pb-network-hosting .customer-support h3{ text-align: center; }
    .pro-landing-page .hero-area .hero-text h1 span{ font-size: 2.25rem; }
    :root {
        --hero-font-line-height: 2.938rem;
    }



}