/* general */
body {
    padding-top: 78px;
}

h1, h2, h3, h4, h5, h6 {
    color: #888;
}

.btn-clear {
    border: none;
    background: transparent;
    padding: 25px 20px;
    color: #555;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.anchor {
    color: #428BCA;
    cursor: pointer;
    text-decoration: none;
}

.anchor:hover {
    color: #357EBD;
    text-decoration: underline;
}

.screenshot-anchor {
    display: block;
}

.screenshot {
    display: block;
}

.img-thumbnail:hover {
    background-color: #f1f1f1;
}

html #features #tabs .tabs-wrapper .tab-content .tab-pane {
    height: auto;
}

.popover-content-holder,
.popover-title-holder {
    display: none;
}

/* removes the theme's default behaviour */
.modal-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-color: #333;
    z-index: 11;
}

.modal-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px; /* half the size of the image */
}

.list-style-v {
    list-style-image: url('../images/list-style-v.png');
    font-weight: bold;
}

.col-md-6.image {
    width: 30%;
    padding-top: 20px;
}

.col-md-6.info {
    width: 70%;
}

h4.fe_title {
    color: #3B88B6;
    font-size: 19px;
    font-weight: normal;
    line-height: 25px;
    margin-top: 35px;
}

.purple-circle {
    background-color: #8800f9;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    vertical-align: text-bottom;
    margin: 0 3px 1px 0;
}

.anchor-img:hover {
    text-decoration: none;
}

/* payment dialog */
#payment-modal #upgrade-iframe {
    width: 100%;
    min-height: 480px;
    border: 0;
}

#loading-upgrade {
    text-align: center;
    padding-bottom: 50px;
}

.button {
    display: inline-block;
    vertical-align: middle;
    padding: 13px 32px;
    font-weight: 400;
    font-size: 17px;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
    border: 0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px, inset rgba(255, 255, 255, 0.88) 0px 1px 3px -1px;
    background-color: #4589E3;
    background: -webkit-linear-gradient(#5DA4FF, #417BFF);
    background: linear-gradient(#5DA4FF, #417BFF);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button:hover {
    background-color: #4589E3;
    background: -webkit-linear-gradient(#579DF7, #3C73F2);
    background: linear-gradient(#579DF7, #3C73F2);
}

.button.button-small {
    padding: 10px 33px;
    border: 1px solid #68A2EE;
    font-size: 14px;
    font-weight: 500;
}

/* filters (used @ customers page) */
.filters span {
    display: inline-block;
    margin: 3px;
    padding: .2em .6em .3em;
    border-radius: .25em;
    background-color: #777;
    color: #fff;
    cursor: pointer;
}

.filters span.active,
.filters span:hover {
    background-color: #337AB7;
}

/* home */
@media (min-width: 768px) {
    #carousel-home .carousel-caption.row > div:first-child {
        text-align: left;
    }

    #carousel-home .carousel-caption.row > div {
        text-align: right;
    }

    #carousel-home .carousel-caption.row > div:nth-child(2) img {
        margin-top: 80px;
    }
}

@media (min-width: 768px) and (max-width: 1450px) {
    .carousel-caption {
        right: 10%;
        left: 10%;
    }
}

#carousel-home .carousel-caption {
    padding: 0;
    top: 0;
    bottom: auto;
}

#carousel-home .carousel-inner {
    max-height: 500px;
}

.carousel-caption h1 {
    font-size: 46px;
    color: #fff;
}

.carousel-inner .item {
    background-color: #000;
}

.carousel-inner .item > img {
    opacity: 0.5;
}

.carousel-custom-subheader {
    font-size: 20px;
    margin: 20px 0 0;
}

.wrap {
    max-width: 100%;
}

.wrap iframe {
    max-width: 100%;
}

html #home2 #testimonials {
    margin: 50px 0;
}

#carousel-home .cta {
    margin: 10px 0;
}

#carousel-home .monthly-chatters {
    font-size: 22px;
    margin: 10px 0;
}

#video-player {
    color: #fff;
    font-weight: bold;
}

#video-player:hover span {
    color: #7FB500;
}

#video-player span {
    font-size: 35px;
    vertical-align: middle;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}

@media (min-width: 991px) {
    #home2 .features .info {
        padding-right: 80px;
    }
}

@media (min-width: 1280px) {
    html #carousel-home .cta {
        margin: 30px 0;
    }

    html #carousel-home .monthly-chatters {
        margin: 40px;
    }
}

@media (max-width: 1100px) {
    html #video-player {
        padding: 5px;
    }
}

@media (max-width: 991px) {
    html #carousel-home .carousel-caption {
        position: static;
        color: #000;
    }

    html #home2 #hero {
        padding-top: 0;
    }

    html .button-outline:hover {
        color: #000;
    }

    html #video-player {
        color: #000;
    }

    html .carousel-caption h1 {
        color: #888;
    }
}

@media (max-width: 1300px) {
    #carousel-home .carousel-caption h1 {
        font-size: 30px;
    }

    #carousel-home .carousel-caption .carousel-custom-subheader {
        font-size: 18px !important;
    }
}

#home2 .features .info-header {
    color: #3B88B6;
}

#home2 .features .info {
    color: #6C7279;
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
    text-align: justify;
    font-weight: normal;
}

.gdbox {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #48886F), color-stop(1, #84AA33));
    background-image: -webkit-linear-gradient(bottom, #48886F 0%, #84AA33 100%);
    background-image: linear-gradient(to bottom, #48886F 0%, #84AA33 100%);
}

/* home main gif */
.animated-icons {
    padding: 100px 0 20px 50px;
    position: relative;
}

.inner-img {
    position: relative;
}

.com-icon {
    position: absolute;
    display: inline-block;
    border: 5px solid #333;
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transform: scale(.8);
    transition: all 0.1s ease-in-out 0s;
    animation-fill-mode: forwards;
    animation-name: upload-animation;
    animation-duration: 2s;
    visibility: hidden;
}

.upload-file-icon {
    bottom: -20px;
    height: 60px;
    left: -30px;
    width: 60px;
    animation-delay: 2s;
}

.upload-file-icon i {
    font-size: 30px;
    line-height: 50px;
}

.phone-icon {
    height: 80px;
    left: -60px;
    margin-top: -30px;
    top: 50%;
    width: 80px;
    animation-delay: 3s;
}

.phone-icon i {
    font-size: 50px;
    line-height: 70px;
}

.microphone-icon {
    height: 100px;
    left: -40px;
    top: -30px;
    width: 100px;
    animation-delay: 4s;
}

.microphone-icon i {
    font-size: 50px;
    line-height: 90px;
}

.camera-icon {
    height: 100px;
    left: 45%;
    margin-left: -50px;
    top: -70px;
    width: 100px;
    animation-delay: 5s;
}

.camera-icon i {
    font-size: 50px;
    line-height: 90px;
}

.video-icon {
    height: 120px;
    right: -20px;
    top: -50px;
    width: 120px;
    animation-delay: 6s;
}

.video-icon i {
    font-size: 50px;
    line-height: 110px;
}

#carousel-home .carousel-caption.row > div:nth-child(2) img {
    margin-top: auto;
}

.com-icon img {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -24px !important;
}

.com-icon.upload-file-icon img {
    margin-left: -11px;
    margin-top: -14px !important;
}

.com-icon.phone-icon img {
    margin-top: -20px !important;
    margin-left: -20px;
}

.com-icon.microphone-icon img {
    margin-left: -16px;
}

.com-icon.video-icon img {
    margin-top: -17px !important;
}

/**********************
 *  animation effect  *
 **********************/
@keyframes upload-animation {
    0% {
        visibility: hidden;
        transform: scale(.8);
    }
    1% {
        visibility: visible;
    }
    50% {
        transform: scale(1.1) rotate(15deg);
    }
    100% {
        transform: scale(.8);
        visibility: visible;
    }
}

/* about us */
h3.title {
    color: #444444;
    font-family: "Myriad Pro", Lato, "Helvetica Neue", Arial;
    font-size: 26px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 7px;
}

/* plug-ins */
#plugins div.important-plugins {
    margin: 30px 0;
}

@media (min-width: 768px) {
    #plugins .col-sm-5:nth-child(4) {
        text-align: right;
    }

    #plugins .row {
        margin-top: 10px;
    }

    /* #plugins .important-plugins > div:nth-child(2) { text-align: right; } */
}

/* press */
#press-images img {
    float: left;
    margin: 5px;
}

#press-images div {
    clear: both;
}

/* customers */
@media (max-width: 768px) {
    #customers .customer-thumbnail {
        width: 100% !important;
        margin: 10px 0 !important;
    }
}

@media (max-width: 992px) {
    html #customers .customer-thumbnail {
        width: 48%;
        margin: 10px 1%;
    }
}

#customers .customer-thumbnail {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 4px;
    padding: 4px;
    margin: 10px 1%;
    float: left;
    width: 31%;
    min-width: 280px;
    vertical-align: top;
}

#customers .customer-thumbnail div {
    text-align: center;
    height: 100px;
    line-height: 100px;
}

#customers .customer-thumbnail div img {
    max-height: 100%;
}

#customers .customer-thumbnail .well {
    padding: 10px;
    margin: 0;
    height: 150px;
    overflow-y: auto;
}

#customers .customer-thumbnail h5 {
    padding: 10px;
}

/* support [sub pages] */
.number-header {
    position: relative;
}

@media (max-width: 768px) {
    html .number-header {
        padding-left: 50px;
    }

    html .number {
        left: 0;
    }

    html .support .support-body {
        padding-left: 0;
    }
}

.number {
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding-top: 6px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size: 18px;
    position: absolute;
    left: -50px;
    top: 0;
}

.support .support-body {
    padding-left: 50px;
}

/* FAQ */
.img-box img {
    height: 130px;
}

#faq .screenshot-anchor {
    display: inline-block;
}

/* theme */
/* header */
@media (min-width: 768px) {
    .navbar.white {
        background: #FFF;
    }
}

.navbar.white {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 1px 5px #666;
}

.navbar.white .navbar-header .navbar-brand {
    height: auto;
    padding: 9px;
}

.navbar.white .navbar-collapse .navbar-nav > li > a {
    padding: 25px 20px;
    color: #555;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.navbar.white .navbar-collapse .navbar-nav > li > a:hover {
    color: #428BCA;
}

.navbar.white .navbar-collapse .navbar-nav > li {
    float: none;
    display: inline-block;
}

@media (max-width: 767px) {
    .navbar.white .navbar-collapse .navbar-nav > li {
        display: block;
    }

    .navbar.white .navbar-collapse .navbar-nav > li > a {
        padding: 18px 20px;
    }
}

.button-outline {
    padding: 20px 51px;
    background-color: #7FB500;
    border: 2px solid #FFF;
    border-radius: 4px;
    font-size: 16px;
    text-shadow: 1px 1px 1px #666;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button-outline:hover {
    text-decoration: none;
    color: #DDD;
    border-color: #DDD;
}

.navbar.white .navbar-header .navbar-toggle {
    margin-top: 17px;
}

/* footer */
@media (max-width: 767px) {
    #footer {
        text-align: center;
    }
}

#footer .menu ul li a {
    color: #89A1C0;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#footer .menu ul li {
    display: block;
    margin-bottom: 9px;
}

#footer .menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
}

#footer .menu h3 {
    margin-top: 0;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 600;
}

#footer {
    background: #FFF;
    padding-top: 70px;
    padding-bottom: 30px;
    -webkit-font-smoothing: antialiased;
}

#footer .credits .col-md-12 {
    padding-top: 20px;
    font-size: 13px;
    text-align: center;
    color: #A1AAB6;
}

/* home */
#home #features-hover .features .feature {
    cursor: pointer;
}

#home #features-hover .features .feature.active p,
#home #features-hover .features .feature:hover p {
    color: #555;
}

#home #features-hover .features .feature strong {
    color: #B6B6B6;
    font-size: 16px;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

#home #features-hover .features .feature.active strong,
#home #features-hover .features .feature:hover strong {
    color: #58B0D5;
}

#home #features-hover .features .feature p {
    margin-top: 15px;
    line-height: 25px;
    color: #B6B6B6;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

@media (min-width: 992px) {
    #home #features-hover .features .feature {
        width: 85%;
        margin: 0 auto;
    }
}

#home #features-hover .images img.active {
    display: block;
}

#home #features-hover .images img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    display: none;
}

#home #features-hover .images {
    height: 350px;
}

#home #testimonials .testimonial .quote {
    font-size: 13px;
    line-height: 24px;
    border: 1px solid #E2E2E2;
    padding: 12px 22px;
    border-radius: 6px;
    width: 90%;
    position: relative;
}

#home #testimonials .testimonial .quote .arrow-down {
    position: absolute;
    bottom: 3px;
    left: 30px;
}

#home #testimonials .testimonial .quote .arrow-down .arrow,
#home #testimonials .testimonial .quote .arrow-down .arrow-border {
    border-color: #FFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 11px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    z-index: 1002;
}

#home #testimonials .testimonial .quote .arrow-down .arrow-border {
    border-color: #E2E2E2 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-width: 12px;
    top: 3px;
    z-index: 1001;
    left: -1px;
}

#home #testimonials .testimonial .author .name {
    color: #3C92C5;
    line-height: 23px;
    font-weight: 500;
}

#home #testimonials .testimonial .author .company {
    font-size: 14px;
    color: #909090;
    line-height: 23px;
    font-weight: 400;
}

#home #testimonials .testimonial .author .pic {
    width: 71px;
    height: 71px;
    border-radius: 50px;
    float: left;
    position: relative;
    top: -12px;
    margin-right: 18px;
    border: 1px solid #CCC;
}

#home #testimonials .testimonial .author {
    margin-top: 40px;
    margin-left: 10px;
}

.customers-logo-sec {
    text-align: center;
    padding: 60px 0 0;
}

.customers-logo-sec > ul > li {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 30px;
}

.rtOffers {
    background: url(https://d1pfint8izqszg.cloudfront.net/new/images/home/road.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    margin: 40px 0 10px;
}

.rtOffers p {
    font-size: 24px;
    padding-bottom: 15px;
}

.offersOverlay {
    background: rgba(0, 0, 0, 0.8);
    padding: 60px 0;
}

/* contact us */
#contact-us .message h3 {
    font-family: Myriad Pro, Lato, Helvetica Neue, Arial;
    color: #444;
    font-size: 26px;
    font-weight: 600;
}

#contact-us .message p {
    font-size: 15px;
    font-weight: 400;
    color: #777;
}

#contact-us .message form {
    width: 70%;
}

@media (max-width: 767px) {
    html #contact-us .message form {
        width: auto;
    }
}

#contact-us .message form label {
    color: #555;
    font-weight: 500;
    margin-bottom: 7px;
}

#contact-us .message form .button {
    margin-top: 10px;
}

@media (max-width: 991px) {
    #contact-us .contact {
        margin-top: 50px;
    }
}

#contact-us .contact h3 {
    font-family: "Myriad Pro", Lato, "Helvetica Neue", Arial;
    color: #252525;
    font-size: 18px;
    font-weight: 500;
}

#contact-us .contact p {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

#contact-us .contact .online-support {
    background: #F8FDFE;
    border: 1px solid #BEE1F3;
    margin-top: 40px;
    border-radius: 6px;
    padding: 20px 22px 18px 22px;
    width: 70%;
}

#contact-us .contact .online-support strong {
    color: #333;
    font-size: 15px;
}

#contact-us .contact .online-support a:hover {
    text-decoration: none;
}

/* features */
#features .info-header {
    color: #3B88B6;
    font-weight: normal;
    font-size: 19px;
    line-height: 25px;
}

#features .info {
    color: #6C7279;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
}

@media (max-width: 991px) {
    #features #tabs .tabs-wrapper .tab-content .tab-pane {
        opacity: 1;
        height: auto;
        text-align: left;
        margin-bottom: 70px;
    }
}

#features #tabs .header {
    text-align: center;
}

#features #tabs .header h3 {
    font-size: 22px;
    color: #444;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 7px;
}

#features #tabs .header p {
    font-size: 16px;
    font-weight: 400;
    color: #888;
}

#features #tabs .tabs-wrapper {
    margin-top: 45px;
}

#features #tabs .tabs-wrapper .nav-tabs {
    text-align: center;
    border-bottom: 2px solid #EDEDED;
}

#features #tabs .tabs-wrapper .nav-tabs li {
    float: none;
    display: inline-block;
}

#features #tabs .tabs-wrapper .nav-tabs li a {
    color: #888;
    font-weight: 400;
    border: 2px solid transparent;
    padding: 10px 20px;
    font-size: 15px;
    -webkit-transition: color 0.25s linear, border-color 0.25s linear;
    transition: color 0.25s linear, border-color 0.25s linear;
}

#features #tabs .tabs-wrapper .nav-tabs li.active a {
    color: #2B69A2;
    font-weight: 400;
    border-bottom: 2px solid #7BA3C9;
}

#features #tabs .tabs-wrapper .nav-tabs li a:hover {
    color: #2B69A2;
    background: none;
}

#features #tabs .tab-content {
    margin-top: 30px;
}

#features #chat > .row,
#features #Integration > .row,
#features #AdminPanel > .row {
    padding-top: 30px;
}

/* getting started */
#getting-started-page ul {
    list-style-type: none;
}

#getting-started-page {
    color: #333;
}

.getting-started-top {
    background: #f1f1f1 none repeat scroll 0 0;
    box-shadow: 0 -15px 40px -14px #cccccc inset;
    padding-top: 50px;
    width: 100%;
}

#getting-started-page .top-steps-title {
    padding-bottom: 30px;
}

#getting-started-page .social-chat-main {
    display: table;
    width: 100%;
}

#getting-started-page .col-7,
#getting-started-page .col-5 {
    display: table-cell;
    vertical-align: bottom;
}

#getting-started-page .col-7 {
    width: 58.3333%;
}

.getting-started-left-top > h2 {
    font-size: 22px;
}

.getting-started-left-top > h4 {
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
}

.getting-started-left-top > p {
    font-size: 16px;
}

.getting-started-left-top > ul {
    padding: 10px 0;
}

.getting-started-left-top li {
    padding-left: 20px;
    position: relative;
}

.getting-started-left-top li:before {
    color: #6b9d12;
    left: 0;
    position: absolute;
    content: "\E089";
    font-family: 'Glyphicons Halflings';
}

#getting-started-page .col-5 {
    width: 41.6667%;
}

#getting-started-page .social-chat-img {
    text-align: center;
}

#getting-started-page .social-chat-img img {
    max-width: 100%;
}

#getting-started-page .five-steps {
    padding: 30px 0px;
}

#getting-started-page .icon-img {
    text-align: center;
}

#getting-started-page .step {
    padding: 30px 10px;
}

#getting-started-page .step a {
    display: inline-block;
}

#getting-started-page .step.step-1 {
    background: #f1f1f1;
}

#getting-started-page .step h2 {
    color: #3b88b6;
    font-size: 18px;
    margin-top: 0;
    position: relative;
    padding: 5px 0px 10px 38px;
    display: inline-block;
}

#getting-started-page .step h2:before {
    background: #80b620;
    border-radius: 50%;
    color: #ffffff;
    content: "1";
    height: 30px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
    top: 0;
}

#getting-started-page h2.number-header-2:before {
    content: "2";
}

#getting-started-page h2.number-header-3:before {
    content: "3";
}

#getting-started-page h2.number-header-4:before {
    content: "4";
}

#getting-started-page h2.number-header-5:before {
    content: "5";
}

#getting-started-page .get-std-fl-r {
    float: right;
}

#getting-started-page .makes-different {
    padding: 30px 0;
}

#getting-started-page .makes-different > h2 {
    color: #3b88b6;
    font-size: 22px;
}

#getting-started-page .makes-different > ul {
    padding-top: 10px;
}

#getting-started-page .makes-different li {
    position: relative;
    padding: 0px 0px 5px 20px;
}

#getting-started-page .makes-different li:before {
    color: #6b9d12;
    left: 0;
    position: absolute;
    content: "\E089";
    font-family: 'Glyphicons Halflings';
}

#getting-started-page .makes-different li span {
    color: #3b88b6;
    font-weight: bold;
}

#getting-started-page .five-steps img {
    max-width: 100%;
}

@media (max-width: 991px) {
    #getting-started-page .col-7,
    #getting-started-page .col-5,
    #getting-started-page .social-chat-main {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #getting-started-page .get-std-fl-r {
        float: none;
    }

    #getting-started-page .step {
        text-align: center;
    }

    #getting-started-page .icon-img {
        padding-bottom: 20px;
    }

    #getting-started-page .step {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    #getting-started-page .step h2 {
        font-size: 16px;
    }

    #getting-started-page .getting-started-left-top > p {
        font-size: 14px;
    }

    #getting-started-page .makes-different > h2,
    #getting-started-page .getting-started-left-top > h2 {
        font-size: 18px;
    }
}

/* upgrade */
/* choosing plan section; number of chatters and rooms */
.plan-selection {
    text-align: center;
    margin-bottom: 30px;
}

.plan-selection .form-control {
    display: inline-block;
    width: auto;
}

.current-plan {
    text-align: center;
}

/* plan options; monthly\yearly */
.plan-options {
    color: #888;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.step-two .plan-options {
    background-color: #efefef;
}

@media (max-width: 768px) {
    .plan-options > div:first-child {
        margin-bottom: 40px;
    }
}

.plan-options p {
    color: #666666;
    font-style: italic;
}

.plan-options > div > div {
    background-color: #efefef;
    padding: 25px;
    text-align: center;
}

.plan-options h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0;
}

.plan-options .price {
    font-size: 50px;
    font-weight: bold;
    margin: 0;
}

.plan-options .price sup {
    font-size: 30px;
    font-weight: normal;
}

.plan-options .price sub {
    font-size: 14px;
    font-weight: normal;
    bottom: 0;
    font-style: italic;
}

/* plan options -> plan saving icon */
.plan-savings {
    position: absolute;
    right: 11px;
    top: -20px;
}

.plan-savings > div {
    color: #ffffff;
    font-size: 18px;
    background-color: #80b620;
    margin: 0;
    padding: 6px 10px;
    transform: skewX(-15deg);
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

.plan-savings > div > span {
    transform: skewX(15deg);
    display: inline-block;
}

/* plan steps display */
.plan-steps {
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.plan-steps > ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 10;
}

.plan-steps li {
    color: #3d3d3d;
    display: inline-block;
    position: relative;
    font-size: 14px;
    list-style-type: none;
    width: 120px;
    counter-increment: step-counter;
}

.plan-steps li::before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #6f6f6f;
    content: counter(step-counter);
    counter-increment: step;
    display: block;
    font-size: 14px;
    line-height: 28px;
    margin: 0 auto 5px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    border: 1px solid #6f6f6f;
}

.plan-steps li.active::before {
    background-color: #222;
    color: #ffffff;
    border-color: #222;
}

.plan-steps li.active {
    color: #222;
    font-weight: bold;
}

.plan-steps li:first-child::after {
    content: none;
}

.selected-options {
    margin: 0 auto 15px;
    max-width: 500px;
    border-bottom: 1px solid #ccc;
}

.selected-options > div {
    display: inline-block;
    padding: 10px 20px;
    min-width: 180px;
}

.step-two {
    display: none;
}

.buy-now-btn, #pay-button {
    text-transform: uppercase;
}

.plan-selection [data-toggle="tooltip"] {
    color: #0097ce;
    cursor: help;
    border-bottom: 1px dotted #aaa;
}

.payment-button-wrapper {
    text-align: center;
    margin: 15px 0;
}

/* premium */
#premium {
    background-color: #f5f5f5;

    padding-bottom: 80px;
    -webkit-box-shadow: #000 0 -5px 30px -20px inset;
    box-shadow: #000 0 -5px 30px -20px inset;
}

.mainCol {
    margin: 0 auto;
    text-align: center;
}

.selectInput {
    width: 100%;
    margin: 15px 0;
}

.selectInput td {
    text-align: left;
}

.selectInput td:first-child {
    text-align: right;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.ChatPricing-table {
    margin: 50px 0 30px;
}

.chatPricing-sec {
    background-color: #ffffff;
    border: none;
    margin-top: 30px;
}

.chatPricing-sec .tab-content {
    margin-top: 50px;
    padding: 20px;
}

.chatPricing-sec .nav-tabs > li {
    width: 50%;
    text-align: center;
}

.chatPricing-sec .nav-tabs > li > a {
    background-color: #ebebeb;
    border: 0 none;
    border-radius: 0;
    color: #151515;
    font-size: 22px;
    line-height: 24px;
    margin-right: 0;
    padding: 16px 15px 18px;
}

.chatPricing-sec .nav-tabs > li.active > a,
.chatPricing-sec .nav-tabs > li.active > a:hover,
.chatPricing-sec .nav-tabs > li.active > a:focus {
    border: 0;
    color: #888;
    background: #fff;
}

.chatPricing-sec .nav-tabs > li > a,
.chatPricing-sec .nav-tabs > li > a:hover,
.chatPricing-sec .nav-tabs > li > a:focus {
    outline: none;
}

.ChatPricing-table .table > tbody > tr > td {
    border-top: none;
    border-bottom: none;
    border-right: solid 1px #dcdcdc;
    padding: 0 47px;
    width: 25%;
}

.ChatPricing-table .table > tbody > tr > td:nth-child(4) {
    border-right: none;
}

.hideSec > i, .hideSec-a > i {
    color: #428bca;
    font-size: 12px;
    left: 8px;
    position: absolute;
    top: 6px;
}

.ChatPricing-table .table > tbody > tr.chart-roomSec > td {
    border-right: 0 none;
    padding-top: 60px;
}

.ChatPricing-table .table > tbody > tr > th {
    background: #ebebeb;
    border: 0 none;
    padding: 8px 20px;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

.ChatPricing-table .table > tbody > tr > th > .mainHeading > span {
    float: right;
    cursor: pointer;
}

.ChatPricing-table .table > tbody > tr.chartStyle > td {
    padding: 12px 20px;
    border-bottom: solid 1px #dcdcdc;
    text-align: center;
    vertical-align: middle;
}

.ChatPricing-table .table > tbody > tr.chartStyle > td:nth-child(1) {
    text-align: left;
}

.ChatPricing-table .table > tbody > tr.chartStyle > td:nth-child(2) {
    width: 300px;
}

.ChatPricing-table .table > tbody > tr.chartStyle > td:nth-child(3) {
    width: 310px;
}

.ChatPricing-table .table > tbody > tr.chartStyle > td:nth-child(4) {
    width: 300px;
}

.ChatPricing-table .table > tbody > tr.chartStyle > td > i {
    color: #ffa800;
    font-size: 16px;
}

.ChatPricing-table .table {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
}

.ChatPricing-table .table > tbody > tr.chartStyle > td > p {
    color: #575757;
    font-size: 15px;
    margin-bottom: 0;
}

.tTipArea {
    padding-right: 20px;
    position: relative;
}

.tTipArea span {
    cursor: pointer;
    position: absolute;
    top: -3px;
    right: -8px;
}

.ChatPricing-table .table > tbody > tr.chartStyle > td > p > span > i {
    color: #c0c0c0;
}

.enterpriseSec {
    padding: 30px 30px 60px;
    text-align: center;
}

.enterpriseSec p {
    font-size: 15px;
}

.enterpriseBox {
    padding: 35px 0 30px;
    text-align: center;
}

.enterpriseBox p {
    color: #fff;
    background-color: #2f75b5;
    font-size: 18px;
    padding: 20px 0;
    border-radius: 5px;
}

.enterpriseBox > div:nth-child(2) p {
    background-color: #f4b084;
}

.enterpriseBox > div:nth-child(3) p {
    background-color: #548235;
}

.entBox > img {
    width: 60px;
}

.enterPriseInner {
    display: inline-block;
    max-width: 800px;
    text-align: justify;
    width: 100%;
}

.contactBtn-sec {
    text-align: center;
}

.btn.contactBtn {
    background: #ffa800 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 9px 40px;
    margin: 20px 0 0;
    border: solid 2px transparent;
    transition: all 300ms ease-in-out 0s;
}

.btn.contactBtn:hover, .btn.contactBtn:focus, .btn.contactBtn:active {
    border: solid 2px #ffa800;
    color: #ffa800;
    box-shadow: none;
    background: transparent;
}

.featIcon {
    margin-bottom: 30px;
}

.featIcon > img {
    text-align: center;
    display: inline-block;
}

.featInner > h1 {
    font-size: 16px;
    color: #888;
    font-weight: normal;
    padding: 14px 0;
}

.featInner > h3 {
    border: 1px solid #d5d5d5;
    margin: 0 auto;
    max-width: 160px;
    text-transform: uppercase;
    font-size: 18px;
    height: 53px;
    padding-top: 16px;
}

.featInner > p {
    color: #6C7279;
    max-width: 230px;
    margin: 0 auto;
    padding: 0;
    min-height: 70px;
}

.collapseInner .featInner > p {
    padding-top: 0;
    margin: 0 auto;
}

.featInner .selectBtn {
    background-color: #ffa800;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 0 6px 0 #666;
    width: 150px;
    padding: 10px 12px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 15px;
}

.featInner .selectBtn:hover {
    background-color: #f5a60e;
}

.featInner .well {
    margin: 0;
    font-size: 14px;
    color: #6C7279;
    line-height: 20px;
    background-color: transparent;
    border: 0 none;
    padding: 0;
    box-shadow: none;
}

.featInner > h2 {
    color: #ffa800;
    font-size: 24px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.featInner > h2 > .price-period {
    display: block;
    font-size: 14px;
    color: #888;
}

.selectInputFld {
    position: relative;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    height: 53px;
}

.selectInput button {
    border: 1px solid #ccc;
    width: 45px;
    height: 53px;
    font-size: 35px;
    background-color: #f9f9f9;
    color: #888;
}

.selectInput button:hover {
    background-color: #f5f5f5;
    color: #777;
}

.featInner > h1 > span,
.selectInput input.qty {
    color: #800080;
    font-size: 27px;
}

.selectInput input.qty {
    padding: 0;
    border: none;
    text-align: center;
    height: 51px;
    max-width: 80px;
    margin-right: 30px;
}

label.selectInputLbl {
    position: absolute;
    right: 8px;
    top: 17px;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

.pricing-title {
    background: #f5f5f5;
    padding: 15px 0;
}

.pricing-title > h1 {
    text-align: center;
}

.pricing-title > h1 > span {
    color: #800080;
}

.planFeat {
    background: #fff;
    padding: 50px;
}

.plan-tittle > h1 {
    text-align: center;
    padding-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
}

.planFeat-inner > ul {
    margin: 0;
    padding: 0;
}

.planFeat-inner ul > li {
    list-style-type: none;
    padding: 12px 0 12px 50px;
    position: relative;
    display: inline-block;
}

.planFeat-inner ul > li > h3 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    letter-spacing: 2px;
}

.planFeat-inner ul > li > p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}

.tittle-fq > h2 {
    text-align: center;
    padding: 40px 0;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.planIcon > img {
    max-width: 30px;
}

.planIcon {
    position: absolute;
    left: 0;
    top: 20px;
}

tr.chartStyle.bgChart {
    background-color: #ebebeb;
}

.featInner .more-info-arrow {
    max-width: 20px;
    padding: 4px;
}

.CollapseEnterprise {
    background-color: #fff;
    margin-top: 20px;
}

.CollapseEnterprise > button {
    font-size: 30px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 15px;
}

.CollapseEnterprise > button:focus,
.CollapseEnterprise > button:hover {
    text-decoration: none;
    outline: none;
}

.chat_text {
    margin: 0 auto 30px;
}

.tableSecNew.ChatPricing-table .table > tbody > tr.chartStyle > td {
    border: 0;
}

.tableSecNew.ChatPricing-table .table > tbody > tr.chartStyle > td:last-child {
    padding-right: 60px;
}

@media (max-width: 1199px) {
    .selectInputFld {
        height: 42px;
    }

    .featInner > h1 > span,
    .selectInputFld input.qty {
        height: 40px;
    }

    .selectInput {
        margin: 21px 0;
    }

    .selectInput button,
    .featInner > h3 {
        height: 42px;
        padding-top: 12px;
    }

    .selectInput button {
        padding: 3px 7px;
        width: 36px;
        font-size: 30px;
    }

    label.selectInputLbl {
        top: 10px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .entBox p {
        font-size: 15px;
    }

    .chatPricing-sec .tab-content {
        margin-top: 30px;
    }

    .navbar.white .navbar-nav li:nth-child(5) {
        padding-right: 0 !important;
    }

    .navbar.white .navbar-collapse .navbar-nav > li > a {
        padding: 25px 10px;
    }

    .navbar.white .navbar-brand > img {
        display: block;
        width: 174px;
    }

    .ChatPricing-table .table > tbody > tr.chartStyle > td {
        padding: 10px;
    }

    .ChatPricing-table .table > tbody > tr.chartStyle > td {
        vertical-align: top;
    }

    .ChatPricing-table .table > tbody > tr.chartStyle > td:first-child {
        width: 182px !important;
    }

    .ChatPricing-table .table > tbody > tr.chartStyle:first-child td {
        vertical-align: middle;
    }

    .text-left > h1 {
        font-size: 17px;
        line-height: 22px;
    }

    .featIcon > img {
        max-width: 100px;
        max-height: 50px;
    }

    .featInner > h1 {
        font-size: 14px;
    }

    .tableSecNew.ChatPricing-table .table > tbody > tr.chartStyle > td:last-child {
        padding-right: 10px;
    }

    .selectInput {
        margin: 25px 0;
    }

    .selectInput .selectInputFld,
    .selectInput button {
        height: 42px;
        font-size: 22px;
    }

    .featInner > h1 > span,
    .selectInput input.qty {
        height: 40px;
        font-size: 30px;
    }

    .featInner > h3 {
        padding: 11px;
        max-width: 140px;
        font-size: 16px;
        margin-top: 12px;
    }

    .featInner > h2 {
        font-size: 18px;
        line-height: 21px;
    }

    .featInner > p {
        padding: 0 5px;
    }

    .mainCol {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .ChatPricing-table .table-responsive > .table > tbody > tr > th, .ChatPricing-table .table-responsive > .table > tbody > tr > td {
        white-space: normal;
    }

    .ChatPricing-table .table > tbody > tr > td {
        border-right: none;
    }

    .ChatPricing-table .table > tbody > tr > td {
        padding: 4px 8px;
    }

    .smTblSection .table > tbody > tr > td {
        border: none;
    }

    .enterpriseSec {
        padding: 10px 15px 10px;
    }

    .chatPricing-sec {
        margin-top: 20px;
        border-bottom: 0;
    }

    .chatPricing-sec .nav-tabs > li > a {
        font-size: 18px;
    }

    .pricing-title {
        padding-top: 0;
    }

    .pricing-title > h1 {
        font-size: 26px;
    }

    .smTblSection > table {
        margin: 0;
    }

    .planFeat {
        padding: 20px 30px;
    }

    .tittle-fq > h2 {
        padding: 20px 0;
        font-size: 25px;
    }

    #premium {
        padding-bottom: 20px;
    }

    .quest-heading {
        font-size: 18px;
        margin: 12px 0 7px;
    }

    .CollapseEnterprise > button {
        font-size: 25px;
        padding: 3px;
    }

    .navbar.white .navbar-brand > img {
        width: 137px;
    }

    .navbar.white .navbar-collapse .navbar-nav > li > a {
        padding: 10px;
        text-align: center;
        font-size: 16px;
    }

    .navbar.white .navbar-collapse .navbar-nav > li {
        text-align: center;
    }

    .navbar.white .navbar-collapse .navbar-nav > li:last-child .btn {
        display: block;
        width: 100%;
        white-space: normal;
        margin: 0 !important;
        border-radius: 0;
        padding: 9px 12px;
        font-size: 16px;
    }

    .featIcon > img {
        max-width: 100%;
        max-height: 100%;
    }

    .mainCol {
        margin-bottom: 20px;
    }

    .featInner > p {
        text-align: center;
        margin: 0 auto;
    }

    .featInner > h1 {
        margin: 0;
    }

    .featInner > h3 {
        margin-top: 0;
    }

    .featInner > h2 {
        margin-bottom: 0;
    }

    .featInner > h2 {
        margin-bottom: 0;
        padding-bottom: 15px;
        margin-top: 10px;
    }

    .mainCol {
        margin-bottom: 10px;
        padding: 30px;
        max-width: 330px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .featInner > h1 > span,
    .selectInput input.qty {
        font-size: 26px;
        margin: 0;
    }

    .selectInput .selectInputFld,
    .selectInput button {
        height: 39px;
    }

    .center {
        margin-top: 20px;
    }

    .chat_text {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .pricing-title > h1 {
        font-size: 19px;
    }

    .plan-tittle > h1 {
        font-size: 17px;
    }

    .planFeat-inner ul > li > h3 {
        line-height: 20px;
    }

    .planFeat {
        padding: 20px 10px;
    }

    .CollapseEnterprise > button {
        font-size: 19px;
    }

    .tittle-fq > h2 {
        font-size: 18px;
    }

    .quest-heading {
        font-size: 15px;
        line-height: 20px;
    }

    .chat_text {
        font-size: 24px;
        line-height: 30px;
    }
}