
/* =================================== */
/*	Basic Style 
/* =================================== */
body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
    font-size: 13px;
    color: #444444;
	overflow-x: hidden;
}
a:hover, a:focus {
    color: #96d526;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
button
{
    outline: none;
    outline-color: transparent;

}
button:focus
{
    outline: none;
    outline-color: transparent;

}
figure, p {
    margin: 0;
}

/*a {
    color: #fff;

    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}*/

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none !important;
    outline: 0;
}

h1, h2, h3,
h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

span.color {
    color: #0feb9e;
}

body > section,
.footer {
    padding: 70px 0;
}

.sec-title {}

.sec-title h2 {
    color: #474747;
    font-size: 35px;
    /*font-weight: 800;*/
    text-transform: uppercase;
}
.sec-title_call h2 {
    color: #fff;
    font-size: 35px;
    /*font-weight: 800;*/
    /*text-transform: uppercase;*/
}
.sec-title_call h2 b{
    color: #000;
}

.sec-sub-title {
    margin: 10px 0 60px;
}

.sec-sub-title p {
    font-weight: 200;
    line-height: 29px;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}
.sec-sub-h h3 {
    font-weight: 400;
    line-height: 29px;
    font-size: 18px;
    color: #333;
}
.dont_box_img img {
    width: 130px;
    margin: auto;
    display: block;
}
.dont_have_p p {
    font-size: 18px;
    color: #5f5f5f;
    padding: 30px;
    float: left;
    line-height: 28px;
}
.dont_have_p {
    padding: 25px 10px;
}
.dont_have_p1 {
    background: #fff;
}
.dont_have_p2 {
    background: #f0f0f0;
}
.dont_have_p3 {
    background: #fff;
}
.call_conf_img
{
    width: 70% !important;
}
.click_to_img
{
    width: 70% !important;
}
.missed_call_img
{
    width: 70% !important;
}
.call_to_action_css
{
    font-family: Helvetica, Arial, sans-serif;font-size: 30px;font-weight: 200;
}
.call_to_action_css b
{
    font-weight: 200;
}
.signup_btn {
    font-size: 22px;
    margin: 11px;
}
.devider {
    margin-top: 30px;
}

.devider i {
    color: #fff;
}

.devider:before,
.devider:after {
    content: "______________________";
    color: #e6e8ea;
    position: relative;
    bottom: 6px;
}

.devider:before {
    right: 10px;
}

.devider:after {
    left: 10px;
}

.mb50 {
    margin-bottom: 50px;
}

#preloader {
    background-color: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1100;
}

#preloader > img {
    left: 47%;
    position: absolute;
    top: 48%;
}


/*=========================================
        Header
==========================================*/

#navigation {
    background-color: #000;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    border: 0 none;
    margin: 0;

    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
}

.navbar-toggle i {
    color: #fff;
}

.navbar-brand {
    padding: 0;
}

.navbar-nav li a {
    border-top: 1px solid transparent;
    padding-top: 1px;
    padding-bottom: 1px;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
    background-color: transparent;
    /*border-top: 1px solid #32B0EE;*/
    color: #96d526;
}
.navbar-nav {
    float: left;
    margin: 18px 0px;
}




/*=========================================
        Slider
==========================================*/

#slider {
    padding: 0;
}

#slider .carousel-inner .item {
    background-size: cover;
}

.carousel-caption {
    top: 50%;
}

.carousel-caption h2 {
    font-size: 62px;
    font-weight: 300;
}

.carousel-caption h2 span {
    font-weight: 800;
}

.carousel-caption h3 {
    font-size: 48px;
    font-weight: 300;
    margin: 6px 0 20px;
}

.carousel-caption p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.carousel-caption p:before,
.carousel-caption p:after {
    color: #0feb9e;
    content: "___";
    position: relative;
    top: -8px;
}

.carousel-caption p:before {
    right: 20px;
}

.carousel-caption p:after {
    left: 20px;
}

.social-links {
    margin-top: 5%;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    color: rgba(255, 255, 255, 0.3);
    display: block;
    margin: 0 6px;
}

.social-links li a:hover {
    color: #fff;
}

.carousel-indicators {
    bottom: 10px;
    left: inherit;
    margin: 0;
    right: 30px;
    top: 49%;
    width: 0;
}

.carousel-indicators li {
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 8px;
    width: 8px;
}

.carousel-indicators .active {
    height: 8px;
    width: 8px;
}



/*=========================================
        Features
==========================================*/

.crm {
    /*background-color: #f4f7f9;*/
    background-color: #efefef;
    /*background-image: url("../img/grey_bg.jpg");*/
    padding-bottom: 0px;
}

.features {
    /*background-color: #f4f7f9;*/
    background-color: #f9f9f9;
    /*background-image: url("../img/grey_bg.jpg");*/
}
.broadcaster {
    /*background-color: #f4f7f9;*/
    background-color: #f9f9f9;
    /*background-image: url("../img/grey_bg.jpg");*/
    padding-bottom: 0px;
}
.social_msg {
    background-color: #fff;
    /*background-image: url("../img/white_bg.jpg");*/
}
.telephony {
    background-color: #fff;
    /*background-image: url("../img/white_bg.jpg");*/
    padding-bottom: 0px;
}
.automation {
    background-color: #fff;
    /*background-image: url("../img/white_bg.jpg");*/
    padding-bottom: 0px;
}

.owl-controls {
    bottom: -45px;
    margin-top: 10px;
    position: relative;
    text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-controls .owl-page span {
    border: 1px solid #C7CED3;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 5px 4px;
    width: 8px;
}

.owl-controls .owl-page.active span {
    background: #062033;
    border: 0;
}

.service-item {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.service-icon {
    /*border: 1px solid #0eb493;*/
    border-radius: 50%;
    /*color: #0eb493;*/
    float: left;
    padding: 5px 13px;
}

.service-desc {
    margin-left: 70px;
    position: relative;
    top: 5px;
}

.service-desc h3 {
    color: #062033;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}




/*=========================================
        Our Works
==========================================*/

.work-filter {
    margin-bottom: 35px;
}

.work-filter ul li {
    display: inline-block;
}

.work-filter ul li a {
    color: #062033;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 17px;
    border-radius: 6px;
    text-transform: capitalize;
}

.work-filter ul li a:hover,
.work-filter ul li a.active {
    background-color: #0eb493;
    border-radius: 6px;
    color: #fff;
    padding: 5px 17px;
}

.mix {
    display: none;
}

.work-item {
    float: left;
    width: 25%;
    position: relative;
}

.work-item > img {
    display: block;
    height: auto;
    max-width: 100%;
}

.overlay {
    background-color: rgba(14,180,147,.9);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;

    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: all 450ms ease-out 0s;	
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;

    -webkit-transform: rotateY(180deg) scale(0.5,0.5);
    -moz-transform: rotateY(180deg) scale(0.5,0.5);
    -ms-transform: rotateY(180deg) scale(0.5,0.5);
    -o-transform: rotateY(180deg) scale(0.5,0.5);
    transform: rotateY(180deg) scale(0.5,0.5);
}

.work-item:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}

.work-item .overlay a {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-top: 20%;
    padding: 7px 10px;
}

.work-item .overlay a:hover {
    color: #fff;
}

.work-item .overlay h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 25px 0 8px;
}

.work-item .overlay p {
    font-size: 14px;
    line-height: 24px;
}



/*=========================================
        Our Team Member
==========================================*/

.member-thumb {
    width: 273px;
    position: relative;
}

.member-thumb .overlay h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 10px 0;
}

.member-thumb .overlay {
    font-size: 16px;
    padding: 20px;
    line-height: 24px;
}

.team-member h4 {
    color: #062033;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 15px 0 8px;
}

.member-thumb:hover .overlay {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h4 {
    color: #0eb493;
}

.team-member .social-links {
    margin-top: 24%;
}

.team-member .social-links li a {
    background-color: #0d7c67;
    color: #fff;
    height: 42px;
    padding: 10px 0 0;
    width: 42px;
}


/*=========================================
        Some fun facts
==========================================*/

#facts {
    background-image: url("../img/parallax/city.jpg");
    background-color: rgba(6,32,51,.8);
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}

.facts .devider:before,
.facts .devider:after {
    color: #737C85;
}

.facts .devider i {
    color: #fff;
}

.parallax-overlay {
    background-color: rgba(6,32,51,.8);
    padding: 70px 0;
}

.counters-item {
    color: #fff;
}

.counters-item i {
    color: #444444;
    display: inline-block;
    margin: 0 0 35px;
    font-size: 40px;
    padding: 40px 0 0;
}

.counters-item strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #494949;
    line-height: 18px;
}

.counters-item p {
    font-size: 13px;
    line-height: 24px;
    color: #444;
    margin-top: 22px;
}


/*=========================================
        Contact Us
==========================================*/

.contact {
    padding-bottom: 0;
}

.contact-address h3 {
    color: #062033;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
}

.contact-address p {
    line-height: 24px;
}

.contact-form {}

.contact-form h3 {
    color: #062033;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
}

.contact-form .input-group {
    width: 100%;
}

.contact-form .form-control {
    border-color: -moz-use-text-color -moz-use-text-color #cccccc;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
    margin-bottom: 10px;
}

.contact-form .input-field {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.contact-form .input-field:last-child {
    margin-right: 0;
}

.contact-form .form-control.error {
    border-bottom-color: #c0392b;
}

label.error {
    color: #c0392b;
    font-weight: normal;
    text-transform: capitalize;
}

.contact-form #form-submit {
    background: url("../img/envelop.png") no-repeat scroll 0 15px transparent;
    border: 0 none;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    text-align: right;
    width: 150px;
}

.footer-social {
    margin-top: 17px;
}

.footer-social li a {
    color: #cdd2d6;
    display: block;
    margin-bottom: 10px;
}

#map_canvas {
    height: 215px;
    width: 100%;
}
.main_nav_2
{
    float: right;
    /*   width: auto;
     display: inline-flex !important;*/
}


/*=========================================
        Contact Us
==========================================*/


.footer {
    background: #000 url(../img/banner.jpg) 100% 100%;
    /*background-image: url(../img/banner.jpg);*/
    /*background: #000;*/
    color: #fff;
    padding: 30px 0;
}

.footer a:hover {
    color: #062033;
}

.footer h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
}

.about-us p {
    line-height: 24px;
}

.footer-single .subscribe {
    margin-bottom: 15px;
    position: relative;
}

.subscribe #subscribe {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    height: 40px;
    text-indent: 10px;
    width: 100%;
}

.subscribe #subs {
    background-color: transparent;
    border: 0 none;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 6px;
}

.footer-single {
    margin-top: 15px;
    line-height: 24px;
}

.footer-single ul {
    /*margin-top: 35px;*/
}
.footer-single ul li a {
    color: #949494
}
.footer-single ul li a:hover {
    color: #9bd930;
}

.footer-single li {
    line-height: 32px;
    /*padding: 0px 10px;*/
}

.footer-single p i {
    margin: 0 10px;
}

.credit a {
    color: #062033;
}

.credit a:hover {
    color: #fff;
}

.copyright {
    color: #fff;
    margin-top: 30px;
}

#back-top {
    bottom: 20px;
    position: fixed;
    right: 25px;
    color: #96d526;
    z-index: 9;
}
.nav_sign
{
    border-right: 1px solid #96d526;
}
.nav_sign:last-child
{
    border-right: none;
}
.nav_sign a
{
    color: #96d526;
}
.carousel-caption {
    text-align: left;
}
.banner_inner_txt
{
    margin-top: 180px;
    padding-right: 50px;
}
.banner_inner_txt h2
{
    color: #96d526;
    font-size: 50px;
}
.banner_inner_txt h3
{
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner_inner_img
{
    margin: 100px auto;
    display: block;
}
.btn-watch
{
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
}
.btn-watch:hover
{
    color: #fff;
    background: #95d425;
    border: 1px solid #95d425;
}
.btn-start:hover
{
    color: #fff;
    border: 1px solid #95d425;
    background: #95d425;
}
.btn-watch:focus
{
    color: #fff;
}
.btn-start:focus
{
    color: #fff;
}
.btn-watch img
{
    width: 18px;
    margin-right: 4px;
}
.btn-start
{
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
}
.btn-start img
{
    width: 18px; 
    margin-right: 4px;
}
.btn
{
    outline: none;
    box-shadow: none;
}
.btn:focus
{
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.btn:active
{
    box-shadow: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
    color: #fff;
}
.srv_ico
{
    width: 45px;
}
.srv_txt
{
    font-size: 14px;
}
.rgt_img
{
    margin: auto;
    display: block;
    width: 90%; 
}
.pad-0px
{
    padding: 0px;
}
.pad-l-0px
{
    padding-left: 0px;
}
.mgn-t-20px
{
    margin-top: 20px;
}
.mgn-t-10px
{
    margin-top: 10px;
}

.social_ic
{
    width: 100%;
    float: left;
}
.social_ic img
{
    width: 50px;
    margin: auto;
    display: block;
}
.social_ic_txt 
{
    width: 100%;
    float: left;
}
.social_ic_txt b
{
    width: 100%;
    font-size: 14px;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.social_ic_txt span
{
    width: 100%;
    float: left;
    font-size: 22px;
    text-align: center;
    margin-top: 7px;
}
.auto_p{

}
.auto_p h3{
    margin-top: 90px;
    margin-bottom: 10px;
}
.auto_p h3 b{
    font-weight: 400 !important;  
}
.auto_p p{
    font-size: 15px;
    line-height: 26px;
}
.points_ul
{
    line-height: 29.4px;
}
.points_ul li
{
    padding: 8px;
    font-size: 16px;
}
.points_ul li i
{
    font-size: 20px;
    width: 35px;
    text-align: center;
    height: 26px;
    line-height: 26px;
}
.txt-16px
{
    font-size: 16px;
}
.gra_price {
    font-size: 20px;
    color: #9e3700;
}
.create_acc_btn
{
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    font-size: 17px;
    width: 300px;
    display: block;
    margin: 40px auto;
}
.btn
{
    outline: none;
}
.btn:focus
{
    outline: none;
}
.footer_menu
{

}
.footer_menu ul
{

}
.footer_menu ul li
{
    color: #949494;
}
.footer_menu ul li a
{

}
.footer_menu_social
{}
.footer_menu_social li
{    display: inline;}
.footer_menu_social li a
{}
.footer_menu_social li a img
{
    width: 40px;
    padding: 8px;
}
.about_us_section
{
    /*margin-top: 60px;*/
    /*background-image: url(../img/grey_bg.jpg);*/ 
    background: #fff;
}
.header_banner
{
    margin-top: 57px;
    /*background-image: url(../img/inner_head.jpg);*/
    padding: 30px 0px;
}
.header_banner_contact
{
    background-image: url(../img/contact_banner.jpg);
}
.header_banner_about
{
    background-image: url(../img/about_banner.jpg);
}
.header_banner_developer
{
    background-image: url(../img/developer_banner.jpg);
}
.header_banner_enterprise
{
    background-image: url(../img/enterprise_banner.jpg);
}
.header_banner_pricing
{
    background-image: url(../img/pricing_banner.jpg);
}
.header_banner_usecases
{
    background-image: url(../img/usecases_banner.jpg);
}
.header_banner_data
{
    background-image: url(../img/data_banner.jpg);
}
.sec-sub-title-in {
    margin: 10px 0 0px;
}
.sec-title-in h2 {
    color: #fff;
    font-size: 35px;
    /* font-weight: 800; */
    text-transform: uppercase;
}
.sec-sub-title-in p {
    font-weight: 200;
    line-height: 29px;
    font-size: 18px;
    color: #fff;
}
.nav_set
{
    margin-bottom: 30px;
}
/****************************************************/


.about-item strong {
    display: block;
    font-size: 48px;
    font-weight: 600;
    color: #494949;
    width: 100%;
    line-height: 18px;
    float: left;
}

.about-item span {
    font-size: 16px;
    line-height: 24px;
    color: #444;
    font-weight: 200;
    margin-top: 16px;
    float: left;
    width: 100%;
}
.about-item img {
    width: 100px;
    margin: 10px 0px;
}
.w-100
{
    width: 100%;
}
.enterprise_img
{
    float: left;
    /*margin-top: 50px;*/
    margin-bottom: 50px;
}
.enterprise_img img
{
    width: 70%;
    margin: auto;
    display: block;
}

.enterprise-item strong {
    display: block;
    font-size: 48px;
    font-weight: 600;
    color: #494949;
    width: 100%;
    line-height: 18px;
    float: left;
}

.enterprise-item span {
    font-size: 18px;
    line-height: 28px;
    color: #444;
    font-weight: 400;
    margin-top: 16px;
    float: left;
    width: 100%;
}
.enterprise-item img {
    width: 100px;
    margin: 10px 0px;
}
.enterprise_box
{
    border: 1px solid #555555;
    padding: 20px  15px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.enterprise_box:hover {
    border: 1px solid #9bd92f;
}
.contact_us {
    /*margin-top: 60px;*/
    padding: 30px 0 50px 0;
    /*background-image: url(../img/white_bg.jpg);*/
    background: #fff;
}
.contact_container
{
    margin-top: 50px;
}
.form_cont
{
    padding: 20px;
    border-radius: 4px;
    background: #efefef;
}
.contact_h
{
    margin-bottom: 40px
}
.contact_h h4
{
    color: #9bd92e;
    font-size: 40px;
}
.contact_h h5
{
    color: #000;
    font-size: 24px;
}

.cont_ico
{
    width: 45px;
    margin-right: 20px;
    margin-top: 8px;
}
.cont_txt
{
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-top: 4px;
}
.cont-item {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.cont-desc {
    margin-left: 84px;
    position: relative;
    top: 5px;
}

.cont-desc h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.cont-icon {
    /* border: 1px solid #0eb493; */
    border-radius: 50%;
    /* color: #0eb493; */
    position: absolute;
    float: left;
    padding: 5px 13px;
}
.cont_input
{
    height: 50px;
}
.cont_textarea{
    height: 85px;
}
.btn-theme {
    color: #fff;
    background-color: #96d526;
    border-color: #96d526;
}
.developers {
    /*margin-top: 60px;*/
    background-color: #fff;
}
.service-desc h4{
    margin-bottom: 10px;
    margin-top: 5px;
}
.developer_last {
    padding: 20px 0 30px 0 !important;
    /*background: #000;*/
    background-image: url(../img/footer_bg_2.png);
}
.more_det_btn {
    background: #96d526;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    font-size: 17px;
    width: 300px;
    display: block;
    margin: 10px auto;
}
.support_con {
    background-image: url(../img/inner_head.jpg);
    padding: 30px 0px;
}
.developer_last-title-in p {
    font-weight: 400;
    line-height: 42px;
    font-size: 28px;
    /*font-style: italic;*/
    /*color: #96d526;*/
}
.video_popup
{
    width: 100%;height: 450px;
}

.developer-item {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 35px;
}
.developer-icon {
    border-radius: 50%;
    position: absolute;
    float: left;
    padding: 5px 13px;
}

.developer-desc {
    margin-left: 90px;
    position: relative;
    top: 5px;
}

.developer-desc h4 {
    color: #062033;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}

.developer_ico
{
    width: 55px;
}
.developer_txt
{
    font-size: 14px;
}
.cookie_div {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* border-top-left-radius: 10px; */
    box-shadow: -1px 0px 14px -2px #a7a7a7;
    padding: 2px 30px 10px 45px;
    background: #ececec;
    /* border-top-right-radius: 10px; */
    z-index: 999;
}
.cookie_div p{
    color: #333;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cookie_div p a{
    color: #d9534f;
    font-weight: 600;
    margin-left: 5px;
}
.cookie_div i{
    position: absolute;
    left: 5px;
    color: #000;
    top: 2px;
    padding: 10px;
    font-size: 26px;
}
.footer_pay_cards
{}
.footer_pay_cards img
{
    width: 300px;
}
/****************************pricing**********************************/

.pricing_div {
    display: inline-block;
    /*margin-top: 60px;*/
    /*background-image: url(../img/white_bg.jpg);*/
    background: #fff;
    width: 100%;
    padding: 20px 0;
}
.pricing_container
{
    margin-top: 0px;
}
.content {
    /*padding: 16px;*/
}

.sticky {
    position: fixed;
    z-index: 999;
    top: 59px;
    /*background: #9ad82f;*/
    right: 0px;
    color: #fff;
    left: 0px;
}

.sticky + .content {
    padding-top: 102px;
}
.sec-sub-title ol li {
    font-weight: 200;
    line-height: 24px;
    font-size: 18px;
    list-style-type: decimal;
    color: #333;
    line-height: 36px;
}
.sec-sub-title ol {
    padding-left: 25px;
}
.pricing_tabel
{}
.pricing_tabel thead
{}
.pricing_tabel thead tr
{}
.pricing_tabel tbody tr:hover
{
    /*background: #dddddd;*/
}
.pricing_tabel thead tr th
{
    padding: 15px 5px;
    background: #ededed;
    font-size: 13px;
    color: #333;
    border: 1px solid #ddd;
}
.pricing_tabel thead tr th:nth-child(1)
{
    width: 25%;
    background: #70d526;
    color: #fff;
    padding: 15px 15px;
}
.pricing_tabel thead tr th:nth-child(2)
{
    width: 15%;
    text-align: center;
}
.pricing_tabel thead tr th:nth-child(3)
{
    width: 15%;
    text-align: center;
    background: #ddd;
}
.pricing_tabel thead tr th:nth-child(4)
{
    width: 15%;
    text-align: center;
}
.pricing_tabel thead tr th:nth-child(5)
{
    width: 15%;
    text-align: center;
    background: #ddd;
}
.pricing_tabel thead tr th:nth-child(6)
{
    width: 15%;
    text-align: center;
    background: #ededed;
}
.pricing_tabel tbody
{}
.pricing_tabel tbody tr
{}
.pricing_tabel tbody tr td
{
    padding: 15px 5px;
    font-size: 13px;
    border: 1px solid #ddd;
color: #444444;
}

.pricing_tabel tbody tr td:nth-child(1)
{
    width: 25%;
    background: #ededed;
    color: #000;
    padding: 15px 15px;
    /*font-weight: 600;*/
}
.pricing_tabel tbody tr td:nth-child(2)
{
    width: 15%;
    text-align: center;
}
.pricing_tabel tbody tr td:nth-child(3)
{
    width: 15%;
    background: #ededed;
    text-align: center;
}
.pricing_tabel tbody tr td:nth-child(4)
{
    width: 15%;
    text-align: center;
}
.pricing_tabel tbody tr td:nth-child(5)
{
    width: 15%;
    text-align: center;
    background: #ededed;
}
.pricing_tabel tbody tr td:nth-child(6)
{
    width: 15%;
    text-align: center;
    background: #fff;
}

.tbl_myheader
{
    padding-left: 100px;
    padding-right: 100px;
}

.tbl_content
{
    padding-left: 100px;
    padding-right: 100px;
}
.tbl_sub_hd {
    background: #dddddd !important;
    color: #000000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 14px !important;
}
.bg-white
{
    background: #fff;
}

.logo{position:relative;z-index:123;
      width: 115px;font:18px verdana;color:#6DDB07;float:left;}
.logo a{color:#6DDB07;}
nav{position:relative;margin:0 auto;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu {
    font-family: sans-serif;
    padding: 10px 20px;
    background-repeat: no-repeat;
   background-size: cover;
}
#cssmenu > ul > li{display: inline-block;}
#cssmenu > ul > li > a{padding:14px 12px;font-size:12px;letter-spacing:1px;text-decoration:none!important;color:#ddd;font-weight:500;}
#cssmenu > ul > li:hover > a{    color: #96d526;text-decoration: none !important;}
#cssmenu ul li.active a{    color: #96d526;text-decoration: none !important;}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{    color: #96d526 !important;
                                                                                                                   -webkit-transition: background .3s ease;
                                                                                                                   -ms-transition: background .3s ease;
                                                                                                                   /*text-decoration: underline;*/
                                                                                                                   transition: background .3s ease;
}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:19px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:16px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#000;transition:all .25s ease}
#cssmenu ul ul li:hover{color:#95d525 }
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:200px;font-size:12px;text-decoration:none;color:#ddd;font-weight:400;}
#cssmenu ul ul li a:hover{color: #95d525;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#95d525}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#000;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#000;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

.login_btn_a
{
    color: #fefefe !important;
    background: #96d526!important;
    text-decoration: none !important;
    padding: 7px 14px !important;
    margin: 6px 5px;
    border-radius: 30px;
}
.signup_btn_a
{
    color: #000 !important;
    background: #fff !important;
    text-decoration: none !important;
    padding: 7px 14px !important;
    border-radius: 30px;
    margin: 6px 5px;
}

.stories_btn_a
{
    color: #000 !important;
    background: #FFFF00 !important;
    text-decoration: none !important;
    padding: 7px 14px !important;
    border-radius: 30px;
    margin: 6px 5px;
}

.discover_more {
    margin-top: 70px;
}
.discover_btn {
    margin: auto;
    display: list-item;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 17px;
    color: #fff;
    border-top-right-radius: 8px;
    padding: 5px 25px;
    background: #6bc423;
    background: -moz-linear-gradient(-45deg, #6bc423 1%, #96d526 100%);
    background: -webkit-linear-gradient(-45deg, #6bc423 1%,#96d526 100%);
    background: linear-gradient(135deg, #6bc423 1%,#96d526 100%);
}
.discover_btn:hover {
    color: #fff;
    background: #000;
}
.video-modal-body {
    padding: 0px;
}
.video-modal-header {
    padding: 0;
    border: none;
    height: 35px;
}
.video-modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}
.video-close {
    color: #fff !important;
    opacity: 1;
    font-size: 39px;
    font-weight: 400;
}
.automation_p
{

}
.automation_p h3
{
    margin-top: 70px;
    margin-bottom: 10px;
}
.automation_p h3 b
{
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}
.automation_p p 
{
    font-size: 24px;
    font-weight: 200;
    line-height: 41px;
}
.call-to-action
{
    /* background-color: #f4f7f9; */
    background-image: url(../img/call_to_action.jpg);
    padding: 30px 0 0px 0 !important;
float: left; 
    width: 100%;
}
.payment_icons_img {
    width: 255px;
    margin: auto;
    display: block;
}
.pay_method_div {
    background: #f9f9f9;
    /* margin-bottom: 40px; */
}
.slick_section_div {
    background: #f9f9f9;
}
.faq_prc_txt h2 {
margin-bottom: 30px;
}
.faq_prc_txt h2 {
    color: #474747;
    font-size: 35px;
    text-transform: uppercase;
}
/*************************************************************/

.link_section
{
    background: #efefef;
}
.link_section div a {
    color: #000509;
    font-size: 15px;
    padding: 6px 15px;
    font-weight: 600;
    border-right: 1px solid #000;
}
.link_section div a:last-child {
    border-right: 1px solid transparent;
}

.link_section2 {
    /*background: #8bc621;*/
    padding: 0px;
}
.link_section2 div a {
    color: #4d6d13;
    font-size: 15px;
    padding: 6px 15px;
    font-weight: 600;
    border-right: 1px solid #648c1b;
}
.link_section2 div a:last-child {
    border-right: 1px solid transparent;
}
.box_contents
{
    padding: 14px 40px 40px 40px !important;
    background: #f8f8f8;
    border-radius: 7px;
}
.box_contents_inner
{
    cursor: pointer;
    width: 100%;
    /*padding: 20px 10px !important;*/
    min-height: 350px;
    /*border: 1px solid #ededed;*/
    background: #fff !important;
    border-radius: 7px;
}
.box_contents_inner:hover
{
    /*    border: 1px solid #96d526;*/
    box-shadow: 2px 0px 4px -2px rgba(0, 0, 0, 0.28);
    /*    transform: scale(1.1);
        box-shadow: 0px 23px 14px -2px #000;
        transition-timing-function: ease;
        z-index: 10;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        top: -5px;
    border: 1px solid #648c1b;*/
}
/*.box_contents_inner:hover .box_contents_ico li a img
{
    transform: scale(1.2);
    transition-timing-function: ease;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
    -ms-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
}*/
/*.disabled {
    opacity: .2;
    cursor: pointer;
}*/
.black_top {
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}
.black_content {
    position: relative;
    z-index: 1;
    height: 100%;
    float: left;
    /*padding: 0px 20px;*/
}
.black_content_head
{
    /*background: #96d526;*/
    padding: 15px 10px;
    float: left;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    width: 100%;
}
.black_content_body
{
    padding: 15px;
}
.black_content_head h3
{
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 25px;
}
/*.box_inner_1
{
    background: #96d526;
    background-size: auto auto;
    background-size: 100% 100%;
}
.box_inner_2
{
    background: #8dc626;
    background-size: auto auto;
    background-size: 100% 100%;
}
.box_inner_3
{
    background: #96d526;
    background-size: auto auto;
    background-size: 100% 100%;
}
.box_inner_4
{
    background: #8dc626;
    background-size: auto auto;
    background-size: 100% 100%;
}*/
.box_contents_inner p
{
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 8px;
    font-weight: 200;
    color: #666;
    margin-bottom: 10px;
}
.box_contents_img
{

}
.box_contents_img img
{
    width: 80px;
    margin: auto;
    display: block;
}
.box_contents_ico
{
    margin: 0px;
    padding: 0;
    width: 100%;
    float: left;
}
.box_contents_ico li
{
    list-style: none;
    display: inline-block;
    padding: 0px 5px;
}
.box_contents_ico li img
{
    width: 45px;
    padding: 6px;
    background: #fff;
    border-radius: 50px;
}
.faq_h
{
    color: #817a7a;
}
.read_all
{
    cursor: pointer;
    font-weight: 400 !important;
    color: #6fa70e;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 12px;
    margin-left: 3px;
    border: 1px solid #6fa70e;
    background: transparent;
    position: relative;
    right: -7px;
    bottom: -7px;
    float: right;
}
.read_all:hover
{
    color: #fff;
    background: #96d526;
}

.bg-default {
    background: #efefef;
}
.bg-default-gradient {
    background: -webkit-linear-gradient(#efefef, #efefef);
    background: linear-gradient(#efefef, #efefef)
}
.text-default {
    color: #efefef
}
.bg-dark {
    background: #333;
}
.bg-dark-gradient {
    background: -webkit-linear-gradient(#5d5d5d, #303030);
    background: linear-gradient(#5d5d5d, #303030)
}
.text-dark {
    color: #333
}
.bg-primary {
    background: #96d526;
}
.bg-primary-gradient {
    background: -webkit-linear-gradient(#96d526, #70a710);
    background: linear-gradient(#96d526, #70a710)
}
.text-primary {
    color: #96d526
}
.bg-warning {
    background: #f6be1c;
}
.bg-warning-gradient {
    background: -webkit-linear-gradient(#f6be1c, #e69200);
    background: linear-gradient(#f6be1c, #e69200)
}
.text-warning {
    color: #f6be1c
}
.bg-info {
    background: #3b7ef2;
}
.bg-success {
    background: #39bd39;
}
.bg-info-gradient {
    background: -webkit-linear-gradient(#3b7ef2, #1834ae);
    background: linear-gradient(#3b7ef2, #1834ae);
}
.text-info {
    color: #745af2
}
.bg-danger {
    background: #ed3812;
}
.bg-danger-gradient {
    background: -webkit-linear-gradient(#ed3812, #da0c0c);
    background: linear-gradient(#ed3812, #da0c0c);
}
.text-danger {
    color: #ed3812
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.btn-outline {
    color: #fff;
    border: 1px solid;
    border-color: #fff
}

.btn-outline.active,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    color: #fff;
    border-color: #fdcc52;
    background-color: #fdcc52
}


.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    /*width: 6000px !important;*/
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    margin: 5px;
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}




@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    /*src: url(fonts/slick.eot);*/
    src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
    z-index: 999;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: black;
    border: none;
    outline: 0;
    background: 0 0;
    background: rgba(0,0,0,0.2);
    border-radius: 50px;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: #fff;
    outline: 0;
    background: #96d526;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -13px
}

[dir=rtl] .slick-prev {
    right: -13px;
    left: auto
}

.slick-prev:before {
    content: '<'
}

[dir=rtl] .slick-prev:before {
    content: '<'
}

.slick-next {
    right: -13px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -13px
}

.slick-next:before {
    content: '>'
}

[dir=rtl] .slick-next:before {
    content: '>'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
}
.pop_scroll
{
    height: 300px;
    overflow-y: scroll;
}



.thumbnail-box
{
    padding: 0px 0px 17px 0px;
    position: relative;
    min-height: 480px;
}
.see_more_btn {
    border-radius: 50px;
    background: #96d526;
    padding: 3px 10px;
    color: #fff !important;
    margin: auto;
    display: block;
    outline: none;
    width: 90px;
}
.see_more_btn_con {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding: 0px 0px 10px 0px;
}
.caption-box
{

}
.caption-box h3
{
    margin-bottom: 10px;
}
.caption-box p
{
    font-size: 16px;
    line-height: 28px;
}
.use_cases {
    margin-bottom: 0px; 
    padding-bottom: 0px; 
    /* background-image: url(../img/grey_bg.jpg); */
    background: #fff;
}








.data-item {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.data-icon {
    /*border: 1px solid #0eb493;*/
    border-radius: 50%;
    /*color: #0eb493;*/
    float: left;
    padding: 0px 22px 5px 0px;
}

.data-desc {
    margin-left: 80px;
    position: relative;
    top: 5px;
}

.data-desc h3 {
    color: #062033;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.data_ico {
    width: 70px;
}
.data_txt {
    font-weight: 200;
    line-height: 24px;
    font-size: 18px;
}
.sec-sub-title2 p {
    font-weight: 200;
    line-height: 29px;
    font-size: 17px;
    color: #333;
}
.sec-sub-title2  {
    margin-bottom: 10px;
    padding: 0;
}
.abt-sub-title-in p {
    font-weight: 200;
    line-height: 44px;
    font-size: 30px;
}
.text-white
{
    color: #fff;
}
.text-black
{
    color: #000;
}
.abt_con
{
    /*background-image: url(../img/footer_bg_2.png);*/
    padding: 30px 0px;
    background: #f3f3f3;
}
.data-icon_ico
{}
.data-icon_ico i
{
    font-size: 73px;
    color: #b3adad;
}
.data-icon_ico img
{
    margin-top: 6px;
}
.data-icon_ico h3
{
    font-size: 27px;
    line-height: 35px;
    font-weight: 400;
    color: #2d2d2d;
}
/*************************************************************/
/*************************************************************/
.ico_css
{
    left: 0px;
    width: 70px;
    height: 60px;
    border-radius: 0px; 
}

.auto_ico {
    background: url('../img/icons.png') -62px -7px;
}
.smrt_ico {
    background: url('../img/icons.png') 0px -9px;
}
.broad_ico {
    background: url('../img/icons.png') -128px -9px;
}
.soci_ico {
    background: url('../img/icons.png') -198px -9px;
}
.tely_ico {
    background: url('../img/icons.png') -264px -9px;
}


.ico_css2
{
    left: 0px;
    width: 70px;
    height: 60px;
    border-radius: 0px; 
}
.actv_ico {
    background: url('../img/icons.png') -370px -7px;
}
.ope_ico {
    background: url('../img/icons.png') -500px -7px;
}
.ctr_ico {
    background: url('../img/icons.png') -438px -7px;
}
.tim_ico {
    background: url('../img/icons.png') -564px -7px;
}


.ico_css3 {
    left: 0px;
    width: 70px;
    height: 60px;
    border-radius: 0px;
    margin: auto;
    display: block;
    float: none;
}
.all_lng_ico {
    background: url('../img/icons.png') -107px -90px;
}
.ai_eng_ico {
    background: url('../img/icons.png') -10px -90px;
}
.mch_lrn_ico {
    background: url('../img/icons.png') -305px -90px;
}
.in_sm_ico {
    background: url('../img/icons.png') -398px -90px;
}
.up_faq_ico {
    background: url('../img/icons.png') -490px -90px;
}
.hum_tk_ico {
    background: url('../img/icons.png') -211px -90px;
}


.ico_css4 {
    left: 0px;
    width: 70px;
    height: 60px;
    border-radius: 0px;
    margin: auto;
    display: block;
    float: none;
}
.bth_sen_ico {
    background: url('../img/icons.png') -121px -179px;
}
.cld_dstr_ico {
    background: url('../img/icons.png') -224px -179px;
}
.smr_dely_ico {
    background: url('../img/icons.png') -502px -179px;
}
.dyn_broad_ico {
    background: url('../img/icons.png') -314px -179px;
}
.sch_mssg_ico {
    background: url('../img/icons.png') -408px -179px;
}
.spr_media_ico {
    background: url('../img/icons.png') -18px -179px;
}

.ico_css_dvlper {
    left: 0px;
    width: 70px;
    height: 60px;
    border-radius: 0px;
    margin: auto;
    display: block;
    float: none;
}
.so_ms_ico {
    background: url('../img/icons.png') -421px -351px;
}
.sms_api_ico {
    background: url('../img/icons.png') -340px -351px;
}
.msd_call_api_ico {
    background: url('../img/icons.png') -260px -351px;
}
.call_api_ico {
    background: url('../img/icons.png') -94px -351px;
}
.call_con_clk_ico {
    background: url('../img/icons.png') -15px -351px;
}
.stats_api_ico {
    background: url('../img/icons.png') -504px -351px;
}
.cmmd_api_ico {
    background: url('../img/icons.png') -180px -351px;
}


.ico_css_data {
    left: 0px;
    width: 70px;
    height: 60px;
    border-radius: 0px;
}
.dat_secu_ico {
    background: url('../img/icons.png') -220px -451px;
}
.ds_dlt_ico {
    background: url('../img/icons.png') -115px -451px;
}
.ds_ssl_ico {
    background: url('../img/icons.png') -440px -451px;
}
.ds_audt_ico {
    background: url('../img/icons.png') -25px -451px;
}
.ds_sec_ico {
    background: url('../img/icons.png') -333px -451px;
}

.ico_css_contact {
    left: 0px;
    width: 75px;
    height: 95px;
    border-radius: 0px;
}
.sup_con_ico {
    background: url('../img/icons.png') -68px -568px;
}
.sale_con_ico {
    background: url('../img/icons.png') -167px -568px;
}
.add_con_ico {
    background: url('../img/icons.png') -266px -568px;
}
.usa_con_ico {
    background:url('../img/icons.png') -605px -349px;
}
.ind_con_ico {
    background:url('../img/icons.png') -628px -442px;
}

.enterprise-item-css {
    left: 0px;
    width: 100px;
    height: 115px;
    border-radius: 0px;
    margin: auto;
    display: block;
    float: none;
}
.cust_cht_ico {
    background: url('../img/icons.png') -708px -167px;
}
.cust_rpa_ico {
    background: url('../img/icons.png') -708px -434px;
}
.cust_ai_ico {
    background: url('../img/icons.png') -708px -25px;
}
.cust_nlp_ico {
    background: url('../img/icons.png') -851px -431px;
}
.cust_ml_ico {
    background: url('../img/icons.png') -719px -297px;
}
.cust_fa_ico {
    background: url('../img/icons.png') -845px -165px;
}
.cust_bi_ico {
    background: url('../img/icons.png') -846px -20px;
}
.cust_iot_ico {
    background: url('../img/icons.png') -851px -294px;
}

/***************************27-1-2019**********************************/
.hr
{
    margin-top: 50px;
    margin-bottom: 50px;
}
.section-top
{
    margin-top: 60px;
}
.features_section
{
}
.sec-sub-h h1 {
    font-weight: 400;
    line-height: 29px;
    color: #333;
    margin-bottom: 20px;
}
.feature_table tr
{border-top: 1px solid #ddd;}
.feature_table tr:last-child
{border-bottom: 1px solid #ddd;}
.feature_table p
{margin: 0px;}
.features_vertical_tab
{
    width: 25%;
    float: left;
}
.features_vertical_tab_content
{
    width: 75%;
    float: left;
}
.vertical-tab
{
    display: inline-grid;
    border: none;
    width: 100%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #96d526;
    cursor: default;
    border-left: none;
    border-right: 3px solid #96d526;
    border-top: none;
    font-weight: 600;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid #dddddd;
    border-radius: 0px;
    padding: 13px 10px;
    color: #333;
    padding-right: 24px;
}
.features_vertical_tab_content .tab-content
{
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    margin-top: 15px;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
}
.vertical-tab li
{
    text-align: right;
    padding-right: 34px;
}
.text-head
{

}
.text-head h1, h2, h3, h4, h5, h6
{
    margin-bottom: 10px;   
}
.text-paragraph p
{
    margin-bottom: 10px;
    font-size: 15px;  
}
.text-list ul {
    margin: 0px 0px 20px 10px;
    padding-left: 20px;
}
.text-list ol {
    margin: 0px 0px 20px 10px;
    padding-left: 20px;
}
.text-list ul li {
    font-size: 14px;
    padding-bottom: 10px;
}
.text-list ol li {
    font-size: 14px;
    padding-bottom: 10px;
}
.ul-list-dots
{
    list-style-type: disc;
}
.ul-list-number
{
    list-style-type: decimal;

}
.ul-list-alpha-lowercase
{
    list-style-type: lower-alpha;

}
.ul-list-alpha-uppercase
{
    list-style-type: upper-alpha;

}
.ul-list-alpha-upper-roman
{
    list-style-type: upper-roman;

}
.ul-list-alpha-lower-roman
{
    list-style-type: lower-roman;

}
.ul-with-font-icons
{

}
.ul-with-font-icons li
{
    position: relative;
}
.ul-with-font-icons li a
{
    text-decoration: none;
}
.ul-with-font-icons li i
{
    font-size: 20px;
    position: absolute;
    text-align: center;
    height: 26px;
    line-height: 26px;
}
.ul-with-font-icons li p
{
    margin-left: 35px;
}
.feature-data-item {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}
.feature-data-icon {
    position: absolute;
    border-radius: 50%;
    float: left;
    padding: 0px 22px 5px 0px;
}
.feature-data-ico {
    width: 50px;
    position: relative;
}
.feature-data-desc {
    margin-left: 70px;
    position: relative;
}
.feature-font-ico {
    width: 70px;
    position: relative;
    top: 8px;
    left: 10px;
    font-size: 50px;
}
/*******************************************************/
.carousel-inner {
    background: #000;
}
.pricing-box
{
    padding: 0px;
}
.pricing-caption-box-top
{
    background: #ddd;
}
.pricing-caption-box-top h2
{
    color: #fff;
    font-size: 18px;
    margin: 10px 0px;
}
.pricing-caption-box-top b
{
    font-size: 29px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: center;
}
.pricing-caption-box-top i
{
    font-size: 12px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.pricing-caption-box ul
{
    padding: 0;
    margin: 10px 0px;
}
.pricing-caption-box ul li
{
    text-align: left;
    margin: 0;
    padding: 7px;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    /*color: #808080;*/
}
.pricing-caption-box ul li:last-child
{
    border-bottom: 0px solid #e6e6e6;
}
.star_tag {
    position: absolute;
    right: 15px;
    top: 0;
    width: 39px;
}
.unlimited_text {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #ffca4e !important;
    font-style: italic;
    line-height: 32px;
    padding: 21px 0px !important;
}
/*************************************************************/
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-default{
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.pricing_btn {
    border-radius: 50px !important;
    box-shadow: none !important;
    /*background: transparent;*/
    font-weight: 600;
    margin: 15px auto 0px auto;
    display: block;
    color: #fff;
}
.bg-default {
    background: #efefef;
}
/*.bg-default-gradient {
    background: -webkit-linear-gradient(#efefef, #efefef);
    background: linear-gradient(#efefef, #efefef)
}
.text-default {
    color: #efefef
}*/
.bg-dark {
    background: #333;
}
/*.bg-dark-gradient {
    background: -webkit-linear-gradient(#5d5d5d, #303030);
    background: linear-gradient(#5d5d5d, #303030)
}
.text-dark {
    color: #333
}*/
.bg-primary {
    background: #96d526;
}
/*.bg-primary-gradient {
    background: -webkit-linear-gradient(#96d526, #70a710);
    background: linear-gradient(#96d526, #70a710)
}
.text-primary {
    color: #96d526
}*/
.bg-warning {
    background: #f6be1c;
}
/*.bg-warning-gradient {
    background: -webkit-linear-gradient(#f6be1c, #e69200);
    background: linear-gradient(#f6be1c, #e69200)
}
.text-warning {
    color: #f6be1c
}*/
.bg-info {
    background: #3b7ef2;
}
.bg-success {
    background: #39bd39;
}
/*.bg-info-gradient {
    background: -webkit-linear-gradient(#3b7ef2, #1834ae);
    background: linear-gradient(#3b7ef2, #1834ae);
}
.text-info {
    color: #745af2
}*/
.bg-danger {
    background: #ed3812;
}
/*.bg-danger-gradient {
    background: -webkit-linear-gradient(#ed3812, #da0c0c);
    background: linear-gradient(#ed3812, #da0c0c);
}
.text-danger {
    color: #ed3812
}*/

/******************************23-2-2019 by sayuj*******************************/

.faq_sec
{
    background: #f9f9f9;
}
.get_whatsapp
{
float: left;
width: 100%;
    /*padding:0px;*/
    /*background-image: url(../img/grey_bg.jpg);*/ 
    background: #fff;
}
.get_ico_div
{
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 20px;
    border-right: 1px solid #e9e9e9;
    background: #fff;
    border-left: 1px solid #e9e9e9;
}
.get_ico_div:first-child
{
    border: 1px solid #e9e9e9;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.get_ico_div:last-child
{
    border: 1px solid #e9e9e9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 0px;
}
.get_ico
{
    position: absolute;
    width: 60px;
    margin-top: 2px;
    height: 60px;
}
.get_ico span
{
    height: 100%;
    width: 100%;
    text-align: center;
    float: left;
    font-weight: 600;
    line-height: 22px;
    padding-top: 8px;
    border-radius: 100px;
    color: #3b7ef2;
    border: 2px solid #3b7ef2;
    background: transparent;
}
.get_ico span b
{
    font-size: 19px;
}
.get_img
{
    width: 85px;
    padding: 10px;
}
.get_txt
{
    padding-left: 78px;
    padding-top: 8px;
    padding-right: 50px;
}
.get_txt h2
{
    color: #474747;
    font-size: 16px;
}
.get_txt ul li
{
    padding: 5px 0px;
}
.get_txt ul li a
{
    color: #474747;
    font-size: 14px;
    text-decoration: underline !important;
}
.get_txt h2 b
{
    font-weight: 600;
    text-transform: uppercase;
}
.get_txt h3 {
    color: #444;
    font-size: 16px;
    line-height: 22px;
    font-weight: 200;
}
.get_txt h3 a
{
    color: #3b58d5;
    font-weight: 600;
}

.cont_api_ico
{
    width: 45px;
    margin-right: 20px;
    margin-top: 8px;
}
.cont_api_txt
{
    font-size: 17px;
    font-weight: 200 !important;
    color: #333;
    margin-top: 4px;
    line-height: 23px;
}
.cont_api-item {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.cont_api-desc {
    margin-left: 84px;
    position: relative;
    top: 5px;
}

.cont_api-desc h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.cont_api-icon {
    /* border: 1px solid #0eb493; */
    border-radius: 50%;
    /* color: #0eb493; */
    position: absolute;
    float: left;
    padding: 5px 13px;
}
.business_advnt
{
    background: #f9f9f9;
}

.business_img
{
    float: left;
    /*margin-top: 50px;*/
    margin-bottom: 50px;
}
.business_img img
{
    width: 70%;
    margin: auto;
    display: block;
}
.business-item {
    text-align: center;
}

.business-item strong {
    display: block;
    font-size: 48px;
    font-weight: 600;
    color: #494949;
    width: 100%;
    line-height: 18px;
    float: left;
}

.business-item b {
    font-size: 18px;
    line-height: 28px;
    color: #444;
    font-weight: 600;
    margin-top: 16px;
    float: left;
    width: 100%;
}
.business-item p {
    font-size: 16px;
    line-height: 24px;
    color: #444;
    margin-top: 10px;
    float: left;
    width: 100%;
    font-weight: 200;
}
.business-item img {
    width: 75px;
    margin: 10px auto;
    display: block;
}
.business_box
{
    padding: 20px 35px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 1px 3px 3px -1px rgba(0,0,0,0.1);
    min-height: 270px;
}
/*.business_box:hover {
    border: 1px solid #9bd92f;
}*/
.devl_api {
    background: #fff;
}
.how_box {
    min-height: 200px;
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0px 1px 6px -1px #adadad;
}
.how_box_top {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.how_box_icon
{
    text-align: center;
}
.how_box_icon i
{
    font-size: 65px;
    padding: 15px 0px;
}
.how_box_txt
{
    text-align: center;}
.how_box_txt p
{
    font-size: 18px;
    padding: 10px 20px;
    line-height: 28px;
    color: #898989;
    font-weight: 200;
}
.how_num {
    height: 40px;
    width: 40px;
    position: relative;
    top: -13px;
    background: #00b4bc;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
}
.hw_it_work
{
    /*padding:0px;*/
    /*background-image: url(../img/grey_bg.jpg);*/ 
    background: #f9f9f9;
}
.approv_whatsapp
{
    /*padding:0px;*/
    /*background-image: url(../img/grey_bg.jpg);*/ 
    background: #1ebea5;
}
.approv_ico_div
{
    width: 100%;
    float: left;
    position: relative;
}
.approv_ico
{
    position: absolute;
}
.approv_img
{
    width: 200px;
    padding: 10px;
}
.approv_txt
{
    padding-left: 222px;
    padding-top: 8px;
}
.approv_txt h2
{
    color: #fff;
}
.approv_txt h2 b
{
    color: #fff;
}
.approv_txt h3 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
.approv_txt h3 a
{
    color: #a8ff00;
}
.prlm_solutn
{
    padding:0px;
    /*background-image: url(../img/grey_bg.jpg);*/ 
    background: #fff;
}
.prlm_solutn_box p {
    font-size: 20px;
    color: #5f5f5f;
    padding: 20px 50px;
    float: left;
    line-height: 28px;
    font-weight: 200;
}
.prlm_solutn_box h3 {
    color: #333;
    font-weight: 600;
    margin-top: 22px;
    margin-bottom: 0px;
}
.prlm_solutn_box {
min-height: 450px;
    padding: 25px 10px;
}
.the_prblm {
    background: #fff;
}
.the_solutn {
    background: #f0f0f0;
}

.lst_bg
{
    background-image: url('../img/banner.jpg');
    border-radius: 10px;
    margin: 15px 0px;
    padding: 20px;
    float: left;
}
.blue_gradient
{
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 20px;
    background: #fff; 
    /*background: #1e5799;  Old browsers */
    /*    background: -moz-linear-gradient(-45deg, #1e5799 0%, #7db9e8 100%);  FF3.6-15 
        background: -webkit-linear-gradient(-45deg, #1e5799 0%,#7db9e8 100%);  Chrome10-25,Safari5.1-6 
        background: linear-gradient(135deg, #1e5799 0%,#7db9e8 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.green_gradient
{
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 20px;
    background: #fff; 
    /*background: #008400;  Old browsers */
    /*    background: -moz-linear-gradient(-45deg, #008400 0%, #52b152 100%);  FF3.6-15 
        background: -webkit-linear-gradient(-45deg, #008400 0%,#52b152 100%);  Chrome10-25,Safari5.1-6 
        background: linear-gradient(135deg, #008400 0%,#52b152 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.yellow_gradient
{
   border-radius: 8px;
    padding: 25px 25px;
    margin-bottom: 20px;
    min-height: 177px;
    background: #ed9017;
    background: -moz-linear-gradient(-45deg, #ed9017 0%, #f4c538 99%);
    background: -webkit-linear-gradient(-45deg, #ed9017 0%,#f4c538 99%);
    background: linear-gradient(135deg, #ed9017 0%,#f4c538 99%);
}

.pad-r-0px
{
    padding-right: 0px;
}
.whts_app
{
    padding: 0px; 
    margin-top: 35px;
}
.whts_app_right
{
    background: #00887a;
}
.whts_app_left
{
    background: #ede9e0;
}
.whts_h_txt {
    margin: 45px 0px 35px 0px;
    text-align: center;
    font-size: 29px;
}
.chat_mob_h p {
    text-align: center;
    font-size: 19px;
}
.whts_img_icon {
    margin: auto;
    display: block;
    width: 350px;
}
.whts_img_icon img {
    width: 100%;
}
.whts_img_chat {
    margin: 170px auto 0px auto;
    display: block;
    width: 350px;
}
.chat_mob_h {
    padding: 0px 15%;
}
.chat_mob_h h1 {
    margin: 45px 0px 15px 0px;
    text-align: center;
    font-size: 29px;
}
.whts_ico
{
    width: 26px;
    top: -3px;
    position: relative;
}
.whts_mob_frame
{
    height: 392px;
    width: 100%;
    background: #333;
    padding: 36px 10px 0px 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.whts_mob_frame_in
{
    background: #fff;
    overflow-y: scroll;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 356px;
    padding: 10px;
}
.mob_frame_content
{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 5px;
}
.mob_frame_content:last-child
{
    border-bottom: 1px solid transparent;
}
.mob_frame_content p
{
    font-size: 14px;
    color: #333;
}
.mob_frame_content span
{
    font-size: 14px; 
    color: #00887a;
}

/**************************pricing 14-4-2019*****************************/
.blue_gradient_bg
{
    background: #1e5799; 
    background: -moz-linear-gradient(-45deg, #1e5799 0%, #7db9e8 100%);  
    background: -webkit-linear-gradient(-45deg, #1e5799 0%,#7db9e8 100%);   
    background: linear-gradient(135deg, #1e5799 0%,#7db9e8 100%);
}
.green_gradient_bg
{
    background: #008400;
    background: -moz-linear-gradient(-45deg, #008400 0%, #52b152 100%); 
    background: -webkit-linear-gradient(-45deg, #008400 0%,#52b152 100%);  
    background: linear-gradient(135deg, #008400 0%,#52b152 100%); 
}
.yellow_gradient_bg
{
    background: #ed9017; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ed9017 0%, #f4c538 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ed9017 0%,#f4c538 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ed9017 0%,#f4c538 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.price_in_box {
    margin: 17px 0px;
    border-radius: 6px;
    padding: 10px 16px;
    min-height: 125px;
}
.price_in_box ul li{

}
.price_in_box ul li h2{
}
.price_in_box ul li h2 b{
    color: #fff645;
}
.price_in_box ul li h4{
}
.price_in_box ul li > b{
    font-size: 17px;
    padding: 6px 17px;
    border-radius: 20px;
    background: #c27b00;
    color: #fff645;
    font-weight: 600;
}
.price_in_box ul li > b > span{
    color: #fff;
}
.points_ul_price {
    line-height: 22.4px;
    margin-top: 15px;
}
.points_ul_price li {
    padding: 4px 0px;
    font-size: 16px;
}
.btn-signup-price
{
    float: right;
    /*background: #f3bf34;*/
    color: #000;
    margin-top: 46px;
    padding: 2px 15px;
    font-weight: 600;
    font-size: 19px;
}
/*******************************************************/

.cust_s_at
{
    padding: 40px 0px
}
.pricing_tabel2
{}
.pricing_tabel2 thead
{}
.pricing_tabel2 thead tr
{}
.pricing_tabel2 tbody tr:hover
{
    /*background: #dddddd;*/
}
.pricing_tabel2 thead tr th
{
    padding: 15px 15px;
    background: #ededed;
    font-size: 13px;
    color: #333;
    border: 1px solid #ddd;
}
.pricing_tabel2 thead tr th:nth-child(1)
{
    width: 16%;
    background: #70d526;
    color: #fff;
    text-align: left;
}
.pricing_tabel2 thead tr th:nth-child(2)
{
    width: 34%;
    text-align: center;
}
.pricing_tabel2 thead tr th:nth-child(3)
{
    width: 34%;
    text-align: center;
    background: #ddd;
}
.pricing_tabel2 thead tr th:nth-child(4)
{
    width: 16%;
    text-align: center;
}
.pricing_tabel2 tbody
{}
.pricing_tabel2 tbody tr
{}
.pricing_tabel2 tbody tr td
{
    padding: 15px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
}

.pricing_tabel2 tbody tr td:nth-child(1)
{
    width: 16%;
    background: #ededed;
    color: #000;
    text-align: left;
    /*font-weight: 600;*/
}
.pricing_tabel2 tbody tr td:nth-child(2)
{
    width: 34%;
    text-align: center;
}
.pricing_tabel2 tbody tr td:nth-child(3)
{
    width: 34%;
    background: #ededed;
    text-align: center;
}
.pricing_tabel2 tbody tr td:nth-child(4)
{
    width: 16%;
    text-align: center;
}
.price_add1
{
    padding: 0px 15px;
}
.add_prc_b
{
    font-size: 16px;
    font-weight: 600;
}
.tbl_sub_p
{
    font-size: 14px;
    line-height: 24px;
}
/*******************************************************/
/*********************6-7-2019 features page**********************************/
.icon_fe_con
{
    margin: 50px auto 50px auto;
}
.features_banner
{
    background-image: url(../img/features/feature_banners_2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #f6faff;
    padding-bottom: 0px;
}
.drip_camp
{
    /*background-image: url('../img/features/right_bubble_bg.png');*/
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-size: 100%;
}

.features_in_txt {
    margin-top: 90px;
    padding-right: 50px;
}
.features_in_txt h2 {
    color: #474747;
    font-size: 34px;
    font-weight: 600;
}
.features_in_txt h3 {
    color: #474747;
    font-size: 24px;
    font-weight: 400;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.features_in_txt p {
    color: #474747;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 24px;
    float: left;
    width: 100%;
}
.features_in_img {
    margin: 30px auto 0px auto;
    width: 100%;
    display: block;
}
.cust_m_b_30
{
    margin-bottom: 30px;
}
.features_icons_list {
    background-color: #fff;
    /*background-image: url(../img/features/feature_ico_bg.png);*/
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px 0px 40px 0px;
}
.fe_ic_pk_txt {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.fe_ic_pk_txt h2 {
    width: 100%;
    float: left;
    font-weight: 600; 
    text-align: center;
    margin-bottom: 2px;
}
.fe_ic_pk_txt span {
    width: 100%;
    float: left;
    text-align: center;
}
.fe_in_rate_ico {
    background: url(../img/features/icons_pack.png) -43px -43px;
}
.fe_ctr_ico {
    background: url(../img/features/icons_pack.png) -155px -43px;
}
.fe_sales_ico {
    background: url(../img/features/icons_pack.png) -264px -43px;
}
.fe_read_ico {
    background: url(../img/features/icons_pack.png) -377px -38px;
}
.fe_funnel_ico {
    background: url(../img/features/icons_pack.png) -489px -43px;
}
.fe_effort_ico {
    background: url(../img/features/icons_pack.png) -594px -43px;
}
.line_divider_img
{
    padding: 45px 0px;
}
.line_divider_img img
{
    width: 100%;
}
.fe_com_img_size
{
    margin: auto;
    display: block;
    width: 100%;
}
.fe-sec-title
{
    margin-bottom: 40px;
}
.fe-sec-title h2 {
    color: #474747;
    font-size: 35px;
    /* font-weight: 800; */
    text-transform: uppercase;
}
.p-tb-20px
{
    padding: 20px 0px;
}
.fe_con_pt
{
    padding-top: 50px;
}
.card-img-auto{
    margin: 20px auto 20px auto;
    display: block;
    width: 200px;
}
.card {
    padding: 15px 0px 0px 0px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    /*min-height: 590px;*/
}
.fe_sgnup {
    background-image: url(../img/features/fe_signup_img.jpg);
    border-radius: 10px;
    margin: 15px 0px;
    padding: 20px;
    float: left;
}
.smrt_sgnup_bg {
    background-image: url(../img/smart-replies/smrt_signup_img.jpg);
    padding: 20px;
    float: left;
        background-color: #0f054c;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.fe_sgnup_btn {
    margin: 15px auto;
    display: block;
    border-radius: 50px;
    background: #96d526;
    border: none;
    color: #fff;
}
.fe_sgnup_img
{
    width: 100px;
    margin: 20px auto;
    display: block;
}
.bg-light
{
    background: #f9f9f9;
}
.card-alert-success
{
    color: #fff;
    background-color: #96d526;
    border-color: #d6e9c6;
}
.card-alert-info
{
    color: #000;
    background-color: #d4fce9;
    border-color: #d6e9c6;
}
.m-0
{
    margin: 0px !important;
}
.p-0
{
    padding: 0px !important;
}
.card-b-alert {
    padding: 15px 30px;
    font-size: 17px;
    border-bottom-left-radius: 5px;
    line-height: 27px;
    border-bottom-right-radius: 5px;
}
.card-in-pad
{
    padding: 0px 30px 10px 30px;
}
.fe-sec-title-in
{
    padding: 0px;
}
kbd {
    background-color: #d4fce9;
    box-shadow: none;
    color: #333;
}
.fe-points_ul {
    line-height: 29.4px;
}
.fe-points_ul li {
    padding: 1px 0px;
    font-size: 16px;
}
.fe-points_ul li i {
    font-size: 20px;
    width: 25px;
    text-align: left;
    height: 25px;
    font-weight: 200;
    line-height: 25px;
}    
.hd_ic_tl {
    margin-top: 30px;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.card_grph_div
{
    padding: 10px 0px;
}
.cust_alert_quote
{
    color: #4e8c70;
    background-color: #d4fce9;
    border: 2px dotted #d6e9c6;
    border-radius: 6px;
    padding: 12px;
    width: 100%;
    float: left;
}
.cust_alert_quote span
{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    float: left;
}
.cust_alert_quote span i
{
    font-size: 20px;
}
.bd-highlight {
    border-right: 1px solid #d4d4d4;
    margin-bottom: 10px;
}
.bd-highlight:last-child {
    border-right: none;
}
.rslt-titl
{
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #96d526;
    float: left;
    /* border-left: 2px solid #96d526; */
    text-transform: uppercase;
    padding: 0px 12px;
    width: 100%;
}
/******************************************************/
/***************************SMart Replies 17-7-2019***************************/

.smart_banner
{
    background-image: url(../img/smart-replies/whatsapp_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
    padding-bottom: 0px;
}
.smrt_rp {
    /* background-image: url(../img/features/right_bubble_bg.png); */
    background-color: #25c16e; 
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    /*background-image: linear-gradient(to bottom right, #01cb76, #03bd6e);*/
    padding-bottom: 0px;
}
.wht-smrt-rp
{
    margin-top: 50px;
}
.why-smrt-rp {
    background-color: #fff;
    /* background-image: url(../img/features/feature_ico_bg.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 20px;
}
.new-tab-link {
    padding-right: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3ggXDSIzCeRHfQAAABl0RVh0Q29tbWVudABDcmVhdGVkIHdpdGggR0lNUFeBDhcAAAA9SURBVBjTY2RAA/+XMvxHF2NkwAOwacCq4P9Shv8suFQzRiNsYUEXwKoJ2VhkNrIaJgYiAAs2N2BVRMirAD6JHi10MCdVAAAAAElFTkSuQmCC) no-repeat right center;
}

.page-title {
    font: 400 40px/1.5 Open Sans, sans-serif;
    text-align: center;
}

.circles {
    margin-bottom: -10px;
}

.circle {
    width: 100%;
    margin: 6px 0px 25px;
    display: inline-block;
    position: relative;
    text-align: left;
    line-height: 1.2;
}

.circle canvas {
    vertical-align: top;
    float: left;
    margin-right: 15px;
}

.circle strong {
    position: absolute;
    top: 30px;
    /* float: left; */
    left: 0;
    width: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}

.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}

.circle h4 {
    display: block;
    margin-top: 10px;
    font-weight: 600;
}
.circle p {
    display: block;
    margin-top: 5px;
    font-weight: 200;
    line-height: 22px;
    font-size: 17px;
    color: #333;
}

.install {
    display: inline-block;
}

.install a {
    display: block;
    width: auto;
    vertical-align: middle;
    padding: 6px 12px;
    line-height: 20px;
    background-color: #111;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    margin: 5px auto;
    transition: all .3s;
}

.install code {
    padding: 6px 12px;
    display: block;
    font: 13px/20px Courier New, Liberation Mono, monospase;
    background-color: #333333;
    border-radius: 4px;
    margin: 5px 0;
    white-space: nowrap;
}

.install a:hover {
    background-color: #222;
}

.credits {
    color: #aaa;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.credits img {
    margin-left: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

@media (max-height: 600px), (max-width: 480px) {
    .credits {
        position: inherit;
    }
}
.why_s_h{
    margin: 20px 0px;  
}
.cust_alert_quote_green {
    color: #010100;
    background-color: #fffffe;
    /* border: 2px dotted #b5d43e; */
    border-radius: 6px;
    padding: 12px;
    width: 100%;
    float: left;
}
.cust_alert_quote_green span {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    float: left;
}
.cust_alert_quote_green span i {
    font-size: 20px;
}
.omg_su_txt{
    margin-bottom: 30px;
}
.ico_smrt_rep {
    left: 0px;
    width: 70px;
    height: 70px;
    border-radius: 0px;
    margin: auto;
    display: block;
    float: none;
}
.en_brazil_flag {
    background: url(../img/smart-replies/icons_pack.png) -165px -34px;
}
.en_india_flag {
    background: url(../img/smart-replies/icons_pack.png) -42px -34px;
}
.en_uk_flag {
    background: url(../img/smart-replies/icons_pack.png) -294px -34px;
}
.en_us_flag {
    background: url(../img/smart-replies/icons_pack.png) -434px -34px;
}
.omg_box {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
}
.box_r_mt
{
    margin-top: 30px
}
.quote_img_con {
    background-image: url(../img/smart-replies/testimonial_bg.jpg);
    border-radius: 10px;
    margin: 15px 0px 55px 0px;
    padding: 20px;
    float: left;
    background-size: 100%;
}
.smrt_feature_sec{
    /*background: #f9f9f9;*/ 
    background: rgba(37,193,111,.05); 
    /*padding-bottom: 0px;*/
}
.ai-sec-mt
{
}
.ai-sec-mt h2 {
    margin-top: 30px;
}
.ai-sec-mt p {
    font-size: 21px;
    font-weight: 200;
    line-height: 41px;
}
.intent-sec-mt
{
}
.intent-sec-mt h2 {
    margin-top: 20px;
}
.intent-sec-mt p {
    font-size: 21px;
    font-weight: 200;
    line-height: 41px;
}
.smart-sec-mt
{
}
.smart-sec-mt h2 {
    margin-top: 20px;
}
.smart-sec-mt p {
    font-size: 21px;
    font-weight: 200;
    line-height: 41px;
}
/**/
.smrt_item {
    float: left;
    padding: 12px;
    width: 100%;
    min-height: 125px;
    border-radius: 4px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.2);
}
.sm_tri_ico {
    background: url(../img/smart-replies/icons_pack2.png) -36px -27px;
}
.sm_mail_ico {
    background: url(../img/smart-replies/icons_pack2.png) -153px -27px;
}
.sm_msg_ico {
    background: url(../img/smart-replies/icons_pack2.png) -262px -27px;
}
.sm_call_ico {
    background: url(../img/smart-replies/icons_pack2.png) -382px -27px;
}
.sm_pause_ico {
    background: url(../img/smart-replies/icons_pack2.png) -495px -27px;
}
.sm_add_tag_ico {
    background: url(../img/smart-replies/icons_pack2.png) -642px -141px;
}
.sm_re_tag_ico {
    background: url(../img/smart-replies/icons_pack2.png) -756px -141px;
}
.sm_map_ico {
    background: url(../img/smart-replies/icons_pack2.png) -263px -141px;
}
.sm_re_cat_ico {
    background: url(../img/smart-replies/icons_pack2.png) -380px -141px;
}
.sm_tckt_ico {
    background: url(../img/smart-replies/icons_pack2.png) -495px -141px;
}
.sm_sub_seq_ico {
    background: url(../img/smart-replies/icons_pack2.png) -40px -250px;
}
.sm_unsub_ico {
    background: url(../img/smart-replies/icons_pack2.png) -155px -250px;
}
.sm_up_sub_ico {
    background: url(../img/smart-replies/icons_pack2.png) -387px -250px;
}
.sm_blklst_ico {
    background: url(../img/smart-replies/icons_pack2.png) -498px -250px;
}
.smrt_re_desc h4
{
    font-size: 17px;
    font-weight: 600;
}
.sm_ico_css {
    left: 0px;
    width: 70px;
    height: 60px;
    border-radius: 0px;
}
.smrt_re_icon {
    float: left;
    padding: 5px 13px;
}
.smrt_re_desc {
    margin-left: 70px;
    position: relative;
    /*top: 5px;*/
}
.smrt_re_txt {
    font-size: 14px;
}
.smrt_ban_in_img {
    margin: 30px auto 0px auto;
    width: 100%;
    display: block;
}
/******/
.cust_alert_quote_white {
    color: #333;
    background-color: #fff;
    border: 2px dotted #efefef;
    border-radius: 6px;
    padding: 12px;
    width: 100%;
    float: left;
    margin: 10px 0px;
}
.cust_alert_quote_white span {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    float: left;
}
/*************/
.full_cust_ico
{
    background: url(../img/smart-replies/icons_pack.png) -43px -163px;
}
.att_ble_ico
{
    background: url(../img/smart-replies/icons_pack.png) -163px -163px;
}
.gre_txt_ico
{
    background: url(../img/smart-replies/icons_pack.png) -280px -163px;
}
.quk_int_ico
{
    background: url(../img/smart-replies/icons_pack.png) -396px -161px;
}
.more_fe {
    /*background-color: #f9f9f9;*/
    background-color: rgba(37,193,111,.05);
    /*padding: 0px 0px 50px 0px*/
}
.cust_wid_sec {
    /*background-color: rgba(37,193,111,.05);*/
    background-color: #fff;
    /*padding: 0px;*/
}
.evn_fe{
    margin-bottom: 40px;
}

.omg_sec {
    background-color: rgba(37,193,111,.05);
}
.signup_free_foot
{
    background-color: rgba(37,193,111,.05);
    padding: 0px;
}
.smrt_in_img 
{
/*    background-image: url(../img/smart-replies/smrt_ban_txt_im.png);
    background-repeat: no-repeat;
    background-size: 100%;*/
}
/************************Zendesk CSS*******************************/
.zendesk_banner {
    background-image: url(../img/zendesk/zendesk_banners.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    /*background-color: #f6faff;*/
	padding-bottom:0px;
}
.zendesk_in_img {
    margin: 0px auto 0px auto;
    width: 75%;
    display: block;
}
.zendesk_video_div {
    /* background-image: url(../img/features/right_bubble_bg.png); */
    background-color: #ff;
    background-repeat: no-repeat;
    background-size: 100%;
	    padding: 0px 0px 30px 0px;
}
.yt_thumb {
    margin: auto;
    display: block;
    width: 80%;
}
.zen_vdeo_content
{
	margin-top: 80px
}
.features_zendesk
{
background: #f7faff;
}
.pricing_req{
background: #fff;
}
.zendesk_video_con
{
	padding: 80px 0px;
}
.price_zendesk {
    font-size: 30px;
    line-height: 38px;
}
.price_zendesk b
{
    font-size: 30px;
	color: #96d526;
}
.price_zendesk_img {
    background-image: url(../img/zendesk/pricing_img.png);
    border-radius: 10px;
    margin: 15px 0px;
    padding: 30px 20px;
    float: left;
}
.price_zendesk_img h3
{
	font-weight: 600;
}
.price_zendesk_img p
{
	
}
.price_zendesk_img p b
{
	    font-size: 30px;
	color: #ffe718;
}
.zendesk_video_yt
{
	width: 100%;
	height: 400px;
	float: left;
	border-radius: 20px;
}
.zendesk_video_yt_lg
{
	width: 100%;
	height: 600px;
	float: left;
	border-radius: 20px;
}
.zendesk_thumb_img {
    margin: auto;
    display: block;
    width: 70%;
}
.zendesk_thumb_txt
{
	margin-top: 40px;
}
.zendesk_thumb_txt_sm
{
	margin-top: 80px;
}
.zendesk_thumb_p p {
    font-size: 24px;
    font-weight: 200;
    line-height: 41px;
}
.req_bg {
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 20px;
    background: #f7faff;
}
/*******************************************************/



/*********************10-10-2019**********************************/
.broadcast_in_img
{
	margin: 0px auto 0px auto;
    width: 80%;
    display: block;
}
.broadcast_in_txt {
    margin-top: 100px;
    padding-right: 50px;
}
.broadcast_in_txt h2
{
color: #474747;
    font-size: 34px;
    font-weight: 600;
} 
.broadcast_in_txt h3
{
color: #474747;
    font-size: 24px;
    font-weight: 400;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.broadcast_banner
{
    /* background-image: url(../img/features/feature_banners_2.png); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #f4fcf8;
    padding-bottom: 0px;
}
.pers_msg
{
	margin-top: 100px;
}
.seg_img
{
	margin-top: 100px;
}
.broadcast_in_txt p {
    color: #474747;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 24px;
    float: left;
    width: 100%;
}
.brl-chnl {
    border-left: 1px solid #e8e8e8;
}

.comp_tbl_mob
{
    display: none;
}
.mgn-0px
{
	margin:0px;
}

/***********************************/
.whatsapp_off_ban {
    margin-top: 50px;
    margin-bottom: 100px;
padding-left: 0px;
}
.whatsapp_off_ban h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
	text-align: left;
}
.whatsapp_off_ban h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    float: left;
    margin-bottom: 20px;
    width: 100%;
	text-align: left;
}
.whatsapp_off_ban p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 24px;
    float: left;
    width: 100%;
}
.wt_off_ban_img {
    width: 80%;
    margin: auto;
    margin-top: 20px;
    display: block;
}
.whatsapp_off_btn
{
    margin: auto;
    background: #fff;
    display: block;
    color: #2cb742;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 60px;
}
.whatsapp_off_ico
{
	    width: 38px;
    margin-top: -4px;
    margin-right: 10px;
}
.whatsapp_banner {
background-image: url(../img/whatsapp/wahtsapp-official-banner.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: 100%;
    height: 550px;
    background-color: #2cb742;
    padding-bottom: 0px;
}
.all_acc_top
{
	margin-top: -180px;
margin-left: 0px;
margin-right: 0px;
}
.off_ico_hand {
    width: 28px;
    margin-top: -4px;
    margin-left: 4px;
}
.line_divider_whatsapp {
    padding:0px;
}
.why_off_bx
{
	margin-top: 30px;
}
.all_abt_wht
{
	background: #f4fcf8;
	padding: 40px 0px 10px 0px;
}
.whts_ico_css {
    left: 0px;
    width: 70px;
    height: 60px;
    border-radius: 0px;
}

.use_num_ico {
    background: url(../img/whatsapp/icons_pack.png) -36px -27px;
}
.hig_scl_ico {
    background: url(../img/whatsapp/icons_pack.png) -153px -27px;
}
.rich_msg_ico {
    background: url(../img/whatsapp/icons_pack.png) -263px -27px;
}
.msg_inst_ico {
    background: url(../img/whatsapp/icons_pack.png) -36px -141px;
}
.wht_grp_ico {
    background: url(../img/whatsapp/icons_pack.png) -149px -142px;
}
.wht_of_ico {
    background: url(../img/whatsapp/icons_pack.png) -641px -141px;
}
.width-50
{
	width: 50%!important;
}
.whatsapp_box_2b {
    padding: 20px 35px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #fff;
     box-shadow: 1px 2px 4px -1px rgba(0,0,0,.3);
	border: 1px solid #ddd;
    min-height: 370px;
}
.whatsapp_box_3b {
    padding: 20px 35px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 1px 2px 4px -1px rgba(0,0,0,.3);
	border: 1px solid #ddd;
    min-height: 210px;
}
.wht_prc_txt {
width: 100%;
    float: left;
    border-radius: 6px;
    padding: 20px 10px;
    background: #fff;
    border: 1px solid #ddd;
}
.wht_prc_txt h2 {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-bottom: 2px;
}
.wht_prc_txt span {
    width: 100%;
    float: left;
    text-align: center;
}
.tim_ck_img {
    width: 40px;
    margin-left: -7px;
    margin-top: -5px;
}
.flag_con_div{
width:100%;
float: left;
}
.flag_con_div > label {
    font-weight: 200;
    text-transform: uppercase;
    color: #888;
}
.pricing_tabel_price tbody tr td {
    font-size: 15px !Important;
}
.pricing_tb_c > th > b {
    font-size: 18px;
	color: #4CAF50;
}
.cnt_bx_1
{
	display: flex;
	direction: row;
}
.fe_tx_tb
{
	    line-height: 41px!Important;
		font-size: 16px!Important;
}
.word-wrap
{
word-wrap: break-word;
}
.whatsapp_box_commu {
    padding: 20px 35px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 1px 3px 3px -1px rgba(0,0,0,0.1);
    min-height: 330px;
}
.pricing_lft_txt {
}
.currency_selection
{
float: left;
    width: 100%;
}
.currency_selection ul
{
	    margin: auto;
    padding: 0;
    display: flex;
    width: 211px;
}
.currency_selection ul li
{
	    list-style: none;
    padding: 10px;
}
.currency_selection ul li span
{
width: 50px;
    float: left;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    background: transparent;
    text-align: center;
    color: rgba(0,0,0,.4);
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,.4);
	cursor: pointer;
}
.currency_selection ul li span i
{
	font-weight: 200 !Important;
}
.currency_selection ul li span:hover
{
	    color: #70d526;
	background: transparent;
    border: 1px solid #70d526;
}
.currency_selection_active
{
    color: #fff !important;
	background: #70d526 !important;
    border: 1px solid #70d526 !important;
}
.pricing_rgt_txt
{
}
.tbl_flg {
    width: 21px;
}
.tbl_bxs_sec {
    background: #fff;
	padding-top: 0px;
}
.temp_chrg_row{
	    background: #607D8B;
    color: #fff;
    font-weight: 600;
}
.temp_chrg_row td:nth-child(3) {
	    background: #607D8B!important;
    color: #fff!important;
    font-weight: 600!important;
}
.temp_chrg_row td:nth-child(1) {
	    background: #607D8B!important;
    color: #fff;
    font-weight: 600!important;
}
.temp_chrg_row td{
	
}
.all_abt_whs_list
{
}
.all_abt_whs_list ul
{
}
.all_abt_whs_list ul li
{
padding: 8px 0px;
    border-bottom: 1px solid #2ab13f;
}
.all_abt_whs_list ul li:last-child
{
    border-bottom: 0px solid #3f525a;
}
.all_abt_whs_list ul li span
{
    color: #fff;
    font-size: 15px;
    font-weight: 200;
}
.all_abt_whs_list ul li span i
{
margin-right: 8px;
    color: #fff;
}
.bx-lf {
    background: #fff;
    padding: 40px;
min-height: 275px;
}
.bx-rt {
    background: #2cb742;
    padding: 40px;
min-height: 275px;
}
.channels_i_con
{
text-align: center;
width: 100%;
float: left;
}
.channels_i_con span
{
text-align: center;
    margin-top: 10px;
    width: 100%;
    float: left;
    text-transform: uppercase;
}
.chnls_img
{
    width: 50px;
margin: auto;
padding: 6px;
display: block;
}
.chnl_whatsapp {
    background: #f9f9f9;
padding-top: 0px;
} 
.integration_div
{

}
.card-cu {
	float: left;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
box-shadow: 1px 3px 3px -1px rgba(0,0,0,0.1);
}
.phn_sr_sel {
    width: 100%;
    float: left;
}
.niceCountryInputSelector {
    width: 100% !important;
}
/***********************************/
/***********************************/
.nav-pills-hz
{
display: flex;
  justify-content: center;
}
.nav-pills-hz li
{
padding: 10px;
}
.nav-pills-hz li a
{
    background: #fff;
    box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.2);
    width: 100%;
    border-radius: 4px;
    margin: auto;
    padding: 0px;
    display: block;
color: #333;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff !Important;
    background-color: #607D8B;
}
.nav-pills-hz li a:hover
{
color: #333 !important;
/* box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.2); */
     background: #fff; 
}
.tab-content-hz
{
}
.tab-pane-hz
{
}
.tab_smrt_item {
    padding: 18px 10px;
    width: 100%;
    border-radius: 4px;
}
.tab_whts_ico_css {
    left: 0px;
    width: 70px;
    height: 60px;
    border-radius: 0px;
}
.tab_smrt_re_icon {
    float: left;
    padding: 5px 13px;
}
.tab_smrt_re_desc {
    margin-left: 70px;
    position: relative;
    /* top: 5px; */
}
.tab_smrt_re_desc h4 {
    font-size: 17px;
    font-weight: 600;
}
.tab_smrt_re_txt {
    font-size: 14px;
}
.tab_srv_ico {
    width: 45px;
}
.tab-content-vrt {
    width: 100%;
    padding: 0px 10px;
    float: left;
margin-top: 10px;
}
.nav_pills_vrt
{
    width: 100%;
    float: left;
}
.vrt_tab_left
{
}
.vrt_content_txt
{}
.vrt_tab_right
{
float: left;
width: 100%;
    padding: 15px;
}
.tab_content_vrt
{
float: left;
width: 100%;
}
.tab_pane_vrt
{
float: left;
width: 100%;
}
.vrt_content_img
{
float: left;
width: 100%;
}
.vrt_col_left
{
float: left;
    width: 50%;
}
.vrt_col_right
{
float: left;
    width: 50%;
}
.nav_pills_vrt > a
{
color: #333;
width: 100%;
    float: left;
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 15px;
    /* border-left: 2px solid #607d8b; */
    background: #fff;
}
.nav_pills_vrt > a:focus
{
color: #333;
background: #fff;
}
.nav_pills_vrt > a:hover
{
color: #333;
background: #e5efed;
}
.nav_pills_a_active
{
color: #333 !important;
    background: rgb(96, 125, 139,.1) !important;
    border-left: 2px solid #32b940  !important;
}
.nav-pills>li.active>a:after
{
content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #607d8b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.nav_pills_a_active:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-top: -45px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e5efed;
}

.bx-lf-bus {
    background: #fff;
    box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.2);
    padding: 40px;
    width: 98%;
    margin: 1%;
    min-height: 275px;
border-radius: 4px;
}
.whtsapp_bus_banner {
     background-image: url(../img/whatsapp/banner.jpg); 
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: 100%;
    height: 550px;
    /* background-color: #000; */
    padding-bottom: 0px;
}
.whtsapp_bus_in_txt {
    margin-top: 40px;
    padding-right: 50px;
}
.whtsapp_bus_in_txt h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}
.whtsapp_bus_in_txt h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.whtsapp_bus_in_txt p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 24px;
    float: left;
    width: 100%;
}
.whtsapp_bus_in_img {
    margin: 0px auto 0px auto;
    width: 600px;
    display: block;
}
.tabs_sec_div {
    background-color: rgba(37,193,111,.05);
padding-top: 0px;
}
.chs_sec_div {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
}
.thumbnail_box_wht {
    padding: 0px 0px 20px 0px;
        position: relative;
    min-height: 500px;
}
.caption_box_wht1 {
float: left;
    padding: 20px !important;
    width: 100%;
}
.caption_box_wht2 {
float: left;
    padding: 20px !important;
    width: 100%;
}
.caption_box_wht1 h3 {
font-size: 18px;
    width: 100%;
    border-radius: 50px;
    padding: 14px;
    background: #fff;
    font-weight: 600;
    border: 1px solid #806ff1;
    color: #806ff1;
    float: left;
}
.caption_box_wht1 p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    width: 100%;
min-height: 200px;
    float: left;
}
.caption_box_wht2 h3 {
font-size: 18px;
    width: 100%;
    border-radius: 50px;
    padding: 14px;
    background: #fff;
    font-weight: 600;
    border: 1px solid #f7694f;
    color: #f7694f;
    float: left;
}
.caption_box_wht2 p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    width: 100%;
min-height: 200px;
    float: left;
}
.see_more_wht {
  position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
}
.see_more_btn_wht {
    color: #fff;
    background: #607d8b;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
    text-align: center;
    padding: 14px;
}
.whts_chs_img {
/* background-image: url(../img/whatsapp/whts_box_img.jpg); */
  border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-image: linear-gradient(to bottom right, #273443, #232f3c);
    padding: 30px 20px;
}
.whts_chs_img > h4{
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.phn_chs_img {
/* background-image: url(../img/whatsapp/whts_box_img.jpg); */
  border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    background-image: linear-gradient(to bottom right, #1cb71c, #049e42);
    padding: 30px 20px;
}
.phn_chs_img > h4{
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.phn_chs_img_in
{
width: 100%;
    float: left;
    margin-bottom: 15px;
}
.phn_chs_img_in > img
{
width: 50px;
margin: auto;
display: block;
}
.cmpr_btn
{
    background-image: linear-gradient(to bottom right, #1cb71c, #049e42);
color: #fff;
float: left;
padding: 20px 10px;
font-size: 20px;
width: 100%;
text-align: center;
}
.cmpr_btn:hover
{
    background-image: linear-gradient(to bottom right, #1cb71c, #049e42);
color: #fff;
}
/***********************************/

/***********************************/
.world_map_div
{
    width: 570px;	
    height: 391px;
    margin: auto;
	position: relative;
}
.map_popover_1
{
    width: 200px;
    position: absolute;
    top: 14px;
    z-index: 100;
    right: -26px;
}
.map_popover_txt
{
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    font-weight: 600;
color: #000;
}
.map_popover_1:after {
    content: '';
    position: absolute;
    left: -24px;
    top: 29px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.map_popover_2 {
    width: 200px;
    position: absolute;
    bottom: 133px;
    z-index: 10;
    left: 71px;
    display: none; 
}
.map_popover_2:after {
    content: '';
    position: absolute;
    left: -24px;
    top: 29px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.map_popover_3
{
    width: 235px;
    position: absolute;
    top: 115px;
    z-index: 300;
    right: 42px;
    display: none;
}
.map_popover_3:after {
    content: '';
    position: absolute;
    left: -24px;
    top: 29px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.map_popover_4
{
width: 235px;
    position: absolute;
    top: 97px;
    z-index: 300;
    left: 19px;
	display: none;
}
.map_popover_4:after {
    content: '';
    position: absolute;
    left: -24px;
    top: 29px;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.btw_txt_ico
{
width: 18px;
}
.use_cases_h
{
margin: 50px 0px 30px 0px;
}

.whts_ico_sprite {
    left: 0px;
    width: 70px;
    height: 60px;
    border-radius: 0px;
    margin: auto;
    display: block;
    float: none;
padding: 0px;
}
.commu_smrt {
    background:url(../img/whatsapp/icons_pack.png) -482px -291px;
}
.commu_crm {
    background:url(../img/whatsapp/icons_pack.png) -384px -221px;
}
.commu_auto {
    background:url(../img/whatsapp/icons_pack.png) -575px -223px;
}
.commu_tele {
    background:url(../img/whatsapp/icons_pack.png) -652px -220px;
}
.commu_broad {
    background:url(../img/whatsapp/icons_pack.png) -382px -288px;
}
.commu_live {
    background:url(../img/whatsapp/icons_pack.png) -482px -221px;
}
.keep_read_btn {
    background: #fff;
    color: #258734;
    font-weight: 600;
}
.chnls_img_ic {
    left: 0px;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    margin: auto;
    display: block;
    float: none;
padding: 0px;
}
.chnls_ic_msg
{
    background:url(../img/whatsapp/icons_pack.png) -976px -446px;
}
.chnls_ic_whts
{
    background:url(../img/whatsapp/icons_pack.png) -15px -580px;
}
.chnls_ic_fb_msg
{
    background:url(../img/whatsapp/icons_pack.png) -1046px -377px;
}
.chnls_ic_web
{
    background:url(../img/whatsapp/icons_pack.png) -975px -521px;
}
.chnls_ic_phn
{
    background:url(../img/whatsapp/icons_pack.png) -766px -448px;
}
.chnls_ic_tele
{
    background:url(../img/whatsapp/icons_pack.png) -766px -521px;
}
.chnls_ic_zen
{
    background:url(../img/whatsapp/icons_pack.png) -906px -581px;
}
.chnls_ic_email
{
    background:url(../img/whatsapp/icons_pack.png) -907px -375px;
}
.chnls_ic_zap
{
    background:url(../img/whatsapp/icons_pack.png) -836px -580px;
}
.chnls_ic_api
{
    background:url(../img/whatsapp/icons_pack.png) -766px -375px;
}
.chnls_ic_zoho
{
    background:url(../img/whatsapp/icons_pack.png) -975px -578px;
}
.chnls_ic_shop
{
    background:url(../img/whatsapp/icons_pack.png) -839px -448px;
}
/***********************************/
/***********************************/

.panel-control>.btn:last-child, .panel-control>.btn-group:last-child>.btn:first-child {
    border-bottom-right-radius: 0;
}
.panel-control .btn, .panel-control .dropdown-toggle.btn {
    border: 0;
}
.nano {
outline: none;
    position: relative;
    width: 100%;
height: 422px;
    overflow: hidden;
}
.nano>.nano-content {
outline: none;
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pad-all {
    padding: 15px 80px;
}
.mar-btm {
    margin-bottom: 15px;
}
.media-block .media-left {
    display: block;
    float: left;
}
.img-sm {
    width: 46px;
    height: 46px;
}
.media-block .media-body {
    display: block;
    overflow: hidden;
    width: auto;
}
.pad-hor {
    padding-left: 15px;
    padding-right: 15px;
}
.speech {
    position: relative;
    background: #fff;
max-width: 65%;
    color: #000;
    display: inline-block;
    border-radius: 7px;
    padding: 12px 20px;
}
.speech:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #fff;
    margin: 15px 0 0 -6px;
}
.speech-right>.speech:before {
    left: auto;
    right: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #e2ffc6;
    border-right: 0;
    margin: 15px -6px 0 0;
}
.speech .media-heading {
font-size: 12px;
    color: #000;
    text-align: left;
    display: block;
    /* border-bottom: 1px solid rgba(0,0,0,0.1); */
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 600;
}
.speech-time {
    margin-bottom: 0;
    font-size: .8em;
    font-weight: 300;
}
.media-block .media-right {
    float: right;
}
.speech-right {
    text-align: right;
}
.pad-hor {
    padding-left: 15px;
    padding-right: 15px;
}
.speech-right>.speech {
    background: #e2ffc6;
    color: #000;
    text-align: right;
}
.speech-right>.speech > p {
    text-align: left;
}
.speech-right>.speech .media-heading {
    color: #a07617;
}
.nano>.nano-pane {
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    width: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .7s;
    transition: all .7s;
}
.mar-btm > .media-left
{
display: none;
} 
.mar-btm > .media-right
{
display: none;
}      
.wrld_ban_bx
{
	width: 570px;
	float:left;
	height: 391px;
}	
.cht_con_strt {
    width: 100%;
}
.cmpr_in_p {
    padding: 0px 15%;
}
/***********************************/

/****************Whatsapp Compare*******************/
.compare_banner {
    background-image: url(../img/whatsapp/banner.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: 100%;
    background-color: #2cb742;
}
.bx-lf-comp {
width: 70%;
background:
#fff;
padding: 35px;
margin: auto;
display: flex;
min-height: auto;
border-radius: 10px;
}
.price_div_comp {
    display: inline-block;
    background: #f4fcf8;
    width: 100%;
    padding: 20px 0;
}
.tbl_myheader_comp {
width: 59%;
margin: auto;
}
.tbl_content_comp {
width: 59%;
margin: auto;
}
.comp_tbl thead tr th {
width: 50%;
    color: #000;
    padding: 15px;
    background: #ededed;
    font-size: 13px;
    border: 1px solid #e6e6e6;
}
.comp_tbl tbody tr td {
width: 50%;
    padding: 8px 15px;
    background: #fff;
    font-size: 13px;
    color: #333;
    border: 1px solid #f4fcf8;
}
.comp_tbl tbody tr td p{
margin-bottom: 5px;
}
.com_r_td {
    background: rgba(150, 213, 38, 0.1) !important;
}
.txt_success {
    color: #77b255 !important;
}
.txt_danger {
    color: #e14744 !important;
}
.txt_info {
    color: #745af2 !important;
}
.txt_hd {
    background: #607d8b !important;
}
.txt_hd > h4{
color: #fff !important;
font-weight: 600;
}
.comp_tbl_use thead tr th {
width: 33%;
    color: #fff;
    padding: 15px;
    background: #96d526;
    font-size: 13px;
    border: 1px solid #f4fcf8;
}
.comp_tbl_use tbody tr td {
width: 33%;
    padding: 8px 15px;
    background: #fff;
    font-size: 13px;
    color: #333;
    border: 1px solid #f4fcf8;
}
.comp_tbl_use tbody tr td p{
margin-bottom: 5px;
}
.div_comp_3b {
    background: #fff; 
}
.div_comp_td {
    background: #f4fcf8!important; 
}
.all_comp_top {
    margin-top: -180px;
    margin-left: 0px;
    margin-right: 0px;
}
/***********************************/
.plus_bbl
{
padding: 0px 30px 50px 30px;
margin: auto;
width: 100%;
display: block;
}
.see_more_btn_wht:hover {
    background: #0ca735;
color: #fff;
}
.cmpr_ban_txt
{
margin-top: 53px;
}
.cmpr_ban_txt h2
{
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    text-align: left;
}
.cmpr_ban_img
{
width: 100%;
float: left;
}
.panel-title>a {
    color: inherit;
    cursor: default;
}
/*******************************************************/
/**********************Gateway Css*********************************/
.gateway_banner {
    /* background-image: url(../img/gateway/banner.jpg); */
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: 100%;
    height: auto;
    background-color: #fff;
   padding-bottom: 40px;
}
.approv_wht_gateway {
    /* padding: 0px; */
    /* background-image: url(../img/grey_bg.jpg); */
    background: #ffebeb;
}
.gateway_ban {
    margin-top: 50px;
    margin-bottom: 20px;
}
.gateway_ban h2 {
    color: #333;
    font-size: 34px;
    font-weight: 600;
    text-align: left;
}
.gateway_ban h3 {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}
.gateway_ban p {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 24px;
    float: left;
    width: 100%;
}
.gateway_ban_img {
    width: 80%;
    margin: auto;
    display: block;
}
.keep_blk_btn {
    background: #333;
    color: #fff;
    font-weight: 600;
}
.keep_blk_btn:hover {
    color: #fff;
}
.chnls_a
{
color: #444444 !important;
}
.chnls_a:hover
{
color: #444444 !important;
}

.chnls_a:active
{
color: #444444;
}

.chnls_a:focus
{
color: #444444;
}
.chnls_a:focus-within
{
color: #444444;
}
.cursor_inherit
{
cursor: inherit!important;
}
.whts_app_gateway {
    padding: 0px;
}
.gateway_video_yt_lg {
    width: 100%;
    height: 600px;
    float: left;
margin-top: 10px;
    border-radius: 20px;
}
.gateway_whatsapp {
    float: left;
    width: 100%;
    background: #f4fcf8;
}
.bis-adv-css {
    left: 0px;
    width: 100px;
    height: 95px;
    border-radius: 0px;
    margin: auto;
    display: block;
    float: none;
}
.no_appr_ico {
   background: url(../img/gateway/icons_pack.png) -1230px -422px;
}
.use_num_ico_gate {
   background: url(../img/gateway/icons_pack.png) -884px -422px;
}
.no_chrg_ico {
   background: url(../img/gateway/icons_pack.png) -184px -559px;
}
.no_dest_ico {
   background: url(../img/gateway/icons_pack.png) -36px -559px;
}
.go_lv_ico {
   background: url(../img/gateway/icons_pack.png) -1764px -423px;
}
.use_whts_ico {
   background: url(../img/gateway/icons_pack.png) -359px -559px;
}

.pricing_tabel_gate {
    width: 75%;
    margin: 20px auto 25px auto;
}
.pricing_tabel_gate thead
{}
.pricing_tabel_gate thead tr
{}
.pricing_tabel_gate tbody tr:hover
{
    /*background: #dddddd;*/
}
.pricing_tabel_gate thead tr th
{
    padding: 15px 15px;
    background: #70d526;
    font-size: 13px;
    color: #fff;
   border: 1px solid #ddd;
}
.pricing_tabel_gate tbody tr td {
    padding: 15px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    background: #fff;
    color: #000;
}
.yellow_gradient_gate {
    border-radius: 8px;
    padding: 25px 25px;
    margin-bottom: 20px;
    min-height: 177px;
    background: #ed9017;
    background: -moz-linear-gradient(-45deg, #ed9017 0%, #f4c538 99%);
    background: -webkit-linear-gradient(-45deg, #ed9017 0%,#f4c538 99%);
    background: linear-gradient(135deg, #ed9017 0%,#f4c538 99%);
}
.gra_price_gate {
    font-size: 28px;
    color: #9e3700;
    line-height: 30px;
    font-weight: 400;
}
.gra_hd_gate {
    font-weight: 700;
font-size: 26;
}
.tbl_gate_sec {
display: none;
    background-color: #f9f9f9;
    padding-top: 0px;
}
/*******************************************************/
.prcin_vw_bx {
padding: 25px;
    border-radius: 6px;
    background: #f4fcf8;
}
.prcin_vw_bx h4 {
    line-height: 26px;
    font-size: 16px;
}
/*********************Pricing**********************************/
.popular_tag {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 2;
    width: 35px;
}
.pricing_new {
    float: left;
    width: 100%;
    padding: 130px 0px 50px 0px;
    background-image: url(../img/pricing/price.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: 100%;
    background-color: #2cb742;
}
.price_tab_div {
    float: left;
    width: 100%;
    background-color: #fff;
}
.create_free {
    background-image: url(../img/pricing/create-bg.jpg);
    float: left;
    padding: 20px 20px;
    width: 100%;
    background-size: 100%;
    margin: 0px 0px 40px 0px;
    background-repeat: no-repeat;
    object-fit: cover;
    border-radius: 8px;
}
.create_free h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
line-height: 23px;
}
.create_free h3 b {
color: #FFEB3B;
}
.create_free_btn {
  float: right;
    border-radius: 5px;
    background: #ffeb3b;
    border: none;
    color: #000;
    padding: 13px 29px;
    font-size: 18px;
    font-weight: 600;
    outline: none;
}
.create_free_btn:hover, .create_free_btn:focus-within {
    background: #ffffff;
    color: #F44336;
    outline: none;
}
.tab-content-price-new {
    width: 100%;
    padding: 0px 15px;
    float: left;
background: #f6f6f6;
}
.nav-pills-price-new {
    display: flex;
    background: #fff;
/* box-shadow: 0px 2px 10px 0px rgba(0,0,0,.2); */
/* width: 87%; */
}
.nav-pills-price-new li {
/* width: 33%; */
}
.price-new-tab-active
{
background: #f6f6f6 !important;
}
.nav-pills-price-new li a
{
border-radius: 0px;
color: #333;
}
.nav-pills-price-new li a:hover
{
color: #333;
}
.nav-pills-price-new li a:active
{
color: #333;
}
.nav-pills-price-new li a:focus
{
color: #333;
}
.tab_smrt_item_nw {
    padding: 5px 0px;
    width: 100%;
    border-radius: 4px;
}
.tab_smrt_re_icon_nw {
    float: left;
    padding: 5px 13px 5px 5px;
}
.tab_srv_ico_nw {
    width: 45px;
}
.pricing_pay
{
    float: left;
    width: 100%;
}
.pricing_pay_in
{
background: #fff;
    padding: 25px 20px;
    border-radius: 7px;
    float: left;
    width: 100%;
    position: relative;
    margin: 0px 0px 20px 0px;
}
.pricing_pay_in h6
{
color: #000;
    width: 100%;
    font-weight: 600;
    float: left;
    font-size: 16px;
    margin-bottom: 2px;
    font-style: italic;
}
.pricing_pay_in h3
{
color: #bc95e8;
    font-size: 21px;
    font-weight: 600;
    margin: 0px 0px 16px 0px;
    width: 100%;
    float: left;
}
.pricing_pay_in h3 > b
{
    font-size: 28px;
    font-weight: 600;
}
.pricing_pay_in ul
{
margin: 0px;
    width: 100%;
    float: left;
}
.pricing_pay_in ul li
{
    color: #333;
    font-size: 16px;
    padding: 3px 0px;
}
.pay_as_per{
}

.pricing_pay_result
{
background: #21253a;
    box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.2);
    padding: 48px 20px;
    border-radius: 7px;
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.pricing_pay_result h6
{
color: #ffc107;
    width: 100%;
    font-weight: 500;
    float: left;
    text-align: center;
    font-size: 16px;
    font-style: italic;
}
.pricing_pay_result h3
{
    display: none;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0px 5px 0px;
    width: 100%;
    float: left;
}
.pricing_pay_con {
    width: 100%;
    float: left;
}
.pricing_pay_result h1
{
    float: left;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    width: 100%;
}
.pricing_pay_result h1 span
{
    color: #ffc107 !important;
    font-weight: 700;
}
.nw_price_in_grp {
display: flex;
    width: 85%;
    margin: auto;
}
.nw_price_input {
    float: left;
    width: 75%;
    /* border: 1px solid #ececec; */
    box-shadow: none;
    height: 45px;
    background: #f6f6f6;
}
.nw_price_input_btn {
       /* border: 1px solid #ececec; */
    background: #fff;
    width: 60%;
    float: left;
    height: 45px;
    border-left: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.nw_price_input_btn > span {
width: 100%;
    float: left;
    height: 45px;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #21253a;
    text-align: center;
}
.nw_price_input_btn2 {
       border: 1px solid #ececec;
    background: #fff;
width: 300px;
border-radius: 0px;
    float: left;
    height: 45px;
    border-left: 0px;
}
.nw_price_input_btn2 > span {
width: 100%;
    float: left;
    height: 45px;
    line-height: 40px;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #21253a;
    text-align: center;
}
.nav-pills-price-new>li.active>a:after
{
display: none;
}
.create_bx_dv
{
position: relative;
}
.create_bx_dv img
{
position: absolute;
    width: 52px;
}
.create_bx_content
{
    position: absolute;
    width: 100%;
    left: 66px;
    padding-top: 2px;
}
.create_bx_content h3
{
color: #fff;
}
.create_bx_content p
{
color: #fff;
}
.hrz_prz_div
{
    width: 100%;
    float: left;
    position: relative;
    height: 150px;
    margin: 0px 0px 40px 0px;
}
.hrz_prz_lft
{
background: #00d557;
    height: 150px;
    position: absolute;
    width: 185px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-image: url(../img/pricing/trail.jpg);
    float: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}
.hrz_prz_rgt
{
background: #fff;
    min-height: 150px;
    left: 185px;
    right: 0px;
    position: absolute;
    padding-left: 110px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.hrz_prz_txt
{
    width: 170px;
    background: #00d557;
    padding: 10px 20px;
    margin-left: 100px;
    height: 100px;
line-height: 16px;
    border-radius: 7px;
    margin-top: 24px;
    z-index: 10;
    position: absolute;
    color: #fff;
}
.hrz_prz_txt h3
{
font-size: 15px;
    color: #fff;
}
.hrz_prz_txt span
{
font-size: 16px;
    font-style: italic;
    color: #fff;
    text-decoration: line-through;
    font-weight: 200;
}
.hrz_prz_txt b
{
font-size: 24px;
    color: #fff;
}
.hrz_prz_txt i
{
    font-size: 14px;
    color: #fff;
    float: left;
    width: 100%;
}
.hrz_prz_ul
{
padding: 35px 10px 10px 5px;
    margin: 0px;
    float: left;
    width: 35%;
}
.hrz_prz_ul li
{
    font-size: 13px;
    list-style: none;
    padding: 1px 0px;
}
.prc_btn_sgn_con
{
float: left;
    padding: 0px 12px;
    width: 28%;
}
.prc_btn_sgn
{
float: right;
    color: #fff !important;
    background: #ffc107;
    font-weight: 600;
    margin: 50px 0px 0px 0px;
    padding: 12px 12px;
}
.prc_btn_sgn:hover
{
    color: #fff !important;
    background: #f1b607;
}
.hrz_prz_p {
    padding: 19px 20px 10px 5px;
    margin: 0px;
    line-height: 19px;
    float: left;
    text-align: justify;
    width: 70%;
    font-size: 14px;
    color: #444;
}
/* .hrz_prz_lft2 {
    background: #00d557;
    height: 150px;
    position: absolute;
    width: 185px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-image: url(../img/pricing/whatsapp_thumb.jpg);
    float: left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    object-fit: cover;
} */
.hrz_prz_lft2 img
{
    width: 150px;
    height: 150px;
float: left;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.hrz_prz_ul2
{
padding: 35px 20px 10px 5px;
    margin: 0px;
    float: left;
    width: 70%;
}
.hrz_prz_ul2 li
{
    font-size: 13px;
    list-style: none;
    padding: 1px 0px;
}
.hrz_prz_rgt_cmpr {
    background: #fff;
    min-height: 150px;
    left: 185px;
    right: 0px;
    position: absolute;
    padding: 0px 20px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.hrz_prz_rgt_cmpr2 {
    background: #fff;
    min-height: 150px;
    left: 150px;
    right: 0px;
    position: absolute;
    padding: 0px 20px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.hrz_prz_rgt_txt
{
    float: left;
    width: 70%;
}
.hrz_prz_rgt_txt h3 {
    padding: 40px 5px 5px 5px;
    margin: 0px;
    line-height: 19px;
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    color: #444;
}
.hrz_prz_rgt_txt p {
    padding: 0px 5px 10px 5px;
    margin: 0px;
    line-height: 19px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #444;
}
.hrz_prz_rgt_btn h2
{
    text-align: center;
    margin: 0;
    float: left;
    font-size: 25px;
    width: 100%;
    font-weight: 600;
    padding-top: 20px;
}
.hrz_prz_rgt_btn i
{
    text-align: center;
    margin: 0;
    font-size: 13px;
    float: left;
    color: #909090;
    width: 100%;
    font-weight: 400;
    padding-top: 5px;
}
.hrz_prz_lft3 {
    background: #00d557;
    height: 150px;
    width: 185px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    float: left;
}
.hrz_prz_lft3 img{
    height: 150px;
    width: 185px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    float: left;
}
.hrz_prz_rgt_txt2
{
    float: left;
    width: 70%;
}
.hrz_prz_rgt_txt2 h3 {
    padding: 18px 5px 7px 5px;
    margin: 0px;
    line-height: 19px;
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    color: #444;
}
.hrz_prz_rgt_txt2 p {
    padding: 0px 5px 10px 5px;
    margin: 0px;
    line-height: 19px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #444;
}
.hrz_prz_rgt_ul {
    padding: 5px 10px 5px 5px;
    margin: 0px;
    border-top: 1px solid #ececec;
    float: left;
    display: flex;
    width: 100%;
}
.hrz_prz_rgt_ul li {
    font-size: 13px;
    list-style: none;
    padding: 0px 10px;
}
.hrz_prz_rgt_ul li:first-child {
    padding-left: 0px;
}
.hrz_prz_rgt_btn
{
    float: left;
    padding: 0px 12px;
    width: 30%;
}
.cpr_btn_trl {
        float: left;
    color: #fff !important;
    background: #00d557;
    font-weight: 600;
    width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 12px 12px;
}
.cpr_btn_sgn {
    float: right;
    color: #000 !important;
    background: #ffe574;
    font-weight: 600;
    margin: 50px 0px 0px 0px;
    padding: 12px 12px;
}
.cmpr_link_txt {
    text-align: center;
    width: 100%;
    float: left;
    padding: 10px;
    color: #FF9800;
    font-size: 19px;
    border-radius: 5px;
    text-decoration: underline !important;
    margin: 0px 0px 20px 0px;
}
.cmpr_link_txt:hover {
    color: #FF9800;
}
.cmpr_link_txt:focus {
    color: #FF9800;
    text-decoration: underline !important;
}
.cmpr_link_txt:active {
    color: #FF9800;
    text-decoration: underline !important;
}
.modal-lg-price
{
width: 98%;
}
.cst_pop_tbl_cnt{
width: 100%;
float: left;
height: 450px;
overflow-y: scroll;
}
.pricing_widget_boxes
{
width: 100%;
float: left;
white-space: nowrap;
margin-bottom: -13px;
}
.prc_wid_bx{
display: inline-block;
    overflow: auto;
    height: 600px;
}
.hide_prc_scrl
{
background: #f6f6f6;
    width: 100%;
    float: left;
    position: relative;
    height: auto;
}
.create_free2 {
    background-image: url(../img/pricing/create-bg2.jpg);
    float: left;
    padding: 20px 20px;
    width: 100%;
    background-size: 100%;
    margin: 0px 0px 40px 0px;
    background-repeat: no-repeat;
    object-fit: cover;
    border-radius: 8px;
}
.create_bx_dv2 {
    position: relative;
}
.create_bx_dv2 img {
    position: absolute;
    width: 52px;
}
.create_bx_content2 {
    position: absolute;
    width: 100%;
    left: 66px;
    padding-top: 2px;
}
.create_bx_content2 h3 {
color: #fff;
    line-height: 45px;
    font-size: 18px;
}
.create_free_btn2 {
    float: right;
    border-radius: 5px;
    background: #00acea;
    border: none;
    color: #fff;
    padding: 13px 29px;
    font-size: 18px;
    font-weight: 600;
    outline: none;
}
.create_free_btn2:hover {
    background: #00acea;
    color: #fff;
}
/******************************/
.free_commu_free {
    background: transparent;
    padding: 6px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #be63f9;
    border: 1px solid #be63f9;
    border-radius: 50px;
}
.free_commu {
    left: 0px;
    width: 70px;
    height: 70px;
    float: left;
    padding: 5px 13px;
    border-radius: 0px;
}
.free_commu_desc {
    margin-left: 78px;
    position: relative;
}
.free_commu_desc h4 {
    font-size: 17px;
    font-weight: 600;
margin-bottom: 5px;
}
.free_commu_desc p {
font-size: 13px;
    margin-bottom: 5px;
    line-height: 20px;
}
.free_price_item {
    float: left;
  position: relative;
    padding: 12px;
    width: 100%;
    min-height: 170px;
    border-radius: 4px;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.2);
}
.free_price_txt
{
    font-size: 21px;
    color: #96d526;
    font-weight: 600;
}
.free_price_txt small
{
      font-size: 14px;
    color: #adadad;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0px;
}
.free_content_txt
{
margin-bottom: 25px;
margin-top: 10px;
    float: left;
    width: 100%;
}
.free_content_txt h3
{
    float: left;
    width: 100%;
margin-bottom: 5px;
}
.free_content_txt p
{
    font-size: 16px;
    float: left;
    width: 100%;
}
.free_commu_smrt {
    background: url(../img/pricing/icons.png) -14px -10px;
}
.free_commu_brod {
    background: url(../img/pricing/icons.png) -87px -10px;
}
.free_commu_soc {
    background: url(../img/pricing/icons.png) -163px -10px;
}
.free_commu_auto {
    background: url(../img/pricing/icons.png) -236px -10px;
}
.free_commu_tele {
    background: url(../img/pricing/icons.png) -309px -10px;
}
.free_commu_live {
    background: url(../img/pricing/icons.png) -985px -10px;
}
/******************************/

.free_chn_fb {
    background: url(../img/pricing/icons.png) -12px -89px;
}
.free_chn_web {
    background: url(../img/pricing/icons.png) -88px -89px;
}
.free_chn_tele {
    background: url(../img/pricing/icons.png) -162px -89px;
}
.free_chn_paid {
    background: url(../img/pricing/icons.png) -237px -89px;
}
.free_chn_whts {
    background: url(../img/pricing/icons.png) -312px -89px;
}
.free_chn_sms {
    background: url(../img/pricing/icons.png) -388px -89px;
}
.free_chn_phn {
    background: url(../img/pricing/icons.png) -464px -89px;
}
/***************/
.paid_ad_zen {
    background: url(../img/pricing/icons.png) -12px -168px;
}
.paid_ad_wb {
    background: url(../img/pricing/icons.png) -88px -168px;
}
.paid_ad_sht {
    background: url(../img/pricing/icons.png) -162px -168px;
}
.paid_ad_shpy {
    background: url(../img/pricing/icons.png) -237px -168px;
}
.paid_ad_zoho {
    background: url(../img/pricing/icons.png) -309px -168px;
}
.paid_ad_fb {
    background: url(../img/pricing/icons.png) -387px -168px;
}
.paid_ad_zap {
    background: url(../img/pricing/icons.png) -459px -168px;
}
.paid_ad_pay {
    background: url(../img/pricing/icons.png) -11px -251px;
}
.paid_ad_url {
    background: url(../img/pricing/icons.png) -85px -251px;
}
.paid_ad_int {
    background: url(../img/pricing/icons.png) -158px -251px;
}
/******************************/
.price_subc_div {
    background: #f4fcf8;
    padding: 50px 0px 50px 0px;
    float: left;
    width: 100%;
}
.price_subc_top {
}
.sub_bx_in
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.sub_bx_in label
{
    font-weight: 400;
    font-size: 14px;
color: #fff;
text-align: center;
}
.sub_bx_in input
{
width: 200px;
    margin: auto;
    color: #21253a;
    text-align: center;
    font-size: 24px;
padding: 10px;
    display: block;
    box-shadow: inset 1px 2px 5px 1px #c5c5c5;
    font-weight: 700;
    background: #fff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    outline: none;
height: 45px;
line-height: 45px;
}
.sub_bx_in input:focus
{
outline: none;
}
.sub_bx_in input::-webkit-input-placeholder
{
    color: #21253a;
    font-size: 14px;
text-align: center;
    font-weight: 200;
}
.sub_bx_in input::-moz-input-placeholder
{
    color: #21253a;
    font-size: 14px;
text-align: center;
    font-weight: 200;
}
.sub_bx_in input::-ms-input-placeholder
{
    color: #21253a;
    font-weight: 200;
    font-size: 14px;
text-align: center;
}
.sub_bx_in_lst {
float: left;
    width: 100%;
}
.bx-lf-prc {
background: #21253a;
    padding: 40px 100px 40px 40px;
    min-height: 275px;
    border-radius: 10px;
}
.bx-rt-prc {
background: #2cb742;
    padding: 40px;
    min-height: 275px;
    margin-left: -50px;
    border-radius: 7px;
    margin-top: 30px;
}
.sub_bx_in_lst ul {
float: left;
    width: 100%;
margin: 0px;
}
.sub_bx_in_lst ul li {
    padding: 8px 0px;
    border-bottom: 1px solid #151825;
    text-align: center;
    float: left;
    width: 100%;
}
.sub_bx_in_lst ul li:last-child {
    border-bottom: 0px solid #e2e2e2;
}
.sub_bx_in_lst ul li span {
    color: #2be449;
    font-size: 15px;
    font-weight: 200;
}
.sub_bx_in_lst ul li span i {
    margin-right: 8px;
    color: #2be449;
}
.price_subc_txt
{
}
.price_subc_txt h3
{
float: left;
width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
color: #fff;
text-align: center;
}
.price_subc_txt p
{
float: left;
width: 100%;
    line-height: 24px;
    font-size: 16px;
color: #fff;
text-align: center;
}
.free_price_bx_txt
{
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    line-height: 17px;
    color: #96d526;
    margin-bottom: 20px;
}
.free_price_bx_txt small
{
      font-size: 14px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0px;
}
.bx-txt_para
{
    padding: 20px 25px;
    background: #fff;
    border-radius: 7px;
    border-left: 3px solid #2cb742;
}
.bx-txt_para h2
{
    padding: 0px 0px 15px 0px;
    margin: 0px;
    line-height: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 22px;
    color: #2cb742;
}
.bx-txt_para p
{
padding: 0px 0px 10px 0px;
    margin: 0px;
    float: left;
    font-weight: 200;
    line-height: 24px;
    width: 100%;
    font-size: 16px;
    color: #333;
}
.cust_sol_sec
{
background: #f9f9f9;
padding: 50px 0px 0px 0px;
}
/******************************/


.fixed-header {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
}

.nav-tab {
    width: 100%;
    z-index: 500;
}

.visible-title {
    visibility: visible;
}

.fixed-header2 {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
}

.nav-tab2 {
    width: 100%;
    z-index: 999;
}
/******************************/
.middle {
transition: .5s ease;
    opacity: 0;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    bottom: 0;
    height: auto;
    right: 0;
    color: #526c79;
    border-top-left-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}
.free_price_item:hover .free_price_item {
  opacity: 0.3;
}

.free_price_item:hover .middle {
  opacity: 1;
background: rgba(0,0,0,.1);
}
.free_price_item:hover .middle:hover {
    color: #fff;
background: #96d526;
    transition: 0s ease;
}
.prc_tbl_in_frm
{
}
.prc_tbl_in_frm label
{
font-size: 14px;
    font-weight: 400;
    margin-bottom: 1px;
}
.prc_tbl_in_frm input
{
    width: 100%;
    border: 1px solid #f6f6f6;
    padding: 5px;
    float: left;
    border-radius: 4px;
}
.tab-title-hd
{
margin-top: 80px;
}
.tab-title-hd-rd
{
line-height: 52px !important;
}
.pricing_pay_tag
{
position: absolute;
    top: 0;
    right: 18px;
    padding: 5px 14px;
    font-size: 13px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #000;
    background: #ffc107;
    font-weight: 600;
}
.estimate_monthly {
background: #96d526 !important;
    color: #fff !important;
    text-align: right;
}
.popover
{
left: 0px !important;
}
.sv_50 {
    position: absolute;
    top: 0;
    border-bottom-left-radius: 7px;
    right: 0;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #FFC107;
}
/******************************/
/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #8859bf rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #8859bf;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{	
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #2ECC71; 
    color: #2ECC71;
} 

/*#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #2ECC71 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #2ECC71;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}*/

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #2ECC71;
	color: #fff;
} 
#generic_price_table{
    margin: 30px 0 20px 0;
    font-family: 'Raleway', sans-serif;
    float: left;
    width: 100%;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	border-bottom-left-radius: 7px;
    text-align: center;
    border-bottom-right-radius: 7px;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 45px 1411px 23px 399px;
	position: absolute;
border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 20px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
font-family: "Raleway",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 0px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
font-family: "Lato",sans-serif;
    font-size: 14px;
    padding: 8px 10px;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 1px solid #ececec;
}
#generic_price_table .generic_content .generic_feature_list ul li:last-child{
    border-bottom: 0px solid transparent;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) {	
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
	 font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #2ECC71;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
	
}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}

/*********************15-12-2019**********************************/
.ico_so_css {
    width: 60px;
    height: 60px;
    margin: auto;
}
.fb_msngr_hm {
    background: url(../img/icons.png) -557px 78px;
}
.whts_msngr_hm {
    background: url(../img/icons.png) -470px 164px;
}
.twit_msngr_hm {
    background: url(../img/icons.png) -892px 88px;
}
.skyp_msngr_hm {
    background: url(../img/icons.png) -631px 80px;
}
.vibe_msngr_hm {
    background: url(../img/icons.png) -550px 163px;
}
.snap_msngr_hm {
    background: url(../img/icons.png) -723px 85px;
}
.tel_msngr_hm {
    background: url(../img/icons.png) -811px 85px;
}
.line_msngr_hm {
    background: url(../img/icons.png) -468px 78px;
}

/*******************************************************/
.check_avail
{
	padding: 20px 35px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 1px 3px 3px -1px rgba(0,0,0,0.1);
}
.chk_key_css
{
	float:left;
	width: 100%;
}
.chk_sel_con
{
	width: 20%;
	float:left; 	
}
.chk_sel_con_btm {
    width: 100%;
    float: left;
	padding-left: 20%;
}
.chk_sel_con .select2-selection__arrow
{
	    top: 12px !important;
    right: 11px !important;
}
.chk_sel_con .select2-container--default .select2-selection--single .select2-selection__rendered
{
	    line-height: 40px !important;
}
.chk_sel_con .select2-selection
{
	width: 100%;
	float:left;  
	height: 55px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 4px;
	border-right: 0px;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	outline: none;
 /*    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}
.chk_key_css2 > .input-group-append
{
	width: 10%;
	float:left;
}
.chk_key_css2 > .input-group-append > .btn-srch-ky
{
	width: 100%;
    border-right: 0px;
    float: left;
    border-bottom: 1px solid #2088da;
    border-top: 1px solid #2088da;
    height: 55px;
    font-size: 19px;
    color: #fff;
    background: #2088da;
    border-radius: 0px ;
}
/* .chk_key_css2 > .input-group-append > .btn-srch-ky:hover
{
    border-bottom: 1px solid #2088da;
    border-top: 1px solid #2088da;
    color: #fff;
    background: #2088da;
} */
.btn-srch-pur
{
padding: 0px 14px;
    float: left;
    margin-left: 10px;
    height: 35px;
    background: #2196F3;
    border: 1px solid #2196F3;
}
.shrd_txt_ban
{
padding: 1px 8px;
    color: #fff;
    border-radius: 3px;	
    background: #25c16e;
}
.chk_key_css_in
{
	width: 70%;
	float:left; 
}
.chk_key_css_in > input
{
	width: 100%;
	float:left;  
	height: 55px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-radius: 0px;
	outline: none;
  /*   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}
.ky_avail
{
	    font-size: 17px;
    margin-top: 8px;
    float: left;
	
}
.ky_avail > b
{
	color: #96d526;
}
.ky_avail > b > i
{
	margin-right: 3px;
}
.ky_avail > span
{
    color: #2196f3;
}
.ky_not_avail
{
	    font-size: 14px;
    margin-top: 8px;
    float: left;
}
.ky_not_avail > b
{
	color: #FF5722;
}
.ky_not_avail > b > i
{
	margin-right: 3px;
}
.ky_not_avail > span
{	
    color: #2196f3;
}
.temp_tbl_fx_hd
{
	float: left;
	width: 100%;
	overflow-y: scroll;
}
.temp_tbl_fx
{
	height: 650px;
	float: left;
	width: 100%;
	overflow-y: scroll;
	    /* border-bottom: 1px solid #ddd; */
}

.chk_sel_con_tbl
{
    width: 25%;
    float: left;
    margin-right: 15px;
    margin-top: 15px;	
    margin-bottom: 10px;	
}
.chk_sel_con_tbl .select2-selection__arrow
{
	    top: 12px !important;
    right: 11px !important;
}
.chk_sel_con_tbl .select2-container--default .select2-selection--single .select2-selection__rendered
{
	    line-height: 40px !important;
}
.chk_sel_con_tbl .select2-selection
{
	width: 100%;
	float:left;  
	height: 55px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 0px !important;
	border-right: 0px;
	outline: none;
 /*    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; */
}
.tbl_myheader_sel {
    padding-left: 100px;
    padding-right: 100px;
}
.tbl_myheader_p {
    padding-left: 100px;
    padding-right: 100px;
}
.shared_in_txt {
    margin-top: 90px;
    padding-right: 50px;
}
.shared_in_txt h2 {
    color: #474747;
    font-size: 34px;
    font-weight: 600;
}
.shared_in_txt h3 {
    color: #474747;
    font-size: 24px;
    font-weight: 400;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.shared_in_txt p {
    color: #474747;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 24px;
    float: left;
    width: 100%;
}
.shared_in_btn {
    background: #25c16e;
    color: #fff;
    margin-bottom: 20px;
}
div#google_translate_element div.goog-te-gadget select.goog-te-combo {
    background-color: transparent !important;
    border: none!important;
    margin: 0px!important;
    height: 30px;
}
div#google_translate_element div.goog-te-gadget select.goog-te-combo:focus
{
    outline: none !Important;
}
div#google_translate_element div.goog-te-gadget > *:focus{
    outline: none !Important;
}
.selCountry button {
    background: transparent;
    padding: 0px;
    height: 30px;
    border: none;
    font-size: 12px;
}
.selCountry button:focus {
    background: transparent!Important;
    outline: none!Important;
}
.selCountry button:hover {
    background: transparent!Important;
    outline: none;!Important
}
.selCountry button:active {
    background: transparent!Important;
    outline: none!Important;
}
.selCurrency button {
    background: transparent;
    padding: 0px;
    height: 30px;
    border: none;
    font-size: 12px;
}
.selCurrency button:focus {
    background: transparent!Important;
    outline: none!Important;
}
.selCurrency button:hover {
    background: transparent!Important;
    outline: none;!Important
}
.selCurrency button:active {
    background: transparent!Important;
    outline: none!Important;
}
.selCurrency .dropdown-menu>li>a
{
line-height: 11px;
    margin-bottom: 5px;
}
.open > .dropdown-toggle.btn-default
{
    background: transparent;
    outline: none!Important;
}
.topHeadSelect
{
width: auto;
float: right;
}
.topHeadSelectBtn
{
float: left;
    width: 110px;
    padding: 0px;
    border: none;
    background: transparent;
    line-height: 30px;
    box-shadow: none;
    height: 30px;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid #212121;
}
.topHeadSelectBtn:last-child
{
    border-right: 0px solid transparent;
}
.topHeadSelectBtn:hover
{
color: #96d526;
}
.topHeadSelectBtn > i
{
margin-right: 10px;
}
.topHeadSelectCurrcy
{
    width: 15px;
    margin-right: 4px;
}
.topHeadSelectFlag
{
        width: 28px;
    height: 20px;
    margin-right: 4px;
}
.langCuntryCurrcySelectDialog
{
    width: 350px;
    margin-top: 150px;
}

@media (min-width: 0px) and (max-width: 559px) {
.langCuntryCurrcySelectDialog
{
    width: 100%;
    margin-top: 150px;
margin-left: 0;
    margin-right: 0px;
}
.topHeadSelect {
    width: 100%;
    float: left;
}
.topHeadSelectBtn {
    width: 33%;
}
}
@media (min-width: 560px) and (max-width: 767px) {
.langCuntryCurrcySelectDialog {
    margin: 10px auto;
}
}
/*********************Pricing End**********************************/
@media (min-width: 0px) and (max-width: 767px)
{
    .zendesk_thumb_txt2 {
margin-top: 20px !important;
}
    .zendesk_thumb_txt3 {
margin-top: 20px !important;
}
    
.zendeskCssContainer {
padding: 30px 0px !important;
}
    
	.shared_in_txt h2 {
    font-size: 20px;
}
.shared_in_txt h3 {
    font-size: 18px;
}
	.shared_in_txt {
    margin-top: 20px;
    padding: 0px;
    text-align: center;
}
	.chk_sel_con_tbl {
    width: 100%;
}
	.chk_sel_con_tbl > .select2-container {
    width: 100%;
}
.tbl_myheader_p {
    padding-left: 0px;
    padding-right: 0px;
}
.tbl_myheader_sel {
    padding-left: 0px;
    padding-right: 0px;
}
	.chk_key_css2 > .input-group-append > .btn-srch-ky {
    height: 45px;
}
	.btn-srch-pur {
    width: 100%;
    margin-left: 0px;
    height: 46px;
}
.chk_key_css2 > .input-group-append > .btn-srch-ky
{
    border-radius: 4px;
}
	.chk_sel_con .select2-selection
	{
		border-radius: 4px !important;
	}
	.chk_key_css_in > input {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 4px;
}
	.chk_key_css2 > .input-group-append {
    width: 100%;
}
	.ky_avail {
    margin-bottom: 10px;
    width: 100%;
}
	.chk_sel_con_btm {
    padding-left: 0%;
}
.chk_sel_con {
    width: 100%;
	    margin-bottom: 10px;
}
.chk_sel_con .select2-container {
    width: 100% !important;
}
.chk_key_css_in {
    width: 100%;
	margin-bottom: 10px;
}
.tab_smrt_re_icon_nw {
    padding: 0px 13px 5px 5px;
}
.free_price_item {
    margin-bottom: 10px;
}
.cpr_btn_sgn {
    float: none;
    font-weight: 500;
    margin: 10px auto 10px auto;
    padding: 9px 12px;
    display: block;
}
.hrz_prz_rgt_txt {
    width: 100%;
}
.hrz_prz_rgt_txt h3 {
    padding: 20px 5px 5px 5px;
}
.hrz_prz_rgt_cmpr2 {
    left: 0px;
    position: initial;
    padding: 0px 15px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0px;
}
.hrz_prz_lft2 img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    float: left;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0px;
}
.hrz_prz_lft2 {
    width: 100%;
    float: left;
}
.create_free_btn2 {
    float: none;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 500;
    margin: auto;
    display: block;
}
.create_bx_content2 h3 {
    line-height: 26px;
}
.create_bx_content2 {
    position: initial;
    width: 100%;
    left: 0px;
    text-align: center;
}
.create_bx_dv2 img {
    position: initial;
    margin: 0px auto 10px auto;
    display: block;
}
.create_bx_dv2 {
    width: 100%;
    position: initial;
    float: left;
}
.create_free2 {
    background-size: auto;
}
.off_prc_tbl_con
{
width: 100%;
overflow-x: scroll;
}
.tab-title-hd {
    margin-top: 0px;
}
.cmpr_link_txt {
    font-size: 14px;
}
.pricing_pay_result {
    padding: 20px 20px;
}
.nw_price_input_btn2 {
    width: 180px;
}
.nw_price_input_btn > span {
    padding: 0px 5px;
    font-size: 12px !important;
    font-weight: 600;
}
.nw_price_input_btn {
    width: 40%;
}
.nw_price_input_btn2 > span {
    padding: 0px 5px;
    font-size: 12px;
    font-weight: 400;
}
.nw_price_in_grp {
    width: 100%;
}
.pricing_pay_result h1 {
    font-size: 13px;
}
.pricing_pay_result h6 {
    font-size: 13px;
}
.pricing_pay_in h3 {
    font-size: 16px;
}
.pricing_pay_in ul li {
    font-size: 14px;
}
.pricing_pay_in {
    padding: 55px 20px 25px 20px;
}
.faq_prc_txt h2 {
    font-size: 22px;
}
.cust_sol_sec {
    padding: 20px 15px 0px 15px;
}
.bx-rt-prc {
    padding: 20px;
    min-height: 275px;
    margin-left: 0px;
    margin-top: 10px;
}
.sub_bx_in_lst ul li {
    text-align: left;
}
.bx-lf-prc {
    padding: 20px;
}
.price_subc_div {
    padding: 20px 15px 20px 15px;
}
.points_ul li {
    font-size: 14px;
    line-height: 16px;
}
.create_free_btn {
    float: none;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 400;
    margin: 10px auto 0px auto;
    display: block;
}
.create_bx_content {
    position: initial;
    width: 100%;
    left: 0px;
    text-align: center;
    padding-top: 2px;
}
.create_bx_dv img {
    position: initial;
    width: 52px;
    margin: 0px auto 10px auto;
    display: block;
}
.create_bx_dv {
    position: initial;
}
.create_free {
    background-size: auto;
}
.hrz_prz_rgt_btn i {
    margin-bottom: 10px;
}
.cpr_btn_trl {
    float: none;
    width: auto;
    display: block;
    margin: 10px auto 10px auto;
    padding: 9px 12px;
}
.hrz_prz_rgt_btn h2 {
    padding-top: 10px;
}
.hrz_prz_rgt_ul li {
    padding: 0px 0px;
}
.hrz_prz_rgt_ul {
    display: block;
}
.hrz_prz_rgt_btn {
    width: 100%;
}
.hrz_prz_rgt_txt2 {
    width: 100%;
}
.hrz_prz_div {
    background: #fff;
}
.hrz_prz_lft3 img {
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0px;
    float: left;
}
.hrz_prz_rgt_cmpr {
    left: 0px;
    right: 0px;
    position: initial;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0px;
}
.hrz_prz_lft3 {
    width: 100%;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0px;
    float: left;
}
.prc_btn_sgn {
    float: none;
    margin: 10px auto 10px auto;
    padding: 6px 12px;
    display: block;
}
.prc_btn_sgn_con {
    width: 100%;
}
.hrz_prz_ul {
    width: 100%;
    padding: 0px 10px 0px 10px;
}
.hrz_prz_rgt {
    float: left;
    left: 0px;
    right: 0px;
position: initial;
    padding-left: 0px;
padding-top: 15px;
}
.hrz_prz_div {
    height: auto;
position: initial;
}
.hrz_prz_lft {
    width: 100%;
    position: initial;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 0px;
}
.hrz_prz_txt {
    width: 94%;
    margin-left: 3%;
    background: rgba(0, 213, 87, .8);
    position: initial;
}
.price_tab_div {
    padding: 0;
}
.tab_smrt_re_desc h4 {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 0px;
}
.pricing_widget_boxes {
    overflow-x: scroll;
}
.tab_smrt_re_desc {
    margin-left: 35px;
}
.tab_srv_ico_nw {
    width: 25px;
}
.nav-pills-price-new li a {
    padding: 10px 5px 10px 0px !important;
}
.tab_smrt_re_txt {
    font-size: 14px;
    display: none;
}
.pricing_new {
    padding: 75px 0px 20px 0px;
    background-size: auto;
}
.green_gradient {
    padding: 20px 15px;
}
.pricing_tabel_gate {
    width: 100%;
}
.blue_gradient {
    padding: 20px 10px;
}
.pricing_tabel_gate thead tr th {
    padding: 15px 3px;
}
.pricing_tabel_gate tbody tr td {
    padding: 15px 3px;
}
	.gateway_ban h3 {
		font-size: 18px;
		text-align: center;
	}
	.gateway_ban h2 {
		font-size: 22px;
		text-align: center;
	}
	.gateway_ban {
		margin-top: 0px;
		text-align: center;
	}
	.all_abt_wht {
		padding: 40px 20px 10px 20px;
	}
	.res-text-center
	{
	text-align: center;
	}
	.wt_off_ban_img {
		width: 90%;
		margin-top: 0px;
	}
	.whatsapp_off_ban p {
	text-align: center;
	}
	.cmpr_ban_img {
		width: 80%;
		float: none;
		margin: auto;
		display: block;
	}
	.cmpr_ban_txt {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.cmpr_ban_txt h2 {
		font-size: 22px;
		text-align: center;
	}
	.comp_tbl_use thead tr th {
		padding: 8px;
		font-size: 10px;
	}
	.comp_tbl_use tbody tr td {
		padding: 8px 8px;
		font-size: 11px;
	}
	.tbl_content_comp {
		width: 100%;
		padding: 15px;
	}
	.tbl_myheader_comp {
		width: 100%;
	}
	.bx-lf-comp {
		width: 100%;
	}
	.compare_banner {
		background-size: 100% 100%;
	}
	.speech {
		max-width: 85%;
	}
	.tab-content-vrt {
		width: 100%;
		padding: 0px 5px;
	}
	.nav-pills-hz li {
	width: 100%;
		padding: 10px 2px;
	}
		.wrld_ban_bx {
		width: 100%;
		height: auto;
	}
		.whtsapp_bus_in_txt h3 {
		font-size: 18px;
	}
		.whtsapp_bus_in_txt h2 {
		font-size: 22px;
	}
		.nano {
		height: 500px;
		margin-bottom: 40px;
	}
	.wht_un_ad
	{
		margin-bottom: 20px !important;
	}
	.bx-lf-bus {
    padding: 20px 10px;
    width: 100%;
    margin: 0%;
}
	.btw_txt_ico {
    width: 15px;
}
	.map_popover_1 {
       width: 184px;
    top: 12px;
}
	.map_popover_1:after {
    left: -36px;
    top: 22px;
}
	.map_popover_2 {
    width: 188px;
    bottom: 115px;
    left: 97px;
}
	.map_popover_2:after {
    left: -24px;
    top: 22px;
}
	.map_popover_3:after {
    left: -60px;
    top: 22px;
}
.map_popover_3 {
    width: 190px;
    top: 78px;
    right: 13px;
}
	.map_popover_4:after {
    top: 22px;
	}
	.map_popover_txt {
    padding: 5px;
    font-size: 10px;
}
	.map_popover_4 {
width: 200px;
    top: 94px;
    left: -16px;
}
	.thumbnail_box_wht {
    padding: 0px 0px 50px 0px;
    position: relative;
    float: left;
    min-height: auto;
}
	.nav_pills_a_active:after {
    left: 46%;
    margin-top: 13px;
    border-top: 10px solid #e5efed;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}
	.vrt_tab_right {
    padding: 0px;
}
	.pad-all {
    padding: 0px;
}
	.vrt_col_right {
    width: 100%;
}
	.vrt_col_left {
    width: 100%;
}
	.tabs_sec_div {
    padding: 0;
}
	.nav-pills-hz {
    display: block;
}
	.all_acc_top {
    margin-top: 0px;
}
	.whtsapp_bus_banner {
    background-size: 100% 100%;
    height: auto;
}
.world_map_div {
    width: 270px;
    margin-top: 20px;
    height: auto;
    margin-bottom: 20px;
}
.whtsapp_bus_in_img
{
	width: 270px;
}
	.whtsapp_bus_in_txt {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
	    text-align: center;
}
.wht_prc_txt span {
    font-size: 10px;
}
.wht_prc_txt h2 {
    font-size: 15px;
}
.res-m-0-sm
{
margin: 0px;
}
	.broadcast_in_txt h2 {
    font-size: 20px;
}
	.seg_img {
    margin-top: 10px;
}
	.pers_msg {
    margin-top: 10px;
}
	.broadcast_in_txt h3 {
    margin-top: 10px;
    line-height: 23px;
    font-size: 18px;
}
	.broadcast_in_txt {
    margin-top: 20px;
    padding-right: 0px;
    text-align: center;
}
	.zendesk_in_img {
    margin: 20px auto 0px auto;
    width: 100%;
}
	.zendesk_thumb_txt_sm {
    margin-top: 30px;
}
.zendesk_video_yt {
    height: 200px;
    margin: 0px 2%;
    width: 96%;
}
	.zen_vdeo_content {
    margin-top: 30px;
}
	.zendesk_video_con {
    padding: 20px 0px;
}
	.zendesk_video_div {
    background-color: #fff;
}
	.zendesk_banner {
    background-color: #f7faff;
}
    .cont_api-item {
        margin-bottom: 20px;
    }
    .srv_txt {
        font-size: 17px;
    }
    .service-desc h4 {
        font-weight: 600;
    }
    .fe_sgnup_img {
        width: 70px;
    }
    .fe_sgnup h3
    {
        font-size: 18px;
    }
    .smrt_item {
        min-height: auto;
    }
    .quote_img_con h4
    {
        font-size: 14px;
    }
    .quote_img_con h2
    {
        font-size: 18px;
    }
    .fe-sec-title {
        margin-bottom: 0px;
    }
    .smart-sec-mt {
        text-align: center;
    }
    .smart-sec-mt p {
        font-size: 17px;
        font-weight: 400;
        line-height: 29px;
    }
    .intent-sec-mt {
        text-align: center;
    }
    .intent-sec-mt p {
        font-size: 17px;
        font-weight: 400;
        line-height: 29px;
    }
    .ai-sec-mt {
        text-align: center;
    }
    .ai-sec-mt p {
        font-size: 17px;
        font-weight: 400;
        line-height: 29px;
    }
    .quote_img_con {
        background-image: none;
        background: #25c16e;
    }
    .circle p {
        margin-top: 5px;
        font-size: 17px;
        padding-left: 65px;
    }
    .circle h4 {
        margin-top: 0px;
    }
    .circle strong {
        top: 23px;
        left: -25px;
        width: 100px;
        line-height: 0px;
        font-size: 12px;
    }
    .circle canvas {
        width: 50px !important;
        height: 50px !important;
    }
    .cust_alert_quote_green {
        margin-bottom: 20px;
    }
    .smrt_ban_in_img {
        margin: 30px auto 0px auto;
    }
    .smart_banner {
        background-size: auto;
        background-image: url(../img/smart-replies/whatsapp_bg_plain.jpg);
        background-repeat: repeat;
    }
    /****/
    .fe_com_img_size {
        margin: 20px auto;
    }
    .line_divider_img {
        padding: 20px 0px;
    }
    .card-in-pad {
        padding: 0px 30px 10px 30px !important;
    }
    .icon_fe_con {
        margin: 20px auto 50px auto;
    }
    .fe-sec-title h2 {
        font-size: 25px;
    }
    .features_banner {
        /*background-size: auto;*/
        background-color: #f6faff;
    }
    .features_in_txt h3 {
        font-size: 18px;
    }
    .features_in_txt h2 {
        font-size: 20px;
    }
    .sec-sub-title {
        margin: 10px 20px 20px;
    }
    .adv_drip_camp {
        background: #fff;
    }
    .res-lr-5px
    {
        padding: 0px 5px !Important;
    }
    .fe_ic_pk_txt span {
        line-height: 15px;
        font-size: 11px;
    }
    .sec-sub-title2 {
        text-align: center;
        padding: 0;
    }
    .sec-title {
        text-align: center;
    }
    .features_in_txt {
        margin-top: 20px;
        padding: 0px;
        text-align: center;
    }
    .features_in_img {
        margin: 30px auto;
    }
    .prlm_solutn_box p {
        font-weight: 400;
    }
    .how_box_txt p {
        font-weight: 400;
    }
    .cont_api_txt {
        font-weight: 400 !important;
    }
    .business-item p {
        font-weight: 400;
    }
    .get_txt h3 {
        font-weight: 400;
    }
    .sec-sub-title p {
        font-weight: 400;
    }

    .data_txt {
        font-weight: 400;
    }
    .automation_p p {
        font-weight: 400;
    }
    .sec-sub-title2 p {
        font-weight: 400;
    }
    .btn-signup-price {

        margin: 15px auto 0px auto;
        display: block;
        float: none;

    }
    .price_in_box {
        margin-bottom: 20px !important;
    }
    .how_box_icon i {
        font-size: 40px;
    }
    .business-item img {
        width: 60px;
    }
    .mob_frame_content span {
        font-size: 12px;
    }
    .mob_frame_content p {
        font-size: 12px;
    }
    .whts_mob_frame_in {
        padding: 6px;
    }
    .whts_mob_frame {
        height: 380px;
    }
    .whts_mob_frame {
        height: 380px;
        padding: 24px 7px 0px 7px;
    }
    .whts_img_chat {
        margin: 150px auto 0px auto;
        width: 250px;
    }
    .chat_mob_h {
        padding: 0px 4%;
    }
    .chat_mob_h h1 {
        margin: 20px 0px 15px 0px;
        font-size: 18px;
    }
    .whts_h_txt {
        margin: 20px 0px 15px 0px;
        font-size: 18px;
    }
    .whts_img_icon {
        width: 250px;
    }
    .res-pad-r-15px
    {
        padding-right: 15px !important;
    }
    .prlm_solutn_box p {
        font-size: 16px;
        padding: 20px 15px;
        line-height: 26px;
    }
    .business-item img {
        width: 60px;
    }
    .cont_api_ico {
        width: 33px;
        margin-right: 20px;
        margin-top: 4px;
    }
    .cont_api-desc {
        margin-left: 50px;
        top: 5px;
    }
    .cont_api-icon {
        padding: 5px 5px;
    }
    .how_box {
        margin-bottom: 40px;
    }
    .res-pad-0px
    {
        padding: 0px;
    }
    .get_txt h3 {
        font-size: 14px;
        line-height: 22px;
    }
    .get_txt {
        padding-left: 48px;
        padding-top: 8px;
        padding-right: 10px;
    }
    .get_ico span b {
        font-size: 11px;
    }
    .get_ico span {
        font-size: 10px;
        line-height: 10px;
    }
    .get_ico {
        width: 40px;
        height: 40px;
    }
    .approv_ico {
        position: absolute;
        left: -10px;
        display: none;
    }
    .approv_img {
        width: 63px;
    }
    .approv_txt {
        padding-left: 0px;
        padding-top: 0px;
        text-align: center;
    }
    .approv_txt h2 {
        font-size: 24px;
    }
    .approv_txt h3 {
        font-size: 16px;
        line-height: 23px;
    }
    .faq_btn {
        font-size: 12px;
    }
    .res-m-t-0px
    {
        margin-top: 0px;
    }



    .data-icon_ico h3 {
        font-size: 17px;
        line-height: 27px;
    }
    .discover_btn {
        font-size: 13px;
    }
    .banner_inner_img {
        margin: 60px auto 0px auto;
        width: 250px;
    } 
    .banner_inner_txt h2 {
        font-size: 20px;
        text-align: center;
    }
    .banner_inner_txt h3 {
        font-size: 20px;
        text-align: center;
    }
    .banner_inner_txt {
        margin-top: 10px;
        padding: 10px;

    }
    .nav-tabs > li > a {
        margin-right: 2px;
        padding-right: 2px;
    }
    .vertical-tab li {
        padding-right: 0px;
    }
    .btn-watch {
        font-size: 10px;
    }
    .btn-start {
        font-size: 10px;
    }
    .cookie_div {
        bottom: 0;
        left: 0%;
        right: 0%;
        border-top-left-radius: 0px;
        padding: 0px 20px 10px 40px;
        border-top-right-radius: 0px;
    }
    .cookie_div i {
        padding: 5px;
		left: 7px;
    top: 7px;
        font-size: 21px;
    }
    body > section, .footer {
        padding: 25px 10px;
    }
    .sec-title h2 {
        font-size: 22px;
    }
    .sec-sub-title {
        margin: 10px 0 30px;
        padding: 0;
        text-align: center;
    }
    .table.feature_table {
        text-align: left;
    }
    .footer-single ul {
        margin-top: 5px;
    }
    .footer-single li {
        line-height: 25px;
        display: inline-block;
        padding: 0px 4px;
    }
    .create_acc_btn {
        padding: 6px 18px;
        font-size: 14px;
        width: 225px;
        margin: 0px auto;
    }
    .copyright {
        margin-top: 0px;
    }
    h2, .h2 {
        font-size: 22px;
    }
    .service-item {
        width: 100% !important;
    }
    /*    figure, p {
            text-align: center;
        }*/
    .auto_p h3 {
        margin-top: 30px;
        text-align: center;
    }
    .footer_pay_cards img {
        width: 200px;
    }
}
/*============================================================
        For Small Desktop
==============================================================*/

/*============================================================
        Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 989px) {
	.chk_key_css_in {
    width: 58%;
}
	.chk_sel_con {
    width: 32%;
}
	.chk_sel_con_btm {
    padding-left: 0%;
}
	.shared_in_txt h2 {
    font-size: 22px;
}
.shared_in_txt h3 {
    font-size: 19px;
    margin-bottom: 15px;
}
	.shared_in_txt {
		    margin-top: 30px;
			padding-right: 0px;
}
.create_bx_content2 {
    width: 60%;
}
.create_bx_content2 h3 {
    line-height: 22px;
}
.create_free h3 {
    font-size: 14px;
}
.create_bx_content {
    width: 60%;
}
.fixed-header {
    top: 56px;
}
.price_subc_div > .container
{
margin: 0px;
}
.tab-res-m-0px
{
margin: 0px;
}
.nw_price_input_btn > span {
    font-size: 14px !important;
}
.nw_price_input_btn2 > span {
    font-size: 12px;
}
.nw_price_in_grp {
    width: 100%;
}
.pricing_pay_in {
    padding: 50px 20px 25px 20px;
}
.bx-rt-prc {
    width: 48%;
}
.price_subc_txt p {
    line-height: 17px;
    font-size: 14px;
}
.hrz_prz_lft3 img {
    height: 180px;
}
.hrz_prz_lft3 {
    height: 180px;
}
.hrz_prz_rgt_txt2 p {
    padding: 0px 5px 10px 0px;
    line-height: 16px;
    font-size: 12px;
}
.hrz_prz_rgt_txt2 h3 {
    padding: 10px 5px 7px 0px;
    line-height: 19px;
    font-size: 16px;
}
.hrz_prz_ul {
    padding: 15px 10px 10px 5px;
}
.hrz_prz_rgt {
    padding-left: 20px;
}
.hrz_prz_txt {
    margin-left: 7px;
}
.generic_content
{
margin-bottom: 10px !important;
}
.prc_wid_bx {
    height: auto;
}
.pricing_new {
    background-size: auto;
}
.gateway_ban h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.gateway_ban h2 {
    font-size: 22px;
}
.gateway_ban {
    margin-top: 20px;
}
.business_box {
    padding: 20px 15px;
    min-height: 308px;
}
.cmpr_ban_img {
    width: 80%;
    float: none;
    margin: auto;
    display: block;
}
.cmpr_ban_txt {
    margin-top: 10px;
}
.cmpr_ban_txt h2 {
    font-size: 26px;
}
.bx-lf-comp {
    width: 90%;
}
.tab-content-vrt {
    padding: 0;
}
.nav-pills-hz li {
    padding: 10px 10px 10px 0px;
}	
.tab_smrt_re_txt {
    font-size: 11px;
    line-height: 17px;
}
	.tab_smrt_re_desc h4 {
    font-size: 15px;
    margin-bottom: 0px;
}
	.tab_smrt_item {
    padding: 8px 5px;
}
	.tab_smrt_re_desc {
    margin-left: 40px;
	}
	.tab_srv_ico {
    width: 30px;
}
	.tab_whts_ico_css {
    width: 50px;
    height: 50px;
}
	.tab_smrt_re_icon {
    padding: 5px 13px 5px 0px;
}
	.map_popover_1:after {
    top: 26px;
	}
	.map_popover_2:after {
    top: 26px;
	}
	.map_popover_3:after {
    top: 26px;
	}
	.map_popover_4:after {
    top: 26px;
	}
	.wrld_ban_bx {
    width: 100%;
    height: auto;
	margin-top: 30px;
}
	.whtsapp_bus_in_txt h3 {
    font-size: 18px;
}
	.whtsapp_bus_in_txt h2 {
    font-size: 22px;
}
	.nano {
    height: 500px;
    margin-bottom: 40px;
}
	.wht_un_ad
	{
		margin-bottom: 20px !important;
	}
	.bx-lf-bus {
    padding: 20px 10px;
    width: 100%;
    margin: 0%;
}
	.btw_txt_ico {
    width: 15px;
}
	.thumbnail_box_wht {
    padding: 0px 0px 50px 0px;
    position: relative;
    float: left;
    min-height: auto;
}
	.vrt_tab_right {
    padding: 0px;
}
	.pad-all {
    padding: 0px;
}
	.tabs_sec_div {
    padding: 0;
}
	.cht_con_strt
	{
		width: 100%; !important;
	}
	.speech {
    max-width: 75%;
	}
	.whtsapp_bus_in_txt {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
	    text-align: center;
}
.wht_prc_txt span {
    font-size: 10px;
}
.wht_prc_txt h2 {
    font-size: 15px;
}
.res-m-0-sm
{
margin: 0px;
}
.bx-lf {
    min-height: 425px;
}
.bx-rt {
    min-height: 425px;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
   border: 1px solid #ddd;
}
.off_ico_hand {
    width: 21px;
}
.whatsapp_off_ico {
    width: 21px;
}
.whatsapp_off_ban h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-align: left;
}
.whatsapp_off_ban h3 {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 0px;
}
.whatsapp_off_ban {
    margin-top: 30px;
    margin-bottom: 50px;
    float: left;
}
.whatsapp_banner {
/*background-image: url(../img/whatsapp/banner.jpg); */*/
    background-size: 100%;
    height: auto;
    padding-bottom: 30px;
}
.channels_i_con {
    margin-bottom: 10px;
    text-align: center;
    float: left;
}
.brl-chnl
{
padding: 0px;
border: none;
}
.whatsapp_box_2b {
    min-height: auto;
}
.whatsapp_box_3b {
    min-height: auto;
}
.pricing_lft_txt {
    text-align: left;
    margin-bottom: 20px;
}
	.line_divider_whatsapp {
    display: none;
}
	.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 75px !important;
	    width: 75%;
	}
	.cbp_tmtimeline:before {
 left: 43px !important;
    margin-left: 0px !important;
}
	.cbp_tmtimeline > li .cbp_tmtime {
    width: 60px !important;
    padding-right: 0px!important;
}
	.pricing_tabel_price tbody tr td {
    font-size: 11px !Important;
}
	.flag_con_div {
 float: left;
    margin: initial;
    width: 100%;
    padding-top: 30px;
}
	.cnt_bx_1 {
    display: inline-table;
}

.cnt_bx_1 > div{
    margin-bottom: 10px;
}
    .comp_tbl_mob
    {
        display: block;
    }
    .comp_tbl
    {
    }
    .add_tbl
    {

    }
.tbl_myheader_comp {
    width: 86%;
}
.tbl_content_comp {
    width: 86%;
}
    .sec-sub-title {
    margin: 10px 0px 10px;
}
    .cust_s_at {
        padding: 20px 0px;
    }
    .pricing_container {
        padding: 0px 10px;
        width: 100%;
        overflow-x: scroll;
    }
	.broadcast_in_txt h2 {
    font-size: 22px;
}
	.cont_api-item {
    margin-bottom: 30px;
}
	.seg_img {
    margin-top: 50px;
}
	.pers_msg {
    margin-top: 40px;
}
	.broadcast_in_txt h3 {
    font-size: 19px;
}
	.broadcast_in_txt {
    margin-top: 45px;
    padding-right: 10px;
}
	.zen_vdeo_content {
    margin-top: 0px;
}
	.price_zendesk b {
    font-size: 20px;
}
	.price_zendesk {
    font-size: 20px;
    line-height: 28px;
}
	.zendesk_thumb_txt_sm {
    margin-top: 20px;
}
	.zendesk_video_div {
    padding: 30px 0;

}
.zendesk_video_yt {
    height: 200px;
    margin: 0px 2%;
    width: 96%;
}
	.zendesk_video_con {
    padding: 20px 0px;
}
    .smrt_item {
        min-height: auto;
    }
    .smart-sec-mt p {
        font-size: 17px;
        font-weight: 400;
        line-height: 29px;
    }
    .intent-sec-mt p {
        font-size: 17px;
        font-weight: 400;
        line-height: 29px;
    }
    .ai-sec-mt p {
        font-size: 17px;
        font-weight: 400;
        line-height: 29px;
    }
    .quote_img_con {
        background-image: none;
        background: #745af2;
    }
    .cust_alert_quote_green {
        margin: 14px 0px;
    }
    .icon_fe_con {
        margin: 50px auto 50px auto;
    }
    .fe-sec-title h2 {
        font-size: 28px;
    }
    .fe_con_pt {
        padding-top: 30px;
    }
    .why_social_btn
    {
        width: 100% !important;
        margin: 20px 0px;
    }
    .features_in_txt h3 {
        font-size: 19px;
        margin-bottom: 15px;
    }
    .features_in_txt h2 {
        font-size: 22px;
    }
    .features_in_txt {
        margin-top: 30px;
    }
    .features_in_img {
        margin: 0px auto 0px auto;
        width: 100%;
    }
    .btn-signup-price {
        margin-top: 50px;
        font-size: 12px;
    }
    .price_in_box ul li h2 b {
        font-size: 21px;
    }
    .points_ul_price li {
        font-size: 12px;
    }
    .price_bx
    {
        width: 100%;
    }
    .prlm_solutn_box p {
        font-size: 14px;
        padding: 20px 30px;
        line-height: 22px;
    }
    .dont_box_img img {
        width: 70px;
    }
    .whts_ico {
        width: 19px;
    }
    .how_box_icon i {
        font-size: 40px;
    }
    .business-item img {
        width: 60px;
    }
    .whts_img_icon {
        margin: 88px auto 0px auto;
    }
    .chat_mob_h p {
        line-height: 16px;
    }
    .chat_mob_h p {
        font-size: 13px;
    }
    .whts_img_icon {
        width: 250px;
    }
    .mob_frame_content span {
        font-size: 12px;
    }
    .mob_frame_content p {
        font-size: 12px;
    }
    .whts_mob_frame_in {
        padding: 6px;
        height: 277px;
    }
    .whts_mob_frame {
        height: 300px;
        padding: 24px 7px 0px 7px;
    }
    .whts_img_chat {
        margin: 110px auto 0px auto;
        width: 250px;
    }
    .chat_mob_h {
        padding: 0px 4%;
    }
    .chat_mob_h h1 {
        margin: 20px 0px 15px 0px;
        font-size: 18px;
    }
    .whts_h_txt {
        margin: 20px 0px 15px 0px;
        font-size: 18px;
    }
    .login_btn_a {
        text-align: center;
        width: 200px !important;
    }
    .signup_btn_a {
        text-align: center;
        width: 200px !important;
    }
    .logo{position:absolute;top:1px;left:7px;height:46px;text-align:center;padding:10px 0 0 0 ;float:none}
    .logo2{display:none}
    nav{width:100%;}
    #cssmenu{width:100%}
    #cssmenu ul{    overflow-y: scroll;
                    width: 100%;
                    height: 250px;}
    #cssmenu ul li{width:100%;border-top:1px solid #444}
    #cssmenu ul li:hover{background:#363636;}
    #cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
    #cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
    #cssmenu > ul > li{float:none}
    #cssmenu ul ul li a{padding-left:25px}
    #cssmenu ul ul li{background:#333!important;}
    #cssmenu ul ul li:hover{background:#363636!important}
    #cssmenu ul ul ul li a{padding-left:35px}
    #cssmenu ul ul li a{color:#ddd;background:none}
    #cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
    #cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
    #cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
    #cssmenu #head-mobile{display:block;padding:19px;color:#ddd;font-size:12px;font-weight:700}
    .button{width:55px;height:46px;position:absolute;right:0;top:6px;cursor:pointer;z-index: 12399994;}
    .button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:''}
    .button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#ddd;content:''}
    .button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
    .button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
    #cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
    #cssmenu .submenu-button.submenu-opened{background:#262626}
    #cssmenu ul ul .submenu-button{height:34px;width:34px}
    #cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
    #cssmenu ul ul .submenu-button:after{top:15px;right:13px}
    #cssmenu .submenu-button.submenu-opened:after{background:#fff}
    #cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
    #cssmenu ul ul .submenu-button:before{top:12px;right:16px}
    #cssmenu .submenu-button.submenu-opened:before{display:none}
    #cssmenu ul ul ul li.active a{border-left:none}
    #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}


    .auto_p h3 {
        margin-top: 30px;
    }
    .social_ic_txt b {
        font-size: 11px;
    }
    .banner_btns {
        text-align: center;
    }
    .social_ic_txt {
        margin-bottom: 30px;
    }
    .banner_inner_txt h3 {
        font-size: 21px;
        text-align: center;
    }
    .banner_inner_txt h2 {
        font-size: 25px;
        text-align: center;
    }
    .banner_inner_txt {
        margin-top: 50px;
    }
    .banner_inner_img {
        margin: 55px auto;
        width: 240px;
    }
    .lg_rgt_img {
        width: 46%;
    }
    .enterprise-item img {
        width: 48px;
        margin: 3px 0px;
    }
    .enterprise-item span {
        font-size: 14px;
        line-height: 20px;
    }
    .cont_txt {
        font-size: 13px;
        font-weight: 400;
        text-align: left;
    }
    .cont-desc {
        margin-left: 80px;
    }
    .cont_ico {
        width: 36px;
    }
    .cont-icon {
        padding: 0px;
    }
    .contact_h h5 {
        font-size: 18px;
    }
    .contact_h h4 {
        font-size: 23px;
    }
    .footer-single ul {
        margin-top: 3px;
    }
    .sec-title h2 {
        font-size: 28px;
    }
    .sec-sub-title p {
        line-height: 22px;
        font-size: 14px;
    }
    .sec-sub-h h3 {
        line-height: 22px;
        font-size: 14px;
    }

    .pricing_tabel thead tr th {
        padding: 10px;
        font-size: 11px;
    }
    .pricing_tabel tbody tr td {
        padding: 10px;
        font-size: 11px;
    }
    .nav > li > a {
        padding: 2px 6px;
        font-size: 11px;
    }
    /* slider */

    .carousel-caption h2 {
        font-size: 55px;
    }

    .carousel-caption h3 {
        font-size: 36px;
    }

    /* services */

    .service-item {
        margin: 0 auto 30px;
        text-align: center;
        width: 325px;
    }

    .service-icon {
        float: none;
        margin: 0 auto 15px;
        text-align: center;
        width: 70px;
    }

    .service-desc {
        margin-left: 0;
        position: relative;
        top: 0;
    }

    /* works */

    .work-item {
        width: 33%;
    }

    /* team */

    .member-thumb .overlay h5 {
        margin: 25px 0;
    }

    .member-thumb {
        margin: 0 auto;
    }

    /* fatcs */

    #facts {
        background-position: center top !important;
    }
    .counters-item {
        margin-bottom: 30px;
        min-height: 260px;
    }

    .counters-item i {
        margin: 0 0 15px;
    }

    .counters-item strong {
        font-size: 19px;
    }

    /* contact */

    .contact-form .name-email input {
        margin-right: 0;
        width: 100%;
    }

    .footer-social {
        margin-top: 45px;
    }

    /* footer */

    .footer-single {
        margin-bottom: 30px;
    }
    .call_to_action_css {
        font-size: 23px;
        text-align: center;
        margin-bottom: 15px;
    }
    .signup_btn {
        font-size: 16px;
        margin: 11px auto 11px auto;
        display: block;
        float: none !important;
    }
    .footer {
        padding: 15px 0;
    }
	.whtsapp_bus_banner
	{
        background-size: 100% 100%;
    height: 765px;
    padding-bottom: 30px;
}
}


@media (min-width: 990px) and (max-width: 1279px) {
.cmpr_ban_img {
    width: 80%;
    float: none;
    margin: auto;
    padding-top: 24px;
    display: block;
}
.cmpr_ban_txt {
    margin-top: 12px;
}
.tbl_content_comp {
    width: 66%;
}
.tbl_myheader_comp {
    width: 66%;
}
.map_popover_4 {
    top: 6px;
    left: 13px;
}
.map_popover_3 {
    top: 110px;
    right: 55px;

}
.map_popover_2 {
    bottom: 154px;
    left: 212px;
}
.map_popover_1 {
    top: 20px;
    right: -2px;
}
.main_nav_2 {
    display: block !important;
}
.tab-content-vrt {
    padding: 0;
}
.nav-pills-hz li {
    padding: 10px 10px 10px 0px;
}	
	.tab_smrt_re_icon {
    padding: 5px 13px 5px 0px;
}
	.map_popover_1:after {
    top: 26px;
	}
	.map_popover_2:after {
    top: 26px;
	}
	.map_popover_3:after {
    top: 26px;
	}
	.map_popover_4:after {
    top: 26px;
	}
.whtsapp_bus_banner {
    height: 470px;
}
	.whtsapp_bus_in_img {
    width: 360px;
}
	.world_map_div {
    width: 360px;
height: 300px;
}
	.wrld_ban_bx {
    width: 50%;
    height: auto;
	margin-top: 30px;
}
	.whtsapp_bus_in_txt h3 {
    font-size: 18px;
}
	.whtsapp_bus_in_txt h2 {
    font-size: 22px;
}
	.nano {
    height: 500px;
    margin-bottom: 40px;
}
	.wht_un_ad
	{
		margin-bottom: 20px !important;
	}
	.bx-lf-bus {
    padding: 20px 10px;
    width: 100%;
    margin: 0%;
}
	.btw_txt_ico {
    width: 15px;
}
	.thumbnail_box_wht {
    padding: 0px 0px 50px 0px;
    position: relative;
    float: left;
    min-height: auto;
}
	.vrt_tab_right {
    padding: 0px;
}
	.pad-all {
    padding: 0px;
}
	.tabs_sec_div {
    padding: 0;
}
	.cht_con_strt
	{
		width: 100%; !important;
	}
	.speech {
    max-width: 75%;
	}
	.whtsapp_bus_in_txt {
margin-top: 20px;
padding-right: 0px;
padding-left: 0px;
text-align: left;
width: 50%;
}
.wht_prc_txt span {
    font-size: 10px;
}
.wht_prc_txt h2 {
    font-size: 15px;
}
    .quote_img_con {
        background-size: 100% 100%;
    }
    .fe_com_img_size {
        margin: 60px auto 0px auto;
    }
    .features_in_img {
        margin: 20px auto;
        width: 100%;
    }
    .features_in_txt {
        margin-top: 40px;
    }
    .icon_fe_con {
        margin: 50px auto 50px auto;
    }
    /* slider */
    .carousel-caption h3 {
        font-size: 45px;
    }

    /* works */


    /* team */

    .member-thumb {
        width: auto;
    }

}
/*============================================================
        Mobile (Portrait) Design for a width of 320px
==============================================================*/


@media only screen and (max-width: 767px) {
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
   border: 1px solid #ddd;
}
.off_ico_hand {
    width: 21px;
}
.whatsapp_off_ico {
    width: 21px;
}
.whatsapp_off_ban h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
}
.whatsapp_off_ban h3 {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 15px;
text-align: center;
}
.whatsapp_off_ban {
    margin-top: 50px;
    margin-bottom: 50px;
    float: left;
}
.whatsapp_banner {
   /* background-image: url(../img/whatsapp/banner.jpg);*/
    background-size: auto 100%;
    height: auto;
    padding-bottom: 30px;
}
.channels_i_con {
    margin-bottom: 10px;
    text-align: center;
    float: left;
}
.brl-chnl
{
padding: 0px;
border: none;
}
.pricing_lft_txt {
    text-align: center;
    margin-bottom: 20px;
}
	.res-mgn-0px
	{
		margin:0px !important;
	}
	.line_divider_whatsapp {
    display: none;
}
	.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 75px !important;
	    width: 75%;
	}
	.cbp_tmtimeline:before {
 left: 43px !important;
    margin-left: 0px !important;
}
	.cbp_tmtimeline > li .cbp_tmtime {
    width: 60px !important;
    padding-right: 0px!important;
}
	.pricing_tabel_price tbody tr td {
    font-size: 11px !Important;
}
	.flag_con_div {
 float: left;
    margin: initial;
    width: 100%;
    padding-top: 30px;
}
	.cnt_bx_1 {
    display: inline-table;
}

.cnt_bx_1 > div{
    margin-bottom: 10px;
}
    .comp_tbl_mob
    {
        display: block;
    }
    .comp_tbl
    {
    }
    .add_tbl
    {

    }

    .sec-sub-title {
    margin: 10px 0px 10px;
}
    .cust_s_at {
        padding: 20px 0px;
    }
    .pricing_container {
        padding: 0px 10px;
        width: 100%;
        overflow-x: scroll;
    }
    .features_vertical_tab {
        width: 30%;
    }
    .features_vertical_tab_content {
        width: 70%;
        overflow-x: scroll;
    }
    .features_vertical_tab_content .tab-content {
        padding: 10px;
        width: 500px;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        padding-right: 2px;
        padding-left: 0px;
    }
    .video_popup
    {
        width: 100%;height: 300px;
    }
    .data_ico {
        width: 50px;
    }
    .call_to_action_css {
        font-size: 23px;
        text-align: center;
        margin-bottom: 15px;
    }
    .signup_btn {
        font-size: 16px;
        margin: 11px auto 11px auto;
        display: block;
        float: none !important;
    }
    .signup_btn_a {
        text-align: center;
        width: 200px !important;
    }
    .login_btn_a {
        text-align: center;
        width: 200px !important;
    }
    .automation_p p {
        font-size: 14px;
        text-align: center;
        line-height: 25px;
    }
    .automation_p h3 b {
        font-size: 20px;
    }
    .automation_p h3 {
        margin-top: 45px;
        text-align: center;
    }
    .sec-title_call h2 {
        font-size: 22px;
        line-height: 32px;
    }
    .abt-sub-title-in p {
        font-size: 22px;
        line-height: 32px;
    }
    .developer_last-title-in p {
        font-size: 22px;
        line-height: 32px;
    }
    .nav_set {
        margin-top:10px;
        margin-bottom: 10px;
    }
    .logo{position:absolute;top:2px;left:7px;height:46px;text-align:center;padding:10px 0 0 0 ;float:none}
    .logo2{display:none}
    nav{width:100%;}
    #cssmenu{width:100%}
    #cssmenu ul{    overflow-y: scroll;
                    width: 100%;
                    height: auto;}
    #cssmenu ul li{width:100%;border-top:1px solid #444}
    #cssmenu ul li:hover{background:#363636;}
    #cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
    #cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
    #cssmenu > ul > li{float:none}
    #cssmenu ul ul li a{padding-left:25px}
    #cssmenu ul ul li{background:#333!important;}
    #cssmenu ul ul li:hover{background:#363636!important}
    #cssmenu ul ul ul li a{padding-left:35px}
    #cssmenu ul ul li a{color:#ddd;background:none}
    #cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
    #cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
    #cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
    #cssmenu #head-mobile{display:block;padding:19px;color:#ddd;font-size:12px;font-weight:700}
    .button{width:55px;height:46px;position:absolute;right:0;top:6px;cursor:pointer;z-index: 12399994;}
    .button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:''}
    .button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#ddd;content:''}
    .button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
    .button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
    #cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:40px;width:40px;cursor:pointer}
    #cssmenu .submenu-button.submenu-opened{background:#262626}
    #cssmenu ul ul .submenu-button{height:34px;width:34px}
    #cssmenu .submenu-button:after{position:absolute;top:19px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
    #cssmenu ul ul .submenu-button:after{top:15px;right:13px}
    #cssmenu .submenu-button.submenu-opened:after{background:#fff}
    #cssmenu .submenu-button:before{position:absolute;top:16px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
    #cssmenu ul ul .submenu-button:before{top:12px;right:16px}
    #cssmenu .submenu-button.submenu-opened:before{display:none}
    #cssmenu ul ul ul li.active a{border-left:none}
    #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}

    .auto_p p {
        text-align: center;
    }
    .rgt_img {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .lg_rgt_img {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hr
    {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .social_ic_txt {
        margin-bottom: 30px;
    }
    .banner_btns
    {
        text-align: center;
    }
    .enterprise-item span {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }
    .enterprise-item img {
        width: 60px;
        margin: 2px 0px;
    }
    .enterprise_img img {
        width: 100%;
    }
    .developer_txt {
        text-align: left;
    }
    .developer_ico {
        width: 45px;
    }
    .developer-desc {
        /*margin-left: 68px;*/
        top: 0px;
    }

    .developer-icon {
        padding: 0px;
    }
    .so_ms_ico {
        background: url('../img/icons.png') -441px -351px;
    }
    .cont_txt {
        font-size: 13px;
        font-weight: 400;
        text-align: left;
    }
    .cont-desc {
        margin-left: 90px;
    }
    .cont_ico {
        width: 36px;
    }
    .cont-icon {
        padding: 0px;
    }
    .contact_h h5 {
        font-size: 18px;
        text-align: center;
    }
    .contact_h h4 {
        font-size: 23px;
        text-align: center;
    }
    .contact_container {
        margin-top: 20px;
    }
    .nav_sign {
        border-right: 0px solid transparent;
    }
    .res-pad-0px
    {
        padding: 0px;
    }
    .res-mgn-0px
    {
        margin: 0px;
    }
    .res-mgn-r-0px
    {
        margin-right: 0px;
    }
    .res-mgn-r-min-10px
    {
        margin-right: -10px;
    }
    #preloader > img {
        left: 20%;
        position: absolute;
        top: 20%;
    }
    .about-item span {
        font-size: 13px;
        margin-top: 4px;
    }
    .about-item strong {
        font-size: 28px;
        padding-top: 20px;
    }
    .sec-title h2 {
        font-size: 25px;
    }
    .sec-sub-title p {
        line-height: 22px;
        font-size: 13px;
    }
    .sec-sub-h h3  {
        /*        line-height: 22px;
                font-size: 13px;*/
    }

    body > section, .footer {

        width: 100%;
        background: #000;
		
    }
	
.PartnerLogoBox a
{
Height:112px !important;
}

.PartnerLogoBoxImg
{
Width: 112px !important;
}
	
	
    .footer_menu_social li a img {
        width: 30px;
        padding: 4px;
    }
    .pricing_tabel tbody tr td {
        padding: 15px 3px;
        font-size: 10px;
    }
    .pricing_tabel thead tr th {
        padding: 15px 3px;
        font-size: 10px;
    }
    .tbl_myheader {
        padding-left: 0px;
        padding-right: 0px;
        width: 612px;
    }
    .note_txt
    {
        font-size: 16px;
        padding: 10px;
    }
    .tbl_content {
        padding-left: 0px;
        padding-right: 0px;
        width: 612px;
    }

    .pricing_tabel2 tbody tr td {
        padding: 10px;
        font-size: 10px;
    }
    .pricing_tabel2 thead tr th {
        padding: 10px;
        font-size: 10px;
    }

    .sec-sub-title p {
        font-size: 14px;
    }
    .sec-sub-h h3{
        /*font-size: 14px;*/
    }

    /* slider */
    .carousel-caption h2 {
        font-size: 35px;
    }

    .carousel-caption h3 {
        font-size: 22px;
    }

    .carousel-caption p {
        font-size: 14px;
    }

    .social-links {
        margin-top: 20%;
    }

    /* services */

    .service-item {
        margin: 0 auto 30px;
        text-align: center;
        width: 280px;
    }

    .service-icon {
        float: none;
        margin: 0 auto 15px;
        text-align: center;
        width: 83px;
    }
    .ico_css2 {
        width: 70px !important;
    }
    .service-desc {
        margin-left: 0;
        position: relative;
        top: 0;
    }

    /* works */

    .work-item {
        left: 5% !important;
        width: 90%;
    }

    /* team */

    .team-member {
        margin-bottom: 30px;
    }

    .team-member:last-child {
        margin-bottom: 0;
    }

    .member-thumb {
        margin: 0 auto;
    }

    /* facts */

    #facts {
        background-position: center top !important;
    }

    .counters-item {
        margin-bottom: 30px;
    }

    /* contact */
    .contact-address {
        margin-bottom: 30px;
    }

    .footer-social {
        margin-top: 20px;
        text-align: center;
    }

    .footer-social li {
        display: inline-block;
    }

    .footer-social li a {
        margin: 0 10px;
    }

    /* footer */

    .footer-single {
        margin-bottom: 10px;
    }
    .footer-single label {
        margin-left: 5px;
    }
    #cssmenu {
        padding: 12px 40px;
    }
}


/*============================================================
        Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {


    /* services */

    .service-item {
        margin: 0 auto 30px;
        text-align: center;
        width: 325px;
    }

    .service-icon {
        float: none;
        margin: 0 auto 15px;
        text-align: center;
        width: 50px;
    }

    .service-desc {
        margin-left: 0;
        position: relative;
        top: 0;
    }

    /* works */

    .work-item {
        left: inherit !important;
        width: 50%;
    }

}

@media only screen and (min-width: 1280px) and (max-width: 1365px) {
.pad-all {
    padding: 15px 30px;
}   
 .icon_fe_con {
        margin: 20px auto 50px auto;
    }
}
@media only screen and (min-width: 1366px) and (max-width: 1579px) {
    .icon_fe_con
    {
        margin: 70px auto 50px auto;
    }

}
@media only screen and (min-width: 1580px) and (max-width: 1779px) {
    .icon_fe_con
    {
        margin: 210px auto 50px auto;
    }
}
@media only screen and (min-width: 1780px) and (max-width: 1919px) {
    .icon_fe_con
    {
        margin: 400px auto 50px auto;
    }
}
@media only screen and (min-width: 1920px) {
    .icon_fe_con
    {
        margin: 300px auto 50px auto;
    }
}


.topBannerContainer {
    margin-top: 57px;
background: #f9f9f9;
    padding: 30px 0px;
}

.topBannerContainer  .sec-sub-title
{
padding: 0px 20px;   
}


.PartnerLogoBoxCon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.PartnerLogoBox {
    margin: 10px;
padding: 10px;
}
.PartnerLogoBox:hover {
    border: 1px solid #96d526;
}
.PartnerLogoBoxImg 
{
    margin: 0px auto;
    display: block;
    width: 175px;
}
.PartnerLogoBox a
{
display: table-cell;
    height: 175px;
    vertical-align: middle;
}


.zendeskVideoPS
{
margin: 20px auto;
display: block;
width: 100%;
}

.zendeskCssContainer
{
	padding: 60px 0px;
}
.zendeskVideoDesktop
{
border-radius: 20px;
margin: 20px auto;
display: block;
width: 100%;
}
.zendeskVideoMobile {
    border-radius: 20px;
    margin: 20px auto;
    display: block;
    width: 320px;
}
.zendeskVideoTab {
    border-radius: 20px;
    margin: 20px auto;
    display: block;
    width: 100%;
}

.zendesk_thumb_txt2 {
margin-top: 100px;
}

.zendesk_thumb_txt3 {
margin-top: 60px;
} 
