
.top-pannel {
    height: 44px;
    width: 100%;
    position: fixed;
    z-index: 99998;
    background: #eee;
    background: #FF8F1C;
    background: -moz-linear-gradient(45deg,#FF8F1C 0,#e30997 50%,#db3a00 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0,#FF8F1C),color-stop(50%,#e30997),color-stop(100%,#db3a00));
    background: -webkit-linear-gradient(
45deg
,#FF8F1C 0,#e30997 50%,#db3a00 100%);
    background: -o-linear-gradient(45deg,#FF8F1C 0,#e30997 50%,#db3a00 100%);
    background: -ms-linear-gradient(45deg,#FF8F1C 0,#e30997 50%,#db3a00 100%);
    background: linear-gradient(
45deg
,#FF8F1C 0,#e30997 50%,#db3a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8F1C', endColorstr='#db3a00', GradientType=1);
    top: 0;
    text-align: right;
    left: 0;
    padding-top: 11px;
}

.top-pannel [id^=menu-] {
    position: relative;
}

.top-pannel [id^=menu-], ul#menu-top-panel {
    display: inline-block;
    list-style: none;
    width: 100%;
    padding: 0;
    font-size: 0;
    vertical-align: top;
    margin: 0;
}

.top-pannel [id^=menu-] li, ul#menu-top-panel li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.top-pannel a {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0;
    color: #fff!important;
    display: inline-block;
    margin: 0 0 0 35px;
    text-transform: uppercase;
    vertical-align: top;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.top-pannel [id^=menu-] li.login a, ul#menu-top-panel li.login a {
    color: #fff!important;
}

.top-pannel .login-menu-btn a, .top-pannel a:hover {
    color: #e0e0e0!important;
    text-decoration: none;
}



header{
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.social-icons {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
}

.social-icons--v {
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-social {
    position: fixed;
    z-index: 100;
    bottom: 35px;
    left: 28px;
    margin: 0;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 950px) and (min-height: 600px){
    .header-social {
        display: block;
    }    
}

@media (min-width: 1200px){
    .header-social {
        left: 68px;
        bottom: 79px;
    }
}

@media (min-width: 1800px){
    .header-social {
        left: 108px;
    }
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}



.social-icons li:nth-child(1) {
    transition-delay: 0.3s;
}

.social-icons--v li {
    margin-top: 0.5em;
}

.social-icons li {
    width: 1.08em;
    height: 1.08em;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.6s;
}

.social-icon {
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    text-decoration: none;
    margin: 0.04em 0 0 0.04em;
}

.body--white .header-social .social-icon__icon, .body--cloud .header-social .social-icon__icon, .body--shapes .header-social .social-icon__icon, .-page-loading .header-social .social-icon__icon {
    fill: #4d3e3e;
}

.header-social .social-icon__icon {
    transition: fill 0.4s;
}

svg:not(:root) {
    overflow: hidden;
}

.social-icon__icon {
    height: 0.625em;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0.175em;
    fill: #fff;
}

img, svg {
    vertical-align: top;
}

.body--white .header-social .social-icon__icon, .body--cloud .header-social .social-icon__icon, .body--shapes .header-social .social-icon__icon, .-page-loading .header-social .social-icon__icon {
    fill: #DD4040;
}

.social-icon__ring {
    width: 1em;
    height: 1em;
    -ms-transform: rotate(-90deg);
    transform: rotate(
-90deg
);
    transition: transform 0.2s ease-out, opacity 0.5s;
    opacity: 0.5;
}

.body--white .header-social .social-icon__ring circle, .body--cloud .header-social .social-icon__ring circle, .body--shapes .header-social .social-icon__ring circle {
    stroke: #ED3237;
}

.social-icon__ring circle {
    fill: none;
    stroke: #fff;
    stroke-width: 7;
    stroke-dasharray: 565.486677646;
    stroke-dashoffset: 565.486677646;
}





div#navbarTogglerDemo01{
    justify-content: space-between;
}

.logo{
    width: 60%;
}

.w-100{
    width: 100%;
}

.hero{
    padding-top: 165px;
    margin-bottom: 0px;
}

/* Typewriter Effect */
.typewriter{
    margin-left: 0;
    text-align: left;
    width: 520px;
    padding: 30px 0 0px;
    white-space: nowrap;
    margin-bottom: 45px;
}

.typewriter h1{
    color: #333;
}

span.txt-rotate{
    color: #FF8F1C;
}

.heading{
    margin-bottom: 40px;
}

.heading h2{
    color: #333;
    font-size: 30px;
}

.pn-large-button, .pn-large-border-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    background: #FF8F1C;
    border: 1px solid #FF8F1C;
}

#build-the-future-section .pn-button-top-sec a {
    width: 168px;
    display: inline-block;
    height: 50px;
    vertical-align: top;
    margin-right: 10px !important;
    margin-left: 10px !important;
    line-height: 50px;
    margin: 0 auto 20px auto!important;
    text-align: center;
    margin-left: 0 !important;
}

/* #build-the-future-section .content-area a.pn-large-button {
    width: 168px;
    margin: 0 auto 20px auto!important;
} */

#build-the-future-section .content-area .pn-btn-area a {
    text-align: center;
    margin-left: 0 !important;
}

.pn-btn-area a:hover{
    text-decoration: none;
}

.pn-small-button:active, .pn-large-button:active, .pn-small-button:focus, .pn-large-button:focus, .pn-small-button:hover, .pn-large-button:hover, .pn-small-border-button, .pn-large-border-button {
    color: #FF8F1C;
    background: none;
}

#build-the-future-section .pn-button-top-sec a {
    width: 168px;
    display: inline-block;
    height: 50px;
    vertical-align: top;
    margin-right: 10px !important;
    margin-left: 10px !important;
    line-height: 50px;
}

a.pn-large-border-button.start-free-trial-home.portal-get-started {
    margin-left: 10px;
}

.pn-small-border-button:focus, .pn-large-border-button:focus, .pn-small-border-button:hover, .pn-large-border-button:hover {
    background: #FF8F1C;
    color: #fff;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.dcustomer-logos{
    margin-top: 20px;
    background: #f5f7fa;
    padding: 30px;
}

.customer-logos{
    display: none!important;
    margin-top: 20px;
    background: #f5f7fa;
}

.img-ul{
    justify-content: space-between;
}

.li-img{
    list-style: none;
    margin: auto;
    text-align: center;
}

.li-img img {
    width: 50%;
    /* margin: auto; */
}

/* 3 columns */
.pn-section {
    float: left;
    width: 100%;
    padding: 50px 0;
    width: 70%;
}

.platform-page{
    padding: 0 0 !important;
}

.pn-pruduct-showcase {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-flow: row;
    margin: 25px 0;
    width: 88%;
}

.pn-pruduct-showcase .pn-showcase {
    width: 100%;
    background: #fff;
    padding: 0 30px 30px;
    box-shadow: 1px 2px 20px rgb(0 0 0 / 15%);
    position: relative;
    border-radius: 6px;
    transform: translate3d(0,0,0);
    transition: all .4s .5s linear;
    transform-origin: bottom center;
    margin: 0 35px 0 0;
    opacity: 1;
}

.pn-pruduct-showcase h3 {
    text-align: center;
    font-size: 24px;
    font-family: proxima-nova-bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 25px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.pn-showcase h3+.box-icn {
    width: auto;
    height: auto;
    height: 180px;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-flow: column;
    margin: 10px 0 20px;
}

.pn-showcase h3+.box-icn img {
    width: auto;
    height: auto;
    max-height: 180px;
}

.pn-pruduct-showcase p {
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #555;
    margin: 7px 0 0;
    text-align: center;
    padding: 0 25px;
}

.pn-pruduct-showcase .learn-more {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
}

.come-out.come-in .learn-more a, .come-out.come-in .learn-more a:hover {
    color: #fff;
}

.learn-more a {
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #FF8F1C;
    height: 50px;
    width: auto;
    color: #fff;
    padding: 0 20px;
    font-size: 17px;
    margin: 0 auto;
    line-height: 50px;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #d02229;
}
.learn-more .mainPage a {
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #FF8F1C;
    height: 40px;
    width: auto;
    color: #fff;
    padding: 0 20px;
    font-size: 17px;
    margin: 0 auto;
    line-height: 50px;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #d02229;
}

.pn-pruduct-showcase .pn-showcase {
    width: 100%;
    background: #fff;
    padding: 0 30px 90px;
    box-shadow: 1px 2px 20px rgb(0 0 0 / 15%);
    position: relative;
    border-radius: 6px;
    transform: translate3d(0,0,0);
    transition: all .4s .5s linear;
    transform-origin: bottom center;
    margin: 0 35px 0 0;
    opacity: 1;
}

.pn-showcase h3+.box-icn {
    width: auto;
    height: auto;
    height: 180px;
    display: flex;
    align-items: center;
    justify-items: center;
    flex-flow: column;
    margin: 10px 0 20px;
}

.pn-section:after {
    content: "";
    clear: both;
    display: block;
}

.pn-pruduct-showcase .pn-showcase:hover {
    transform: translate3d(0,-10px,0);
}

.come-out.come-in .learn-more a:hover {
    background: #fff;
    color: #FF8F1C;
}

.pn-section {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.pn-grey-bg {
    background: #fefbfb;
    box-shadow: none;
}

.pn-title-h2 {
    color: #333;
    font-size: 36px;
    font-weight: normal;
    line-height: normal;
    text-transform: none;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 10px 0;
}

.pn-grid {
    float: none;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-flow: row;
}

.edge-compute .pn-grid img {
    width: 20px;
}

.edge-compute .pn-title-h5 {
    color: #ef3a43;
}

.edge-computing {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    width: 100%;
    align-items: center;
}

.edge-computing .left-image {
    width: 225px;
    position: relative;
}

.edge-computing .code-section {
    width: 508px;
    background: #444;
    border-radius: 5px;
    padding: 18px;
    height: 170px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    position: relative;
    overflow: auto;
}

.enlighterEnlighterJS .kw1 {
    color: #e3d873!important;
    font-weight: 400;
    font-family: proxima-nova-bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.come-out.come-in .enlighterEnlighterJS .st0 {
    color: #ae81ff!important;
}

.edge-computing .right-image {
    width: 150px;
    position: relative;
}

.edge-computing .left-image:after, .edge-computing .right-image:after {
    content: "";
    width: 9px;
    height: 38px;
    transform: rotate(
-90deg
);
    display: block;
    position: absolute;
    left: calc(100% + 35px);
    top: calc(50% - 18px);
}

.edge-computing .right-image:after {
    left: -50px;
}


.container:after {
    clear: both;
}

.pn-section:after {
    content: "";
    clear: both;
    display: block;
}

.pn-title-h5 {
    color: #555;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    text-transform: none;
    font-family: proxima-nova-bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 10px 0;
}

/* Testimonials */
.pn-customers {
    position: relative;
    padding: 75px 0;
    overflow: hidden;
    clear: both;
}

.pn-white-bg {
    background: #fff;
}

.pn-customers h2 {
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 36px;
    margin: 0 auto 35px;
    text-align: center;
    max-width: 900px;
    color: #333;
}

.detailed-review {
    display: flex;
    /*box-shadow: 1px 2px 20px rgb(0 0 0 / 25%);*/
    width: 84%;
    margin: auto;
    margin-top: 16px;
}

.pn-review:nth-child(odd) {
    flex-flow: column-reverse;
    background: #fff;
}

.come-in .pn-review {
    opacity: 1;
    box-shadow: 1px 2px 20px rgb(0 0 0 / 25%);
}

.pn-review {
    display: flex;
    flex-flow: column;
    opacity: 0;
    transition: opacity 2s 1s ease;
    background: #303030;
    width: calc(100% / 3);
}

.pn-review.type .pn-reviewer {
    display: flex;
    height: auto;
    padding: 16px;
    justify-content: center;
}

.pn-review.zoll .pn-reviewer {
    background: #FF8F1C;
}

.pn-review.type .pn-reviewer img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.pn-review:nth-child(odd) .pn-review-details {
    background: #fff;
    color: #000;
}

.pn-review.type .pn-review-details {
    padding-bottom: 14px;
    height: 100%;
}

.pn-review-details {
    background: #f1f1f1;
    position: relative;
    background: #303030;
    color: #fff;
    padding: 40px 30px;
    height: calc(100% - 140px);
}

.pn-review-details:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    top: 20px;
    left: 20px;
    filter: grayscale(1);
}



.pn-review-details p {
    font-size: 17px;
    margin: 0;
    line-height: 30px;
    letter-spacing: .8px;
    opacity: .85;
}

.pn-review.type .reviewer-details {
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: 20px;
}

.reviewer-details .authorname {
    font-family: proxima-nova-bold,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    margin: 20px 0 0;
    opacity: .85;
    text-align: left;
    display: block;
}

.reviewer-details div {
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    line-height: 17px;
    margin: 5px 0 0;
    opacity: .85;
}

.pn-review.type .reviewer-details div {
    font-style: italic;
    font-size: 16px;
}

.pn-review .pn-review-details:after {
    content: "";
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 25px;
}

.pn-review.onecall .pn-reviewer {
    background: #FF8F1C;
}

.pn-review.pocketgem .pn-reviewer {
    background: #000;
}

.pn-review:nth-child(even) .pn-review-details:after {
    border-bottom: 20px solid #303030;
    border-top: none;
    bottom: inherit;
    top: -20px;
    left: 45px;
}

.pn-review .pn-review-details:after {
    content: "";
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    bottom: -20px;
    left: 25px;
}
/* End of Testimonials */

/* CTA */
section.cta.pubnub-cta.come-out {
    background: #fff;
    padding: 63px 0 64px;
    clear: both;
}

section.cta.pubnub-cta.come-out h3 {
    color: #333;
    font-size: 36px!important;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    letter-spacing: 0;
}

section.cta.pubnub-cta.come-out .btn-get-started {
    height: 50px;
    width: 200px;
    border: 1px solid #ef3a44;
    background: #ef3a43;
    color: #fff;
    line-height: 50px;
    padding: 0 0;
    border-radius: 5px;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 24px;
    box-shadow: none;
    margin-top: 30px;
    text-transform: capitalize;
}


/* End of CTA */


/* Contact Page */


.sp1{
    font-size: 18px;
    color: #333;
    line-height: normal;
    font-family: proxima-nova-bold,"Helvetica Neue",Helvetica,"Myriad Pro",Arial,sans-serif;
    text-decoration: none solid rgb(51,51,51);
    margin-bottom: 30px;
}

.sales-pitch p{
    color: #555;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.m-lnk{
    color: #555;
    text-decoration: none;
}

.m-lnk:hover{
    color: #ef3a43;
    text-decoration: none;
}

.right{
    padding: 90px;
}

.label{
    margin-bottom: 10px;
}

.full-width{
    /* width: 363px;
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom:12px; */

    width: 363px;
    height: 26px !important;
    border: 0;
    border-bottom: 1px solid #999;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 !important;
    color: #555;
    font-size: 16px !important;
    padding-top: 0px !important;
    padding-bottom: 0!important;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-left: 0 !important;
    outline: none;
}

.full-width:focus {
    outline: none;
}

.mktoButtonRow {
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
}

.mktoButtonWrap .mktoButton:hover {
    background: #fff !important;
    border: 1px solid #ef3a43 !important;
    color: #ef3a43;
}

.mktoButtonRow .mktoButtonWrap {
    margin: 0px !important;
}

.mktoButtonWrap .mktoButton {
    margin: 0 0 0 0;
    color: #fff;
    background: #ef3a43 !important;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0px !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 17px !important;
    font-family: "proxima-nova-bold","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0 20px !important;
    font-weight: normal !important;
    text-transform: capitalize;
    border-radius: 5px;
    cursor: pointer;
    text-shadow: none;
}

.anchor{
    color: #fff;
    text-decoration: none;
}

.anchor:hover{
    color: #fff;
    text-decoration: none;
}




.pn-hero .content-box {
    width: 823px;
    margin: 0 auto;
    max-width: 100%;
}

.pn-hero .content-box .main-title {
    font-size: 42px;
    color: #333;
    line-height: 50px;
    letter-spacing: -.5px;
    text-align: center;
    margin: 0 0 16px 0;
}

.pn-hero .content-box .sub-title {
    font-size: 32px;
    color: #333;
    line-height: 44px;
    letter-spacing: -.5px;
    text-align: center;
    margin: 0;
}


.pn-section-cf.white {
    background-color: #fff;
}

.our-vision {
    padding-bottom: 80px;
}

.our-vision .content-box {
    width: 921px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    margin-bottom: 63px;
}

.pn-section-cf .sup-heading {
    font-size: 24px;
    color: #333;
    text-decoration: none solid #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: proxima-nova-bold,"Helvetica Neue",Helvetica,"Myriad Pro",Arial,sans-serif;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}

.pn-section-cf .h2 {
    color: #333;
    text-decoration: none solid #333;
    text-align: center;
    margin: 0 auto 50px;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,"Myriad Pro",Arial,sans-serif;
    font-size: 36px;
    line-height: 44px;
}

.pn-section-cf .sup-heading:after {
    content: "";
    background: linear-gradient(45deg,rgba(208,33,41,0.8) 0,rgba(208,33,41,.8) 100%);
    width: 100%;
    height: 10px;
    display: block;
    margin: -4px auto 0;
}

.pn-section-cf .h2 {
    color: #333;
    text-decoration: none solid #333;
    text-align: center;
    margin: 0 auto 50px;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,"Myriad Pro",Arial,sans-serif;
    font-size: 36px;
    line-height: 44px;
}

.our-vision .content-box p {
    margin-bottom: 20px;
}

.pn-hero p, .pn-section-cf p {
    color: #555;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0 0 10px 0;
}

.come-out.come-in a:focus, .come-out.come-in a:hover, .pn-section-cf a, .pn-section-cf a:hover {
    color: #ef3a43;
}

.btn-get-started {
    height: 50px!important;
    width: 200px!important;
    border: 1px solid #ef3a44!important;
    background: #ef3a43!important;
    color: #fff!important;
    line-height: 50px!important;
    padding: 0 0!important;
    border-radius: 5px!important;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif!important;
    font-size: 24px!important;
    box-shadow: none!important;
    margin-top: 30px!important;
    text-transform: capitalize!important;
}

/*Platform Screen*/
.pn-get-started {
    padding: 0px 0 30px;
}

.pn-section-cf h2 {
    width: 810px;
    max-width: 100%;
    margin: 0 auto 35px;
    text-align: center;
}

.pn-section-cf h2 {
    font-size: 36px;
    line-height: normal;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    margin: 0 0 35px 0;
}

@media (min-width: 768px){
    .pn-grid {
        float: none;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
    }
}

@media (min-width: 768px){
.pn-grid .grid-sm-6 {
    width: 48%;
}
}

.pn-get-started .pn-gs-panel {
    position: relative;
    background: #fff;
    padding: 30px 35px;
    border: 0;
    border-radius: 5px;
    padding-bottom: 80px;
    height: 100%;
    box-shadow: 0px 0px 16px 0px rgb(134 130 130 / 35%);
    border-radius: 8px;
}

.pn-get-started .pn-gs-title {
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    align-items: center;
    margin-bottom: 25px;
}

.pn-get-started .pn-gs-title a.pn-gs-icon {
    width: 55px;
}

.pn-get-started .pn-gs-title .h5, .pn-get-started .pn-gs-title h5 {
    width: calc(100% - 55px);
    margin: 0 !important;
    color: #333;
}

.pn-section-cf .h5 a, .pn-section-cf .h5, .pn-section-cf h5 a, .pn-section-cf h5 {
    color: #333;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    text-transform: none;
    font-family: proxima-nova-bold, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0px;
    margin: 0 0 10px 0;
}

.pn-section-cf p, .pn-hero p {
    color: #555;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 10px 0;
}

a.-pn-gs-link.pn-link.large-arrow-red {
    bottom: auto;
}

.pn-section-cf.blue {
    background-color: #f5f7fa;
}

.operate-section {
    position: relative;
    padding: 68px 0 93px;
    overflow: hidden;
}


.operate-section:before {
    width: 600px;
    height: 785px;
    content: "";
    display: inline-block;
    position: absolute;
    left: -126px;
    top: -10px;
    z-index: 0;
}

.operate-section.pn-section-cf .sup-heading {
    margin-bottom: 40px;
}

.pn-section-cf .sup-heading {
    font-size: 24px;
    color: #333;
    text-decoration: none solid #333;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: proxima-nova-bold,"Helvetica Neue",Helvetica,"Myriad Pro",Arial,sans-serif;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
}

.pn-section-cf .sup-heading:after {
    content: "";
    background: linear-gradient(45deg,rgba(208,33,41,0.8) 0,rgba(208,33,41,.8) 100%);
    width: 100%;
    height: 10px;
    display: block;
    margin: -4px auto 0;
}

.pn-section-cf.operate-section h2 {
    margin-bottom: 19px;
}

.pn-section-cf .h2 {
    color: #333;
    text-decoration: none solid #333;
    text-align: center;
    width: 867px;
    max-width: 100%;
    margin: 0 auto 7px;
    font-family: proxima-nova,"Helvetica Neue",Helvetica,"Myriad Pro",Arial,sans-serif;
    font-size: 36px;
    line-height: 44px;
}

.operate-section .boxes-panel {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
}

.operate-section .boxes-panel .box-inner {
    width: 33%;
    text-align: center;
}

.operate-section .boxes-panel .box-inner .box-title {
    font-size: 32px;
    color: #555;
    text-decoration: none solid #555;
    line-height: 46px;
    letter-spacing: 1px;
    margin-bottom: 9px;
    font-family: proxima-nova;
}

.operate-section .boxes-panel .box-inner .sub-text {
    font-size: 17px;
    color: #555;
    text-decoration: none solid #555;
    line-height: 26px;
    margin-bottom: 8px;
    position: relative;
}

.operate-section .boxes-panel .box-inner .sub-text:after {
    content: "";
    width: 50px;
    height: 1px;
    stroke-width: 1;
    background: #ef3a43;
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
}

.tab1{
    display: block;
    margin-bottom: 16px;
    height: 230px;
}

.w-100{
    width: 100%;
}

.content-panel {
    position: relative;
    padding-bottom: 40px;
    height: calc(100% - 171px);
    padding-right: 10px;
    justify-content: flex-start;
    flex-flow: column;
}

.content-panel p {
    color: #555;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 10px 0;
}


.qodef-iwt.clearfix.contact-page.qodef-iwt-icon-left.qodef-iwt-icon-tiny {
    display: flex;
    align-items: center;
    margin-top: 13px;
}




@media screen and (max-width: 767px){
    .pn-pruduct-showcase{
        margin-top: 0px !important;
         background: #f5f7fa;
         flex-wrap: wrap;
    }

    img.tp-rs-img.codeninja-post-img {
        height: auto !important;
    }

    .row.alignCenter.data-card-apto {
        flex-wrap: wrap;
    }

    .vc_custom_1544195451288 {
        padding-top: 28px !important;
        padding-bottom: 10px !important;
    }

    .vc_custom_1544195797223 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    div#plugins {
        margin-left: 10px !important;
        margin-right: 10px;
    }

    .centerAlign.second-line-collobrate.mb-3 {
        width: 82%;
        margin: auto;
        color: black;
        font-weight: bold !important;
    }

    .pn-showcase {
        margin: 10px !important;
    }

    .slick-slider{
        margin-bottom: 0 !important;
        padding-bottom: 74px;
    }

    .pn-review.zoll.type.m-auto {
        width: 100% !important;
    }
    
    .detailed-review {flex-wrap: wrap;}
    
    .pn-review.onecall.type {
        width: 100%;
        margin-top: 17px !important;
    }

    

    .pn-hero .content-box {
         width: 100%; 
        margin: 0 auto;
        max-width: 100%;
    }
    .m_logo{
        display: none;
    }    
    .m_btn_contact{
        display: block;
    }
    .d_btn_contact{
        display: none !important;
    }
    .m_float-right{
        float: initial !important;
        text-align: center;
    }
    .pn-section-cf h2 {
        width: auto;
        max-width: 100%;
        margin: 0 auto 35px;
        text-align: center;
    }
    .tab1{
       display: grid;
        place-items: center;
    }
    .tab1 img{
        width: 200px !important;
    }
    .operate-section .boxes-panel{
        display: block;
    }
    .operate-section .boxes-panel .box-inner{
        width: 100%;
    }
    .operate-section .boxes-panel .box-inner .box-title {
        font-size: 25px;
        line-height: 36px;
    }
    .pm-20{
        padding: 10px;
    }
    .pn-pruduct-showcase .pn-showcase{
        padding: 5px 30px 90px;
    }
    .pn-pruduct-showcase .pn-showcase:nth-child(1){
        margin-top: 30px;
    }
    .pn-pruduct-showcase .pn-showcase:nth-child(2){
        margin-top: 30px;
    }
    .pn-pruduct-showcase .pn-showcase:nth-child(3){
        margin-top: 25px;
    }
}
.s_plat_main{
    text-align: center;
}
.s_plat_main img{
    width: 100px;
}

.card-video{
    display: flex;
    align-items: center;
    justify-content: center;
}

.plat-video{
    margin-left:14px;
}

.platform-videocard{
    background: #fff;
    margin-bottom: 18px;
    padding: 13px;
    border-radius: 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
    margin:10px
}

.platform-overview{background-image: #fff;
padding-bottom: 35px;
margin-bottom: -43px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;}



.bottom{
    position: absolute;
    bottom: 20px;
}
.top-pannel{
    display: none !important;
}

.join-modal{
    padding-right: initial;
}
.join-modal .modal-title{
    color: #dc3545;
}
.join-modal .modal-dialog {
    max-width: 500px !important;
}
.c-ht{
    height: 100vh;
    background: #F7F9FC;
}
.c-ht input{
    background: #F7F9FC;
}

/* //my new  */

.height_100{
    height: 100%;
}

.homeCard{
    width: 30% !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 10px;
    margin-top: -23px;
}

.homeCard img.native-lazy-loading.lazyloaded {
    margin-bottom: 16px;
    margin-top: 10px;
}

.footer-home{box-shadow: rgb(208 33 41) 5px 5px, rgb(208 33 41 / 70%) 10px 10px, rgb(208 33 41 / 50%) 15px 15px, rgb(208 33 41 / 30%) 20px 20px, rgb(240 46 170 / 5%) 25px 25px;
margin-left: 10px;
margin-right: 25px;
background-color: #0a0909 !important;
color: #fff;
border-radius: 10px;
}

.centerAlign {
    justify-content: center;
    display: flex;
}

.pn-review-details .pn-review-subheading {
    font-weight: bold;
    display: flex;
    justify-content: center;
    color: rgb(255,143,28);
}