﻿.pd-0{
    padding:0;
}
.disp_flex{
    display:flex;
}
.flex_dir_row{
    flex-direction:row;
}
.flex_dir_col {
    flex-direction: column;
}
.btn_action {
    /*border-color: #23c523;
    border-radius: 20px;
    color: white;
    background-color: #23c523;*/
    border-color: #1fca80;
    border-radius: 20px;
    color: white;
    background-color: #1fca80;
}
.grey_scale::after {
    content: "* under Development";
    bottom: -19px;
    width: 100%;
    font-size: 9px;
    position: absolute;
    left: 0;
    color: #424646;
}
.pd-r-15{
    padding-right:15px;
}
.pd-l-15 {
    padding-left: 15px;
}
.pd-l-25 {
    padding-left: 25px;
}
.pd-r-25 {
    padding-right: 25px;
}
.eb-btn-tw {
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.no-hover-tw {
   color:white;
}
    .no-hover-tw:hover {
        color: white;
    }
.eb-btn-tw:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.xsmall{
    font-size:9px;
}
.eb-small-text{
    font-size:13px;
}
.float-l {
    float: left;
}
/*bot*/

.w-100 {
    width:100% !important;
}
.bot_video_promo {
    padding-bottom:2em;
}

.eb_bot_motion_frame {
    background: white;
    /*margin-top: -100px;*/
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0,0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px -2px rgba(0, 0, 0, 0.1); */
    /*border-bottom: none;
    border-radius: 3px;
    border: 1px solid #eee;
    border-bottom: 3px solid #0a84d2;*/
    display: flex;
    flex-flow: row wrap;
}
.bot_video_promo_content {
    padding: 50px 35px 40px 35px;
    font-family: Montserrat;
    text-align: center;
    z-index: 1;
}
.bot_video_promo_content-inner {
    box-shadow: 0 7px 20px 0 rgba(0,0,0,.1);
    padding: 20px 20px 20px 20px;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background-color: white;
}
    .bot_video_promo_content h4 {
        line-height: 26px;
        font-weight: 500;
        font-style: normal;
        margin-bottom: 1.2em;
        font-size: 20px;
        color: #7b7a7a;
    }
    .bot_video_promo_content p {
        color: rgb(115, 115, 117);
        font-size: 14px;
        line-height: 3rem;
    }
    .bot_video_promo_content img {
        height: 60px;
    }

.eb-bot-pdF-motion-frame {
    padding-bottom: 180px;
}
.btn_liveDemos {
    padding: 12px 25px 11px 25px;
    background-color: #ff930d;
    color:white;
    width: 100%;
}
.live-scenarios-text {
    color: #cad4d3 !important;
    font-size: 12px;
}
.demo-cont {
    --bc: #fff;
}

.bot-DD {
    width: 100%;
}

.eb_iframecont {
    position: absolute;
    top: 6% !important;
    height: 100% !important;
    width: 100% !important;
    right: 0;
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.69) !important;
}

.demo-cont {
    padding-left: 70px;
    padding-right: 70px;
}

.usecase-content-cont, .usecase-bots-cont {
    width: 100%;
    height: 360px;
}

.usecase-icon-cont {
    width: 100%;
    padding: 5px;
    background-color: var(--bc);
   
    padding-top: 2.5vh;
}
/*mobile and small res tabs*/
@media only screen and (max-width: 500px) {
    .usecase-content-cont{
        width:100%;
        padding:10px;
    }
    .usecase-bots-cont, .demo-col2, .demo-col3 {
        width: 100% !important;
        padding: 10px;
    }
    .usecase-icon-cont{
        padding:10px;
    }
    .content {      
        padding: 0 !important;      
    }
    .eb_iframecont{
        width:100% !important;
    }
    
}
/*mediam screen*/
@media (min-width: 768px) and (max-width: 1024px) {
    .pricing-items {
        font-size: 14px !important;
    }
    .bot_video_promo_content {
        padding: 50px 20px 40px 20px;
    }
}

/*tablet*/
@media (min-width: 768px) and (max-width:992px){
    .sec_container_on_security {
        display: block !important;
    }

        .sec_container_on_security .col-md-4:last-child {
            margin-top: 2em;
        }

    .offset_sm_3 {
        margin-left: 25%;
    }
}

.usecase-content-cont, .usecase-bots-cont {
    width: 70%;
    float: left;
    padding: 0 40px 0 0;
}
.usecase-bots-cont {      
    width: 30%;
    float: left;
}
.usecase-bots-cont {
    position: relative;
    z-index: 1;
}
.demo-col1 {
    width: 100%;
}

.demo-col2 {
    width: 100%;
    float:left;
}
.icon-tbl {
    width: 100%;
}

    .icon-tbl .col-md-1 {
        text-align: center;
    }

.bot-section2 .content {
    opacity: 0;
    display: none;
    width: 100%;
    height: 100%;
}
    .bot-section2 .content h3 {
        padding: 0 0 0.4em 0;
    }

.demo-head {
    text-align: center;
    margin-top: 0;
    margin: 25px;
}

.no-padd {
    padding: 0;
}
/*code section*/

.eb-codeedit{
    padding:0;
}
.eb-codeedit-Container {
    width: 100%;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    background: white;
}
.eb-codeedit-pgno {
    width: 6%;
    background: #52c6cc;
    color: white;
    font-size:12px;
    padding:10px 10px;
}
.eb-codeedit-code {
    width: 94%;
    padding: 10px;
    font-family: monospace;
    color: #736c6c;
    font-size:12px;
}
pn {
    position: relative;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1.5;
}

.pg-line{
    line-height:1.5;
}
.jsCode{
    color:red;
}
.htmlTags {
    color:#5c5ce4;
}
.eb-text {
    color: #a94343;
}
.eb-codeedit-intentation{
    padding-left:30px;
}
.eb-codeedit-coment{
    color:#CCC;
}
.embedscript-text {
    padding-left: 70px;
    line-height: 2;
    font-size: 15px;
}
/*live demos section*/
/*.icon-box-demo-no {
width:30%;
float:left;
}
.icon-box-demo-img {
    width:70%;
    float:left;
}*/
.bot-prob-img-sec {
    float: left;
    width: 14%;  
    height: 80px;
}
.bot-prob-text-sec {
    float: left;
    width: 86%;
}
.bot-prob, .bot-solution {
    float: left;
    width: 100%;
    margin-top:5%;
}
.bot-prob-img-sec img {
    width: 80px;
    float: right;
}
.prob-container {
    float: left;
    width: 84%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    border-bottom-left-radius: 0;   
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    font-weight:400;
}
.mr-t-10 {
    margin-top:2.6%;
}
.prob-sol-container {
    float: left;
    width: 84%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    height: 80px;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    font-weight: 400;
}
.prob-container-text {
    float: left;
    width: 100%;
    height:100%;
}

/*...................................bot end.................*/

.bot-section2, .embed_scriptBot {
    font-family:Montserrat;
}
.feature_row {
    padding: 3em 0px;
    line-height: 2.6rem;
}
    .feature_row .f_content {
        font-size: 16px;
        line-height: 2em;
    }
    .feature_row .small {
    }
    .feature_row .xtrasmall {
    }
    .feature_row h4 {
        margin-bottom: 1em;
        font-size: 20px;
    }
.pd-t-0 {
    padding-top:0;
}
.flex_imgWrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.flex_imgWrapper img{
    width:65%;
    height:auto
}
.bot-video {
    padding-bottom: 50px;
}
.bot-video .container{
    padding: 20px 20px 20px 20px;
}
    .bot-video .bot-video-body {
        height:400px;
        border:1px solid #ccc;
    }
.headsec-textarea {
    display: inline-block;
    color: white;
    height: 100%;    
    font-size: 18px;
}
.headsec-amount {
    display: inline-block;
    color: white;
    height: 100%;   
    float: right;
    font-size: 38px;
}
.bot-image-bg img{
    width:100%;
}
.chatBoticons {
    font-size: 68px;
    color: #198bbe;
}
    /*dfgfdhgfhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh*/
.livDemo_icons {
    width:100%;
}
.liveDemos_iconContainers{
    width:14.28%;
    padding:10px;   
}
.liveDemos_iconContainers_sub {
    width: 100%;
    box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    color: #797878;
   cursor:pointer;
}
    .liveDemos_iconContainers_sub:focus {
        border-bottom: 4px solid green;
        background: #e5f3f5;   
        outline:none;
    }
    .liveDemos_iconContainers_sub:hover {
        transform: scale(1.1);
        background:#fafafa;
    }
.icon_noSec {
    width: 20%;
    height: 100%;
    font-size: 50px;
}
.icon_noSec span{
   align-self:flex-end;
}
.icon_imgSec {
    width: 80%;
    text-align: center;
    padding-top: 5px;
}
.demo_nameFIC {
    font-size: 11px;
    margin-top: 5px;
}
.icon_imgSec img{
    width: 40%;
}
.platform-desc{
   
}
.descript_cont{
    height:100%;
    padding:2px;
}
.descript_cont_second {
    padding: 35px;
    line-height: 2;
    font-size: 16px;
    color: #696b6d;
}
.b {
    border-right: 1px solid #ccc;
}
/*mobile*/
@media (min-width: 20px) and (max-width: 450px) {
    .eb_bot_motion_frame {
        margin-top: 0;
         border: none !important; 
         border-bottom: none !important; 
    }
    .bot_video_promo_content {
        padding: 25px 35px 25px 35px;
    }
    .eb-codeedit-code {
        width: 90%;      
    }
    .eb-codeedit-pgno {
        width: 10%;      
    }
    .eb-codeedit {
        margin-bottom: 3rem;
        padding: 12px;
    }
    .embedscript-text {
         padding-left: 15px;
    }
    .feature_row {
        padding: 1em 0px;
    }
    .bot-pricing-body .price-tile {
        margin-bottom: 3em;
    }
    .eb-bot-pdF-motion-frame {
        padding-bottom: 2rem;
    }
    .bg-color-banner h2 {
        font-size: 22px;
        margin-bottom: 1em;
    }
    .getstarted{
        font-size:11px;
    }
    .disp_flex{
        flex-direction:column;
    }
    .price_wrapper {
        flex-direction: column;
    }
    .prc_blk1{
        width:100% !important;
    }
    .prc_blk2 {
        width: 100% !important;
        position: relative !important;
        margin-top: 1em;
        right:0 !important;
    }
    .pd-xs-0{
        padding:0 !important;
    }
    .sec_container_on_security .col-md-4 {
        margin-top: 1em;
    }
    .blpd {
        padding: 4em 0 !important;
    }
    .blog_body {
        padding: 10px 2em !important;
    }
        .blog_body figure {
            padding: 0 !important;
        }
    .blogs {
        flex-direction: column;
    }
    .blog_writer {
        width: 100% !important;
        text-align: center !important;
    }
    .blog_snippet {
        width: 100% !important;
    }
    .blog_head_snip {
        text-align: center;
    }
}
.botsBanner {
    background-color: #0280db;
    /* background-image: linear-gradient(46deg,rgba(245, 248, 253, 0.17) 0,rgba(0, 0, 0, 0.32) 100%); */
    background-image: -webkit-radial-gradient(100% 100%,ellipse farthest-side,#0e6bab 20%,#087e90 50%,#012690 110%);
    background-image: radial-gradient(ellipse farthest-side at 100% 100%,#0e6bab 20%,#087e90 50%,#012690 110%);
}

/*Report style ---------------------------------*/
.report-wall {
    font-family: Montserrat;
    line-height: 3.5rem;
}
.report-wall-text h2 {
    margin-bottom: 26px;
}
.report-wall-text p {
    font-weight: 400;
    font-size: 1.7rem;
    color: #828181;
    margin-bottom: 1em;
}
.report-wall-img {
    padding: 30px 100px;
}
.report-wall-img img{
    width:100%;
    height:auto;
}
.md-radio_wrapr {
    width: 34px;
    float: left;
    color: #4d86d6;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.builder_as_btn_wrapper .content_wrapr {
    width:calc(100% - 50px);
    float:left;
}
.head_2 {
    font-family: Montserrat;
    font-size: 17px;
    margin-bottom: 1.5rem;
    margin-top: 15px;
}
.content_p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 2.5rem;
    color: #868383;
}
.builder_as_btn_wrapper {
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 25px;
    float:left;
}
.focused {
    webkit-box-shadow: 0 7px 47px 0 rgba(0,0,0,.1);
    box-shadow: 0 7px 47px 0 rgba(0,0,0,.1);
    border-radius: 6px;
}
.md-radio_wrapr .checked {
    display: none;
}
    .focused .md-radio_wrapr .unchecked {
        display: none;
    }
.focused .md-radio_wrapr .checked {
    display: block;
}
.overview_head {
    font-size: 1.6em;
    font-family: Montserrat;
    font-weight: 300;
    margin-top: 0;
}

/*Report style -------------end--------------------*/
/*pricing block*/
.prc_blk1 {
    width: 60%;
    float: left;
    z-index: 2;
    position: sticky;
}
.prc_blk2 {
    width: 40%;
    float: left;
    background: white;
    right: 5px;
    z-index: 0;
    padding: 25px;
    position: absolute;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #8bc2e8;
}
    .prc_blk2 .intamount {
        font-size: 3em;
        font-family: Montserrat;
        font-weight: 400;
        color: #1087ca;
    }
    .prc_blk2 .doller {
        top: 0rem;
        font-size: 23px;
        left: -14px;
        color: #1087ca;
    }
    .prc_blk2 h4 {
        font-family: Montserrat;
        font-weight: 300;
    }
.price_wrapper {
    padding: 20px;
    display: flex;
    align-items: center;
}
.price_body {
    width: 100%;
    float: left;
    background-color: #eef8ff;
    color: #383535;
    font-family: Montserrat;
    border-radius: 8px;
    /* background-image: var(--ebbgimage); */
    /*webkit-box-shadow: 3px 9px 25px 2px rgba(9, 164, 239, 0.38);*/
    /* box-shadow: 3px 9px 25px 2px rgba(9, 164, 239, 0.38); */
    padding: 25px;
    border: 1px solid #8bc2e8;
}
.rasshead {
    font-family: Montserrat;
    font-size: 1.7em;
    font-weight: 300;
}
.price_amt {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pr_bl {
    position: relative;
}
.doller {
    position: absolute;
    top: 1rem;
    font-size: 36px;
    left: -20px;
}
.intamount {
    font-size: 6em;
}
.price_text {
    display: flex;
    flex-direction: column;
    height: 100%;
}
    .price_text h5 {
        font-size: 1.8em;
        font-weight: 300;
    }
    .price_text p {
        font-size: 19px;
    }
.img_dbs{
    width:auto;
    height:60px;
}
/*pricing block*/
/*security*/
.security_wrapper {
    width: 100%;
    box-shadow: 0 7px 47px 0 rgba(0,0,0,.1);
    border-radius: 6px;
    padding: 10px;
    float: left;
    font-family: Montserrat;
    height: 100%;
    background: white;
}
.card_img_wraper {
    width:100px;
    float:left;
}
.card_permi_wraper {
    width: calc(100% - 100px);
    float: left;
    padding-left: 2em;
}
.check_container {
    position: relative;
    margin-right: 2em;
}
.perm_tiles {
    font-family: Montserrat;
    padding: 4px;
}
.head_p {
    padding: 2px;
    padding-left: 4px;
    border-bottom: 1px solid #ecebeb;
    margin-bottom: 4px;
}
._name{
    margin-top:10px;
}
.info_security {
    padding: 0 45px;
    font-size: 1.2em;
    font-family: Montserrat;
    color: #847d7d;
    font-weight: 300;
    line-height: 2.7rem;
    margin-bottom: 3em;
    margin-top: 1em;
}
.inner_check {
    padding-left: 20px;
    border-left: 1px solid #ff5722;
    margin-left: 7px;
    position: relative;
}
    .inner_check::after {
        content: "";
        position: absolute;
        border-bottom: 1px solid #ff5722;
        left: 0;
        width: 17px;
        top: 10px;
    }
.perm_tiles .inner_check:last-child:before {
    content: "";
    position: absolute;
    left: -1px;
    width: 19px;
    height: 11px;
    bottom: 0;
    background: #ffffff;
}
.inner_check .P_title {
    font-size:13px;
}
/*security end*/
/*check style*/
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
}
.check_container input:checked ~ .checkmark {
    background-color: #2196F3;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*demos*/
.demo_video{
    display:block;
    width:100%;
}
.video_wraper {
    margin-top: 13%;
}

/*bot domos*/
.bot_demos_link {
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 25px;
    float: left;
}
.bot_demos_link .content_wrapr {
    width: calc(100% - 50px);
    float: left;
}
.bot_demos_content {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 3.3rem;
    margin-bottom: 30px;
    color: #676262;
}
/********************/

/*blog page styles*/
.blpd {
    padding: 5em 10em;
}
.blogs {
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: white;
    font-family: Montserrat;
    float: left;
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 50px;
    box-shadow: 0 7px 47px 0 rgba(0,0,0,.1);
}
.blog_writer {
    float: left;
    width: 30%;
    flex-direction: column;
    padding: 15px;
    border-right: 1px solid #eee;
}
    .blog_writer img {
        height: 60px;
        width: auto;
        border-radius: 50%;
    }
.blog_snippet {
    display: flex;
    float: left;
    width: 70%;
    flex-direction: column;
}
.content_wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 15px 0;
}
.blog_head_snip {
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.wall {
    width: 30%;
    float: left;
    padding: 0 15px;
}
.content_snippet {
    width: 70%;
    float: left;
    line-height: 1.8em;
}
.wall img {
    width: 100%;
}
.W_Name {
    margin-top: 1em;
    font-size: 16px;
}
.W_created {
    font-size: 13px;
}
.blog_footer{
    padding:15PX;
}
.m_link img {
    height: 14px;
    margin-top: -7px;
}
.read_onEb{
    cursor:pointer;
}
/*readblog*/
.blog_tile {
    border: 1px solid #eee;
    box-shadow: 0 7px 47px 0 rgba(0,0,0,.1);
    font-family: Montserrat;
    background-color: white;
    border-radius: 6px;
}
.blog_head {
    padding: 15px;
    font-size: 28px;
}
.blog_body {
    padding: 10px 6em;
}
    .blog_body p {
        line-height: 2em;
        margin-bottom: 20px;
    }
    .blog_body figure {
        padding: 0 8em;
    }
        .blog_body figure img {
            width: 100%;
        }
    .blog_body blockquote {
        border-left-color: #4d86d6;
        font-weight:500;
    }
.no_content {
    width: 96%;
    height: 12px;
    background-color: #e8e8e8;
    margin-bottom: 10px;
}
.no_contentimage {
    width: 94%;
    height: 94%;
    background-color: #e8e8e8;
}
.robowrpr {
    position: absolute;
    width: 40px;
    height: 66px;
    width: auto !important;
    right: 25px;
    top: 30px;
}