/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By CanvasFlip.com
 */
body{
    background: #ffffff;
    color:#49505b;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
}
.h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6, strong, small{
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
    font-weight: normal;
}
body a:focus{
    outline: none;
}
/*Scrollbar Style CSS*/
*::-webkit-scrollbar {
    width: 12px!important;
    height: 12px !important;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
}

*::-webkit-scrollbar-track {
    background: rgba(255,255,255,.08);
}
header{    
    height: 90px;
    padding: 25px 0;
    transition: all 0.5s;
}
.fixed-navbar{       
    position: fixed;
    width: 100%;
    z-index: 22;
    transition: all 0.3s ease;
    transition-duration: 150ms;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.07),0 1px 5px 0 rgba(0,0,0,0.07);
}
.cf-tagline{
    margin-bottom: 0;
    padding-left: 3px;
    color: #49505b;
    font-weight: 400;
    font-size: 1em;
}
.text-dim{
    color:#728697;
}
.text-dark{
    color: #5a6d7d;
}
.headerWrapper{
    padding: 0;
    background: #fff;
    top: 0;
    transition: all 0.3s ease;
    transition-duration: 150ms;
}
.cf-logo{
    height: 40px;
    padding-right: 10px;
}
.mainContainer{
    margin: 0 60px; 
}
.logo-text{
    font-size: 32px;
    font-weight: 400;
}
a.navbar-brand.logo-text:hover {
    color: #49505b;
}
.btn-back-dashboard{
    background: #00aeee;
    color: #fff;
    padding: 20px 15px; 
}
.navbar .navbar-brand{
    color: #49505b;
    line-height: 40px;
    padding: 0;
    height: 100%;
    transition-duration: 300ms;
}
.navbar .navbar-brand:focus, .navbar .navbar-brand:hover{
    color: #00aeee;
}
.logo-text span{
    font-weight: 600;
}
.navbar, .navbar.navbar-default{
    background: #ffffff;
    color: #5A6D7D;
    height: 100%;
    max-width:1366px;
}
.nav.navbar-nav.navbar-right{
    margin-right: 0;
    color: #3c4858;
}
.navbar-toggle{
    float:left;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
}
ul.nav.navbar-nav.navbar-right li {
    padding: 0 10px;
}
ul.nav.navbar-nav.navbar-right li.btn-logout-login a{
    padding-right: 0;
}
ul.nav.navbar-nav.navbar-right li.btn-logout-login a {
    margin: 0;   
    padding: 10px 15px;
    text-transform: capitalize;
    color: #ffffff;
    background: #00aeee;
    font-size: 1em;
}
/*
 * Sidepanel Profile
 *
 */
.help-text{
    margin-top: 0;
    font-size: 12px;
    color:#f44336;
    font-weight: 600;
    position: absolute;
}

#sidebar-wrapper {
    z-index: 2000;
    position: fixed;
    width: 0;
    padding: 0;
    top: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFFFFF;
    -webkit-transition: width 0.1s ease-in-out;
    -moz-transition: width 0.1s ease-in-out;
    -o-transition: width 0.1s ease-in-out;
    transition: width 0.1s ease-in-out;
}
.btn-sidebar-close{
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 30px;
}
#sidebar-wrapper .btn.active{
    color:#00aeee;
}
#sidebar-wrapper ul{
    padding: 0;
    margin: 0;
    text-align: center;
}
.sidebar-nav li.btn.btn-block, .sidebar-nav li.btn.btn-block a {
    text-align: left;
    text-decoration: none;
    color: #3A3939;
    font-size: 16px;
    font-weight: 600;
}
.sidebar-nav li.btn.btn-block:last-child {
    border-bottom: none;
}
.sidebar-nav li.btn.btn-block{
    background: rgba(255, 255, 255, 0.08);
    margin: 20px 0;
    border-bottom: 1px solid #B8B7B7;
    text-align: center;
}
button.navbar-toggle:hover #sidebar-wrapper{
    width: 250px;
}
.nd2-sidepanel-profile {
    position: relative;
    margin: -1em -1em 1.5em -1em;
    padding: 2.5em 1em 2em 1em;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}

.nd2-sidepanel-profile:after {
    position: absolute;
    content : "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.01) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.01)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.01) 0%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.01) 0%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.01) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.01) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#000000',GradientType=0 );

}

.nd2-sidepanel-profile .profile-background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: -1;
}

.nd2-sidepanel-profile .profile-thumbnail {
    width: 80%;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    margin: -0.8em auto;
    display: inline-block;

    border: 2px solid rgba(255,255,255,0.05);
}

.nd2-sidepanel-profile .profile-text {
    text-shadow: 0px 0px 1px rgba(0,0,0,0.2);
    color: #fff;
    padding-left: 10px;
}

.nd2-sidepanel-profile .profile-text strong {
    font-size: 18px;    
    display: block;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nd2-sidepanel-profile .profile-text .subline {
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 400;
    display: block;
}
.divider{
    height:1px;
    background: #E8E9EA;
    width: 101%;
}
.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > ul > li >a{
    font-size: 1em;
    color: #49505b;
    font-weight: 400;
    margin: 0;
    padding: 10px;
    border-radius: 3px;
}
ul.nav.navbar-nav.navbar-right li.btn-logout-login a:hover {
    background: #00aeee;
    color: #fff;
}
section{
    height: 100%;
    width: 100%;    
}
.section{
    min-height: 450px;
    margin-left: 60px; 
    max-width: 1366px;
}
#keyFeatures .section {
    margin: 0 60px 70px 60px;
    max-width: 1366px;
}
#inspire .section {
    margin: 0 60px 70px 60px;
    max-width: 1366px;
}
#inspire .projects{
    padding-top:0px;
}
#introVideo{
    background: url(../images/home-page/getStartedBackground.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#introVideo .section{
    margin: 0 60px 70px 60px;
    max-width: 1366px;
}
#introVideo .section-title{
    color: #fff;
}
.section-title{
    text-align: center;
    padding: 50px 0 50px 0;
    margin: 0;
    font-size: 2.1875em;
    color: #49505b;
    line-height: 60px;
}
.section-sub-title{
    font-size: 1.5em;
    font-weight: 400;
    color: #49505b;
}
.section-sub-title-desc{
    max-width: 350px;
    margin: auto;
    font-size: 1em;
    line-height: 1.9em;
    color: #767c84;
    text-align: center;
}
#clients .section {
    max-width: 1366px;
    min-height: 100%;
    padding: 20px 0;
}
/*#clients .section-title {
    padding: 100px 0 70px 0;
}*/
ul.clients-logo li {
    width: 200px;
    height: 70px;
    padding: 10px;
    vertical-align: middle;
    margin: 10px 5px;
}
ul.clients-logo li img {
    width: 100%;
    filter: grayscale(100%);
    opacity:0.5;
    height: auto;
    transition: all .5s ease-in-out;
}
ul.clients-logo li img:hover{
    filter: grayscale(0%);
    opacity:1;
    transition: all .5s ease-in-out;
}
.login-form-container{
    padding: 15% 0;
}
.login-form-container .help-block{
    font-weight: 600;
}
.login-form-container h1{
    font-size: 2.75em;
    color: #49505b;
    line-height: 58px;
    margin-top: 0;
}
.login-form-container .form-group{
    padding-right: 10px;    
}
.login-image-container{
    padding: 20px 0;
    padding-bottom: 50px;
}
input.login-form-input {
    width: 180px!important;
    height: 50px;
    border: 1px solid #D2D2D2!important;
    border-bottom: none!important;
    padding: 0;
    padding-left: 15px;
    margin: 0!important;
}

.login-form-button {
    background: #00aeee;
    color: #fff!important;
    height: 50px;
    margin-bottom: 0;
    margin-top: 21px;
    font-size: 1em;
    font-weight: 400;
    min-width: 180px;
    padding: 8px 20px;
}
.btn.login-form-button.disabled {
    background: #00aeee;
}
a.login-form-button:hover,a.login-form-button:active,a.login-form-button:focus,a.login-form-button:visited{
    background: #00aeee!important;
    color: #FFFFFF!important;
    border: none!important;   
}
button.btn.login-form-button:hover, button.btn.login-form-button:active, button.btn.login-form-button:focus,button.btn.login-form-button:visited {
    background: #00aeee!important;
    color: #FFFFFF!important;
    border: none!important;
}
#buildScreens .section {
    margin: 0;
    max-width: 1366px;
}
#share .section{
    margin-left: 0;
}
#workflow .section{
    margin-left: 0;
}
.content-container {
    margin: 20% auto;
    max-width: 500px;
}
h2.content-title {
    font-size: 2.1875em;
    line-height: 48px;
    letter-spacing: normal;
    color: #49505b;
    text-transform: capitalize;
}
span.content-question{
    font-size: 1em;
    font-weight: 500;
    color: #767c84;
}
.content-desc-container {
    margin: 30px 0;
}
.content-subtitle {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    color: #49505b;
}
p.content-desc {
    font-size: 1em;
    line-height: 1.9em;
    color: #767c84;
}
.feedback-quote-container {
    margin-top: 55px;
}
.feedback-quote-container span{
    float: left;
    padding-top: 3px;
}
p.feedback-quote small {
    font-style: normal;
    font-weight: normal;
    color: #767c84;
    line-height: 1.9em;
}
p.feedback-quote {
    font-size: 1em;
    line-height: 24px;
    text-transform: none;
    color: #49505b;
    font-weight: 600;
    font-style: italic;    
    padding-left: 60px;
}
span.customer-desc { 
    font-weight: 400;
    font-style: normal;
    color: #767c84;
}
.illustration-container {
    padding: 15% 0;
}
.illustration-container img{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px 0px;
}
#integrations .section{
    margin: auto 60px;
}
/*Client Testimonial Carousal Styling*/
#testimonial .section {
    margin-right: 60px;
    margin-bottom: 100px;
}

.carousel-inner .item img {
    height: 200px;
    margin: auto;
}

ul.client-testimonial-box.list-inline li {
    width: 30%;
    height: 280px;
    border: 1px solid #cad1dd;
    margin-right: 15px;
    padding: 30px;
    border-radius: 5px;
    vertical-align: top;
}

ul.client-testimonial-box.list-inline {
    margin: auto;
    text-align: center;
}

ul.client-testimonial-box.list-inline li:last-child {
    margin-right: 0;
}

.carousel-indicators .active {
    background: #49505B;
    border: 1px solid #49505B;
}

.carousel-indicators li {
    background: #d1d3d6;
    border: 1px solid #d1d3d6;
}

ul.client-testimonial-box.list-inline li p {
    font-size: 16px;
    font-weight: 400;
    color: #3b3b3b;
    text-align: left;
}

.carousel-inner .item img {
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

img.client-pic {
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

ul.client-testimonial-box.list-inline li p{
    font-size: 1em;
    line-height: 1.9em;
    font-weight: 500;
    color: #49505b;
    height: 100px;
    text-align: left;
    min-height: 100px;
}
ul.client-testimonial-box.list-inline li p.client-desc {
    position: relative;
    bottom: -35px;
    left: 0;
    line-height: 22px;
    margin-bottom: 0;
}
span.client-name {
    font-size: 1.5em;
    font-weight: 500;
    color: #49505b;
}
span.client-designation {
    font-size: 1em;
    font-weight: 400;
    color: #767c84;
}

.carousel {
    height: 335px;
    position: relative;
}

ol.carousel-indicators {
    position: absolute;
    bottom: 0;
}

a.left.carousel-control {
    background: transparent;
    width: 10px;
}
a.carousel-control svg{
    margin-top: -45px!important;
    height: 48px!important;
    width: 48px!important;
}
a.right.carousel-control {
    width: 10px;
    background: rgba(255, 0, 0, 0);
}
/*Social Accolades*/
#socialAccolades .section{
    margin: 0 120px 100px 100px;
    min-height: 100%;
}
#socialAccolades .section-title{
    padding-bottom: 40px;
}
#socialAccolades .clients-logo li{
    margin: 5px;
    height: 110px;
    width: calc((100% - (4*40px))/3);
}
/*Get Started Style*/
#getStarted{
    background: url(../images/home-page/getStartedBackground.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}
#getStarted .section {
    margin: 100px auto;
    min-height: 100%;
    text-align: center;
    height: 100%;
    margin-top: 0;
}
#getStarted .section h2{
    font-size: 2.5em;
    color: #FFFFFF;
    margin: 0;
    padding-top: 100px;
}
#getStarted .section p.i-agree{
    margin-top: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 18px;
}
#getStarted .section input{
    background: #fff;
    width: 210px!important;
    height: 60px;
}
p.i-agree > span > a{
    text-decoration: underline;
    color: #1B2432;
}
p.i-agree > span > a:hover{
    color: #49505b;
}
#getStarted .section .form-group {
    margin-top: 50px;
    margin-right: 5px;
    padding-bottom: 0;
}

#getStarted .section .login-form-button {
    margin-top: 50px;
    background: #1b2432;
}
#getStarted .section .login-form-button {
    margin-top: 50px;
    background: #1b2432!important;
    height: 60px;    
    line-height: 40px;
}
ul.list-unstyled.links-container li a {
    color: #767c84;
}

/*Footer Links Style*/
#footerLinks .section {
    min-height: 100%;
    margin-right: 60px;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1366px;
}
ul.footer-links > li {
    width: 17%;
    padding-left: 30px;
    vertical-align: top;
}
ul.footer-links > li.logo {
    width: 28%;
    text-align: center;
    padding: 0;
    padding-top: 25px;
    height: 100%;
    padding-right: 3%;
    vertical-align: top;
}

#footerLinks h3 {
    font-size: 1.5em;
    color: #49505b;
    font-weight: 500;
    margin-top: 0;
}

ul.list-inline.footer-links > li > ul > p {
    font-size: 14px;
    font-weight: 400;
    color: #1b2432;
}
ul.list-unstyled.links-container {
    color: #1b2432;
    font-weight: 400;
    font-size: .8em;
    line-height: 30px;
}
ul.list-unstyled.links-container li a:hover {
    color: #00aeee;
}
/*Footer Style*/
footer{
    min-height: 70px;
    padding-top: 25px;
    height: 70px;
}
p.text-center.footer-text {
    color: #495060;
    font-size: 1em;
}
footer a{
    color: #1B2432;
}
footer a:hover{
    color:#00aeee;
}
/*Large Screen Style*/
@media (max-width: 5120px) and (min-width: 1440px){
    .navbar, .navbar.navbar-default{
        margin: 0 auto;
    } 
    .section{
        margin: 0 auto;
    }
    #keyFeatures .section {
        margin: 0 auto;
        margin-bottom: 70px;
    }
    #integrations .section {
        margin: 0 auto;
        margin-bottom: 70px;
    }
    #inspire .section {
        margin: 0 auto;
        margin-bottom: 70px;
    }
    #introVideo,#getStarted {
        margin: 0 auto;
        max-width: 1920px;
    }
    #introVideo .section {
        margin: 0 auto;
        margin-bottom: 70px;
    }
    #clients .section {
        margin: 0 auto;
    }
    .clients-logo{
        margin: 0 auto;
        text-align: center;
    }
    ul.clients-logo li{
        /*        width: calc((100% - (4*40px))/3);
                height: 100px;
                padding: 10px 25px;*/
    }
    #buildScreens .section {
        margin: 0 auto;
    }
    #share .section{
        margin: 0 auto;
    }
    #workflow .section{
        margin: 0 auto;
    }
    #testimonial .section{
        margin-right: auto;
    }
    #socialAccolades .section{
        margin: 0 auto 100px auto;
    }
    #footerLinks .section{
        margin: auto;
    }    
    #getStarted .section{
        margin: 0 auto;
    }
    #getStarted .section p.i-agree{
        margin-bottom: 100px;
    }
    li.timesAccolades{
        display: none;
    }
}
/*Tablet Landscape Style*/
@media (max-width: 991px) and (min-width: 768px){
    .navbar, .navbar.navbar-default{
        margin: auto 25px;
    } 
    .section{
        margin: 30px!important;
    }
    .login-form-container{
        text-align: center;
    }
    .section-sub-title-desc{
        margin-bottom: 40px;
    }
    .content-container{
        margin: auto;
    }
    ul.client-testimonial-box.list-inline li{
        width: 46%;
    }
    ul.footer-links > li.logo{
        padding-left: 3%;
    }
    #socialAccolades .section-title{
        padding-top: 20px;
    }
    #clients .section{
        margin-bottom: 60px!important;
    }
    #clients .section-title{
        padding: 40px;
    }
    .pricing-card-container .pricing-card{
        border:1px solid #dedede !important;

        margin:10px;
    }
    ul.nav.navbar-nav.navbar-right li {
        padding: 0 8px;
    }

}
@media (max-width: 1375px) and (min-width: 992px){
    #inspire .section{
        margin: auto;
    }
}
/*Media Queries for mobile screen*/
@media (max-width: 767px) and (min-width: 0px){
    body{
        font-size: 14px;
    }
    .headerWrapper{
        top:0;
    }    
    header{
        padding: 25px 0px;
        height: 70px;
    }
    .navbar, .navbar.navbar-default{
        margin: auto;
    }
    button.navbar-toggle{
        margin: auto 20px;
        padding: 12px 0;
    }    
    .section{
        margin: 20px!important;
    }    
    #footerLinks .section{
        padding-bottom:40px;
    }
    .login-form-container{
        text-align: center;
        padding: 15% 0;
    }
    .section-title{
        padding: 40px 0 60px 0!important;
        line-height: 40px;
    }
    .content-container{
        margin-bottom: 0;
    }
    .content-desc-container{
        margin-bottom: 0;
    }
    .illustration-container{
        padding-top: 0;
    }
    .feedback-quote-container{
        margin: 30px auto;
        margin-bottom: 60px;
    }
    span.customer-desc{
        margin-bottom: 30px;
    }
    #integrations .illustration-container img{
        box-shadow: none;
    }
    .login-form-container h1{
        text-align: center;
        font-size: 2.187em;
        line-height: 40px;
    }
    .login-form-container .form-group input{
        margin: auto!important;
        width: 100%!important;
    }
    .login-form-container .btn.login-form-button{
        margin-left: -6px;
        width: 97%
    }
    .conversion-funnel-img{
        width: 100%;
    }
    .login-image-container{
        padding: 50px 0px;
        padding-top: 30px;
    }
    .section-sub-title-desc.link{
        margin-bottom: 60px;
    }
    div.section-sub-title-desc {
        margin-bottom: 20px;
    }
    h2.content-title{
        line-height: 40px;
    }
    ul.clients-logo{
        text-align: center;
    }
    ul.client-testimonial-box.list-inline li{
        width: 90%;
        padding: 15px;
        margin: 0;
    }
    #socialAccolades .clients-logo li{
        width: 100%;
    }
    #getStarted .section h2{
        padding: 40px 0 20px 0;
        font-size: 2.1875em;
        line-height: 40px;
    }
    #getStarted .section input{
        width: 100%!important;
    }
    #getStarted .section .form-group{
        margin-top: 20px;
    }
    #getStarted .section .login-form-button{
        width: 100%;
        margin-top: 20px;
    }
    #getStarted .section p.i-agree{
        line-height: 35px;  
    }
    ul.footer-links > li{
        width: 46%;
        padding-bottom: 20px;
    }
    ul.footer-links > li.logo{
        display: none;
    }
    #loginModal .modal-dialog{
        width: 91%;
    }
    #contactModal .modal-dialog{
        width: 100%;
    }        
    .pricing-card-container{
        margin: auto!important;
    }
    .pricing-plan-buy-now-container{
        margin-bottom: 30px;
    }
    .btn-group.checkout-durations{
        margin-bottom: 30px!important;
        padding: 0 20%;
    }
    .pricing-card-container .pricing-card{
        margin-top: 50px;
        border: 1px solid #dedede!important;
    }
    .pricing-card.free-plan{
        margin-top: 0;
    }
    .pricing-page-title{
        margin-bottom: 50px;
    }
    .modal-dialog{
        width:100%!important;
    }
    #chatBotContainer{
        width: 100%!important;
    }
    .pricing-promotional-banner{
        margin: 20px;
        margin-top: 0;
    }
}
.video-container{
    max-width: 711px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    border: 5px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px 0px;
}
.video-content{
    height: 400px;
    width: 100%;
    background: url(../images/key-features/dashboard.png) center center no-repeat;
    background-size: cover; 
    cursor: pointer;
}
.intro-thumbnail{
    height: 60px;
    width: 60px;
    position: relative;
    top: 40%;
    left:45%;
    cursor: pointer;
}
/*Modals styling*/
.modal{
    background-color: rgba(253, 253, 253, 0.9);    
}
.modal-dialog{
    margin-top:130px;
    width: 500px;
}
.modal-content {
    -webkit-box-shadow: 0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22);
    box-shadow: 0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22);
    border-radius: 2px;
    border: none;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.in > .modal-dialog > .modal-content{
    webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-content .close {
    margin-top: -30px;
    margin-right: -30px;
    font-size: 25px;
    color: rgba(88, 86, 86, 0.69);
    background: #ccc;
    opacity: 1;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    text-shadow: none;
}
.modal-body h3{
    padding: 0;
    margin: 0;
    line-height: 45px;
    color: #49505b;
    font-weight: 400;
    font-size: 32px;
}
.form-group label.control-label{
    font-size: 14px;
    color: #72889b;
    margin-top: 0;
}
.modal-body .radio{
    margin-top: 0;
    margin-left: 0;
}
label.deviceOption{
    font-size: 18px!important;
    color: #5a6d7d!important;    
}
.modal-body .radio-inline:first-child{
    padding-left: 0;
}
.modal-body button{
    padding: 15px 30px;
    background: #00aeee;
    color: #fff!important;   
    font-size: 14px;
    border-radius: 3px;
}
.modal-body button.btn-block.disabled{
    background: #00aeee!important;
    color: #fff!important; 
}
.modal-body button:hover,.modal-body button:focus,.modal-body button:active,.modal-body button:visited,.modal-body button[disabled]{
    background: #00aeee!important;
    color: #fff!important; 
}
/*Login Modal*/
#loginModal{
    z-index: 1100;
}
#loginModal .modal-body{
    padding: 40px;
    font-size: 16px;
}
#loginModal .welcome-text{
    margin-bottom: 10px;
    text-align: center;
}
#loginModal .welcome-desc{
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
}
#loginModal .form-group.form-group-lg{
    margin-top: 0;
    margin-bottom: 10px;
}
#loginModal .form-group.form-group-lg input{
    padding-left: 15px;
}
#loginModal .form-group.form-group-lg label{
    color: #767c84;
}
#loginModal .forgotten-text{
    margin-bottom: 20px;
}
#loginModal .forgotten-text a,#loginModal .forgotten-text a:hover{
    color: #767c84;
    font-weight: 400;
    text-decoration: none;
}

/*SignUp Modal*/

#signUpModal .modal-body{
    padding: 40px;
    font-size: 16px;
}
#signUpModal .welcome-text{
    margin-bottom: 10px;
    text-align: center;
}
#signUpModal .welcome-desc{
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
}
#signUpModal .form-group.form-group-lg{
    margin-top: 0;
    margin-bottom: 10px;
}
#signUpModal .form-group.form-group-lg input{
    padding-left: 15px;
}
#signUpModal .form-group.form-group-lg label{
    color: #767c84;
}
#signUpModal .forgotten-text{
    margin-bottom: 20px;
}
#signUpModal .forgotten-text a,#loginModal .forgotten-text a:hover{
    color: #767c84;
    font-weight: 400;
    text-decoration: none;
}

/*Contact Modal*/

#contactModal .modal-body{
    padding: 40px;
    font-size: 16px;
}
#contactModal .welcome-text{
    margin-bottom: 10px;
    text-align: center;
}
#contactModal .welcome-desc{
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
}
#contactModal .form-group.form-group-lg{    
    margin-bottom: 10px;
}
#contactModal .form-group.form-group-lg input{
    padding-left: 15px;
}
#contactModal .form-group.form-group-lg textarea{
    padding-left: 15px;
}
#contactModal .form-group.form-group-lg label{
    color: #767c84;   
}
#contactModal button[type="submit"]{
    margin-top: 20px;
}
/*Pricing Style*/
.pricing-container{
    padding: 30px;
    max-width: 1366px;
    margin: 0 auto;
}
.pricing-card-container{
    margin: 40px 50px;
}
.pricing-card-container .col-md-2 {
    padding: 0;
}
.pricing-card-container .pricing-card {
    border: 1px solid #dedede;
    border-left: none;
    text-align: center;
    padding: 40px 5px;
    min-height: 800px;
}
.pricing-card.free-plan {
    border-left: 1px solid #dedede;
}
.plan-name {
    font-size: 20px;
    font-weight: bolder;
    line-height: 30px;
    letter-spacing: 2px;
    color: #00aeee;
    text-transform: uppercase;
}
.free-plan .plan-name{
    color: #49505b;
}
.plan-price {
    font-size: 48px;
    padding: 30px 0 20px 0;
    line-height: 45px;
    min-height: 100px;
    max-height: 100px;
}
.plan-price span{
    font-size: 14px;
    color: #898e96;
}
.plan-desc{
    min-height: 50px;
    font-size: 14px;
    color: #898e96;
}
.plan-feature{    
    margin-top: 20px;
    color: #49505b;
}
.feature-seperator {
    height: 1px;
    background: #dedede;
    width: 160px;
    margin: auto;
    margin-top: 20px;
}
.plan-feature span{
    font-weight: 600;
}
.plan-seperator{
    height: 3px;
    background: #dedede;
    width: 50px;
    margin: auto;
}
.plan-seperator.black{
    background:#49505b;
}
.pricing-plan-buy-now-container {
    position: absolute;
    bottom: 90px;
    left: 50%;
    width: 70%;
}
/*.enterprise-plan .plan-name{
    font-weight: 400;
}

.enterprise-plan .plan-desc{
    font-weight: 600;
    font-size: 1em;
}*/
.enterprise-plan .plan-price{
    font-size: 2.0em;
}
.pricing-container h3 {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    color: #49505b;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
}
#pricing .checkout-durations {
    margin: 30px 0 0 0;
}
#pricing .checkout-durations .btn-primary {
    color: #49505b!important;
    border: 1px solid #d1d3d6;
}
#pricing .checkout-durations .btn-primary.active {
    background: #19b985;
    color: #fff!important;
    border: 1px solid #19b985;
}
#pricing .checkout-durations .btn-primary.active span.text-success {
    color: #fff;
}
#pricing .checkout-durations .btn-primary {
    color: #49505b!important;
    border: 1px solid #d1d3d6;
}
.pricing-plan-price {
    height: 200px;
    background: #49505B;
    color: #fff;
    padding: 50px 0;
}
.pricing-plan-feature {
    height: 110px;
    padding: 20px 0;
    border: 1px solid #d1d8e0;
    border-top: none;
}
.pricing-plan-price.popular {
    background: #19B985;
    color: #fff;
}
.pricing-plan-value{    
    font-size: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pricing-plan-value sup{
    right: 0.3em;
    font-size: 50%;
    top: -1.2em;
    font-weight: 100;
}
p.pricing-plan-feature-desc-dark {
    margin: 0;
    font-weight: 700;
}

p.pricing-plan-feature-desc-light {
    margin: 0;
    color: #9CA0A6;
}
.pricing-plan-buy-now-container .btn-buy-now {
    background: #07c07b;
    color: #fff!important;
    height: 50px;
    font-size: 1em;
    width: 100%;
    line-height: 35px;
    font-weight: 400;
    position: absolute;
    margin: 0 auto;
    left: -50%;
}
.btn.btn-buy-now:active,.btn.btn-buy-now:focus,.btn.btn-buy-now:hover,.btn.btn-buy-now:visited{
    background: #07c07b!important;
    color: #fff;
}
.pricing-plan-buy-now-container .btn-buy-now-disabled {
    background: #808080;
}
.btn.btn-buy-now-disabled:active,.btn.btn-buy-now-disabled:focus,.btn.btn-buy-now-disabled:hover,.btn.btn-buy-now-disabled:visited{
    background: #808080!important;
}
.pricing-plan-feature-list {
    border: 1px solid #D1D8E0;
    border-top: none;
}
.pricing-plan-feature-list ul{
    margin: 0;
    text-align: left;
    padding-left: 25%;
}
.pricing-plan-feature-list ul li {
    padding-top: 30px;
}
.pricing-plan-feature-list ul li.disabled{
    color: #9FA2B1;
    text-decoration: line-through;
}
.pricing-plan-feature-list ul li p{
    margin: 0;
}
.pricing-plan-feature-list ul li p i{
    font-size: 0.86em;
}
.pricing-plan-feature-list ul li:last-child {
    padding-bottom: 40px;
}
.pricing-plan-feature-list ul li:first-child {
    padding-top: 40px;
}
.pricing-plan-toggle-container {
    height: 40px;
    padding-top: 15px;
    border: 1px solid #d1d8e0;
    border-top: none;
    border-bottom: none;
    color: #00aeee;
    text-decoration: underline;
    cursor: pointer;
}
.pricing-plan-toggle-container p {
    margin: 0;
    font-size: 14px;
}
.plan-feature-note p{
    color: #656b74;
}
.plan-feature-note p>span{
    font-weight: 600;
    color: #49505b;
}
.pricing-card i{
    border: 1px solid #00aeee;
    color: #00aeee;    
    vertical-align: bottom;
    cursor: pointer;
}
.pricing-card i:hover{
    background: #00aeee;
    color: #fff;
}
.pricing-card i.add{
    border-left:none;
}
.team-plan .plan-desc > span{
    color: #00aeee;
    font-weight: 600;
}
@media (min-width: 992px){
    .pricing-card-container div.col-md-2 {
        width:20%;
        padding:0;
    }
}
/*BUTTON LOADER*/
.btn-loader-msg {
    float: left;
    display: inline-block;
    position: relative;
}
.btn-loader {
    font-size: 10px;
    margin: 0 auto;
    text-indent: -9999em;
    width: 20px;
    height: 20px;
    float: right;
    border-radius: 50%;
    background: #00aeee;
    background: -moz-linear-gradient(left, #00aeee 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #00aeee 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #00aeee 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #00aeee 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #00aeee 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: btn-loader-anim 1.4s infinite linear;
    animation: btn-loader-anim 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.btn-loader.btn-loader-blue {
    background: #fff;
    background: -moz-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
}
.btn-loader:before {
    width: 50%;
    height: 50%;
    background: #00aeee;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.btn-loader.btn-loader-blue:before {
    background: #fff;
}
.btn-loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.btn-loader.btn-loader-blue:after {
    background: #00aeee;
}
@-webkit-keyframes btn-loader-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes btn-loader-anim {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#getStarted .btn-loader.btn-loader-blue:after{
    background-color: #1b2432;
}
.badge{
    background: #00aeee;
    margin-top: -10px;
}
.btn.btn-transparent{
    background: #fff;
    color: #00aeee;
    border: 1px solid #00aeee;
    border-radius: 3px;
}
.btn.btn-solid{
    background: #00aeee;
    color: #fff;    
    border-radius: 3px;    
}
.btn:not(.btn-raised):not(.btn-link).btn-solid:hover,.btn:not(.btn-raised):not(.btn-link):focus{    
    background: #00aeee; 
    color: #fff;
}
/*User engagement modal styling*/
#userEngagementModal .modal-dialog{
    width: 800px;
    max-width: 800px;
}
#userEngagementModal .modal-body{
    padding: 40px;
}
#userEngagementModal .welcome-text{
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}
#userEngagementModal .thumbnail-container{      
    border-right: 1px solid #dedede;
}
#userEngagementModal .thumbnail-container > img{
    padding-right: 15px;
}
#UESignInForm{
    margin-top: -26px;
}
#UESignInForm input{
    margin-bottom: 0;
}
#UESignInForm button{
    margin-bottom: 0;
    margin-top: 15px;
}
.ue-iframe-container{
    position: relative;
}
a.back-button-user-engagement {
    float: right;
    position: absolute;
    top: -34px;
    right: 0;
    color: #7c7a7a;
    font-weight: 600;
    border-radius: 3px;
    padding: 0px 10px 3px 5px;
    background: #cccccc;
}
a.back-button-user-engagement > svg{
    vertical-align: sub;
    fill: #7d7b7b;
}

/*----------------------SPINNER-----------------------------------*/
.page-spinner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: +10000;  
}
.cf-spinner {
    width: 65px;
    height: 65px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: +10000;
}
.cf-spinner.small {
    width: 40px;
    height: 40px;
}
.cf-spinner .spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite;
    position: absolute;
    background-position: 50% 50%!important;
    top: 0;
    left: 0;
}
@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
@keyframes rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}
.spinner .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@-webkit-keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}
@keyframes colors {
    0% {
        stroke: #4285F4;
    }
    25% {
        stroke: #DE3E35;
    }
    50% {
        stroke: #F7C223;
    }
    75% {
        stroke: #1B9A59;
    }
    100% {
        stroke: #4285F4;
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg);
    }
}
.intro-hover {
    height: 100%;
    width: 100%;
    background-color: rgba(86, 77, 77, 0.26);
}
#GetStartedForm .btn-loader-blue{
    top: 10px;
}
/*----------------------------Mozilla Firefox Fixes-------------------------------------------*/
@-moz-document url-prefix() {
    .login-form-container .form-group .form-control::-moz-placeholder{
        line-height: 2.8;
    }
    .login-form-container .form-group.is-empty.has-error > input {
        border-bottom: none!important;
    }
    .login-form-container .form-group input {
        border-bottom: none!important;
    }
    #GetStartedForm .form-group .form-control::-moz-placeholder{
        line-height: 3.8;
    }
    #getStarted,#introVideo{
        display: inline-block;
    }
    .login-form-container button{
        line-height: 35px;
    }
    .login-form-container .btn-loader-blue{
        position: relative;
        top: -26px;
        left: 6px;
    }
    #signInForm .btn-loader-blue,#forgotPasswordForm .btn-loader-blue,#balsamiqLoginForm .btn-loader-blue,#signUpForm .btn-loader-blue{
        position: absolute;
        right: 25px;
        top: 15px;
    }
    #GetStartedForm .btn-loader-blue{
        position: relative;
        top: -28px;
        left: 5px;
    }
}

/*Referral banner css*/
.whats-new-banner-wrapper {
    background: url(../images/whats-new/banner-image6.png);
    background-size: contain;
}
.whats-new-banner-wrapper .section{
    margin: 40px auto;
    min-height: 100%;
    text-align: center;
    color:#fff;
    height: 100%;
    margin-top: 0;
}
.whats-new-banner-wrapper .section > h2{
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 30px;
    font-size: 2.5em;
    color: #FFFFFF;
    padding-top: 60px;
}
.whats-new-banner-wrapper .section > p{
    margin: 0 auto;
    max-width: 800px;
}
.whats-new-banner-wrapper .btn.btn-block.btn-solid{
    max-width: 200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
    background: rgb(255, 255, 255)!important;
    color: #29bbf1;
    font-weight: 600;
    border: 1px solid #ffffff;
}
.whats-new-banner-wrapper .btn.btn-block.btn-solid:hover {
    background: #00aeee!important;
}
.refrerral-banner-wrapper .btn-solid:hover,
.refrerral-banner-wrapper .btn-solid:focus,
.refrerral-banner-wrapper .btn-solid {
    background: #fff!important;
    color: #00aeee!important;
}
.whats-new-banner-wrapper .text-highlighted{
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    border-bottom: 1px dashed #fff;
}
.whats-new-banner-wrapper .close-referral-banner{
    color: white;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    line-height: 10px;
    font-size: 10px;
    opacity: 1;
}
.whats-new-banner-wrapper .close-referral-banner > span{
    font-size: 17px;
    vertical-align: text-bottom;
}
.visitor-referral-banner{
    margin: 0;
    color: #fff;
    text-align: center;
    background: #00aeee;
}
/* chatBot styling */
#chatBotContainer{
    position: fixed;
    bottom: 0;
    right: -900px;
    z-index: 999999999999;
    background: transparent;
    overflow: hidden;
    border-radius: 20px 0 0 0;
    color: #fff;
    text-align: center;
    margin: 0; 
    width: 700px;
    height: 100%;
    transition: all .5s ease-in-out;
}
#chatBotContainer.active{
    right: 0;
}
#chatBotContainer.active body{
    overflow: hidden;
}
.btn-close-chat-box{
    position: absolute;
    right: 3px;
    top: 12px;
    background: #F44336;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
    line-height: 26px;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.07), 0 1px 5px 0 rgba(0,0,0,0.07);
}

.chatbot-header {
    background: #00aeee;
    padding: 10px;
    display: block;
    border-bottom: 3px solid #fff;
}
.chatbot-pic {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 10px;
}
.chatbot-pic img {
    width: 100%;
}
.chatbot-header h3 {
    margin: 0;
    font-size: 14px;
}
.chatbot-layover {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    display: none;
    z-index: 9999;
}
.chatbot-layover.active{
    display: block;
}
.btn-compare {
    border: 1px solid #00aeee;
    padding: 10px;
    border-radius: 3px;
    text-decoration: none;
    overflow: hidden;
    white-space: normal;
    color: #00aeee!important;
}
.btn-compare:hover{
    text-decoration: none!important;
}
.btn-compare:focus{
    color: #fff!important;
}
.pricing-promotional-banner{
    min-height: 250px;
    overflow: hidden;
    background: url(../images/key-features/banner-pricing.png) center center no-repeat;
    background-size: contain;
    text-align: center;

}
.btn-solid{
    background: #00aeee;
    color:#fff!important;
}
.btn-solid:hover{
    background: #00aeee;
    color:#fff;
}
.about-container {
    padding: 30px 300px;
    max-width: 1366px;
    margin: 0 auto;
}
.about-container .about-page-title{
    font-size: 36px;
}
.about-container .about-page-title > p{
    font-weight: 600;
}
.about-container .heading{
    font-size: 32px;
    margin: 30px 0; 
}
.about-container .description{
    margin: 30px 0;
}
.about-container .img-rounded{
    width: 150px;
}
.sub-content {
    padding-left: 60px;
    list-style-type: lower-alpha;
}