@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body {
    font-family: "Work Sans", sans-serif;
    background-color: #262C47;
}

/* .navbar {
    margin-top: 40px;
} */

.navbar-nav .nav-item .nav-link {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-nav .nav-item .nav-link:hover {
    color: #00dc9b
}

.watch-video {
    color: #00DC9B;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 20px;
}

.watch-video:hover {
    color: #00dc9b
}

.btn-demo {
    background-color: #00DC9B;
    color: #fff !important;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: bold;
    box-shadow: 0 1px 22px 0 rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding: 0.65rem 1.185rem;
    margin-right: 18px;
}

.headline {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    text-shadow: 0 1px 22px 0 rgba(0, 0, 0, 0.5);
    margin-top: 36px;
}

.bottom-line {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.hero-circle {
    margin-top: 30px;
}


.marketing-tool .headline,
.automate-tool .headline {
    color: #262C47;
    font-size: 32px;
    font-weight: bold;
    line-height: 36px;
    text-align: left;
    margin-bottom: 24px;
    height: 110px;
}

.marketing-tool .info,
.automate-tool .info {
    color: #666666;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

.video-tool img {
    margin-left: -8px;
    margin-top: 160px;
    cursor: pointer;
}
.img-fluid.play-video{
    cursor: pointer;
}

.zyra-chat .info,
.zyra-text .info,
.zyra-voice .info {
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    text-align: center;
    margin-bottom: 30px;
}

.zyra-chat-logo,
.zyra-text-logo,
.zyra-voice-logo {
    text-align: center;
    margin-top: 30px;
}

.z-text,
.z-voice,
.z-webchat,
.z-reviews {
    color: #c9cad1;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.ztvc-head {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 7px 0 15px;
}


.caller {
    height: 340px;
    overflow: hidden;
    position: relative;
}
.caller:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #0000004f;
    z-index: 99;
    position: absolute;
}

.caller img {
    width: 100%;
    height: auto;
}

.green-bt-border {
    border-bottom: 3px solid #00dc9b;
}

.tab-item {
    position: relative;
    cursor: pointer;
}

.tab-sym-img {
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: none;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    z-index: 9999;
}
.yr-hide-tabItem, .yr-tabtitle{
    display: none;
}
.tab-item:hover,
.tab-item.active-tab {
    color: #00dc9b;
}
.yr-active-img, .yr-active-text{
    display: block;
}
.tab-item:hover .tab-sym-img,
.tab-item.active-tab .tab-sym-img {
    display: block;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.red-text {
    color: #e60000
}

.green-text {
    color: #00dc9b
}

.way-caption {
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0;
}

b.vs-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #333;
    font-size: 22px;
}


.zs-head {
    text-align: center;
    color: #fff;
}

.carousel {
    position: relative;
    margin: 40px 0 30px;
}

.carousel-indicators {
    position: absolute;
    left: 0;
    right: auto;
}

.carousel-inner img {
    width: 56%;
    /*max-width: 135px;
    max-height: 135px;*/
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.slide-text {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding-left: 50px;
}

.carousel-control-next-icon {
    background-image: url(../images/right-slide-arrow.png);
}

.carousel-control-prev-icon {
    background-image: url(../images/left-slide-arrow.png);
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: auto;
    height: auto;
    margin-right: 5px;
    text-indent: 0px;
    margin-left: 5px;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    border-bottom: 2px solid transparent;
    font-size: 12px;
}

.carousel-indicators li::before,
.carousel-indicators li::after {
    display: none
}

.carousel-indicators,
.carousel-indicators .active {
    background: none
}

.carousel-indicators .active {
    color: #00DC9B;
    border-bottom: 2px solid #00DC9B
}

.carousel-indicators {
    position: absolute;
    left: 0;
    right: auto;
    bottom: -65px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.slide-text span {
    vertical-align: text-bottom;
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    line-height: 18px;
    padding-left: 40px;
}

.slide-text span:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 2px;
    background: #00DC9B;
    left: -24%;
    top: 50%;
}

.way-box-in-wrp {
    padding: 65px 50px;
}

.new-way-box {
    padding: 10px 10px;
}
.yr-tabtitle {
    font-weight: 700;
    bottom: 40px;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 600px;
    font-size: 4vh;
    z-index: 999;
}
.old-way-box {
    background: #eee;
    border-radius: 10px;
    min-height: 434px;
}

.dsp-table {
    display: table;
}

.simple-btn {
    box-shadow: none;
}

.get-strart-btn {
    margin-top: 35px
}

.way-section {
    color: #525252
}

.zyra-lead-head {
    font-size: 25px;
    font-weight: bold;
    color: #262c47;
    margin-bottom: 40px;
}

.bg-white {
    background-color: #fff !important;
}

.display-inline {
    display: inline-block
}

.rci {
    font-size: 30px;
    font-weight: bold;
    color: #c9cad1;
    line-height: 25px;
    margin-left: 15px;
}

.icr-in-wrp {
    display: flex;
    padding: 20px;
}

.dashboard-wrp {
    order: 2;
}

.inc-dashboard {
    width: 490px;
    margin-top: -100px;
}

.industry-head {
    text-align: center;
    font-size: 23px;
    color: #c9cad1;
    font-weight: bold;
    margin-top: 80px;
}


ul.industry-list {
    list-style: none;
    padding-left: 0;
    padding-right: 10px;
    margin-top: 30px;
}

ul.industry-list>li {
    float: left;
    padding: 15px 22px;
}

.purple-bg {
    background-color: #4d8af0 !important
}

.contact-head {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.green-bt-border {
    border-bottom: 2px solid #00DC9B
}

p.get-demo-text>small {
    color: #fff;
    width: 380px;
    display: inline-block;
}

.contact-form input {
    text-transform: uppercase
}

.contact-form ::-webkit-input-placeholder {
    color: #4d8af0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.contact-form ::-moz-placeholder {
    color: #4d8af0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.contact-form :-ms-input-placeholder {
    color: #4d8af0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.contact-form :-moz-placeholder {
    color: #4d8af0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.contact-form {
    margin-top: 62px;
}

.demo-request-btn {
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.btn-outline-success {
    border-color: #00DC9B;
    color: #00DC9B;
}

.btn-outline-success:hover,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00DC9B;
    border-color: #00DC9B;
}


.get-started-btn {
    width: 100%;
}

.newsletter-form .form-control {
    background: #262c47;
    color: #fff;
}

.newsletter-form ::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    text-align: center
}

.newsletter-form ::-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    text-align: center
}

.newsletter-form :-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    text-align: center
}

.newsletter-form :-moz-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    text-align: center
}

.foot-bottom-box {
    color: #cecece;
    font-size: 13px;
    text-transform: uppercase;
    padding: 35px 0 0;
}
.foot-bottom-box a {
    color: #cecece;
}
span.power-icon {
    color: #ffd257;
}

.foot-top-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.pull-top-below-graph {
    margin-top: -104px;
    height: 640px;
}

#slideshow {
    margin: 50px auto;
    position: relative;
    width: 240px;
    height: 240px;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

#slideshow>div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.yr-zyrabox {
    display: flex;
    max-width: 75%;
    margin: 0 auto;
}
.industry-list-wrp {
    margin: 0 auto;
}
.you-tube {
    width: 100%;
    height: 500px;
}

.overlay{display: none;width:100%;height:100%;position:fixed;left:0;top:0;z-index: 999;background: rgba(0,0,0,0.6);}
.success {
    position: fixed;
    top: 40%;
    left: 35%;
    z-index: 99999;
    background: #00DC9B;
    border: 1px solid #14d89e;
    padding: 30px;
    display: none;
    color: #fff;
    font-weight: 600;
}
/*******New css for login and signup page************/
.forgot-password, .forgot-password:hover{
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}
.yr-freeQueryArea{
    padding-right: 300px;
    background-color: #262c47!important;
}
.slide.yr-carousel {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
.aside-fix {position: fixed;right: 0;top: 0;width: 300px; height:100%;text-align: center;color:#eff4fb;z-index: 999; background: #278bf1;}
.aside-fix .carousel{ margin: 0px;padding: 50px 30px 50px; background: #278bf1;}
.aside-fix .carousel-caption {position: static;    padding-bottom: 20px;}
.aside-fix .carousel-inner>.item>img{display: inline-block; width: 125px;}
.aside-fix .carousel-inner>.item{height: 310px;}
.aside-fix .carousel-indicators {position: static !important;margin: 0 !important;width:100%}
.aside-fix .carousel-indicators li{background-color: #262c47; border: 1px solid #262c47;}
.aside-fix .carousel-indicators .active {width: 11px;height: 11px;background-color: #f0f4f7; border-color: #fff;}
.aside-fix .carousel-caption{color:#eff4fb;    line-height: 25px;}
.aside-fix .carousel-caption b{display:block;margin-bottom:10px}
.form_wrp {display: none;min-height: 300px;}
.form_wrp.active{display:block}
.button_submit{margin:7px 0 0;width:91%;box-sizing:content-box;line-height:25px;font-size:16px;font-family:Lato;border-radius:5px;background-color:#00DC9B;color:#fff!important}
.button_submit:hover{background-color:#00DC9B}
.form_wrp .contents {max-width: 380px;margin: 10px auto 0;}
span.yr-textlable {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}

.form_wrp.active.yr-getstartForm {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.form_wrp.active.yr-getstartForm h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.form_wrp.active.yr-getstartForm p {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.yr-navMain-wrp{
    padding-right: 300px;
}
/***********************************/
.minicolors-theme-bootstrap .minicolors-swatch{
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
}
.yr-themeIcon ul {
    padding: 0px;
    list-style: none;
    display: flex;
}
.yr-themeIcon ul li {
    margin-right: 15px;
}
.yr-themeIcon ul li span.active{
    background: #0e00d1;
}

.yr-themeIcon ul li span {
    background: #d1d1d1;
    width: 52px;
    height: 52px;
    border-radius: 5px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yr-themeIcon ul li span img {
    max-width: 30px;
    max-height: 35px;
}
ul.yr-continueBtn {
    padding: 30px 10px;
    color: #fff;
    font-weight: 500;
    list-style: none;
    max-width: 250px;
    margin: 0 auto;
}
.yr-continueBtn .yr-tabbtn {
    margin-top: 15px;
    cursor: pointer;
    display: inline-block;
    margin: 20px;
}
.iconFtr span{
    background: #0e00d1;
    width: 52px;
    height: 52px;
    border-radius: 5px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconFtr span:after {
    position: absolute;
    content: '';
    background: url(../images/box-before.png) no-repeat;
    width: 175px;
    height: 125px;
    top: auto;
    bottom: 70px;
    right: -5px;
}
.iconFtr span img{
    max-width: 30px;
    max-height: 35px;
}
.yr-right-ftrBox{
    width: 300px;
    max-height: 300px;
    min-height: 60px;
    height: 100%;
    position: static;
/*    background-color: #052b50;*/
}
.iconFtr {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
label.yr-Showcheckbox {
    color: #fff;
    font-size: 11px;
}
label.yr-Showcheckbox input {
    width: 20px;
    float: left;
}
@media only screen and (max-width: 768px) {
    .aside-fix{
        position: relative;
        width: 100%;
    }
    .yr-navMain-wrp{
        padding-right: 0px;
    }
    .yr-freeQueryArea{
        padding-right: 18.165px !important;
    }
    .yr-right-ftrBox {
        width: 60px;
        height: 60px;
        position: absolute;
        background-color: #052b50;
        bottom: auto;
        right: 0;
        top: -60px;
    }
    .yr-carousel .carousel-indicators li{
        background-color: #262c47 !important;
        border: 1px solid #262c47 !important;
    }
    .navbar-nav .nav-item .nav-link{
        line-height: 25px;
    }
.navbar-collapse .watch-video{
        line-height: 25px;
        display: block !important;
        margin-right: 0px;
    }
    .navbar-collapse a.btn.btn-demo {
        display: block;
        margin-right: 0px;
    }
}
@media all and (min-width: 1095px) and (max-width: 1296px) {
    .mob-1 img {
        width: 244px;
    }
}

@media all and (min-width: 992px) and (max-width: 1094px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 10px;
        letter-spacing: 0;
        padding: 0 14px;
    }

    .marketing-tool .headline,
    .automate-tool .headline {
        font-size: 1.575em;
    }
}

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

    .marketing-tool .headline,
    .automate-tool .headline {
        font-size: 1.375em;
    }
    .navbar-light .navbar-toggler-icon{
        background-image:none;
    }
    span.navbar-toggler-icon:before, .navbar-light .navbar-toggler-icon:after {
        content: '';
        width: 40px;
        height: 2px;
        margin-bottom: 10px;
        float: left;
        background: #00dc9b;     
        
    }
    .navbar-nav .nav-item .nav-link{
        line-height: 25px;
    }
.navbar-collapse .watch-video{
        line-height: 25px;
        display: block !important;
        margin-right: 0px;
    }
    .navbar-collapse a.btn.btn-demo {
        display: block;
        margin-right: 0px;
    }
}

@media all and (min-width:768px) {
    .width-100 {
        max-width: inherit !important;
    }
    

    .zyra-chat,
    .zyra-text,
    .zyra-voice-logo {
        padding-top: 20px;
    }

    .video-tool-small-screen {
        display: none;
    }

    #myCarousel-small-screen {
        display: none;
    }

    .back-to-top {
        display: none;
    }

    .all-right-res {
        display: none;
    }

    .disp-n {
        display: none;
    }
    

}

@media all and (max-width:768px) {
    .custom-col-2 {
        max-width: 10.66667%;
    }

    .z-text,
    .z-voice,
    .z-webchat,
    .z-reviews {
        font-size: 15px;
        line-height: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .slide-text span:before {
        width: 70px;
    }
}

@media all and (max-width:767px) {
    .pull-top-below-graph {
        margin-top: -70px !important;
    }

    .hero-circle {
        text-align: center;
    }

    .hero-circle img {
        width: 450px;
    }

    .marketing-tool .headline {
        font-size: 1.575em;
        height: auto;
        margin-top: 30px;
        text-align: center;
        margin-bottom: 18px;
    }

    .automate-tool .headline {
        font-size: 1.575em;
        height: auto;
        text-align: center;
        margin-bottom: 18px;
    }

    .video-tool {
        display: none;
    }

    b.vs-text {
        position: static;
        line-height: 80px;
    }

    .industry-list-wrp {
        width: 95%;
        overflow: auto;
        margin-left: 2%;
    }

    ul.industry-list {
        float: left;
        width: 1208px;
    }

    .foot-top-box {
        position: relative;
    }

    p.get-demo-text>small {
        width: 100%;
    }

    .contact-form {
        margin-top: 0;
    }

    .dashboard-wrp {
        order: 0;
        padding: 0 50px;
    }

    .inc-dashboard {
        margin-top: 0
    }

    .zyra-chat-logo,
    .zyra-text-logo,
    .zyra-voice-logo {
        margin-top: 15%;
    }

    .no-pad-xs {
        padding-left: 0;
        padding-right: 0
    }

    .headline {
        font-size: 30px
    }

    .slide-text span:before {
        display: none
    }

    .slide-img {
        text-align: center !important;
    }

    .slide-img img {
        width: 200px;
    }

    .slide-text span {
        position: static;
        text-align: center !important;
        margin-top: 50px;
        padding-left: 0;
    }

    .slide-text {
        padding-top: 50px;
        padding-left: 30px;
    }

    .carousel-indicators li {
        text-indent: -999px !important;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #00dc9b !important;
    }

    .carousel-indicators li.active {
        background: #fff !important;
        border-width: 0px !important
    }

    .carousel-indicators {
        right: 0;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: inline-block;
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: -60px;
    }

    .industry-head {
        margin-top: 30px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    span.navbar-toggler-icon:before,
    .navbar-light .navbar-toggler-icon:after {
        content: '';
        width: 40px;
        height: 2px;
        margin-bottom: 10px;
        float: left;
        background: #00dc9b;
    }

    button.navbar-toggler {
        border-width: 0;
        padding-left: 0;
        padding-right: 0;
        outline: 0px;
        position: relative;
        width: 40px;
        height: auto;
    }

    button.navbar-toggler.show-menu .navbar-toggler-icon:before,
    button.navbar-toggler.show-menu .navbar-toggler-icon:after {
        position: absolute;

    }

    button.navbar-toggler.show-menu .navbar-toggler-icon:before {
        transform: rotate(45deg);
        position: absolute;
        left: 0;
    }

    button.navbar-toggler.show-menu .navbar-toggler-icon:after {
        transform: rotate(-45deg);
        left: 0;
    }

    img.foot-logo {
        margin: 35px 0;
    }

    .mob-wrp {
        min-height: 135px;
    }

    .marketing-tool p,
    .automate-tool p {
        font-size: 0.95rem !important;
        text-align: center;
        line-height: 1.5 !important;
    }

    .video-tool-small-screen {
        margin-top: 64px;
    }

    .video-tool-small-screen img {
        display: table;
        margin: 0 auto;
        min-width: 60%;
    }

    .btn-watch-video {
        display: table;
        margin: 0 auto;
        background-color: transparent;
        border-color: #00dc9b;
        color: #00dc9b;
        border-radius: 7px;
        width: 160px;
        border-width: 2px;
    }

    .disp-zyra-block {
        display: none;
    }
    
    #myCarousel-small-screen {
        margin-top: 0;
    }

    #myCarousel-small-screen .zyra-chat-logo img,
    #myCarousel-small-screen .zyra-text-logo img,
    #myCarousel-small-screen .zyra-voice-logo img {
        width: 64px;
    }

    #myCarousel-small-screen .carousel-indicators {
        bottom: 5px;
    }

    #myCarousel-small-screen .info {
        padding: 0.575rem 1.5rem;
        font-size: 0.9rem;
        line-height: 26px;
        margin-bottom: 64px;
    }

    #myCarousel-small-screen .carousel-control-next-icon,
    #myCarousel-small-screen .carousel-control-prev-icon {
        bottom: 0 !important;
    }

    #myCarousel-small-screen .carousel-control-next,
    #myCarousel-small-screen .carousel-control-prev {
        width: 25%;
    }

    .text-back-to-top {
        color: #00dc9b;
        font-size: 12px;
        font-weight: 600;
    }

    .all-right-res {
        display: none;
    }
    
.caller {
    height: auto;
}

}

@media all and (max-width:500px) {
    .pull-top-below-graph {
        margin-top: -55px !important;
    }

    .hero-circle img {
        width: 350px;
    }

    .z-text,
    .z-voice,
    .z-webchat,
    .z-reviews {
        font-size: 13px;
    }

    .rci {
        font-size: 25px;
    }

    .disp-none {
        display: none !important;
    }

    .al-center {
        text-align: center;
    }

    .pull-top-below-graph {
        height: 1045px;
    }

    /* .slide-text {
        display: none;
    } */

    #myCarousel .carousel-control-next-icon,
    #myCarousel .carousel-control-prev-icon {
        top: 80px;
        bottom: auto;
    }
    .yr-tabtitle{
        font-size: 3vh;
    }
    .caller {
        height: 242px;
    }
    .caller img {
        height: 242px;
    }
    .demo-request-btn {
        display: table;
        margin: 0 auto;
        margin-top: 45px;
    }

    .watch-demo-btn,
    .newsletter-form {
        display: none;
    }

    .back-to-top:hover {
        cursor: pointer;
    }



    .disp-none-privacy {
        display: none;
    }

    .section-padding {
        padding-top: 20px;
    }

    .all-right-res {
        text-align: center;
        font-weight: 300;
        font-size: 11px;
        color: #fff;
        margin-top: 5px;
    }

    .add-bold {
        font-weight: 600;
    }

    .watch-video {
        margin: 0 auto;
        display: table;
    }

    .btn-demo {
        margin: 0 auto;
        display: table;
    }   

    .all-right-res {
        display: block;
    }
    h2.zs-head {
        font-size: 1.5rem;
    }

}

@media all and (max-width:360px) {
    .pull-top-below-graph {
        margin-top: -45px !important;
    }

    .hero-circle img {
        width: 290px;
    }

    .mob-wrp {
        min-height: 60px;
    }
}

.notification {
    display: none;
    position: relative;
    z-index: 100998;
}
.notification-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 998;
    -moz-opacity: .7;
    opacity: .85;
    filter: alpha(opacity=70);
}

.notification-inner {
    width: 700px;
    position: fixed;
    top: 40%;
    left: 20%;
    z-index: 999;
    color: #fff;
    font-size: 50px;
    text-align: center;
    line-height: 150%;
}
.notification .loading {
    height: 40px;
    width: 40px;
    display: inline-block;
}
img {
    vertical-align: middle;
}
.notification-inner .message {
    word-wrap: break-word;
    display: inline-block;
}