        #wbx-footer #wbx-footer-links .wbx-footer-links-wrapper .wbx-footer-links-container .wbx-footer-links-category .wbx-globe img{
            height: 17px;
        }
        @media screen and (min-width: 992px){
            #wbx-footer #wbx-footer-links .wbx-footer-links-wrapper {
                padding-left: 0px;
                padding-right: 0px;
            }
            #wbx-footer #wbx-footer-rs .container .wbx-footer-legal{
                margin-left: -36px;
                margin-left: -5px;
            }
            #wbx-footer #wbx-footer-links .region-select-list::after {
                right: 61px;
            }
            #wbx-footer #wbx-footer-links .wbx-footer-links-wrapper .wbx-footer-links-container.collapsed .wbx-footer-links-category .wbx-region-name::after{
                top:20%;
            }
            
            #wbx-footer-links .region-select-list.footer-list-IE::after{
                bottom: -12px;
            }
        }
        @media (max-width: 767px) {
                .wbx-footer{    overflow: hidden;      }
                #wbx-footer #wbx-footer-links .wbx-footer-links-wrapper .wbx-footer-links-container .wbx-footer-links-category:active,
                #wbx-footer #wbx-footer-links .wbx-footer-links-wrapper .wbx-footer-links-container .wbx-footer-links-category:hover,
                #wbx-footer #wbx-footer-links .wbx-footer-links-wrapper .wbx-footer-links-container .wbx-footer-links-category:focus{
                     opacity: 0.7;
                }
        }
    
    
       
        @media screen and (min-width: 992px){
            #wbx-footer #wbx-footer-links .wbx-footer-links-wrapper.region {
                float:right;
                right:-30px;
                right: 46px;
            }
            #wbx-footer #wbx-footer-rs .container {
                position: relative;
            }
            #wbx-footer #wbx-footer-rs .container .wbx-footer-social {
                position: absolute;
                top: -85px;
                right:0;
            }
            #wbx-footer #wbx-footer-rs .container .wbx-footer-legal {
                width: 100%;
            }
            #wbx-footer #wbx-footer-rs .container .wbx-footer-legal .wbx-footer-legal-list {
                position: absolute;
                right:0;
            }
            #wbx-footer #wbx-footer-rs {margin-top:40px;}
        }
        

  @media screen and (min-width: 992px){
                #wbx-footer #wbx-footer-links .region-select-list {width:218px}
            }
            
            li[data-id = "US"] {
                display:none
            }
   @media(min-width:992px){
        .wbx-product-hero .wbx-product-hero-bg img{
            background: url(images/calling_1.png);
            width: 1440px;
            background-size: cover;
        }
    }
    @media (min-width: 768px) and (max-width: 991px){
        .wbx-product-hero .wbx-product-hero-bg img{
            width: 751px;
            background: url(images/calling_1_tablet.png);
            background-size: cover;
            background-position: 100% 100%;
            background-repeat: no-repeat;
        }
    }


    /*learn more btn start*/
    .wbx-component .wbx-how-it-works-cta{
        text-align: center;
        padding-bottom: 15px;
    }
    .wbx-how-it-works-cta .wbx-how-it-works-cta-link {
        position: relative;
        font-weight: 400;
        line-height: 28px;
        height: 45px;
        cursor: pointer;
        font-size: 16px;
        letter-spacing: -0.1px;
        color: #000000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: inline-block;
        outline: none;
    }
    .wbx-how-it-works-cta .wbx-how-it-works-cta-link .plus-icon {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        position: absolute;
        font-weight: 100;
        width: 45px;
        height: 45px;
        background-color: transparent;
        font-size: 1.78rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        background-color: inherit;
        border: solid 2px #00bbed;
    }
    .wbx-how-it-works-cta .wbx-how-it-works-cta-link:hover .plus-icon {
        background-color: #01BCEB;
        border: 0;
        color: #fff;
        -webkit-transform: scale(1.12) translateY(-50%);
        -ms-transform: scale(1.12) translateY(-50%);
        transform: scale(1.12) translateY(-50%);
    }

    .wbx-how-it-works-cta .wbx-how-it-works-cta-link .plus-icon .circle {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        width: 45px;
        height: 45px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .wbx-how-it-works-cta .wbx-how-it-works-cta-link:hover .plus-icon .circle {
        opacity: 1;
    }
    .wbx-how-it-works-cta .wbx-how-it-works-cta-link .plus-icon-text {
        position: absolute;
        top: 10px;
        left: 15px;
        font-size: 28px;
        font-weight: 100;
        color: #000000;
    }
    .wbx-how-it-works-cta .wbx-how-it-works-cta-link:hover .plus-icon-text {
        color: #fff;
    }
    .wbx-how-it-works-cta .wbx-how-it-works-cta-text {
        padding-left: 60px;
        display: inline-block;
        line-height: 45px;
    }

    .wbx-component .wbx-how-it-works-content{
        padding-top: 30px;
        opacity: 1;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        will-change: opacity;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .wbx-how-it-works-content .bg {
        width: 100%;
        height: 100%;
        position: fixed;
        -webkit-transition: -webkit-transform 900ms ease-out;
        transition: -webkit-transform 900ms ease-out;
        -o-transition: transform 900ms ease-out;
        transition: transform 900ms ease-out;
        transition: transform 900ms ease-out, -webkit-transform 900ms ease-out;
        -webkit-transform: scale(12) translate3d(0, 0, 0);
        transform: scale(12) translate3d(0, 0, 0);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        overflow: hidden;
        will-change: transform;
    }
    .wbx-component .wbx-text-image-row.collapsed .wbx-how-it-works-content .bg {
        -webkit-transform: scale(0.01) translate3d(0, 0, 0);
        transform: scale(0.01) translate3d(0, 0, 0);
        -webkit-transition-delay: 2s !important;
        -o-transition-delay: 2s !important;
        transition-delay: 2s !important;
    }

    .wbx-how-it-works-content .bg .cirque {
        position: absolute;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
        height: 300px;
        width: 300px;
        background-color: #00bceb;
    }
    .wbx-how-it-works-content .flex-container {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wbx-how-it-works-content .container:first-child {
        padding-bottom: 50px;
        padding-top: 50px;
        overflow: initial;
    }

    .wbx-how-it-works-content .wbx-how-it-works-close-btn {
        background-image: url(images/overlay-close-btn.png);
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        z-index: 10;
        position: fixed;
        top: 25px;
        -webkit-transition: -webkit-transform 200ms ease-in-out;
        transition: -webkit-transform 200ms ease-in-out;
        -o-transition: transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out;
        transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
        width: 40px;
        height: 40px;
        right: 30px;
        outline: none;
    }
    .wbx-how-it-works-content .wbx-how-it-works-close-btn:hover {
        opacity: 0.7;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .wbx-component .wbx-text-image-row.collapsed .wbx-how-it-works-content .wbx-how-it-works-image {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        opacity: 0;
        -webkit-transition-delay: 2s !important;
        -o-transition-delay: 2s !important;
        transition-delay: 2s !important;
    }
    .wbx-how-it-works-content .wbx-how-it-works-image {
        text-align: center;
        opacity: 1;
        -webkit-transition: opacity 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
        transition: opacity 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
        -o-transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
        transition: transform 400ms ease-in-out, opacity 400ms ease-in-out;
        transition: transform 400ms ease-in-out, opacity 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
        -webkit-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .wbx-how-it-works-content .wbx-how-it-works-image img {
        max-width: 90%;
    }
    .wbx-how-it-works-content .wbx-how-it-works-features-container {
        margin-top: 80px;
    }
    .wbx-how-it-works-content .wbx-how-it-works-horizontal-wrapper .wbx-how-it-works-heading{
        font-size: 42px;
        font-weight: 200;
        line-height: 56px;
        color: #000;
        letter-spacing: -1.4px;
    }
    .wbx-how-it-works-content .wbx-how-it-works-features-container .wbx-how-it-works-feature-title {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 2.1875rem;
        color: #000;
    }
    .wbx-how-it-works-content .wbx-how-it-works-features-container .wbx-how-it-works-feature-description {
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.75rem;
    }
    .wbx-how-it-works-content .wbx-how-it-works-features-container>div:nth-child(1) {
        -webkit-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }
    .wbx-how-it-works-content .wbx-how-it-works-features-container>div:nth-child(2) {
        -webkit-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }
    .wbx-how-it-works-content .wbx-how-it-works-features-container>div:nth-child(3) {
        -webkit-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }
    .wbx-how-it-works-content .wbx-how-it-works-features-container>div:nth-child(4) {
        -webkit-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }
    .wbx-how-it-works-content .wbx-how-it-works-features-container>div:nth-child(5) {
        -webkit-transition-delay: 700ms;
        -o-transition-delay: 700ms;
        transition-delay: 700ms;
    }
    .wbx-how-it-works-content .wbx-how-it-works-heading {
        font-size: 3.5rem;
        font-weight: 600;
        line-height: 3.9375rem;
        color: #000;
        margin-bottom: 30px;
        text-align: center;
        opacity: 1;
        -webkit-transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
        transition: opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
        -o-transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
        transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
        transition: transform 500ms ease-in-out, opacity 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .wbx-component .wbx-text-image-row.collapsed .wbx-how-it-works-content .wbx-how-it-works-heading {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        opacity: 0;
        -webkit-transition-delay: 2s !important;
        -o-transition-delay: 2s !important;
        transition-delay: 2s !important;
    }
    .wbx-component .wbx-text-image-row.collapsed .wbx-how-it-works-content .wbx-how-it-works-feature{
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        opacity: 0;
        -webkit-transition-delay: 2s !important;
        -o-transition-delay: 2s !important;
        transition-delay: 2s !important;
    }
    .wbx-component .wbx-text-image-row.collapsed .wbx-how-it-works-content {
        opacity: 0;
        -webkit-transition: opacity 200ms ease-in-out;
        -o-transition: opacity 200ms ease-in-out;
        transition: opacity 200ms ease-in-out;
        -webkit-transition-delay: 150ms !important;
        -o-transition-delay: 150ms !important;
        transition-delay: 150ms !important;
    }

    @media (min-width: 992px) {
        .wbx-text-image-repeat .container-fluid .wbx-how-it-works-content .container {
            width: 970px;
        }
        .wbx-text-image-repeat .wbx-how-it-works-content .wbx-how-it-works-horizontal-wrapper .wbx-how-it-works-heading {
            width: 560px;
            margin: 0 auto 30px;
        }
    }

    @media (max-width: 991px) and (min-width: 768px){
        .wbx-how-it-works-content .wbx-how-it-works-features-container .wbx-how-it-works-feature {
            margin-bottom: 10px;
        }
        .wbx-how-it-works-content .wbx-how-it-works-features-container .wbx-how-it-works-feature-title {
            text-align: center;
        }
        .wbx-how-it-works-content .wbx-how-it-works-features-container .wbx-how-it-works-feature-description {
            text-align: center;
            margin: 0px auto;
            width: 80%;
        }

        .wbx-text-image-repeat .wbx-how-it-works-content .wbx-how-it-works-horizontal-wrapper .wbx-how-it-works-heading {
            width: 560px;
            margin: 0 auto 30px;
        }
        .wbx-text-image-repeat .wbx-how-it-works-content .wbx-how-it-works-features-container .wbx-how-it-works-feature-description {
            width: 420px;
        }

    }

    @media (max-width: 767px){
        .wbx-how-it-works-content .wbx-how-it-works-features-container .wbx-how-it-works-feature {
            margin-bottom: 10px;
        }
        .wbx-how-it-works-content .wbx-how-it-works-features-container .wbx-how-it-works-feature-title {
            text-align: center;
        }
        .wbx-how-it-works-content .wbx-how-it-works-features-container .wbx-how-it-works-feature-description {
            text-align: center;
            margin: 0px auto;
        }

        .wbx-how-it-works-content .wbx-how-it-works-horizontal-wrapper .wbx-how-it-works-heading {
            font-size: 2.1875rem;
            line-height: 2.625rem;
        }
        .wbx-how-it-works-content .wbx-how-it-works-features-container .wbx-how-it-works-feature-title {
            font-size: 1rem;
            line-height: 1.75rem;
        }

        .wbx-text-image-repeat .wbx-how-it-works-content .wbx-how-it-works-horizontal-wrapper .wbx-how-it-works-heading {
            max-width: 460px;
            margin: 0 auto 30px;
        }
        .wbx-text-image-repeat .wbx-how-it-works-content .wbx-how-it-works-features-container .wbx-how-it-works-feature-title {
            margin-left: -2px;
            margin-right: -2px;
        }
    }

   

    .for-mac-chrome .wbx-how-it-works-cta .wbx-how-it-works-cta-link .plus-icon-text{
        top: 8px;
    }
    .wbx-how-it-works-cta .wbx-how-it-works-cta-link:hover .plus-icon{
        transform: scale(1.12) translate3D(0, -50%, 0);
    }
    .wbx-how-it-works-cta .wbx-how-it-works-cta-link:hover .plus-icon-text{
        color: #fff;
    }
    
    .wbx-product-hero .container .wbx-product-hero-pill-cta{
        -webkit-font-smoothing: antialiased;
    }

   
    *::-ms-backdrop,.wbx-component .wbx-how-it-works-content{
        left: -17px;
    }
    *::-ms-backdrop,.wbx-how-it-works-content .wbx-how-it-works-close-btn{
        right:47px;
    }

    *::-ms-backdrop,html.wbx-noscroll body.for-ie-lb{
        padding-right:17px;
    }


    .wbx-how-it-works-content .wbx-how-it-works-features-container a:hover{
        color: #006060;
        border-bottom: 1px solid #006060;
    }
    .wbx-how-it-works-content .wbx-how-it-works-features-container a {
        text-decoration: none;
        border-bottom: 1px solid #222;
        padding-bottom: 2px;
    }


    
    @media (max-width:767px) {
        .wbx-how-it-works-content .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-features-container {
            margin-top: 25px;
        }
        .wbx-how-it-works-content .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-heading {
            float: left;
            
        }
        
        .wbx-how-it-works-horizontal-wrapper .wbx-how-it-works-image {
            margin-top: 35px;
        }
        .wbx-how-it-works-content .wbx-how-it-works-features-container{
            margin-top: 45px;
        }
        

    }
   

    html.wbx-noscroll {
        overflow: hidden !important;
        height: 100% !important;
        margin-top: 0 !important;
        overflow-y: scroll !important;
    }
    html.wbx-noscroll body {
        overflow: hidden !important;
        height: 100% !important;
    }
    html body {
        background-color: #f8f8f8;
    }
    html .wbx {
        overflow: hidden;
    }
    html .wbx .wbx-component {
        margin: 0px;
    }
    .wbx-product-hero {
        position: relative;
        margin-top: 0px;
    }
    .wbx-product-hero .container-fluid.wbx-product-hero-bg {
        background: #fff;
    }
    .wbx-product-hero .container-fluid {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
    }
    .wbx-product-hero .wbx-product-hero-bg img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 100% 100%;
        object-position: 100% 100%;
        height: 100%;
        font-family: 'object-fit: cover;object-position: 100% 100%;';
    }
    .container-fluid {
        padding: 0;
    }
    .wbx-image-block img {
        max-width: 100%;
    }
    .wbx-text-image-repeat .container-fluid {
        overflow: hidden;
    }
    .wbx-content .container{
        overflow: hidden;
    }

    .wbx-image-left-text-right .row, .wbx-image-right-text-left .row {
        position: relative;
    }
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .h7{
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .wbx-text-block .wbx-text-block-header{
        margin-top: 20px;
        margin-bottom: 10px;
    }

    a.cta:hover, a.cta:focus {
        text-decoration: none;
    }

   
    .wbx-phone-office.call-plan .wbx-office-container h7.wbx-text-block-header {
        display: block;
    }

    .wbx-product-hero-pill-cta {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.75rem;
        color: #000;
        display: inline-block;
        background: #01BCEB;
        color: #fff;
        height: 40px;
        padding: 10px 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        line-height: 20px;
        -webkit-transition: opacity .15s;
        -o-transition: opacity .15s;
        transition: opacity .15s;
        white-space: nowrap;
    }
    .wbx-product-hero-pill-cta:hover {
        opacity: 0.8;
    }

   
    @media (min-width: 992px){

        .wbx-product-hero .container-fluid {
            bottom: 0;
            overflow: hidden;
        }
        .wbx-content .container {
            width: 970px;
        }
        .wbx-product-hero .container-fluid img {
            width: auto;
            height: 750px;
            margin-top: 40px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            margin-left: 50%;
        }
        .wbx-product-hero .container {
            padding: 160px 0 120px 0;
            height: 750px;
        }
        .wbx-product-hero .container>div {
            
        }
        .wbx-product-hero-pill-cta {
            height: 42px;
            padding: 11px 17px;
            line-height: 21px;
            font-size: 16px;
            background-color: #01BCEB;
            margin-bottom: 0;
            text-align: center;
            border-radius: 21px;
            font-weight: normal;
        }
        .wbx-product-hero .container .wbx-product-hero-header-eyebrow{
            font-size: 26px;
            font-weight: 300;
            line-height: 14px;
            letter-spacing: -1px;
            text-align: left;
            color: #000000;
        }
        .wbx-product-hero .container .wbx-product-hero-header {
            width: 400px;
            font-size: 60px;
            font-weight: 200;
            line-height: 67px;
            letter-spacing: -2.4px;
            text-align: left;
            color: #000000;
            margin-top: 30px;
            margin-bottom: 36px;
        }
        .wbx-product-hero .container .wbx-product-hero-copy {
            width: 340px;
            font-size: 16px;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: normal;
            opacity: 0.8;
            color: #000000;
            margin-bottom: 36px;
        }

        .wbx-phone-office .wbx-office-container .wbx-text-block-header{
            font-size: 45px;
            font-weight: 200;
            line-height: 55px;
            letter-spacing: -0.9px;
            text-align: center;
            color: #000000;
            margin-bottom: 36px;
        }
        .wbx-phone-office .wbx-office-img-container img{
            width: 877px;
            margin: 0 auto;
            display: block;
        }
        .wbx-phone-office .wbx-office-container .wbx-text-block-body{
            width: 465px;
            text-align: center;
            font-size: 16px;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: normal;
            color: #000000;
            opacity: 0.8;
            margin: 0 auto;
            padding-top: 45px;
            padding-bottom: 25px;
        }
        .wbx-component.wbx-phone-office{
            padding-top: 40px;
            padding-bottom: 55px;
        }

        .wbx-component.wbx-text-image-repeat .container-fluid .container{
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }
        .wbx-text-image-repeat .wbx-image-left-text-right, .wbx-text-image-repeat .wbx-image-right-text-left {
            width: 970px;
            margin: 50px auto;
            overflow: hidden;
        }
       
        .wbx-text-image-repeat .sec-2.container .wbx-text-block-container{
            padding: 0px 15px;
        }
        .wbx-text-block .wbx-text-block-header {
            font-size: 45px;
            font-weight: 200;
            line-height: 55px;
            letter-spacing: -0.9px;
            color: #000000;
            width: 100%;
        }
        .wbx-text-block .wbx-text-block-body {
            font-size: 16px;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: normal;
            color: #000000;
            opacity: 0.8;
        }
        .wbx-component.wbx-text-image-repeat .container-fluid>.container:nth-child(odd) {
            background: #fff;
        }
        .wbx-text-image-repeat .sec-2 .wbx-text-block .wbx-text-block-body{
            padding-left: 32px;
            padding-top: 12px;
        }
        .wbx-component.wbx-text-image-repeat .sec-2{
            padding-top: 42px;
            padding-bottom: 64px;
        }
        .sec-2 .wbx-text-block .wbx-text-block-header{
            width: 320px;
        }
        .wbx-text-image-repeat .sec-2.container .wbx-image-block-container {
            margin-top: 46px;
        }
        .wbx-component.wbx-text-image-repeat .sec-3{
            padding-top: 30px;
            padding-bottom: 20px;
        }
        .sec-3 .wbx-text-block .wbx-text-block-header{
            width: 300px;
        }
        .sec-3 .wbx-text-block {
            padding-left: 65px;
            padding-top: 33px;
        }
        .sec-3 .wbx-text-block .wbx-text-block-body{
            width: 260px;
            margin-left: 27px;
            margin-top: 34px;
        }
        .wbx-component.wbx-text-image-repeat .sec-4{
            padding-top: 43px;
            padding-bottom: 55px;
        }
        .sec-4 .wbx-text-block .wbx-text-block-header{
            width:340px;
        }
        .sec-4 .wbx-text-block .wbx-text-block-body{
            padding-top: 23px;
            padding-left: 32px;
        }
        .wbx-component .sec-4  .wbx-how-it-works-cta{
            text-align: left;
            margin-left: 30px;
            margin-top: 20px;
        }
        .wbx-text-image-repeat .sec-4.container .wbx-image-block-container {
            margin-top: 55px;
        }
        .wbx-component.wbx-text-image-repeat .sec-5{
            padding-top: 28px;
            padding-bottom: 28px;
        }
        .sec-5 .wbx-image-block img {
            display: block;
            margin: 0 auto;
        }
        .sec-5 .wbx-image-block img:first-child{
            width: 335px;
        }
        .sec-5 .wbx-image-block img:nth-child(2){
            width: 145px;
            margin-top: 77px;
            margin-bottom: 118px;
        }
        .sec-5 .wbx-image-block img:last-child{
            width: 202px;
        }
        .sec-5 .wbx-text-block{
            padding-top: 48px;
        }
        .sec-5 .wbx-text-block .wbx-text-block-header{
            width:390px;
        }
        .sec-5 .wbx-text-block .wbx-text-block-body{
            width: 395px;
            padding-top: 31px;
            padding-left: 35px;
        }
        .wbx-component.wbx-phone-office.call-plan{
            background: #fff;
            padding-bottom: 53px;
        }
        .wbx-phone-office.call-plan .wbx-office-img-container img{
            width: 520px;
            position: relative;
            left: -25px;
        }
        .wbx-phone-office.call-plan .wbx-office-container .wbx-text-block-header{
            width: 550px;
            line-height: 63px;
            margin: 70px auto 26px;
        }
        .wbx-phone-office.call-plan .wbx-office-container .wbx-text-block-body{
            width: 625px;
            opacity: 1;
        }

        /*Added by Mufees for the 3rd lightbox 5/11/2018*/
        .wbx-how-it-works-content .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-heading{
            font-size:42px !important;
            text-align:left !important;
            font-weight:200 !important;
            color:#000 !important;
            line-height:1.33 !important;
            width:512px;
        }
        .wbx-how-it-works-content .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-feature-description{
            font-size:18px !important;
            text-align:left !important;
            font-weight:300 !important;
            color:#000 !important;
            line-height:1.56 !important;
            margin-left:-15px;
        }
        .wbx-how-it-works-content .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-image img{
            margin-top:90px;
            margin-left:80px !important;
        }
        .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-features-container :nth-child(3){
            margin-top:30px !important;
        }
        .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-features-container :nth-child(4){
            margin-top:43px !important;
        }
        .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-features-container .wbx-how-it-works-feature:last-child{
            margin-top:43px !important;
        }
      

        .wbx-component.wbx-product-links{
            background: #fff;
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }
        .wbx-product-links .container-fluid .container .wbx-product-header{
            font-size: 45px;
            font-weight: 200;
            line-height: 55px;
            letter-spacing: -0.9px;
            color: #000000;
            text-align: center;
            padding: 0;
            margin-bottom: 43px;
            margin-top: 20px;
        }
        .wbx-product-links .container-fluid .container{
            padding: 30px 15px 65px;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item{
            margin-bottom: 0px;
            background-color: #ffffff;
            padding: 0px 8px 0px;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item a{
            display: block;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            background-color: #fff;
            width: 100%;
            padding: 0px;
        }
        .wbx-component.wbx-product-links .wbx-product-link-item.wbx-product-meetings a>div:first-child, .wbx-component.wbx-product-links .wbx-product-link-item.wbx-product-teams a>div:first-child, .wbx-component.wbx-product-links .wbx-product-link-item.wbx-product-calling a>div:first-child{
            position: absolute;
            z-index: 1;
            top: 32px;
            left: 32px;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item .wbx-product-title{
            font-weight: 200;
            line-height: 11px;
            letter-spacing: -0.5px;
            color: #000000;
            font-size: 24px;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item .wbx-product-description{
            font-size: 14px;
            font-weight: 300;
            line-height: normal;
            letter-spacing: -0.3px;
            color: #000000;
            margin-top: 16px;
        }
        .wbx-product-links .wbx-product-link-item .wbx-image-block{
            height: 273px;
            padding-top: 96px;
            background-color: #f8f8f8;
        }
        .wbx-product-links .wbx-product-link-item .wbx-image-block img {
            width: 227px;
        }
        .wbx-product-links .wbx-product-link-item:last-child .product-links-img{
            width: 270px;
            margin-top: 52px;
        }
        .wbx-product-links .wbx-image-block{
            text-align: center;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item:hover .wbx-product-title{
            color: #01BCEB;
        }
     

        #wbx-calling .wbx-text-image-repeat .container-fluid .container.wbx-text-image-row .row {
            padding: 0 15px;
        }

    }

    @media (min-width: 768px) and (max-width: 991px){
        .wbx-product-hero .container {
            padding: 104px 32px 417px;
        }
        .wbx-product-hero-pill-cta {
            border-radius: 42px;
            height: 42px;
            padding: 13px 17px;
            background-color: #01BCEB;
            font-size: 16px;
            font-weight: normal;
        }
        .wbx-product-hero .container .wbx-product-hero-header-eyebrow {
            font-size: 26px;
            font-weight: 300;
            line-height: 14px;
            letter-spacing: -1px;
            text-align: left;
            color: #000000;
        }
        .wbx-product-hero .container .wbx-product-hero-header {
            width: 590px;
            font-size: 60px;
            font-weight: 200;
            line-height: 67px;
            letter-spacing: -2.4px;
            text-align: left;
            color: #000000;
            margin-top: 30px;
            margin-bottom: 45px;
        }
        .wbx-product-hero .container .wbx-product-hero-copy {
            width: 265px;
            font-size: 16px;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: normal;
            opacity: 0.8;
            color: #000000;
            margin-bottom: 36px;
        }

        .wbx-product-hero .wbx-product-hero-bg img{
            width: 100%;
            top: 7px;
            margin-left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            max-width: 100%;
            position: relative;
        }
        .wbx-product-hero .container-fluid.wbx-product-hero-bg{
            height: 900px;
        }

        .wbx-phone-office .wbx-office-container .wbx-text-block-header{
            font-size: 45px;
            font-weight: 200;
            line-height: 55px;
            letter-spacing: -0.9px;
            text-align: center;
            color: #000000;
            margin-bottom: 43px;
        }
        .wbx-phone-office .wbx-office-img-container img{
            width: 663px;
            margin: 0 auto;
            display: block;
        }
        .wbx-phone-office .wbx-office-container .wbx-text-block-body {
            width: 465px;
            text-align: center;
            font-size: 16px;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: normal;
            color: #000000;
            opacity: 0.8;
            margin: 0 auto;
            padding-top: 60px;
            padding-bottom: 25px;
        }
        .wbx-component.wbx-text-image-repeat .container-fluid>.container:nth-child(odd) {
            width: 100%;
            background: #fff;
        }
        .wbx .wbx-component.wbx-product-hero{
            background: #fff;
        }
        .wbx-component.wbx-phone-office {
            padding-top: 40px;
            padding-bottom: 37px;
        }

        .wbx-text-block .wbx-text-block-header {
            font-size: 45px;
            font-weight: 200;
            line-height: 55px;
            letter-spacing: -0.9px;
            color: #000000;
            width: 100%;
            text-align: center;
        }
        .wbx-text-block .wbx-text-block-body {
            font-size: 16px;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: normal;
            color: #000000;
            opacity: 0.8;
            text-align: center;
        }
        .sec-2 .wbx-text-block .wbx-text-block-header {
            width: 415px;
            margin: 37px auto 39px;
        }
        .sec-2 .wbx-text-block .wbx-text-block-body {
            width: 385px;
            margin: 0 auto;
        }
        .wbx-text-image-repeat .wbx-image-block img{
            margin: 0 auto;

            display: block;
        }
        .wbx-text-image-repeat .sec-2 .wbx-image-block img {
            width: 561px;
        }

        .sec-2 .wbx-image-right-text-left>.row, .sec-4 .wbx-image-right-text-left>.row, .sec-5 .wbx-image-right-text-left>.row{
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .sec-2 .row .wbx-text-block-container, .sec-2 .row .wbx-image-block-container, .sec-4 .row .wbx-text-block-container, .sec-4 .row .wbx-image-block-container, .sec-5 .row .wbx-text-block-container, .sec-5 .row .wbx-image-block-container{
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .wbx-component.wbx-text-image-repeat .sec-2 {
            padding-top: 45px;
            padding-bottom: 32px;
        }
        .wbx-component.wbx-text-image-repeat .sec-3{
            padding-top: 75px;
            padding-bottom: 78px;
        }
        .wbx-text-image-repeat .sec-3 .wbx-image-block img {
            width: 544px;
        }
        .sec-3 .wbx-text-block .wbx-text-block-header {
            width: 300px;
            margin: 45px auto 40px;
        }
        .sec-3 .wbx-text-block .wbx-text-block-body {
            width: 390px;
            margin: 0 auto;
        }
        .wbx-component.wbx-text-image-repeat .sec-4 {
            padding-top: 75px;
            padding-bottom: 48px;
        }
        .wbx-text-image-repeat .sec-4 .wbx-image-block img {
            width: 510px;
        }
        .sec-4 .wbx-text-block .wbx-text-block-header {
            width: 560px;
            margin: 57px auto 44px;
        }
        .sec-4 .wbx-text-block .wbx-text-block-body {
            width: 375px;
            margin: 0 auto;
            margin-bottom: 44px;
        }
        .wbx-component.wbx-text-image-repeat .sec-5 {
            padding-top: 68px;
            padding-bottom: 85px;
        }
        .sec-5 .wbx-text-block .wbx-text-block-header {
            width: 390px;
            margin: 109px auto 49px;
        }
        .sec-5 .wbx-text-block .wbx-text-block-body {
            width: 360px;
            margin: 0 auto;
        }
        .sec-5 .wbx-image-block img:first-child {
            width: 320px;
        }
        .sec-5 .wbx-image-block img:nth-child(2) {
            width: 145px;
            margin-top: 93px;
            margin-bottom: 102px;
        }
        .sec-5 .wbx-image-block img:last-child {
            width: 202px;
        }
        .wbx-component.wbx-phone-office.call-plan {
            background: #fff;
            padding-bottom: 48px;
            padding-top: 120px;
        }

        .wbx-phone-office.call-plan .wbx-office-img-container img{
            width: 518px;
            position: relative;
            left: -20px;
        }
        .wbx-phone-office.call-plan .wbx-office-container .wbx-text-block-header {
            width: 440px;
            margin: 0 auto 37px;
        }
        .wbx-phone-office.call-plan .wbx-office-container .wbx-text-block-body {
            width: 365px;
            padding-top: 5px;
            padding-bottom: 40px;
        }

        /*Added by Mufees for the 3rd lightbox 5/11/2018*/
        .wbx-how-it-works-content .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-heading{
            text-align:left !important;
            font-weight:200 !important;
            width:365px !important;
        }
        .wbx-how-it-works-content .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-feature-description{
            text-align:left !important;
            margin-left:-15px !important;
            width:330px !important;
        }
        .wbx-how-it-works-content .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-image img{
            margin-top:320px !important;
            margin-left:60px !important;
        }
        .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-features-container :nth-child(3){
            margin-top:10px !important;
        }
        .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-features-container :nth-child(4){
            margin-top:23px !important;
        }
        .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-features-container .wbx-how-it-works-feature:last-child{
            margin-top:23px !important;
        }
        


        /*last section*/
        .wbx-product-links .container-fluid .container{
            padding-left: 48px;
            padding-right: 48px;
            padding-top: 28px;
            padding-bottom: 36px;
        }
        .wbx-product-links .container-fluid .container .wbx-product-header{
            font-size: 45px;
            font-weight: 200;
            line-height: 55px;
            letter-spacing: -0.9px;
            color: #000000;
            text-align: center;
            padding: 0;
            margin-bottom: 20px;
            margin-top: 20px;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item .wbx-product-title{
            font-size: 36px;
            font-weight: 200;
            line-height: 11px;
            letter-spacing: -0.7px;
            color: #000000;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item .wbx-product-description{
            font-size: 14px;
            font-weight: 300;
            line-height: normal;
            letter-spacing: -0.3px;
            color: #000000;
            margin-top: 20px;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item a{
            display: block;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            background-color: #fff;
            width: 100%;
            padding: 0px;
        }
        .wbx-product-links .container-fluid .container .wbx-product-link-item:nth-child(2) a{
            position: static;
        }

        .wbx-component.wbx-product-links .wbx-product-link-item.wbx-product-meetings a>div:first-child, .wbx-component.wbx-product-links .wbx-product-link-item.wbx-product-calling a>div:first-child, .wbx-component.wbx-product-links .wbx-product-link-item.wbx-product-teams a>div:first-child {
            position: absolute;
            z-index: 1;
            top: 58px;
            left: 32px;
        }
        .wbx-product-links .wbx-product-link-item.wbx-product-meetings .wbx-image-block img{
            width: 405px;
        }
        .wbx-product-links .wbx-product-link-item.wbx-product-calling .wbx-image-block img{
            width: 371px;
        }
        .wbx-product-links .wbx-product-link-item.wbx-product-teams .wbx-image-block img{
            width: 483px;
        }

        .wbx-product-links .wbx-product-link-item .wbx-image-block{
            background-color: #f8f8f8;
            text-align: center;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item {
            margin-bottom: 0px;
            padding-right: 0;
            padding-top: 137px;
            background-color: #f8f8f8;
            padding-bottom: 40px;
            margin-top: 28px;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item:last-child {
            height: 463px;
            padding-top: 207px;
        }
        .wbx-product-links .container-fluid .container .wbx-product-link-item:nth-child(2) .wbx-image-block{
            margin-top: 14px;
            margin-bottom: 20px;
        }
        .wbx-product-links .container-fluid .container .wbx-product-link-item:nth-child(3) .wbx-image-block{
            margin-top: 25px;
            margin-bottom: 28px;
        }
        .wbx-product-links .container-fluid .container .wbx-product-link-item:nth-child(4) .wbx-image-block{
            margin-top: 11px;
            margin-bottom: 0px;
        }
        section.wbx-component.wbx-product-links{
            background: #fff;
            margin: 0;
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item:hover .wbx-product-title{
            color: #01BCEB;
        }
        /*last section*/
    }

    @media (max-width: 767px) {
        .wbx-product-hero .container .wbx-product-hero-header-eyebrow{
            font-size: 20px;
            font-weight: 300;
            line-height: 14px;
            letter-spacing: -0.8px;
            color: #000000;
            text-align: center;
            height: 29px;
        }
        .wbx-product-hero .container .wbx-product-hero-header{
            width: 280px;
            font-size: 42px;
            line-height: 48px;
            font-weight: 200;
            letter-spacing: -1.7px;
            margin: 7px auto 63px;
            text-align: center;
            color: #000;
            height: 336px;
        }
        .wbx-product-hero .container .wbx-product-hero-copy {
            width: 265px;
            font-size: 16px;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: normal;
            color: #000000;
            text-align: center;
            margin: 0 auto 23px;
        }
        .wbx-product-hero .container {
            padding: 100px 0 0px 0;
        }
        .wbx-product-hero-pill-cta {
            line-height: 21px;
            font-size: 16px;
            font-weight: normal;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
            padding: 11px 17px;
            border-radius: 21px;
            background-color: #01BCEB;
            height: 42px;
            font-weight: normal;
            display: block;
            width: 136px;
            margin-left: auto;
            margin-right: auto;
        }
        .wbx-product-hero .container-fluid.wbx-product-hero-bg {
            background: #fff;
            margin-top: 1px;
        }
        .wbx-product-hero .container-fluid {
            height: 510px;
        }
        .wbx-product-hero .wbx-product-hero-bg img{
            max-width: 100%;
            transform: translate3d(-50%, -142px, 0);
            -webkit-transform: translate3d(-50%, -142px, 0);
            -ms-transform: translate3d(-50%, -142px, 0);
            margin-left: 50%;
            object-position: 50% 50%;
            -webkit-transform: translate3d(-50%, 0px, 0);
        }


        .wbx-component.wbx-phone-office {
            padding-top: 53px;
            padding-bottom: 77px;
        }
        .wbx-phone-office .wbx-office-container .wbx-text-block-header{
            text-align: center;
            font-size: 30px;
            line-height: 38px;
            font-weight: 200;
            letter-spacing: -0.6px;
            width: 245px;
            margin: 0px auto 42px;
            color: #000;
        }
        .wbx-phone-office .wbx-office-container .wbx-text-block-body{
            width: 270px;
            text-align: center;
            font-size: 16px;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: normal;
            color: #000000;
            margin: 51px auto 22px;
        }
        .wbx-phone-office .wbx-office-img-container img{
            width: 275px;
            margin: 0 auto;
            display: block;
        }


        .wbx-component.wbx-text-image-repeat .container-fluid>.container:nth-child(odd) {
            background: #fff;
        }
        .sec-2 .wbx-image-right-text-left>.row, .sec-4 .wbx-image-right-text-left>.row, .sec-5 .wbx-image-right-text-left>.row {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .sec-2 .row .wbx-text-block-container, .sec-2 .row .wbx-image-block-container, .sec-4 .row .wbx-text-block-container, .sec-4 .row .wbx-image-block-container, .sec-5 .row .wbx-text-block-container, .sec-5 .row .wbx-image-block-container {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .wbx-text-image-repeat .wbx-image-block img {
            margin: 0 auto;
            display: block;
        }
        .wbx-text-image-repeat .sec-2 .wbx-image-block img {
            width: 265px;
        }

        .wbx-text-block .wbx-text-block-header {
            font-size: 30px;
            font-weight: 200;
            line-height: 37px;
            letter-spacing: -0.6px;
            color: #000000;
            width: 100%;
            text-align: center;
        }

        .wbx-text-block .wbx-text-block-body {
            font-size: 16px;
            font-weight: 300;
            line-height: 28px;
            letter-spacing: normal;
            color: #000000;
            opacity: 0.8;
            text-align: center;
        }
        .wbx-component.wbx-text-image-repeat .sec-2 {
            padding-top: 51px;
            padding-bottom: 41px;
        }
        .sec-2 .wbx-text-block .wbx-text-block-header {
            width: 280px;
            margin: 0 auto;
            padding-top: 53px;
            padding-bottom: 30px;
        }
        .sec-2 .wbx-text-block .wbx-text-block-body {
            width: 270px;
            margin: 0 auto;
        }

        .wbx-component.wbx-text-image-repeat .sec-3 {
            padding-top: 55px;
            padding-bottom: 46px;
        }
        .wbx-text-image-repeat .sec-3 .wbx-image-block img {
            width: 297px;
        }

        .sec-3 .wbx-text-block .wbx-text-block-header {
            width: 200px;
            margin: 0 auto;
            padding-top: 38px;
            padding-bottom: 23px;
        }
        .sec-3 .wbx-text-block .wbx-text-block-body {
            width: 260px;
            margin: 0 auto;
        }

        .wbx-component.wbx-text-image-repeat .sec-4 {
            padding-top: 34px;
            padding-bottom: 28px;
        }
        .wbx-text-image-repeat .sec-4 .wbx-image-block img {
            width: 275px;
        }
        .sec-4 .wbx-text-block .wbx-text-block-header {
            width: 255px;
            margin: 0 auto;
            padding-top: 22px;
            padding-bottom: 24px;
        }
        .sec-4 .wbx-text-block .wbx-text-block-body {
            width: 255px;
            margin: 0 auto;
            padding-bottom: 37px;
        }

        .wbx-component.wbx-text-image-repeat .sec-5 {
            padding-top: 40px;
            padding-bottom: 68px;
        }
        .sec-5 .wbx-image-block img:first-child {
            width: 208px;
        }
        .sec-5 .wbx-image-block img:nth-child(2) {
            width: 90px;
            margin-top: 48px;
            margin-bottom: 72px;
        }
        .sec-5 .wbx-image-block img:last-child {
            width: 125px;
        }
        .sec-5 .wbx-text-block .wbx-text-block-header {
            width: 260px;
            margin: 0 auto;
            padding-top: 70px;
            padding-bottom: 25px;
        }
        .sec-5 .wbx-text-block .wbx-text-block-body{
            width: 270px;
            margin: 0 auto;
        }

        .wbx-component.wbx-phone-office.call-plan {
            background: #fff;
            padding-bottom: 58px;
            padding-top: 50px;
        }
        .wbx-phone-office.call-plan .wbx-office-container .wbx-text-block-header {
            width: 245px;
            margin: 14px auto 17px;
        }
        .wbx-phone-office.call-plan .wbx-office-container .wbx-text-block-body {
            opacity: 0.8;
            width: 265px;
            margin: 26px auto 42px;
        }
        .wbx-phone-office.call-plan .wbx-office-img-container img {
            width: 320px;
        }

       
        .wbx-how-it-works-content .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-heading{
            font-size:35px !important;
            text-align:center !important;
            font-weight:200 !important;
            color:#000 !important;
            line-height:1.2 !important;
        }
        .wbx-how-it-works-content .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-feature-description{
            font-size:16px !important;
            text-align:center !important;
            font-weight:300 !important;
            color:#000 !important;
            line-height:1.75 !important;
        }
        .wbx-how-it-works-content .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-image img{
            margin-top:10px;
            content:url("images/calling-modal_3_h.png");
            /*width:320px;*/
        }
        .wbx-how-it-works-content .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-features-container :nth-child(2){
            margin-top:45px;
        }
        .wbx-how-it-works-content .wbx-how-it-works-vertical-wrapper .wbx-how-it-works-features-container :nth-child(3){
            margin-top:20px;
        }
      
        .wbx-product-links .container-fluid .container{
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 22px;
            padding-bottom: 38px;
        }
        .wbx-product-links .container-fluid .container .wbx-product-header{
            font-size: 30px;
            font-weight: 200;
            line-height: 38px;
            letter-spacing: -0.6px;
            text-align: center;
            color: #000000;
            padding: 0;
            width: 220px;
            margin: 22px auto 37px;
            float: none;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item .wbx-product-title{
            font-size: 36px;
            font-weight: 200;
            line-height: normal;
            letter-spacing: -0.7px;
            color: #000000;
            text-align: center;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item .wbx-product-description{
            font-size: 14px;
            font-weight: 300;
            line-height: normal;
            letter-spacing: -0.3px;
            color: #000000;
            margin-top: 8px;
            text-align: center;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item a{
            display: block;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            background-color: #fff;
            width: 100%;
            padding: 0px;
            text-decoration: none;
        }
        .wbx-product-links .container-fluid .container .wbx-product-link-item:nth-child(2) a{
            position: static;
        }

        .wbx-product-links .wbx-product-link-item .wbx-image-block img{
            width: 448px;
        }
        .wbx-product-links .wbx-product-link-item:nth-child(3) .wbx-image-block img{
            width: 500px;
        }
        .wbx-product-links .wbx-product-link-item .wbx-image-block{
            background-color: #f8f8f8;
            display: none;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item {
            margin-bottom: 20px;
            padding-right: 30px;
            padding-left: 30px;
        }
        .wbx-product-links .container-fluid .container .wbx-product-link-item:nth-child(2) .wbx-image-block{
            margin-top: -5px;
            margin-bottom: 0px;
        }
        .wbx-product-links .container-fluid .container .wbx-product-link-item:nth-child(3) .wbx-image-block{
            margin-top: 7px;
            margin-bottom: 0px;
        }

        .wbx-product-links .container-fluid .container .wbx-product-link-item.wbx-product-teams:before, .wbx-product-links .container-fluid .container .wbx-product-link-item.wbx-product-calling:before, html .wbx .wbx-component.wbx-product-links:before{
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            opacity: 0.15;
            background: #191919;
        }
        .wbx-component.wbx-product-links .wbx-product-link-item.wbx-product-calling a>div:first-child{
            margin-bottom: 22px;
        }
        .wbx-component.wbx-product-links .wbx-product-link-item.wbx-product-meetings a>div:first-child{
            margin-bottom: 15px;
        }

        .wbx-component.wbx-product-links .wbx-product-link-item.wbx-product-teams a>div:first-child, .wbx-component.wbx-product-links .wbx-product-link-item.wbx-product-calling a>div:first-child{
            margin-top: 37px;
        }
        html .wbx .wbx-component.wbx-product-links {
            margin: 0;

            background: #fff;
        }
        .wbx-product-links .container-fluid .row .wbx-product-link-item:hover .wbx-product-title{
            color: #01BCEB;
        }
      

    }

    @media (min-width: 992px) {
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item .wbx-header-popup-menu .wbx-header-popup-list {
            padding-left: 0px;
            padding-bottom: 7px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-signin .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list-item:last-child {
            padding-bottom: 5px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-signin .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list-item {
            padding-bottom: 5px;
            padding-top: 5px;
            padding-left: 25px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-signin .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list-item:hover {
            background-color: #e5f8fd;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-signin .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-arrow {
            right: 83px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-signin .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-arrow.header-list-IE {
            top: -12px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .container .wbx-header-popup-arrow.header-list-IE {
            top: -24px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-search .wbx-header-popup-menu .wbx-header-search-container .wbx-header-search-form .wbx-header-search-input {
            padding-top: 55px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-search .wbx-header-popup-menu .wbx-header-popup {
            height: 195px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item:nth-child(3) a {
            padding-top: 10px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item:nth-child(3) .product-icon img {
            max-height: 71px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item:nth-child(3) .product-details .wbx-header-product-eyebrow {
            margin-top: 5px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item .product-details .wbx-header-product-eyebrow {
            font-size: 20px;
            line-height: 1.05;
            letter-spacing: -0.4px;
            margin-top: 20px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item .product-details .wbx-header-product-link {
            font-size: 12px;
            font-weight: 300;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.75;
            letter-spacing: -0.25px;
            text-align: center;
            color: #737373;
            margin-top: -1px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item .product-icon img {
            max-height: 51px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item a {
            padding-top: 15px;
            padding-bottom: 12px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup {
            height: 205px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-signin .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list-item a img {
            max-width: 33px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-signin .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list-item {
            margin-bottom: 10px;
            padding-left: 18px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item .wbx-header-popup-menu .wbx-header-popup-list {
            padding-top: 5px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-signin .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list-item:last-child a img {
            width: 28px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list {
            padding-left: 10px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item {
            padding-left: 10px;
        }

        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-try-it-free .wbx-header-pill {
            padding: 10px 0;
            width: 165px;
        }
    }

    @media (max-width: 991px) and (min-width: 768px) {

        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-search .wbx-header-popup-menu .wbx-header-popup-toggle .wbx-header-search-text {
            color: #0f0d0d;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-search .wbx-header-popup-menu .wbx-header-popup .wbx-header-search-container .wbx-header-search-input {
            -webkit-appearance: none;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item .product-details .wbx-header-product-eyebrow {
            font-size: 20px;
            line-height: normal;
            letter-spacing: -0.4px;
            margin-bottom: 4px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list {
            padding-right: 24px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item {
            padding-top: 14px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item .product-icon {
            margin-bottom: 23px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item .product-icon img {
            max-height: 60px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-list-item .product-icon {
            height: auto;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item a {
            padding-top: 23px;
            min-height: 196px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item:nth-child(3) .product-icon {
            margin-bottom: 12px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item:last-child .product-icon {
            margin-bottom: 44px !important;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item:nth-child(3) .product-icon img {
            max-height: 91px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-signin .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list-item {
            margin-left: -2px;
            padding-left: 0px;
        }

        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-try-it-free .wbx-header-pill {
            padding: 10px 0;
            width: 185px;
        }
    }

    @media (max-width: 767px) {
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-search .wbx-header-popup-menu .wbx-header-popup .wbx-header-search-container .wbx-header-search-input {
            color: #000;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-search .wbx-header-popup-menu .wbx-header-popup-toggle .wbx-header-search-text {
            color: #0f0d0d;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-search .wbx-header-popup-menu .wbx-header-popup .wbx-header-search-container .wbx-header-search-input {
            -webkit-appearance: none;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item a:focus {
            color: #01BCEB;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item a:active {
            color: #01BCEB;
        }

        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item:last-child .product-icon img {
            margin-left: -68px !important;
            margin-right: 2px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-products .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list .wbx-header-popup-list-item:nth-child(3) .product-icon img {
            height: 62px;
            margin-left: -17px;
        }
        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-signin .wbx-header-popup-menu .wbx-header-popup .wbx-header-popup-list-item {
            margin-left: -2px;
            padding-left: 0px;
        }

        #wbx-header .wbx-header-menu .wbx-header-menu-list .wbx-header-menu-list-item.wbx-header-try-it-free .wbx-header-pill {
            padding: 10px 0;
            width: 185px;
        }
    }

 @media(min-width:992px){
        .wbx-product-hero .wbx-product-hero-bg img{
            background: url(images/calling_1.png);
            width: 1440px;
            background-size: cover;
        }
    }
    @media (min-width: 768px) and (max-width: 991px){
        .wbx-product-hero .wbx-product-hero-bg img{
            width: 751px;
            background: url(images/calling_1_tablet.png);
            background-size: cover;
            background-position: 100% 100%;
            background-repeat: no-repeat;
        }
    }