

.container-feature .row:nth-child(2n+2) {
    margin-bottom: 80px
}

h1.heading-secondry.m-b-50 {
    margin-bottom: 40px
}

ul.client-list {
    padding: 0;
    margin: 0;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #333
}

.client-list li {
    -webkit-box-flex: 1;
    display: flex
}

.client-list li>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #333;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 15px
}

.client-list li>span:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

/* .client-list li img { */
    /* width: auto */
/* } */
.client-list li img {
    width: auto;
    width: 100%;
    max-width: 145px;
    max-height: 100%;
}
.client-list li span:hover:before {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}


ul.client-list li.grid-item.testimonial-box {
    width: 42.85714285714287%;
    height: 310px;
    background: #fff;
    padding: 2% 25px 0;
    position: relative;
}

span.quot-tag {
    display: inline-block;
    margin-bottom: 20px
}

ul.client-list .grid-item,
ul.client-list .grid-sizer {
    height: 155px
}

.testimonial-info p {
    color: #565B73;
    line-height: 26px !important;
    font: 16px/18px AvenirLTStdMedium
}
.client-list .grid-item .testimonial-info p  {
    /* font: 16px/18px AvenirLTStdBook; */
    /* font-style: italic; */
}
.client-list .grid-item .author_designation {
    position: relative;
    top: 0;
    font-size: 14px;
    color: #565B73;
    
    font-style: initial !important;
}
span.author_name {
    color: #156BB3;
    font: 16px AvenirLTStdHeavy;
    display: block;
}
header .btn.btn-default,
header .btn.btn-primary {
    font: 14px/15px AvenirLTStdBook!important
}

.author_info {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 56%;
    top: 230px;
}

.author_info.showinfooter {
    position: relative;
    top: 0;
}

.testimonial-info {
    width: 60%;
    padding-right: 15px;
}

.author_image {
    width: 40%;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    justify-content: flex-end
}

.grid-item,
.grid-sizer {
    width: 14.28571428571429%;
    height: 150px
}

ul.nav.navbar-nav.footernavi.bottom_col {
    margin-top: 10px
}

header .btn.btn-default {
    padding: 10px 15px 7px!important;
    border-radius: 2px;
    background: #F1F2F2;
    color: #333!important;
    border: 1px solid #F1F2F2
}

header .btn.btn-default:hover {
    background: 0 0;
    color: #FFF!important;
    border: 1px solid #FFF
}

header .fixedHeader .btn.btn-default:hover,
header.style_two .btn.btn-default:hover {
    background: 0 0;
    color: #333!important;
    border: 1px solid #333
}

header.style_two .navbar-nav.navbar-center.mainNav-bar>li>a:hover:before {
    background: #222
}

header.style_one .fixedHeader.navbar-nav.navbar-center.mainNav-bar>li>a:hover:before,
header.style_two .fixedHeader.navbar-nav.navbar-center.mainNav-bar>li>a:hover:before {
    background: 0 0!important
}

header .btn.btn-primary {
    padding: 10px 15px 9px!important;
    border: 1px solid #156BB3;
    border-radius: 2px
}

header .btn.btn-primary:hover {
    border: 1px solid #0B5089
}

header.topheader {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100
}

ul.nav.navbar-nav.navbar-right.userMenu {
    margin: 0 15px 0 0
}

.navbar-nav.navbar-center.mainNav-bar>li>a {
    font-size: 15px;
    color: #fff;
    
    padding-top: 31px!important;
    padding-bottom: 31px!important;
    line-height: 1.3;
    position: relative;
    text-decoration: none
}

.navbar-nav.navbar-center.mainNav-bar>li>a:hover:before {
    background: #fff
}

.navbar-nav.footernavi>li.li-bottom .btn-primary:hover {
    color: #fff;
    background: #073962;
    border-color: transparent
}

.dropdown-menu {
    border-radius: 4px!important
}

.topnavi ul.dropdown-menu {
    padding: 0!important
}

.topnavi ul.dropdown-menu li a {
    font-size: 13px;
    padding: 6px 10px 5px;
    line-height: 15px;
    border-radius: 3px
}

.topnavi ul.dropdown-menu li a:hover {
    background: #f5faff;
    color: #156BB3
}

.banner-section .wpb_wrapper h2, .banner-section .wpb_wrapper h1 {
    color: #FFF;
    font: 40px/46px AvenirLTStdHeavy !important;
    margin: 0 0 10px
}

.banner-section {
    /*min-height: 89vh!important*/
    min-height: calc(100vh - 78px);
}

.banner-section-error {
    min-height: 76vh!important
}

.prefooter .vc_row.wpb_row.vc_row-fluid {
    align-items: center;
    display: flex
}

.banner-section .wpb_wrapper p {
    color: #C8C8C8;
    line-height: 25px;
    margin-top: 17px;
    margin-bottom: 0;
    font-size: 18px
}

.banner-content {
    max-width: 550px;
    width: 100%
}

.font-white {
    color: #FFF!important
}

.headerBGBar {
    height: 62px;
    background: #252525
}

.blueprint p {
    color: #565B73;
    font: 16px/1.4 AvenirLTStdMedium;
    margin: 0 0 5px
}

.blueprint p strong {
    font: 16px/1.4 AvenirLTStdHeavy
}

p strong,
strong {
   
}

h4 strong {
    
}

.serversIcon {
    margin-bottom: 18px;
    max-width: 50px
}

.serversIcon img {
    width: auto;
    max-height: 50px
}

.headerBGBar_innerpage {
    height: 95px
}

h2.title-tag {
    margin: 0 0 20px;
    font: 35px/42px AvenirLTStdBlack
}

.apis-section .navbar-nav li a {
    display: flex!important;
    align-items: center
}

.apis-section .navbar-nav li a img {
    display: block;
    margin: 0 auto;
    max-height: 25px;
    width: auto
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 250px;
    padding: 15px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px!important;
    -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, .12);
    box-shadow: 0 14px 25px rgba(0, 0, 0, .12);
    border-top: none
}

 
.home-container,
.thum-box,
.twolinks {
    position: relative
}

.sub-menu li a {
    font-size: 16px;
    
    color: #565B73;
    padding: 15px 25px;
    display: block;
    line-height: 1.428571429
}

.sub-menu li a:hover, .sub-menu li.current-menu-item a {
    background: #f5faff;
    padding: 15px 25px;
    color: #1877c5;
    text-decoration: none;
}

li.menu-item-has-children:hover>.sub-menu {
    display: block
}

.copyright-menu {
    padding: 2px 0 0
}

.copyright-menu li a:hover {
    text-decoration: underline
}

.copyright-menu li a {
    text-decoration: none;
    color: #8492A0;
    font-size: 12px;
    padding: 0 5px;
    border-right: 1px solid
}

.copyright-menu li:last-child a {
    border-right: none
}

.fixedHeader ul.navbar-right.userMenu a.btn.btn-default {
    color: #333!important
}

.fixedHeader ul.navbar-right.userMenu a.btn.btn-default:hover {
    color: #156BB3!important;
    border: 1px solid #156BB3;
    background: #fff
}

.nav-tabs.home-tabs>li a {
    webkit-transition: all 20ms;
    -moz-transition: all 20ms;
    transition: all 20ms
}

.bgtrans {
    background: 0 0!important
}

header.style_two .navbar-nav.navbar-center.mainNav-bar.fixedHeader>li>a:hover:before .nav-tabs>li>a {
    justify-content: center
}

#banner-1 {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#banner-1.center-align-image {
    padding-top: 3%;
    padding-bottom: 3%
}

.innerPage-container {
    width: 100%;
    overflow: hidden;
    padding: 0
}

button.vc_general.vc_btn3.vc_btn3-size-md {
    min-width: 190px;
    height: 58px;
    font: 18px/2.35 AvenirLTStdMedium;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    color: #156BB3;
    background: #FFF;
    text-align: center;
    padding: 7px 22px 5px;
    border-radius: 2px;
    border: none
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 190px;
    height: 58px;
    font: 18px/2.35 AvenirLTStdBook;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    color: #fff;
    background: #156BB3;
    text-align: center;
    padding: 7px 22px 5px;
    border-radius: 2px;
    border: none
}

#banner-1 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 240px;
    height: 58px;
    font: 18px/2.35 AvenirLTStdBook;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    color: #fff;
    background: #156BB3;
    text-align: center;
    padding: 7px 22px 5px;
    border-radius: 2px;
    border: none;
    margin: 0;
    display: inline-block
}

#banner-1 .wpb_wrapper .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover,
.wpb_wrapper .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    color: #fff;
    background: #105085
}

.banner-section.light-bg-color .wpb_wrapper h2,
.banner-section.light-bg-color .wpb_wrapper p {
    color: #252525
}

.red_btn button.vc_general.vc_btn3.vc_btn3-size-md {
    background: #F12545
}

button.vc_general.vc_btn3.vc_btn3-size-md:hover {
    color: #156BB3;
    background: #e8e8e8
}

.outline_btn button.vc_general.vc_btn3.vc_btn3-size-md:hover {
    background: #00A8C0
}

.outline_btn button.vc_general.vc_btn3.vc_btn3-size-md {
    min-width: 190px;
    min-height: 46px;
    font: 18px/1.4 AvenirLTStdMedium;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    color: #fff;
    background: 0 0;
    text-align: center;
    padding: 7px 22px 5px;
    border-radius: 4px;
    border: 1px solid #00A8C0
}

.vc_btn3-container.outline_btn.vc_btn3-inline {
    margin-left: 20px
}

.Icon-features-row {
    padding: 60px 0 30px;
    max-width: 890px
}

.Icon-features-section .wpb_single_image {
    margin-bottom: 10px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

#banner-1 .wpb_column.vc_column_container,
#banner-1.center-align-image .image-align-bottom {
    align-items: center
}

.Icon-features-section .wpb_wrapper {
    max-width: 100%
}

.Icon-features-section .wpb_wrapper p {
    color: #565B73;
    font: 16px/25px AvenirLTStdHeavy
}

.Icon-features-row .wpb_wrapper h3 {
    color: #565B73;
    font: 20px/25px AvenirLTStdHeavy
}

#banner-1 .wpb_single_image.wpb_content_element.vc_align_left {
    margin: 0;
    width: 100%
}

#banner-1 figure.wpb_wrapper.vc_figure {
    display: grid
}

#banner-1 .vc_row-o-equal-height .image-align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
}

.features-zigzag-section {
    padding: 53px 0
}

.client-section .vc_column-inner {
    padding: 0!important
}

.client-section .wpb_single_image.wpb_content_element.vc_align_left,
.client-section .wpb_text_column.wpb_content_element {
    margin: 0
}

.client-section .wpb_text_column.wpb_content_element p {
    font: 19px/25px AvenirLTStdMedium;
    padding-right: 12px;
    text-align: right;
	font-size:16px;
	white-space:nowrap;
}

.client-logo {
    padding-top: 15px;
    padding-bottom: 15px
}

.client-logo .wpb_single_image.wpb_content_element {
    text-align: center
}

.client-logo .wpb_column.vc_column_container.vc_col-sm-2 {
    width: auto;
    padding-left: 45px;
    padding-right: 45px;
    justify-content: center;
    align-items: center;
}
.client-logo a {
    padding-left: 15px;
    padding-right: 15px;
    display: block
}

.client-logo img {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    display: block;
    opacity: .95;
    transform: scale(1);
    max-height: 44px;
    width: auto;
    top: 15px;
    margin: 0 auto;
	position:relative;
}

.client-logo.one {
    padding-top: 0;
    padding-bottom: 0
}

.client-logo.one img {
    max-height: 70px;
    margin: 0 auto;
    opacity: 1
}

#banner-1 .wpb_column.vc_column_container.vc_col-sm-12>.vc_column-inner {
    height: 100%
}

#banner-1 .wpb_column.vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    flex-flow: row wrap
}

#banner-1 .vc_col-sm-7 .vc_column-inner>.wpb_wrapper {
    padding-right: 55px
}

.vc_empty_space {
    display: block;
    width: 100%
}

.page-thumbnails .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-thumbnails .vc_row.wpb_row.vc_inner.vc_row-fluid,
.page-thumbnails .vc_row.wpb_row.vc_inner.vc_row-fluid .vc_column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page-thumbnails .wpb_column.vc_column_container.vc_col-sm-4 {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.page-thumbnails .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-title .wpb_wrapper {
    display: block;
    width: 100%
}

.section-title.wpb_column.vc_column_container.vc_col-sm-12 {
    margin: 0 0 30px;
    text-align: center
}

h2.wpb_heading.wpb_widgetised_column_heading {
    display: none
}

section.purpose-section.page-section {
    padding-top: 10px;
    padding-bottom: 0
}

.features-zigzag-section img {
    height: 40px;
    width: auto;
    display: block
}

.features-zigzag-section .wpb_wrapper h3 {
    font: 16px/1.4 AvenirLTStdHeavy;
    color: #565B73;
    margin-bottom: 5px
}

.features-zigzag-section .wpb_wrapper p {
    color: #565B73;
    font: 16px/1.4 AvenirLTStdBook;
    margin: 0 0 10px;
    min-height: 43px;
    max-width: 220px
}

.prefooter .wpb_text_column.wpb_content_element {
    margin: 0
}

.features-zigzag-section .wpb_wrapper h2 {
    font-size: 20px !important;
   ;
    margin-bottom: 0;
    line-height: 1.3
}

.features-zigzag-section .wpb_wrapper h4 {
    font-size: 16px;
    
    color: #565B73;
    display: inline-block;
    margin-top: 11px
}

.features-zigzag-section>.wpb_column.vc_column_container.vc_col-sm-12 {
    max-width: 833px;
    margin: 0 auto;
    float: none
}

.features-zigzag-section .section-title h3 {
    color: #156BB3;
    font: 18px/24px AvenirLTStdBlack;
    margin: 0
}

.features-zigzag-section .section-title h2 {
    color: #333;
    margin: 0;
    font: 35px/42px AvenirLTStdHeavy
}

.section-title h3,
.wpb_wrapper .section-title h3 {
    color: #156BB3;
    font: 18px/24px AvenirLTStdMedium;
    margin: 0
}

.section-title .wpb_wrapper h3,
.wpb_wrapper h3.span-main {
    color: #156BB3;
    font: 18px/24px AvenirLTStdMedium;
    margin: 0 0 10px
}

.section-title .wpb_wrapper h1,
.section-title h1,
.wpb_wrapper h1,
.section-title .wpb_wrapper h2,
.section-title h2,
.wpb_wrapper h2 {
    color: #102740;
    margin: 0;
    font: 35px/42px AvenirLTStdHeavy !important;
}

.wpb_wrapper h3 {
    font: 20px/1.4 AvenirLTStdHeavy;
    color: #333;
    margin-bottom: 10px
}

.features-zigzag-section .vc_row.wpb_row.vc_inner.vc_row-fluid {
    padding-left: 10%;
    margin-bottom: 42px
}

.features-zigzag-section .wpb_text_column.wpb_content_element {
    margin-top: 20px;
    margin-bottom: 20px
}

.features-zigzag-section .vc_row.wpb_row.vc_inner.vc_row-fluid:first-child {
    padding-left: 0
}

.features-zigzag-section .wpb_wrapper p a {
    display: inline-block;
    border: 1px solid #156BB3;
    padding: 9px 20px 8px;
    text-align: center;
    background: #fff;
    color: #156BB3;
    font: 14px AvenirLTStdMedium;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.expect_box ul li a {
    box-shadow: 0 0 10px rgba(21, 107, 179, .15)
}
.post-thum {
    border: 1px solid #DCE5E8;
}

.features-zigzag-section .wpb_wrapper p a:hover {
    text-decoration: none;
    background: #156BB3;
    color: #FFF
}

.features-zigzag-section .wpb_wrapper p a:focus {
    text-decoration: none
}

.wpb_single_image.image-bottom-align {
    padding-top: 35%
}

.features-thumbnail {
    padding-top: 47px;
    padding-bottom: 10px;
    max-width: 940px
}

.features-thumbnail .wpb_wrapper h3 {
    color: #565B73;
    font: 17px/28px AvenirLTStdHeavy;
    margin-bottom: 0
}

.features-thumbnail .wpb_wrapper p {
    color: #565B73;
    font: 16px/25px AvenirLTStdBook
}

.features-thumbnail .vc_row.wpb_row.vc_inner.vc_row-fluid,
.features-thumbnail .wpb_single_image {
    margin-bottom: 0
}

.features-thumbnail .wpb_column.vc_column_container.vc_col-sm-6>.vc_column-inner {
    max-width: 88%
}

.benefits-style .wpb_wrapper h3 {
    color: #252525;
    font: 20px/28px AvenirLTStdHeavy;
    margin-bottom: 8px
}

.benefits-style .wpb_wrapper p {
    color: #565B73;
    font: 16px/25px AvenirLTStdMedium
}

.benefits-style .wpb_text_column.wpb_content_element {
    margin-bottom: 22px
}

.set-max-width {
    max-width: 980px;
    margin: 0 auto
}

.section-title.set-max-width {
    max-width: 700px;
    margin: 0 auto 30px
}

.opt-varify-section {
    padding-top: 50px
}

.opt-varify-section .wpb_wrapper h3 {
    color: #0D122B;
    font: 20px/24px AvenirLTStdHeavy;
    margin: 0 0 5px
}

.opt-varify-section .wpb_wrapper h4 {
    color: #156BB3;
    font: 18px/24px AvenirLTStdMedium;
    margin: 0
}

.opt-varify-section .wpb_wrapper p {
    color: #565B73;
    font: 16px/25px AvenirLTStdMedium
}

.big-text-area .wpb_wrapper p,
.opt-varify-section .big-text-area .wpb_wrapper p {
    color: #565B73;
    font: 20px/28px AvenirLTStdBook
}

.page-id-1178 {
    background: #fdfdff
}

#banner-1 a {
    display: block;
    margin-bottom: 15px;
    font: 16px/25px AvenirLTStdBook;
    color: #3A9EF2
}

#banner-1 a:hover {
    color: #fff
}

#case-study-section {
    padding-top: 60px;
    padding-bottom: 60px
}

.case-study-box .vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper {
    box-shadow: 0 0 10px rgba(21, 107, 179, .15);
    border: none;
    padding: 7%;
    background: #fff;
    width: 100%
}

.benefits-style .wpb_text_column.wpb_content_element:last-child {
    margin-bottom: 0
}

#case-study-section {
    max-width: 900px;
    margin: 0 auto
}

.logo-row p a {
    display: inline-block
}

.logo-row p a img {
    display: block;
    margin: 0;
    max-height: 35px;
    width: auto
}

.logo-row p img {
    display: inline-block;
    margin: 0 10px;
    max-height: 27px;
    width: auto
}

.logo-row p a:first-child img {
    display: block;
    margin: 0;
    max-height: 25px;
    width: auto
}

ul.blog-list,
ul.cat-filt {
    display: -webkit-box;
    display: -ms-flexbox;
    list-style: none
}

.case-study-box .wpb_wrapper p {
    color: #565B73;
    font: 16px/1.5 AvenirLTStdMedium
}

.case-study-box .wpb_wrapper a {
    color: #156BB3;
    font: 16px/22px AvenirLTStdMedium
}

.case-study-box .wpb_text_column.wpb_content_element:last-child {
    margin: 0
}

.benefits-style {
    max-width: 900px
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.case-study-box {
    margin-top: 70px;
    margin-bottom: 70px
}

.small-banner-section {
    padding: 8% 0;
    min-height: 50vh
}

.small-banner-section h2 {
    color: #252525;
    margin-bottom: 7px
}

.small-banner-section p {
    color: #252525;
    font: 16px/22px AvenirLTStdBook;
}

ul.cat-filt {
    padding: 0;
    margin: 0;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cat-filt li a {
    display: block;
    padding: 5px 40px;
    color: #fff;
    font: 16px/22px AvenirLTStdBook;
}


.blog-section {
    margin-top: -50px;
    margin-bottom: 50px
}

ul.blog-list {
    padding: 0;
    margin: 0 0 80px;
    width: 100%;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.grid-item-thum,
.grid-sizer-thum {
    width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 4%;
    padding: 0 20px;
    max-height: 400px;
    min-height: 400px
}

.post-thum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #fff;
    border-radius: 3px;
    text-decoration: none;
    transition: all .6s ease;
    
}

.expect_box ul,
figure.figure-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

/* .post-thum:hover {
    transform: scale(1.03);
    text-decoration: none;
    box-shadow: 0 0 10px rgba(21, 107, 179, .15)
} */
.post-thum:hover {
 
    text-decoration: none;
   
}
.post-thum a{
	padding: 0 20px;    
	border-bottom:none;
}

.post-thum:hover a,
.post-thum:hover a:hover {
    text-decoration: none
}
.post-thum:hover a:hover {
	background-color: #F5F7F8;
}
figure.figure-logo {
    height: 90px;
    width: 100%;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
   
}

.post-caption,
.post-tags,
.post-text,
.post-title {
    display: block
}

figure.figure-logo img {
    max-height: 55px;
    max-width: 70%
}

.post-caption {
    padding: 20px 0;
}
.post-thum a + span.post-caption {
    padding: 20px;
}
.post-text {
    margin-bottom: 14px;
    color: #565B73;
    font: 16px/25px AvenirLTStdBook;
}

.post-title {
    font-size: 18px;
   ;
    margin-bottom: 10px;
    color: #565B73
}

.post-tags span {
    /* color: #565B73;
    display: inline-block;
    padding: 2px 0;
    font-size: 12px;
    margin-right: 20px;
    font-family: AvenirLTStdBlack */
    color: #565B73;
    display: inline-block;
    padding: 1px 5px;
    font-size: 12px;
    margin-right: 10px;
    
    background: #E9EEF0;
    margin-bottom: 8px;
    line-height: 18px;
    border-radius: 3px;
}
.post-tags span:hover{
	color:#156BB3
}
.categories_list {
    margin-bottom: 60px
}

.home-container {
    top: -32px
}

.home-container,
.page-container {
    overflow: hidden;
    width: 100%
}

.expect_box {
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: flex;
    background: #fff;
    max-width: 825px;
    margin: 0 auto;
    border-radius: 2px
}

.expect_box p {
    font: 15px/21px AvenirLTStdMedium;
    color: #565B73
}

.expect_box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.expect_box ul li {
    margin: 0 35px
}

.expect_box ul li a {
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transform: scale(1)
}

.expect_box ul li a img {
    width: 100%;
    height: auto
}

.expect_box ul li a:hover {
    transform: scale(1.03)
}

.expect_box .wpb_wrapper .wpb_text_column.wpb_content_element {
    max-width: 450px;
    margin: 0 auto 50px
}

.expect_box .wpb_wrapper .wpb_text_column.wpb_content_element:last-child {
    margin-bottom: 0
}

.vc_row.wpb_row.step_row {
    margin-bottom: 70px!important
}

.step_row .wpb_wrapper p {
    font: 16px/25px AvenirLTStdMedium;
    color: #565B73
}

.step_row .wpb_wrapper ul {
    padding-left: 20px
}

.step_row .wpb_wrapper ul li {
    font: 16px/20px AvenirLTStdMedium;
    color: #565B73;
    margin-bottom: 10px
}

.step_box .vc_column-inner>.wpb_wrapper {
    padding: 25px 20px 10px;
    max-width: 825px;
    margin: 0 auto;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

form p label,
form p>span {
    display: block;
    padding: 0 15px;
    width: 50%;
    float: left
}

.step_row .wpb_wrapper ul {
    margin-top: 10px
}

form {
    text-align: left
}

form p label {
    margin: 0;
    font: 15px/22px AvenirLTStdMedium;
    color: #565B73
}

span.red-text {
    color: red
}

form p {
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 100%
}

form input,
form select,
form textarea {
    background: #eff0f0;
    display: block;
    color: #7B7474;
    font: 15px/22px AvenirLTStdMedium;
    padding: 5px 10px;
    width: 100%
}

form input,
form select {
    height: 35px;
    border-radius: 3px;
    border: none
}

form textarea {
    height: 80px;
    border-radius: 3px;
    border: none
}

form p a {
    display: inline-block;
    width: 50%;
    margin-left: 53%;
    margin-top: 5px
}

p.checkboxlist>span {
    width: 100%
}

p.checkboxlist span.wpcf7-list-item {
    display: block;
    margin: 0 0 15px;
    float: left;
    width: 100%
}

input[type=checkbox] {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0
}

form p.checkboxlist label {
    width: 100%;
    color: #565B73;
    padding: 0
}

input[type=submit] {
    min-width: 140px;
    min-height: 42px;
    font: 18px/1.4 AvenirLTStdLight;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    color: #fff;
    background: #156BB3;
    text-align: center;
    padding: 7px 22px 5px;
    border-radius: 2px;
    border: none;
    width: auto;
    margin: 0 auto
}

input[type=submit]:hover {
    color: #fff;
    background: #105085
}

#banner-1.banner-section.banner-content-align-center {
    padding-top: 90px
}

#banner-1.banner-section.banner-content-align-center .wpb_single_image.wpb_content_element.vc_align_center {
    margin: 0 auto
}

.banner-content-align-center .wpb_text_column.wpb_content_element {
    width: 100%
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.post_thumbnail_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 60px!important
}

.post_thumbnail_box .wpb_single_image img {
    display: block;
    margin: 0 auto
}

.post_thumbnail_box .wpb_single_image .vc_figure a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.post_thumbnail_box .wpb_single_image .vc_figure {
    width: 100%
}

.post_thumbnail_box .wpb_column.vc_column_container.vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
    box-shadow: 0 0 1px rgba(21, 107, 179, 0);
    padding: 29px 15px 24px;
    text-align: center;
    background: #fff;
    max-width: 825px;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #E6E6E6;
    align-items: flex-start;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    min-height:480px;
    max-height: 504px
}

.twolinks {
    top: 50px
}

/* .post_thumbnail_box .wpb_column.vc_column_container.vc_col-sm-4>.vc_column-inner>.wpb_wrapper:hover {
    box-shadow: 0 0 10px rgba(21, 107, 179, .15);
    border: 1px solid transparent
} */

.post_thumbnail_box .wpb_single_image.wpb_content_element {
    margin-bottom: 50px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.post_thumbnail_box.story-box .wpb_single_image.wpb_content_element {
    align-items: flex-start!important
}

.post_thumbnail_box.story-box .first {
    margin-bottom: -21px
}

.post_thumbnail_box .wpb_text_column.wpb_content_element {
    margin: 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: flex-start
}

.post_thumbnail_box .vc_col-sm-4 {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.post_thumbnail_box .vc_column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start
}

.post_thumbnail_box .vc_column-inner h3 {
    margin: 0 0 10px
}

.post_thumbnail_box .vc_column-inner h3 a {
    color: #333;
    font: 20px/25px AvenirLTStdHeavy;
    text-decoration: none
}

.post_thumbnail_box .vc_column-inner h3 a:hover {
    color: #156BB3;
    text-decoration: none
}



.vc_row.wpb_row.vc_inner.vc_row-fluid.container.client-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header.topheader.style_two .logo-fixed {
    display: inline-block
}

header.topheader.style_two .logo-main {
    display: none
}

header.topheader.style_two .nav.navbar-nav>li>a {
    color: #333!important;
    text-align: left!important
}

header.topheader.style_two .nav.navbar-nav>li>a.btn-primary {
    color: #fff!important
}

header.topheader.style_two .nav.navbar-nav>li>a:after {
    border: 1px solid #000!important
}

.testimonial-content-section {
    max-width: 950px;
    margin: 50px auto
}

.features-zigzag-section .wpb_single_image,
.testimonial-content-section .vc_column-inner>.wpb_wrapper .wpb_text_column.wpb_content_element:last-child {
    margin-bottom: 0
}

.testimonial-content-section .vc_column-inner>.wpb_wrapper {
    padding: 20px 20px 10px;
    border-radius: 2px;
   
 
}

.card.single {
    border-radius: 2px
}

.testimonial-content-section .quote-content p {
    font-size: 16px;
    line-height: 30px;
    
	margin-top:20px;
}
.testimonial-content-section h3 {
    color: #1C3B66;
    float: none;
    margin: 0
}

.author_info .wpb_wrapper {
    width: 100%;
     
}
 
.features-zigzag-section .wpb_single_image img.vc_single_image-img.attachment-full {
    min-height: 45px
}

.no-padding-box .wpb_single_image.wpb_content_element {
    margin-bottom: 0;
    width: 100%
}

.no-padding-box .step_box .vc_column-inner>.wpb_wrapper {
    padding: 0
}

.no-padding-box .vc_single_image-wrapper.vc_box_border_grey,
.no-padding-box .vc_single_image-wrapper.vc_box_border_grey img,
.no-padding-box figure.wpb_wrapper.vc_figure {
    width: 100%
}

.vc_row.wpb_row.step_row .vc_col-sm-6>.vc_column-inner {
    padding-right: 15%
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.Icon-features-section {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.vc_row.wpb_row.vc_row-fluid.container.left-align-icon a.vc_single_image-wrapper.vc_box_border_grey {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

#banner-1 .image-align-bottom.wpb_column.vc_column_container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end
}

.wpb_text_column.wpb_content_element.step_box {
    box-shadow: 0 0 10px rgba(21, 107, 179, .15);
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: flex;
    max-width: 825px;
    margin: 0 auto;
    border-radius: 6px
}

.wpb_text_column.wpb_content_element.step_box img {
    width: 100%
}

.wpb_wrapper code {
    display: block;
    background: 0 0;
    text-align: left;
    color: #fff;
    padding: 0
}

.lookup-response-form form {
    margin-top: 15px;
    display: flex;
    flex-flow: row wrap;
    max-width: 500px
}

.lookup-response-form form input[type=text] {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    border: none;
    padding: 5px 10px;
    background: #fff;
    height: 40px;
    font: 25px/34px AvenirLTStdLight;
    color: #333;
    border-radius: 0
}

.lookup-response-form form input[type=number]:first-child {
    width: 20%;
    max-width: 55px;
    font-size: 20px;
    height: 50px;
    padding-top: 9px;
    letter-spacing: 3px
}

.lookup-response-form form input[type=number]:nth-child(2) {
    width: 60%;
    margin-left: 6%;
    font-size: 20px;
    height: 50px;
    padding-top: 9px;
    letter-spacing: 3px
}

.lookup-response-form form input.button {
    margin: 25px 0 0
}

.app_download_links {
    margin: 0
}

.app_download_links .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.app_download_links .wpb_wrapper p {
    color: #565B73;
    font: 18px/25px AvenirLTStdRoman;
    margin: 0
}

.app_download_links .wpb_wrapper ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 20px
}

.app_download_links .wpb_wrapper ul li {
    display: inline-block;
    padding: 0 5px
}

.app_download_links .wpb_wrapper ul li a {
    display: block;
    background: #565B73;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: 0!important
}

.app_download_links .wpb_wrapper ul li a img {
    width: 50px;
    height: 50px
}

div.stars {
    width: 270px;
    display: inline-block
}

input.star {
    display: none
}

label.star {
    float: right;
    padding: 0 10px;
    font-size: 28px;
    color: #ABABAB;
    transition: all .2s
}

input.star:checked~label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s
}

input.star-5:checked~label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952
}

input.star-1:checked~label.star:before {
    color: #F62
}

label.star:before {
    content: "\f005";
    font-family: FontAwesome
}

.rating_form form {
    width: 100%;
    display: block
}

.rating_form form textarea {
    margin-bottom: 20px;
    padding: 10px 15px;
    height: 80px
}

.rating_form form input.button {
    margin: 0
}

.thum_box>.vc_column-inner>.wpb_wrapper {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    padding: 25px 20px;
    background: #fff;
    width: 100%;
    max-width: 85%;
    border-radius: 3px
}

.thum_box.wpb_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stare-box {
    display: inline-block
}

.thum_box.wpb_column>.vc_column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.your_experience .vc_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.your_experience {
    max-width: 950px;
    margin: 0 auto;
    padding-top: 30px
}

.wpb_text_column.wpb_content_element.thum_box {
    margin: 0
}

.thum_box button.vc_general {
    margin-top: 25px
}

.post_thumbnail_box .vc_column-inner p a {
    margin-top: 0
}

.thum-box {
    display: block;
    box-shadow: 0 0 1px rgba(21, 107, 179, 0);
    background: #fff;
    border-radius: 2px;
    border: 1px solid #E6E6E6
}

.thum-box:hover {
    text-decoration: none;
    box-shadow: 0 0 10px rgba(21, 107, 179, .22);
    border: 1px solid transparent
}

figure.figure-box img {
    width: 100%;
    height: auto
}

span.title-abs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    font: 20px/25px AvenirLTStdHeavy
}

.section-title p,
span.blog-caption {
    font: 18px/25px AvenirLTStdRoman
}

figure.figure-box {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%
}

figure.figure-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.thum-box:hover figure.figure-box:before {
    background: rgba(0, 0, 0, .8)
}

span.blog-caption {
    display: block;
    padding: 20px;
    color: #565B73
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.banner_status {
    max-width: 500px;
    margin: 0 auto
}

.step_box .wpb_single_image {
    margin-bottom: 10px
}

.step_box .vc_btn3-container.vc_btn3-center {
    margin: 0
}

.content-area-section .wpb_wrapper ul {
    padding: 0 0 0 50px
}

.content-area-section .wpb_wrapper ul li {
    color: #565B73;
    font: 16px/25px AvenirLTStdMedium;
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px
}

.ph-code {
    width: 20%;
    max-width: 55px;
    display: block;
    float: left;
    padding: 0
}

.ph-code input,
.ph-number input {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16);
    padding: 9px 10px 5px;
    background: #E9E9E9;
    color: #333;
    width: 100%;
    height: 50px;
    letter-spacing: 3px
}

.ph-code input {
    font: 25px/34px AvenirLTStdLight;
    border-radius: 0;
    border: none;
    max-width: 55px;
    font-size: 20px;
    -moz-appearance: textfield
}

.ph-number input {
    border: none;
    font: 25px/34px AvenirLTStdLight;
    border-radius: 0;
    font-size: 20px
}

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: none
}

.ph-number {
    width: 74%;
    margin-left: 6%;
    padding: 0
}

.wpcf7-validates-as-otp {
    margin-left: -14px
}

.form-box {
    box-shadow: 0 0 10px rgba(21, 107, 179, .15);
    border: none;
    padding: 9% 5%;
    background: #fff;
    padding-bottom: 0!important;
    border-radius: 4px
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    float: left
}

form.wpcf7-form {
    overflow: hidden
}

input.wpcf7-form-control.wpcf7-submit.button {
    margin: 15px 0 0
}

.wpb_text_column.wpb_content_element.form-box {
    padding-bottom: 0
}

.blog-page {
    padding: 80px 0
}

.navbar-brand {
    padding: 0
}

nav.navbar.navbar-default.navbar-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    flex-flow: wrap
}

.navbar-header {
    float: none;
    flex: 1;
    max-width: 150px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px
}

a.btn.btn-primary.hidden-xs {
    border: none
}

.getMove button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    min-height: 58px
}

.topbar {
    background: #F5F8FB!important
}

.topbar p {
    margin: 8px 0 0;
    color: #565B73;
    font: 10px/25px AvenirLTStdMedium
}

.topbar p a {
    font: 12px/25px AvenirLTStdMedium;
    text-decoration: none
}

.client-logo .wpb_column.vc_column_container.vc_col-sm-2:first-child {
    padding-left: 0;
    padding-right: 12px;
    width: 20%
}

/* .client-logo .wpb_column.vc_column_container.vc_col-sm-2:nth-child(2) {
    padding-left: 20px
}
 */
footer.footer {
    overflow: hidden;
    position: relative
}

.client-logo p {
    color: #156BB3
}

.wpb_single_image .vc_figure,
.wpb_single_image .vc_single_image-wrapper,
.wpb_single_image.vc_align_center .vc_single_image-wrapper.vc_box_border_grey,
.wpb_single_image.vc_align_center figure.wpb_wrapper.vc_figure {
    display: block
}

.rightAlignImg .vc_column-inner {
    max-width: 100%!important
}

.features-thumbnail .form-box .vc_column-inner {
    max-width: 100%!important;
    padding: 0
}
.client-logo img,
.author_image img,
.author_logo img,
img {
    max-width: 100%;
    height: auto
}

.features-thumbnail .form-box {
    padding: 20px 35px
}

.features-thumbnail .form-box p label {
    display: block;
    width: 100%;
    margin-bottom: 4px
}

.features-thumbnail .form-box p span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.author_logo {
    display: inline-block;
    width: 40%;
    text-align: right;
    position: relative;
    bottom: -10px
}
.grid-item .testimonial-info .author_logo{
	    bottom: -24px;
}
li.toggle-link {
    padding-left: 18px
}

li.toggle-link a {
    margin: 0;
    padding: 0;
    border-radius: 2px;
    display: block;
    border: none;
    width: 25px
}

.mobileViewmenu {
    display: none;
    width: 100%
}

.mobileMenu {
    overflow: auto;
    max-height: 40vh
}

.mobileMenu li a {
    display: block;
    font: 16px/1.6 AvenirLTStdMedium, sans-serif;
    padding: 10px 15px 7px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #333
}

.expect_box h4,
.section-title h4 {
    font: 20px/27px AvenirLTStdHeavy
}

.mobileMenu li:last-child a {
    border-bottom: none
}

.mobileMenu li a:hover {
    color: #156BB3;
    text-decoration: none
}

.mobileView-use {
    display: none
}

.navbar-toggle {
    cursor: pointer
}

.navbar-toggle .icon-bar {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.fixedHeader .navbar-toggle .icon-bar,
.navbar-toggle:hover .icon-bar {
    background: #565B73
}

.fixedHeader .navbar-toggle:hover .icon-bar {
    background: #565B66
}

.style_two .navbar-toggle .icon-bar {
    background: #565B73
}

.style_two .navbar-toggle:hover .icon-bar {
    background: #ccc
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.container.vc_row-o-equal-height.vc_row-o-content-bottom {
    height: 100%
}

#banner-1 .wpb_single_image.wpb_content_element.vc_align_left {
    padding-top: 200px
}

#banner-1 .image-align-bottom .wpb_single_image.wpb_content_element.vc_align_left {
    padding-top: 0
}

.section-title h4 {
    max-width: 80%;
    margin: 15px auto 0
}

.features-thumbnail.full-width-row {
    max-width: 1170px
}

.features-thumbnail .wpb_wrapper ol {
    padding: 0 0 0 15px
}

.features-thumbnail .wpb_wrapper ol li {
    color: #565B73;
    font: 16px/25px AvenirLTStdMedium
}

.back-info-container .wpb_wrapper td {
    font: 14px/30px AvenirLTStdMedium;
    min-width: 100px;
    vertical-align: top
}

.tab-panel-content form {
    display: flex;
    flex-flow: wrap
}

.form-content {
    display: flex;
    flex-flow: wrap;
    width: 100%
}

.form-col {
    flex: 1;
    padding: 0 15px;
    margin-top: 10px
}

.tab-panel-content form select {
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    background: no-repeat #fff;
    font-size: 18px;
    color: #565B73;
    padding: 5px 10px;
    min-height: 42px;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #156BB3 50%), linear-gradient(135deg, #156BB3 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em
}

.tab-panel-content form select:focus {
    border: 1px solid #e7e7e7;
    outline: 0
}

.tab-panel-content form select.currency {
    color: #156BB3;
    font: 25px/48px AvenirLTStdHeavy;
    padding: 0 10px;
    height: auto;
    width: auto;
    min-height: 20px;
    border: none;
    display: inline-block;
    background-position: calc(100% - 5px) calc(1em + -9px), calc(100% - 0px) calc(1em + -9px), calc(100% - 2.5em) .5em
}

select.currency option {
    font-size: 16px
}

.form-content .form-col:first-child {
    max-width: 31%
}

.tab-panel-content form p {
    margin-bottom: 40px;
    font-size: 15px
}

.tab-panel-content form label {
    padding: 0;
    margin-bottom: 5px;
    font-size: 15px;
    display: block;
    width: 100%
}

.tab-panel-content form input[type=text] {
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    background: #fff;
    font-size: 18px;
    color: #565B73;
    padding: 5px 10px;
    min-height: 42px
}

.tab-panel-content form h3 {
    margin: 0 0 5px;
    color: #565B73;
    font: 20px/25px AvenirLTStdMedium
}

.per_sms_cost h2 {
    color: #156BB3;
    font: 25px/48px AvenirLTStdHeavy
}

.per_sms_cost i.fa {
    font-size: 16px;
    vertical-align: middle;
    margin: -7px 0 0 5px
}

.per_sms_cost ul {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 152px
}

a.downloadLink {
    margin: 0;
    width: 100%
}

.tab-panel-content form input.button {
    margin: 15px auto 0
}

.form-col p:last-child,
.tab-panel-content form p:last-child {
    margin: 0
}

.tab-pane.fade.card {
    cursor: default
}

.tab-pane.fade.card.single.in.tab-panel-form {
    padding: 40px 15px 30px;
    position: relative
}

.form-col:nth-child(2) {
    padding: 0 25px
}

.form-col:nth-child(3) {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start
}

.form-col:nth-child(3) p:last-child {
    align-self: flex-end;
    position: relative;
    top: -10px
}

.per_sms_cost {
    position: relative
}

.per_sms_cost ul li {
    display: block
}

.per_sms_cost ul li a {
    display: block;
    padding: 4px 10px;
    font: 14px/15px AvenirLTStdMedium;
    color: #565B73
}

.thum_box.wpb_column p a {
    text-decoration: underline
}

.vc_row.wpb_row.vc_inner.vc_row-fluid.container.inlineBtns.vc_row-o-equal-height {
    height: auto
}

#banner-1 .inlineBtns .wpb_column.vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper {
    justify-content: center
}

.outline-btn .vc_general.vc_btn3.vc_btn3-size-md {
    margin-left: 25px
}

#banner-1 .outline-btn .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 240px;
    height: 58px;
    font: 18px/2.35 AvenirLTStdMedium;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    color: #156BB3;
    background: #fff;
    text-align: center;
    padding: 7px 22px 5px;
    border-radius: 2px;
    border: 1px solid #156BB3;
    margin: 0;
    display: inline-block
}

.outline-btn .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 240px;
    height: 58px;
    font: 18px/2.35 AvenirLTStdMedium;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    color: #156BB3;
    background: #fff;
    text-align: center;
    padding: 7px 22px 5px;
    border-radius: 2px;
    border: 1px solid #156BB3;
    display: inline-block
}

.section-content h4 {
    font: 20px/28px AvenirLTStdHeavy;
    line-height: 1.4
}

.thum_box.align-center.wpb_column {
    text-align: center
}

.thum_box.align-center>.vc_column-inner>.wpb_wrapper {
    align-items: center;
    padding-top: 50px;
    padding-bottom: 10px
}

.thum_box.align-center>.vc_column-inner>.wpb_wrapper .wpb_single_image {
    min-height: 102px
}

.drppricing small {
    left: -13px;
    top: -5px;
    
    color: #565B73
}

.partner-banner h1 {
    text-align: center;
    margin-top: 20px;
    font: 35px/42px AvenirLTStdHeavy !important;
}

.partner-banner p {
    text-align: center
}

.image-regional img {
    height: 92px;
    width: auto
}

.error-content h2 {
    color: #156bb3!important
}

.error-content p {
    color: #565B73!important
}

.sms-addons-banner {
    background-position: right bottom 40px !important;
    background-size: 35% !important;
}

/** shalinee css  19-03-19**/

/**css 19-03-19 **/
.case-studies-right p:empty {
display: none;
}
.mission-heading h2, .mission-heading h3 {
    color: #102740;
}
.faster-sms h3 {
    font-size: 26px;
    color: #102740;  
    line-height: 36px;
    margin-bottom: 30px;
}
.faster-sms h2{
    font-size:40px;color: #102740;
}
.faster-sms {
    margin-top: 110px;
}
.client-details {
    float: left;
    width: 70%;
}
.client-image {
    float: left;
    width: 30%;
margin-bottom: 0;
}
.client-details h3{
    color: #102740;
    margin-bottom: 0;
}
.client-details h5 {
    margin-top: 5px;
}
.about-content .about-client p {
    font-size: 16px !important;
    color: #565B73;
}

.single-client {
    margin-bottom: 40px;
}
.msg-feature h4 {
    color: #565B73;
    font-size: 16px;
    font-weight: 800 !important;
    line-height: 25px;
    width: 210px;
}
.team-thumb {
    float: left;
    margin-right: 20px;
}
.about-team {
    float: left;
    width: 58%;
}
.about-team h3 {
    margin-bottom: 0;
}
.about-team-wrapper {
    margin-bottom: 40px;
}
.about-content {
    margin-bottom:73px !important;
}
.our-vision-wrapper {
    margin-top: 20px;
}
.our-team-wrapper {
    margin-top: 0;
}
.our-mission-wrapper {
    margin-bottom: 40px !important;
}
.our-vision {
    margin-bottom: 40px !important;
}
.testimonial-wrapper {
    margin-top: 60px !important;
}

/**20-03-19**/
.case-studies-testimonial h4{
    color: #146BB3;
    font-size: 18px;
    margin-top: 20px;
	margin-bottom:5px;
}
.bottom-linktext {
    position: absolute;
    bottom: 20px;
}
.case-studies-testimonial .media-font {
    
}
.partner-banner h1, .partner-banner p , .partner-banner h3 {
    color: #fff !important; 
}
.partner-content .vc_column-inner , .it-partner-content .vc_column-inner {
    display: flex;
}
.partner-content .wpb_wrapper , .it-partner-content .wpb_wrapper{
    display: flex;
    flex-direction: column;
}
 .partner-content .flexxxxx-fillllll , .it-partner-content .flexxxxx-fillllll {
    flex: 1 1 auto;
}
.partner-banner p.heading-third.text-white {
    margin-top: 20px;
}
.testimonial-content-section .author_info p {
    font-size: 14px;
}
.testimonial-content-section h3 {
   color: #156BB3;
    font-size: 18px;
}
  
/**26-03-19**/
.img-quote-int img {
    width: 40px;
    height: 38px;
}
.wpb_single_image.vc_align_left.img-quote-int {
    text-align: left;
    margin-bottom: 20px;
    position: absolute;
    top: -30px;
}
.thumb-wrapper {
    position: relative;
    display: flex;
   min-height:80px;
    justify-content: center;
    align-items: center;
}
.thumb-wrapper:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background-color: #9DACBF;
    right: 0;
    top: 28px;
	display:block;
}
.thumb-wrapper:last-child:after{
	display:none;
	opacity:0;
}
/*29-03-19*/
.grid-item .testimonial-info .quot-tag img {
    width: 28px !important;
}
/*3-04-19*/
.error-image-block .vc_column-inner {
    height: 450px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.column-direction {
    padding: 120px 0;
}
.send-otpBanner {
  
    background-repeat: no-repeat !important;
    background-size: cover !important;
 
}
.inner-dotImage{
	position:relative;
  
}
.inner-dotImage:after {
    position: absolute;
    content: '';
    background-image: url(https://msg91.com/wp-content/uploads/2019/04/2-factor-dotsImage.svg);
    background-repeat: no-repeat;
    background-position: right top;
    width: 200px !important;
    height: 82px;
    top: 20%;
    right: 10%;
    z-index: 999;
    background-size: contain;
}
/*12-04-19*/
@media(max-width:1366px){
	.banner-section .vc_row-o-equal-height .vc_column-inner {
    padding-top: 18%;
}
.banner-section .vc_row-o-equal-height .integrated-sms .vc_column-inner {
    padding-top: 0;
}
.marginzeroleft .vc_column-inner {
    padding-top: 10%;
}
.banner-title, .about-b-heading {
    padding-top: 10%;
}
	.banner-section .vc_row-o-equal-height .empower-academy .vc_column-inner {
    padding-top: 0;
}
	.banner-section .wpb_wrapper h2, .banner-section .wpb_wrapper h1 {
 
    font: 36px/46px AvenirLTStdHeavy !important;
 
}
}
@media(max-width:1000px){
.column-direction .vc_row.vc_row-o-equal-height{
    flex-direction: column-reverse;
}
	.column-direction {
    padding: 0px 0;
}
.error-image-block .vc_column-inner {
    height: 340px;    background-size: contain;
 
}

}
@media(max-width:575px){
	.banner-title h1 {
    margin-top: 50%;
}
}
/**end shalinee css**/
@media only screen and (min-width:1000px) {
    .navbar-collapse.collapse {
        flex: 1
    }

}

@media (max-width:1100px) {
    .marginzeroleft {
        height: auto!important
    }
    .features-zigzag-section .wpb_wrapper p {
        max-width: 85%
    }
    .client-logo {
        padding: 20px 0
    }
    .testimonial-info {
        width: 65%
    }
    .author_image {
        width: 35%
    }
    ul.client-list li.grid-item.testimonial-box {
        padding: 3% 25px 0
    }
    .prefooter h2 {
        font-size: 28px;
        line-height: 35px
    }
    .quot-tag {
        width: 40px;
        display: block
    }
    .quot-tag img {
        max-width: 100%
    }
    .btn-custom {
        margin-left: 0!important;
        margin-top: 10px!important
    }
}

@media (max-width:1000px) {
    .activeSlide,
    .dflex-self {
        display: block!important
    }
    .fixedHeader .nav.navbar-nav>li>a,
    header.topheader.style_two .nav.navbar-nav>li>a.btn-bordered,
    nav.navbar.navbar-default.navbar-custom.fixedHeader ul.nav.navbar-nav.navbar-center.mainNav-bar li>a {
        color: #fff!important
    }
    #banner-1 .vc_btn3-container.vc_btn3-left,
    .apis-section .d-inline,
    .banner-section .wpb_wrapper,
    .card.single .nav.apis,
    .card.single .nav.plugins,
    .client-section .wpb_text_column.wpb_content_element p,
    .plugins-info .d-inline,
    .prefooter .getInTouch,
    ul.nav.navbar-nav.navbar-right.topnavi,
    ul.nav.navbar-nav.navbar-right.userMenu {
        text-align: center
    }
    .dflex-self {
        height: auto!important
    }
    #banner-2 .wpb_wrapper {
        margin-top: 0!important
    }
    .row-startup .btn-get-free {
        margin: auto!important
    }
    .nav-tabs.home-tabs>li>a {
        min-width: 110px;
        padding: 10px
    }
    .tab-panel-content form select.currency {
        font-size: 25px
    }
    .navbar-nav.footernavi>li.li-bottom .apps>li {
        display: inline-block;
        margin-right: 3px
    }
    .navbar-nav.footernavi>li.li-bottom .apps>li>a {
        width: 30px;
        height: 30px;
        font-size: 15px
    }
    .mobileView-use {
        display: block;
        float: right;
        margin: 2px 0 0;
        padding: 0;
        list-style: none
    }
    .row.topbar .col-md-offset-5.col-sm-offset-0.col-md-5.col-sm-6 {
        display: none
    }
    .navbar-right.topnavi li,
    ul.mobileView-use li {
        display: inline-block
    }
    .navbar-header {
        width: 100%;
        max-width: 100%;
        flex: 1 0 100%;
        padding: 15px
    }
    ul.mobileView-use li {
        vertical-align: middle
    }
    .navbar-collapse.collapse {
        display: none;
        flex: 1 0 100%;
        width: 100%;
        overflow: auto;
        padding: 0
    }
    .navbar-collapse.collapse.in {
        display: block;
        width: 100%
    }
    ul#menu-header-menu {
        position: relative;
        left: 0;
        transform: none;
        width: 100%;
        float: none;
        background: url(http://msg912.wpengine.com/wp-content/uploads/2018/06/blue_square.png) left top #00376b;
        padding: 25px 0;
        border-radius: 2px 2px 0 0;
        border-bottom: 1px solid #FFF;
        margin: 0
    }
    ul.nav.navbar-nav.navbar-right.userMenu {
        background: url(http://msg912.wpengine.com/wp-content/uploads/2018/06/blue_square.png) left top #00376b;
        padding: 25px;
        border-radius: 0 0 2px 2px;
        float: none;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .4)
    }
    ul.nav.navbar-nav.navbar-right.userMenu li {
        display: inline-block;
        float: none
    }
    ul#menu-header-menu li {
        display: block;
        float: none
    }
    ul#menu-header-menu>li>a {
        color: #FFF!important;
        font-size: 18px;
        padding: 20px 25px 15px!important
    }
    ul#menu-header-menu ul.sub-menu li a {
        color: #FFF;
        padding: 15px 35px
    }
    ul#menu-header-menu ul.sub-menu li a:hover {
        color: #4A9EEB!important
    }
    ul#menu-header-menu ul.sub-menu {
        position: relative;
        padding-top: 5px;
        border-radius: 0;
        border: none;
        background: 0 0;
        box-shadow: none;
        padding-bottom: 0
    }
    .navbar-nav.navbar-center.mainNav-bar>li>a:hover:before {
        display: none
    }
    .menu-item-has-children:after {
        content: "\f105";
        font: 22px/1 FontAwesome;
        position: absolute;
        right: 20px;
        top: 18px;
        z-index: 10;
        color: #FFF
    }
    .menu-item-has-children:hover:after {
        transform: rotate(90deg)
    }
    .fixedHeader {
        background: 0 0!important
    }
    .fixedHeader .navbar-header {
        background: #fff
    }
    .wpb_column.vc_column_container.vc_col-sm-7 {
        width: 100%;
        float: none;
        margin-bottom: 30px
    }
    #banner-1 .vc_col-sm-7 .vc_column-inner>.wpb_wrapper {
        padding-right: 0
    }
    .wpb_column.vc_column_container.vc_col-sm-5 {
        width: 100%
    }
    #banner-1 .image-align-bottom figure.wpb_wrapper.vc_figure {
        max-width: 100%;
        margin: 0 0 0 auto
    }
    #banner-1 .wpb_column.vc_column_container.vc_col-sm-12>.vc_column-inner>.wpb_wrapper {
        align-items: flex-end
    }
    .client-section .wpb_column.vc_column_container.vc_col-sm-2:first-child {
        width: 100%;
        padding-left: 15px;
        margin-bottom: 20px
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.container.client-logo {
        flex-flow: wrap
    }
    .client-section .client-logo.one .wpb_column.vc_column_container.vc_col-sm-2:first-child {
        width: auto
    }
    .banner-section {
        min-height: 70vh
    }
    .section-title h2 {
        font-size: 25px;
        line-height: 35px
    }
    .section-title .wpb_wrapper h2,
    .wpb_wrapper h2 {
        font-size: 25px;
        line-height: 30px
    }
    .section-title h3,
    .wpb_wrapper h3,
    .wpb_wrapper h3.span-main {
        font-size: 15px;
        line-height: 20px
    }
    .flexBox .col-sm-6.col-md-4 {
        margin-bottom: 30px
    }
    .tab-content h1.heading {
        text-align: center
    }
    .plugins-info .d-inline {
        width: 100%;
        margin-bottom: 10px;
        padding: 0
    }
    .card.single .heading {
        margin-bottom: 25px
    }
    .card.single {
        padding: 20px 15px 30px
    }
    ul.nav.navbar-nav.d-inline.plugins li {
        float: none;
        display: inline-block
    }
    .card.single .nav.plugins {
        width: 100%;
        display: block
    }
    .card.single .nav.plugins>li>a {
        text-decoration: underline
    }
    .apis-section .d-inline {
        width: 100%;
        margin-bottom: 15px;
        padding: 0
    }
    .card.single .nav.apis {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-flow: wrap
    }
    .current-menu-ancestor>a:before,
    .current-menu-item>a:before,
    .topbar {
        display: none
    }
    ul.client-list li.grid-item.testimonial-box {
        width: 100%;
        height: auto;
        background: #fff;
        padding: 4% 25px 0;
    }
    .testimonial-info {
        padding-bottom: 25px
    }
    .grid-item,
    .grid-sizer {
        width: 33.33%;
        height: auto
    }
    .prefooter h2 {
        font-size: 20px;
        line-height: 30px;
        
    }
    .prefooter p {
        font-size: 18px
    }
    .prefooter .getInTouch {
        float: left;
        width: 100%
    }
    .wpb_single_image.image-bottom-align {
        padding-top: 0
    }
    li.toggle-link a {
        margin: 3px 0 0
    }
    .banner-section .wpb_column.vc_column_container.vc_col-sm-6 {
        width: 100%;
        margin-bottom: 40px
    }
	 .error-image-block {
    margin-bottom: 0 !important;
}
    .vc_row.wpb_row.step_row .vc_col-sm-6>.vc_column-inner {
        padding-right: 15px
    }
    .vc_row.wpb_row.step_row {
        margin-bottom: 30px!important
    }
    #banner-1.banner-section {
        padding-top: 100px;
        top: 0
    }
    .navbar-toggle .icon-bar {
        background: #565B73
    }
    .logo-fixed {
        display: inline-block
    }
    .logo-main {
        display: none
    }
    .banner-section-res .vc_single_image-wrapper img {
        display: block;
        width: 70%;
        margin: auto;
        float: none
    }
    .navbar-header {
        background: #fff
    }
    #banner-2.banner-section {
        padding-top: 100px
    }
    .banner-section .wpb_wrapper h2, .banner-section .wpb_wrapper h1 {
        font-size: 22px!important;
        line-height: 30px!important
    }
    .features-zigzag-section .wpb_wrapper h4 {
        line-height: 1.4
    }
    .wpcf7-form-control-wrap iframe {
        max-width: 304px
    }
    .vc_custom_1525251509550 {
        background-position: right center!important
    }
    .rc-anchor-light.rc-anchor-normal {
        width: 221px!important
    }
    .Icon-features-row {
        padding: 20px 0 30px
    }
    .expect_box {
        padding: 25px 20px
    }
    .expect_box ul li {
        margin: 0 3%;
        flex: 1 0 27%
    }
    form p label {
        width: 100%;
        margin-bottom: 5px
    }
    form p>span {
        width: 100%
    }
    .client-section.vc_custom_1525271064816 .wpb_column.vc_column_container.vc_col-sm-2:first-child {
        width: 30%;
        padding-left: 15px;
        margin-bottom: 20px
    }
    .content-area-section .wpb_wrapper ul {
        padding: 0 0 0 15px
    }
    .thum_box>.vc_column-inner>.wpb_wrapper {
        max-width: 100%
    }
    .post_thumbnail_box .vc_col-sm-4 {
        width: 50%;
        margin-bottom: 30px
    }
    .app_download_links {
        margin-bottom: 20px
    }
    .flexBox .thumbnail.card {
        padding-top: 20px
    }
    .m-r-20 {
        margin-right: 0
    }
    ul.nav.navbar-nav.navbar-right.userMenu {
        margin: 0!important
    }
    .p-l-95 {
        padding-left: 6%!important
    }
    .ac-secirity img {
        margin: 0 auto;
        float: none!important
    }
    .m-t-30 {
        margin-top: 0!important
    }
    .navbar-brand>img {
        margin-top: 6px
    }
    #menu-header-menu {
        max-height: 100vh;
        overflow: scroll;
        height: 100vh
    }
    ul.nav.navbar-nav.navbar-right.userMenu li a:hover {
        background: #fff!important;
        color: #156BB3!important
    }
    .dblock {
        display: block!important
    }
    .banner-sms-notification {
        background: #434649!important
    }
    .amount,
    .banner-dropdown,
    .smscount,
    .volume {
        text-align: left
    }
    .mainNav-bar .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
}

@media only screen and (max-width:990px) {
    .prefooter .getInTouch .btn-default {
        margin-top: 20px
    }
    .m-r-40 {
        margin-right: 0!important
    }
    .first-section-title {
        margin-top: 50px
    }
    /*sh css*/

    .about-team {
    float: left;
    width: 100%;
 
    
}
    /*sh css end*/
}

@media only screen and (max-width:992px) {
    .grid-item-thum,
    .grid-sizer-thum {
        position: relative!important;
        left: 0!important;
        top: 0!important;
        width: 49.33%!important
    }
    .grid-sizer-thum {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .btn-custom-outline .vc_btn3-color-grey {
        margin-left: 0!important
    }
    .post-caption {
        padding: 0 20px
    }
	.grid-item-thum .post-thum a .post-caption {
    padding: 0 0;
}
    .post-title {
        margin-top: 7px
    }
}

@media only screen and (max-width:768px) {
    .grid-item-thum,
    .home_banner .wpb_column.vc_column_container.vc_col-sm-12>.vc_column-inner {
        height: auto!important
    }
    .what-we {
        margin-bottom: 0
    }
    .what-we h2 {
        margin-top: 30px!important;
        margin-bottom: 0!important
    }
    .startupagain .btn-primary {
        width: 100%
    }
    .home_banner .vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner {
        justify-content: center
    }
    .post-caption {
        padding: 20px
    }
    .thumbnail.card.doMore {
        margin-top: 15px!important
    }
    .page-id-286 .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
        margin-top: 0!important;
        padding-top: 0!important
    }
    .page-id-286 .wpb_content_element {
        margin-bottom: 0
    }
    .case-study-box.thank-you-form {
        margin-top: 0!important
    }
    .blog-box {
        margin: 40px auto;
        margin-bottom: 40px!important
    }
    .grid-item-thum {
        left: 0!important;
        margin: 10px!important;
        float: none!important;
        width: 100%!important;
        position: relative!important;
        top: 0!important;
        max-height: 100%
    }
    li.grid-sizer-thum:first-child {
        display: none
    }
    .banner-section.one {
        background-position: 0 50%!important
    }
    .copyright-menu li {
        margin-left: 15px
    }
    .copyright-menu li a {
        display: block;
        float: left;
        width: 100%;
        text-align: left
    }
    .btn-get-free {
        display: inline-block!important
    }
    .Icon-features-section img {
        max-height: 100%!important;
        width: auto!important
    }
    .you-offet-head {
        margin-bottom: 0!important
    }
    .you-offet-head h2 {
        font-size: 19px!important;
        line-height: 30px!important;
        margin-bottom: 0;
        text-align: center
    }
    .vc_row.wpb_row.step_row {
        margin-bottom: 0
    }
    .seoheading {
        padding-top: 20px!important
    }
    .email-delievered-fg {
        margin-bottom: 0;
        position: relative;
        top: 30px
    }
    .transactional-email-banner h2 {
        position: relative;
        top: 10px
    }
    .beta-block {
        top: -12px!important
    }
    .custom-pricing-section {
        margin: 10px
    }
    .deep-int .vc_column-inner {
        padding: 0
    }
    .big-text-area .vc_column-inner,
    .case-study-box>.wpb_column .vc_column-inner,
    .empty-height-none .vc_column_container .vc_column-inner,
    .features-thumb-inner .vc_column-inner,
    .set-max-width,
    .use-trans-text .vc_column-inner,
    .use-trans-text-inner .vc_column-inner {
        padding: 0!important
    }
    .built-in-res-text {
        position: relative;
        top: 60px
    }
    .built-in-btn,
    .slide--api-btn {
        margin-bottom: 85px
    }
    .add-sms-text {
        margin-top: 85px
    }
    .row-res-ac {
        position: relative;
        top: 50px
    }
    .page-id-69 {
        background: url(images/dotted-bg.svg) right 148px no-repeat, url(images/dotted-bg-dark.svg) left 503px no-repeat, url(images/dotted-bg-dark.svg) right 1075px no-repeat, url(images/ellipse-right.svg) right -100px no-repeat, url(images/ellipse-left.svg) left 1200px no-repeat;
        background-size: 55% 15%, 55% 15%, 55% 15%, 95% 80%, 95% 55%
    }
    .btn-get-demo button {
        font-size: 16px!important;
        min-width: 139px!important;
        line-height: 40px!important
    }
    .comprihensive h2 {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .empty-height-none .wpb_wrapper h3 {
        margin-top: 30px
    }
    .ac-text .wpb_wrapper h2,
    .banner-programm-sms h2 {
        margin-top: 0!important
    }
    .section-title .wpb_wrapper h2 {
        font-size: 22px!important;
        margin-top: 15px
    }
    .features-top-icon-send-p img {
        height: 60px!important
    }
    .features-top-icon-p img {
        height: 80px!important
    }
    .Icon-features-section .wpb_single_image {
        margin-top: 0
    }
    .features-zigzag-section .wpb_text_column.wpb_content_element {
        margin-top: 0!important
    }
    .startup-offer {
        margin-top: 60px;
        margin-bottom: 0
    }
    .img-f-icon {
        height: auto;
        width: auto
    }
    .img-f-icon img {
        height: 48px;
        width: auto!important
    }
    .banner-section,
    .banner-section-res {
        height: auto!important
    }
    .features-thumbnail .wpb_wrapper h3 {
        margin-top: 0!important
    }
    .features-thumbnail .wpb_wrapper p {
        position: relative;
        top: 7px
    }
    .features-thumbnail h2 {
        margin-top: 30px
    }
    .banner-section-res {
        display: block!important;
        min-height: auto!important
    }
    .topbar .col-md-8 {
        display: none
    }
    .banner-section-res .vc_row-o-equal-height {
        flex-direction: column-reverse!important
    }
    .banner-section-res .wpb_wrapper p {
        margin-top: 0
    }
    .banner-section-res .vc_single_image-wrapper img {
        display: block;
        width: 70%;
        margin: auto;
        float: none
    }
    .benefits-style .vc_empty_space,
    .container-h-res .vc_empty_space {
        display: none
    }
    .wpb_wrapper h3 {
        margin-top: 36px;
        font-size: 18px
    }
    .case-study-box {
        margin-top: 26px!important
    }
    .big-text-area {
        margin-top: 20px
    }
    .integrate-sms-res-sec .wpb_wrapper {
        display: block!important;
        height: 100%!important
    }
    .big-text-area .wpb_wrapper p {
        font-size: 17px;
        margin-top: 20px
    }
	.inner-dotImage:after{
		display:none;
	}	

}

@media (max-width:760px) {
    .features-thumbnail {
        padding-top: 0
    }
    .opt-varify-section .big-text-area .wpb_wrapper p {
        color: #565B73;
        font: 16px/22px AvenirLTStdBook
    }
    .form-col,
    .form-content .form-col:first-child {
        max-width: 100%;
        flex: 1 0 100%;
        margin-bottom: 30px
    }
    .post_thumbnail_box .vc_col-sm-4 {
        margin-bottom: 40px
    }
    .features-zigzag-section .wpb_wrapper p {
        min-height: 20px
    }
    .banner-section .wpb_wrapper h2, .banner-section .wpb_wrapper h1 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 65px
    }
	.banner-section.error-page-banner .wpb_wrapper h2 {
    font-size: 20px;
    line-height: 25px;
    margin-top: 0;
}
    .client-logo .wpb_column.vc_column_container.vc_col-sm-2 {
        width: 30%
    }
    .client-logo.one .wpb_column.vc_column_container.vc_col-sm-2 {
        width: 100%
    }
/*     .client-logo .wpb_column.vc_column_container.vc_col-sm-2:nth-child(2) {
        padding-left: 6px
    } */
    ul.nav.nav-tabs.home-tabs {
        flex-flow: wrap
    }
    .card.single .nav.apis>li {
        margin: 0 15px 30px
    }
    .features-thumbnail .wpb_column.vc_column_container.vc_col-sm-6>.vc_column-inner {
        max-width: 100%
    }
    .banner-section .vc_column-inner {
        padding: 0!important
    }
    .banner-section .wpb_wrapper p {
        font-size: 14px
    }
}

@media (max-width:600px) {
    .page-id-130 .wpb_wrapper h2 {
        font-size: 17px
    }
    .cat-filt li a,
    .page-id-130 .small-banner-section p {
        font-size: 14px
    }
    .partner-banner {
        top: 0!important
    }
    .page-id-130 .vc_row-has-fill>.vc_column_container>.vc_column-inner {
        padding-top: 0!important
    }
    .cat-filt li a {
        padding-left: 0;
        padding-right: 13px;
        /*margin-top: 15px*/
        margin-top: 0px;
    }
    #banner-1.banner-section {
        /*padding-top: 300px!important*/
        padding-top: 160px!important;
    }
   #banner-1.banner-section.error-page-banner {
  	 padding-top: 80px!important;
	}
    .navbar-brand>img {
        max-width: 70px!important
    }
    #banner-1 .image-align-bottom figure.wpb_wrapper.vc_figure,
    .features-zigzag-section .wpb_wrapper p,
    .tab-content {
        max-width: 100%
    }
    .custom-pricing-section input[type=text] {
        min-width: 131px!important
    }
    .downloadlink {
        margin-left: 10px!important
    }
    .client-section {
        margin-bottom: 20px
    }
    .hidden-xxs {
        display: none!important
    }
    body {
        background: url(images/dotted-bg.svg) right 138px no-repeat, url(images/dotted-bg-dark.svg) left 500px no-repeat, url(images/dotted-bg-dark.svg) right 1000px no-repeat, url(images/ellipse-right.svg) right -100px no-repeat, url(images/ellipse-left.svg) left 1200px no-repeat;
        background-size: 55% 15%, 55% 15%, 55% 15%, 95% 80%, 95% 55%
    }
    .Icon-features-section .wpb_wrapper p {
        text-align: center
    }
    .Icon-features-row .wpb_wrapper h3 {
        font-size: 16px
    }
    .features-thumbnail .wpb_wrapper h3 {
        font-size: 18px;
        line-height: 21px!important;
        padding-top: 20px
    }
    .btn-custom {
        margin-left: 20px!important;
        height: 58px;
        margin-top: 0!important
    }
    .features-zigzag-section {
        padding: 30px 0
    }
    .flexBox.pageLoopList {
        padding: 0 10px
    }
    .wpb_wrapper h2 {
        font: 22px AvenirLTStdHeavy;
        line-height: 27px
    }
    .big-text-area .wpb_wrapper p,
    .client-section .wpb_text_column.wpb_content_element p {
        font-size: 16px
    }
    .client-section .wpb_column.vc_column_container.vc_col-sm-2:first-child {
        margin-bottom: 5px
    }
    .client-logo .wpb_single_image,
    .tab-content-section {
        margin-bottom: 20px
    }
    .post_thumbnail_box .vc_col-sm-4 {
        width: 100%;
        margin-bottom: 30px
    }
    .section-title {
        margin-bottom: 30px;
        padding: 0 15px;
        margin-top: 30px!important
    }
    .wpb_widgetised_column.wpb_content_element {
        margin-bottom: 0
    }
    .nav-tabs.home-tabs>li>a {
        text-align: center;
        display: flex;
        justify-content: center;
        min-width: 25px;
        padding: 5px 10px!important
    }
    .tab-content {
        margin: 10px auto
    }
    .apis-section {
        width: 100%;
        margin: 0 auto
    }
    .card.single .nav.apis,
    ul.nav.navbar-nav.d-inline.plugins {
        margin: 0
    }
    .card.single {
        padding: 20px 15px 15px
    }
    .features-zigzag-section .vc_row.wpb_row.vc_inner.vc_row-fluid {
        padding-left: 0;
        margin-bottom: 30px
    }
    .features-zigzag-section img {
        width: 70px;
        display: block;
        margin: 0
    }
    .transaction-img-res img.vc_single_image-img[src*=svg] {
        width: 100px;
        margin-left: 0
    }
    .prefooter .vc_row.wpb_row.vc_row-fluid {
        flex-flow: wrap
    }
    .prefooter .wpb_column.vc_column_container.vc_col-sm-6 {
        margin-bottom: 35px
    }
    .prefooter {
        padding-bottom: 0
    }
    .features-zigzag-section .wpb_text_column.wpb_content_element {
        margin-bottom: 50px;
        padding: 0;
        margin-top: 20px
    }
    .client-logo .wpb_column.vc_column_container.vc_col-sm-2 {
        width: 40%;
        margin-bottom: 0
    }
    .client-logo.one .wpb_column.vc_column_container.vc_col-sm-2,
    .plugins-info {
        width: 100%
    }
    .opt-varify-section {
        padding-top: 30px
    }
    .section-title.set-max-width .vc_column-inner {
        padding: 0
    }
    .features-thumbnail .vc_row.wpb_row.vc_inner.vc_row-fluid {
        margin-bottom: 0
    }
    .features-zigzag-section .vc_col-sm-6 .wpb_wrapper {
        max-width: 90%;
        margin: 0 auto;
        text-align: left
    }
    .testimonial-info {
        order: 2;
        padding: 0 0 0 15px;
        flex: 1
    }
    ul.client-list li.grid-item.testimonial-box {
        padding: 4% 15px 0 10px
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.case-study-box {
        margin-top: 25px;
        margin-bottom: 25px
    }
    button.vc_general.vc_btn3.vc_btn3-size-md {
        height: 45px;
        padding: 0 22px 5px
    }
    span.author_name {
        display: block
    }
    .quot-tag {
        width: 20px;
        margin-bottom: 10px
    }
    .testimonial-info p {
        font-size: 13px;
        line-height: 20px
    }
    span.author_logo {
        display: none
    }
    .case-study-box .wpb_wrapper a img {
        max-width: 90px
    }
    .benefits-style .wpb_text_column.wpb_content_element.section-title {
        margin-bottom: 0
    }
    .wpb_text_column.wpb_content_element.logo-row {
        margin-bottom: 25px
    }
    .vc_btn3-container.outline_btn.vc_btn3-inline {
        margin-left: 0;
        margin-bottom: 35px
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.Icon-features-section {
        flex-flow: wrap;
        margin-bottom: 0
    }
    .Icon-features-section .wpb_column.vc_column_container.vc_col-sm-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }
    .Icon-features-section .wpb_wrapper {
        max-width: 80%;
        margin: 0 auto
    }
    .features-thumbnail .wpb_column.vc_column_container.vc_col-sm-6>.vc_column-inner>.wpb_wrapper {
        max-width: 100%;
        text-align: left;
        margin: 0 auto 25px
    }
    .features-thumbnail .wpb_single_image {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0
    }
    .testimonial-content-section .vc_column-inner>.wpb_wrapper {
        padding: 25px
    }
    .testimonial-content-section p {
        font-size: 16px;
        line-height: 25px
    }
    img.vc_single_image-img[src*=svg] {
        display: block;
        margin: auto;
        float: none
    }
    .page-id-246 img.vc_single_image-img[src*=svg] {
        display: block;
        width: 70%!important;
        margin: auto;
        float: none
    }
    .features-thumbnail .form-box .wpb_wrapper {
        margin-bottom: 0!important
    }
    .step_box .vc_column-inner>.wpb_wrapper {
        padding: 25px 10px
    }
    .app_download_links .wpb_wrapper ul {
        padding-left: 10px;
        width: 52%
    }
    .app_download_links .wpb_wrapper ul li a,
    .app_download_links .wpb_wrapper ul li a img {
        width: 40px;
        height: 40px
    }
    .thum_box>.vc_column-inner>.wpb_wrapper {
        padding: 15px;
        width: 100%;
        max-width: 100%
    }
    .thum_box.wpb_column.vc_column_container.vc_col-sm-6 {
        width: 100%;
        margin-bottom: 30px
    }
    .your_experience .vc_row {
        flex-flow: wrap
    }
    .your_experience .wpb_text_column.wpb_content_element.rating_form {
        margin-bottom: 10px
    }
    label.star {
        padding: 0 7px;
        font-size: 20px
    }
    ul.client-list .grid-item,
    ul.client-list .grid-sizer {
        height: 120px
    }
    #banner-1 .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
        height: 45px;
        padding: 3px 22px 5px
    }
    .rc-anchor-normal .rc-anchor-checkbox-label {
        width: 99px
    }
    .rc-anchor-normal .rc-anchor-content {
        height: 74px;
        width: 155px
    }
    .p-l-95 {
        padding-left: 0!important
    }
    .prefooter .getInTouch .btn-default {
        margin-top: 0
    }
	
	/*shalinee css*/
	.msg-feature .turn-call-img figure img {
    display: block;
    margin: 0 !important;
    float: none;
}
			.client-logo .wpb_column.vc_column_container.vc_col-sm-2 {
    width: auto;
    padding-left: 20px;
	padding-right: 20px;
	}
	.thumb-wrapper:after{
		display:none;
	}
}

.card-small .wpb_wrapper,
.no-hidden-p p {
    text-align: center
}

@media only screen and (max-width:430px) {
    .btn-custom {
        margin-left: 0!important;
        margin-top: 10px!important
    }
}

.home_banner {
    display: none!important
}

.activeSlide,
.items-align-bottom-p {
    display: flex!important
}

.z-depth-shadow h2,
.z-depth-shadow p {
    text-shadow: 14px 14px 30px rgba(0, 0, 0, 1)
}

.m-t-30 {
    margin-top: 30px
}

.account-secur-section button.vc_general.vc_btn3.vc_btn3-size-md,
.signup-section-addons button.vc_general.vc_btn3.vc_btn3-size-md {
    background: #156BB3;
    color: #FFF
}

.account-secur-section button.vc_general.vc_btn3.vc_btn3-size-md:hover {
    color: #fff;
    background: #105085
}

.ac-secirity img {
    float: right
}

.rc-anchor-normal {
    width: 296px!important
}

.banner-addons h2 {
    margin-top: 15px!important
}

.addons-image img {
    width: 520px;
    float: right
}

.btn-get-demo button {
    background: #00A8C0!important
}

.check-api-doc button {
    border: 1px solid #00A8C0!important;
    background: 0 0!important
}

.slide--api-btn button {
    background: #156BB3!important;
    color: #FFF!important
}

.slide--api-btn button:hover {
    background: #105085!important;
    color: #FFF!important
}

.features-top-icon-p img {
    height: 60px
}

.features-top-icon-send-p img {
    height: 45px
}

.items-align-bottom-p {
    align-items: flex-end!important
}

.btn-blue-theme button {
    background: #156BB3!important;
    color: #FFF!important
}

.btn-blue-theme button:hover {
    background: #10507C!important;
    color: #FFF!important
}

.img-f-icon {
    width: 50px;
    height: 50px
}

.text-dec-none a {
    text-decoration: none
}

.no-hidden-p p {
    font-size: 14px
}

.register-y-startup {
    margin-bottom: 5px
}

.what-we-offer-img img {
    width: 60px!important
}

.try-now-box-a {
    margin-bottom: 10px!important;
    padding-left: 17px!important
}

::placeholder {
    color: #ccc;
    opacity: 1
}

:-ms-input-placeholder {
    color: #ccc
}

::-ms-input-placeholder {
    color: #ccc
}

textarea::-webkit-input-placeholder {
    color: #DAD2CD
}

textarea:-moz-placeholder {
    color: #DAD2CD
}

textarea::-moz-placeholder {
    color: #DAD2CD
}

textarea:-ms-input-placeholder {
    color: #DAD2CD
}

input:focus {
    outline: 0;
    border: 1px solid #E6E6E6
}

.you-offet-head h2 {
    color: #565B73;
    font: 30px/42px AvenirLTStdMedium !important;
}

.p-t-0 {
    padding-top: 0!important
}

.secure-robust-head {
    margin-bottom: 0
}

.secure-robust-head h3 {
    font-size: 20px!important;
    color: #565B73!important
}

.secure-robust-head h2 {
    font-size: 35px!important;
    color: #102740!important
}

.developer-s-img {
    max-height: 90px
}

.developer-s-img img {
    height: 90px
}

form .rc-anchor-normal {
    width: 294px!important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.client-slider {
    position: relative;
    max-width: 940px;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: none;
}
.img-quote-int img {
    width: 92px;
    height: auto;
}

.img-features-intergrat img {
    height: 60px
}

.transactional-email-banner .beta-block {
    color: #C8C8C8;
    font: 15px/15px AvenirLTStdBook;
    border: 1px solid #C8C8C8;
    border-radius: 2px;
    display: inline-block;
    line-height: 15px;
    padding: 5px 5px 0;
    position: relative;
    top: -28px;
    left: 10px
}

.transaction-email-img img {
    width: 440px
}

.look-up-img-big img {
    position: relative;
    top: 12px
}

#applyStartForm,
#whatWeExpect {
    height: auto;
    display: block
}

.emails-delivered .vc_column-inner>.wpb_wrapper {
    background: 0 0;
    box-shadow: none
}

.banner-sms-notification {
    background-position: 58% 62%!important
}

.m-t-inverse-24 {
    margin-top: -24px!important
}

.m-t-0 {
    margin-top: 0!important
}

.circlular-list, .circlular-list ul {
    padding-left: 0!important
}

.circlular-list li {
    background: url(../images/bullets_points.png) no-repeat;
    padding-top: 15px;
    position: relative;
    overflow: hidden;
    padding-left: 20px;
    list-style: none;
}

.circlular-list li:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    background-color: #243B63;
    width: 9px;
    height: 9px;
    top: 17px;
    left: -3px;
    position: absolute;
    -moz-border-radius: 20px;
    border-radius: 3px;
    content: "";
    margin-right: 10px
}

.flex-row-layout {
    display: flex;
    align-items: center
}

.automate-img {
    margin-bottom: 0!important
}

.automate-inner-box h3 {
    margin-top: 8px!important
}

.automate-img img {
    height: 50px
}

.bussiness-paper-img img {
    height: 80px
}

.flex-custom-row .wpb_wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column
}

.flex-custom-row>.vc_row-flex {
    height: 50%
}

.flex-custom-row .vc_row-o-equal-height {
    height: 90%!important;
    display: flex;
    align-items: center
}

.mg-bottom-zero-custom .wpb_content_element {
    margin-bottom: 10px!important
}

.card-small .vc_column-inner {
    background: #fff;
    border: 1px solid #E6E6E6;
    padding: 50px 6px 6px;
    cursor: pointer;
    max-width: 330px;
    align-items: center
}

.card-small .vc_column-inner:hover {
    box-shadow: 2px 0 10px 2px rgba(21, 107, 179, .2)
}

.thumbnail.card.doMore {
    padding: 55px 15px 15px
}

.thumbnail.card.doMore:hover a {
    text-decoration: underline
}

.thumbnail.card.doMore .img-container {
    height: 125px
}

.thumbnail.card.doMore .wpb_content_element {
    margin-bottom: 15px!important
}

#wpcf7-f587-p286-o1 p>span,
#wpcf7-f589-p286-o2 p>span {
    width: 100%
}

#wpcf7-f587-p286-o1 textarea,
#wpcf7-f589-p286-o2 textarea {
    color: #7B7474
}

#wpcf7-f587-p286-o1 input[type=submit],
#wpcf7-f589-p286-o2 input[type=submit] {
    margin-left: 16px;
    min-width: auto!important
}

.thank-you-form .wpb_wrapper {
    padding: 10px 0!important
}

.thank-you-form textarea:focus {
    outline: 0;
    border: 1px solid #E6E6E6
}

.download-app-block a {
    width: 33px;
    height: 33px;
    background: #565B73;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    line-height: 31px;
    margin-left: 15px
}

.email-delievered-fg figure {
    text-align: right
}

div.wpcf7-response-output {
    border: 0 solid transparent
}

.solution-box-m a:hover {
    text-decoration: none
}

.no-padding {
    padding: 0!important
}

.case-study-header-top {
    display: flex!important;
    align-items: flex-end!important;
    height: 87%
}

.font-white h2,
.font-white p {
    color: #fff!important
}

.numbering-block .wpb_content_element {
    margin-bottom: 17px
}

.row-flex {
    display: flex
}

.p-h-15 {
    padding-left: 15px;
    padding-right: 15px
}

.col-sm-offset-1h {
    margin-left: 5.333333%
}

.p-l-95 {
    padding-left: 95px
}

.developers-api-img img {
    position: relative;
    top: 60px
}

.text-column-developers {
    margin-top: 40px!important
}

.banner-section-static {
    height: 100vh
}

.about-b-heading h1 {
    position: relative;
    top: 100px
}

.vedio-iframe {
    width: 90%!important;
    height: 560px;
    margin: auto
}

.vedio-iframe .wpb_wrapper {
    height: 100%;
    width: 100%
}

.vedio-iframe p {
    width: 100%!important;
    height: 100%!important
}

.vedio-iframe p iframe {
    width: 100%;
    height: 100%
}

.features-thumbnail.features-image.features-small-image .wpb_single_image.wpb_content_element {
    width: 100px!important
}

.ytp-hide-controls .ytp-watermark {
    display: none!important
}

.terms-text-block h3 {
    margin-top: 50px
}

.terms-text-block p {
    margin-bottom: 5px
}

.navbar-toggle {
    line-height: 1
}

.navbar-toggle.navbar-toggle-left {
    float: left;
    margin-left: 15px
}

.navbar-toggle-label {
    display: inline-block;
    vertical-align: top;
    color: #888;
    font-size: 14px;
    font-weight: 700
}

.navbar-toggle-label+.navbar-toggle-icon {
    margin-left: 4px
}

.navbar-inverse .navbar-toggle-label {
    color: #fff
}

.navbar-toggle-icon {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 14px;
    transform: rotate(0);
    transition: .5s ease-in-out;
    cursor: pointer
}

.navbar-toggle-icon>.icon-bar+.icon-bar {
    margin-top: 0
}

.navbar-toggle-icon span {
    display: block;
    position: absolute;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2),
.pulse {
    opacity: 0
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
    top: 0
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    top: 6px
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    top: 12px
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
    top: 6px;
    transform: rotate(45deg)
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    top: 6px;
    transform: rotate(-45deg)
}

.current-menu-ancestor>a:before,
.footer .current-menu-item>a:before {
    background: 0 0
}

.social-link-pricing li {
    width: 71px;
    height: 71px;
    border-radius: 4px;
    display: inline-block;
    padding: 17px 0
}

.social-link-pricing li a img {
    width: auto!important
}

.footer-mid {
    padding: 50px 0;
    background: #000B14;
}

.footer-mid .ftr-subhead {
    color: rgba(256,256,256,0.5);
    text-align: center;
    font-size: 25px
}

.footer-mid .row {
    padding-top: 50px;
    overflow: hidden
}

.seosec {
    text-align: justify;
    padding: 0;
    border-top: 1px solid #182D3D;
    border-bottom: 1px solid #182D3D;
    background: #000B14;
    color: #555
}

.seosec p {
    margin-bottom: 20px;
    line-height: 26px;
    color: #40465A;
}

.seosec p.bold {
   
}

.seosec a {
    color: #40465A;
    text-decoration: underline
}

.seosec ol {
    margin-left: 20px;
    color: #555
}

.seosec ol li {
    color: #40465A;
    line-height: 30px;
}
.mrB0 {
    margin-bottom: 0px
}
.mrB4 {
    margin-bottom: 40px
}
.mrB3 {
    margin-bottom: 30px
}
.mrB2 {
    margin-bottom: 20px
}
.media-font {
    font-family: 'AvenirLTStdMedium';
}

.author_designation {
    position: relative;
    top: 5px
}

.postFooter {
    background-color: #001728;
    padding: 10px 0;
    font-size: .7em;
    color: #8492A0;
    border-top: 1px solid #182D3D;
    border-bottom: 1px solid #182D3D;
}

.postFooter p {
    float: left;
    line-height: 30px;
    font-size: 11px;
    margin: 0;
    color: #8492A0;
}
.walkover-product p {
    color: #fff;
    text-align: right;
    display: block;
    float: right;
    
    font-size: 12px;
    vertical-align: middle;
}
.banner-second h2, .banner-second h1 {
    font-size: 50px!important;
    line-height: 54px!important
}

.banner-second h2, .banner-second h1,
.banner-second p {
    color: #333!important
}

.white-popup._wid300 {
    max-width: 300px
}

.white-popup._wid400 {
    max-width: 400px
}

.white-popup._wid600 {
    max-width: 600px
}

.white-popup._wid800 {
    max-width: 800px
}

.importContactContainer.white-popup.topbar {
    background: url(img/top-bar.jpg) repeat-x #f9f9f9
}

.white-popup>h3 {
    display: block;
    padding: 5px 20px;
    border-bottom: 1px solid #d8d8d8;
    line-height: 40px;
    margin-bottom: 0
}

.brdB.left {
    margin-left: 26px
}

#shortner_tabs>li {
    text-align: left;
    width: 156px
}

.btn-get-free,
.startupagain {
    text-align: center
}

#shortner_tabs>li>a {
    color: #333;
    
    padding-left: 28px!important
}

#shortner_tabs>li.active>a {
    font-weight: 500;
    position: relative;
    
}

#shortner_tabs>li.active>a:after {
    background: #156BB3;
    position: absolute;
    bottom: -8px;
    content: "";
    width: 73%;
    height: 2px;
    left: 25px
}

#shortner_tabs {
    padding-bottom: 2px;
    border-bottom: 1px solid #c3c3c3;
    height: 52px
}

.white-popup_wid600-new {
    max-width: 600px!important;
    background: #ececec!important
}

.nav-tabs-talk {
    margin-bottom: 0;
    padding-left: 0
}

.nav-tabs-talk>li {
    width: 156px
}

.nav-tabs-talk>li>a {
    padding: 1px 18px!important;
    text-decoration: none
}

.nav-tabs-talk>li>a:hover {
    border: 1px solid transparent!important
}

.nav-tabs-talk>li.active>a {
    background: 0 0!important
}

.ln,
.menu,
.nav-tabs {
    list-style: none
}

.nav-tabs>li>a {
    line-height: 30px;
    display: inline-block;
    padding: 10px 18px;
    color: #0b638c;
    font-size: 16px
}

.nav-tabs>li>a>span {
    color: #9e9e9e;
    display: inline-block;
    font-size: .9em;
    margin: 0 0 0 5px
}

.nav-tabs>li,
.tab-content-modal>.active {
    display: block
}

.nav-tabs>li.active>a {
    border-radius: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover {
    color: #0b638c
}

.nav-tabs>li.disabled>a {
    color: #777
}

.nav-tabs>li.disabled>a:focus,
.nav-tabs>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.tab-content-modal {
    background: #fff;
    padding: 20px;
    margin-top: 0;
    margin-bottom: 0
}

.tab-content-modal p {
    font-size: 14px
}

.white-popup {
    background: #FFF;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    z-index: 9999;
    top: 50%!important;
    transform: translatey(-50%)!important;
    height: 585px;
    max-height: 600px
}

.height42 {
    height: 42px!important
}

.nav-tabs>li {
    float: left;
    height: 43px
}

.height-460 {
    height: 65vh;
    width: 100%;
    overflow-y: auto
}

.custom-padding-20 {
    padding: 10px 31px!important
}

.row-hrt {
    margin-bottom: 10px
}

.row-hrt input[type=email],
.row-hrt input[type=text],
.row-hrt select,
.row-hrt textarea {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 6px 10px
}

.row-hrt textarea:focus {
    outline: 0
}

.row-hrt input[type=email],
.row-hrt input[type=text],
.row-hrt select {
    height: 42px
}

.btn-promo {
    background-color: #384961;
    color: #fff
}

.btn-medium,
.btn-min {
    padding: 8px 16px
}

.close-glyph {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #222!important;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none!important;
    display: none
}

.banner-dropdown a,
.close-glyph:hover {
    text-decoration: none
}

.close-glyph img {
    width: 50px;
    height: 50px
}

.custom-dialog:hover .close-glyph {
    display: inline-block
}

.btn-promo:hover {
    background-color: #2a3b53
}

.white-popup_wid600-new h3 {
    border-bottom: none!important;
    display: block;
    padding: 5px 20px;
    line-height: 40px;
    margin-bottom: 0;
    font-size: 16px;
   
}

#sFform-V6Lc input,
.talktosale-superform input {
    !important
}

::placeholder {
    !important
}

:-ms-input-placeholder {
    !important
}

::-ms-input-placeholder {
    !important
}

.talktosale-superform .sf-header {
    padding: 20px!important;
    margin-bottom: 0!important;
    margin-top: 0!important
}

.talktosale-superform .help-block {
    margin-top: 0!important;
    font-size: 13px!important
}

@media (max-width:600px) {
    .white-popup {
        width: 90%
    }
    #shortner_tabs>li {
        width: auto
    }
}

.brand-btn-img {
    min-width: 90%!important
}

.brand-btn-img img {
    float: right
}

.nav li.menu-item a span {
    background: #0B497C;
    padding: 5px 6px;
    display: inline;
    border-radius: 2px;
    font-size: 11px
}

.btn-custom-bg .vc_btn3-color-grey {
    background: #00A8C0!important
}

.btn-custom-bg .vc_btn3-color-grey:hover {
    background: #009bb1!important
}

.btn-custom-outline .vc_btn3-color-grey {
    background: 0 0!important;
    border: 1px solid #00A8C0!important;
    margin-left: 24px!important
}

.btn-custom-outline .vc_btn3-color-grey:hover {
    background: #009bb1!important
}

.custom-btn-white {
    background: #FFF!important;
    color: #156BB3!important
}

.verifyotp {
    margin-bottom: 20px!important
}

.seoheading {
   ;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    padding-top: 80px
}

.productStartup.no,
.talktosale-superform .sFSection .sFformfield .form-group {
    margin-bottom: 10px!important
}

#sFSection-V6Lc {
    padding: 0
}

.talktosale-superform .sFSection {
    padding: 0!important;
    !important
}

.talktosale-superform .sFSection .sFformfield {
    background: 0 0!important;
    border: none!important;
    padding: 0!important;
    width: 100%!important
}

.talktosale-superform .sFSection .sFformfield label {
    font-size: 15px!important;
    color: #333!important;
    line-height: 26px!important;
    margin-top: 20px!important
}

.btn-get-free,
.requestAccessBox .btn-primary {
    max-width: 240px;
    color: #fff!important
}

.talktosale-superform .sFSection .form-control {
    height: 40px!important;
    border-radius: 2px!important;
    box-shadow: none!important;
    font-size: 16px!important
}

.talktosale-superform .sFSection .sFform textarea {
    width: 50%!important;
    min-height: 100px!important
}

.talktosale-superform .sFsubmit.btn-primary {
    background: #156BB3!important;
    margin-top: 20px;
    border-radius: 4px!important;
    border-color: transparent!important
}

.talktosale-superform .panel {
    box-shadow: none!important
}

.talktosale-superform .sFthanks {
    background: 0 0!important
}

.vailidateStartup input[type=radio] {
    position: relative;
    vertical-align: bottom;
    width: 20px;
    float: left;
    margin-right: 5px
}

.vailidateStartup label {
    line-height: 45px
}

#getPanel.custom-anchor {
    line-height: 22px!important
}

.no,
.yes {
    display: none
}

.radioinput {
    width: 20px;
    display: inline-block;
    position: relative;
    top: 9px;
    right: 5px
}

.box-superform {
    width: 100%
}

.box-superform div {
    float: left
}

.box-superform div.two {
    margin-left: 23px
}

.box-superform:nth-child(2nd) {
    width: 300px
}

.box-superform .btn-primary {
    padding: 10px!important
}

.box-superform input[type=radio] {
    display: inline-block;
    width: 20px
}

.startup-optioon {
    margin-top: 40px
}

.startup-optioon .inner1 .btn-primary {
    margin: auto!important;
    width: 150px!important;
    float: none!important;
    display: block!important
}

.startup-optioon .inner2 .btn-primary {
    width: 250px!important;
    margin: auto!important
}

.startupagain p a,
.whatElse .sFSection .sFform input[type=email],
.whatElse.talktosale-superform .sFSection .sFform textarea,
textarea {
    width: 100%!important
}

.startupagain p a {
    margin-left: 0!important
}

.startupagain .btn-primary {
    padding: 10px!important;
    margin-top: 25px
}

.btn-get-free {
    height: 58px;
    font: 18px/2.35 AvenirLTStdMedium;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    background: #156BB3;
    padding: 7px 22px 5px;
    border-radius: 2px;
    border: none;
    margin: 0;
    display: inline-block;
    line-height: 46px!important
}

.banner-dropdown .row,
.smscount {
    margin-left: 0!important
}

.showbrd {
    padding: 20px 0 20px 40px!important
}

.showbrd #sFSection-Lom3 {
    padding: 30px 0
}

.showbrd .sFSection .sFform input[type=email],
.showbrd.talktosale-superform .sFSection .sFform textarea {
    width: 50%!important
}

.thankyou.showbrd.talktosale-superform .sFSection .sFform input[type=text],
.thankyou.showbrd.talktosale-superform .sFSection .sFform textarea {
    width: 90%!important
}

.thankyou.showbrd.talktosale-superform {
    padding-top: 0!important
}

.thankyou.talktosale-superform .sFSection .sFformfield {
    background: #FFF!important
}

.contact-us-map {
    height: 600px
}

.startup-logo {
    background: 0 0!important
}

#aniWrap {
    top: 262px;
    left: 50%;
    width: 100px;
    height: 100px
}

.pin {
    top: -2px;
    left: 10px
}

#aniWrap,
.pin {
    position: absolute
}

.pulse.red {
    background: red
}

.pulse {
    border: 10px solid #fff;
    background: 0 0;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 50px;
    width: 50px;
    -webkit-animation: pulse 2s ease-out;
    -moz-animation: pulse 2s ease-out;
    animation: pulse 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }
    25% {
        -moz-transform: scale(0);
        opacity: .1
    }
    50% {
        -moz-transform: scale(.1);
        opacity: .3
    }
    75% {
        -moz-transform: scale(.5);
        opacity: .5
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -moz-transform: scale(0);
        opacity: 0
    }
    25% {
        -moz-transform: scale(0);
        opacity: .1
    }
    50% {
        -moz-transform: scale(.1);
        opacity: .3
    }
    75% {
        -moz-transform: scale(.5);
        opacity: .5
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(0);
        opacity: .1
    }
    50% {
        -webkit-transform: scale(.1);
        opacity: .3
    }
    75% {
        -webkit-transform: scale(.5);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.marginzeroleft {
    margin: 0!important;
    width: 100%;
    max-width: 100%!important;
    height: 100%!important
}

.amount,
.volume {
    margin-top: 22px
}

.dflex-self {
    height: 100%;
    display: flex
}

.dflex-self.one {
    align-items: center!important
}

.dflex-self.two {
    align-items: flex-end!important;
    position: relative;
    z-index: 100
}

.custom-pricing-section {
    border: 1px solid #707070;
    padding: 40px;
    border-radius: 4px;
   
}

.custom-pricing-section label {
    display: block;
    font-size: 15px;
    color: #63687E
}

.custom-pricing-section input[type=text],
.custom-pricing-section input[type=number] {
    border: 1px solid rgba(86, 91, 115, .5);
    border-radius: 2px;
    padding: 4px 12px 0;
    max-width: 196px;
    background: 0 0;
    color: #565B73;
   ;
    font-size: 16px;
    height: auto;
    line-height: 36px
}

.custom-selectbox select,
select {
    padding-right: 20px;
    display: inline-block;
    cursor: pointer
}

.custom-pricing-section .cost {
    font-size: 25px;
    color: #156BB3
}

.custom-pricing-section .cost.small {
    font-size: 20px;
    color: #156BB3
}

.custom-pricing-section .sms {
    font-size: 16px;
    color: #565B77
}

.custom-selectbox {
    position: relative;
    display: inline-block;
    border: none;
    font-size: 25px
}

select {
    width: 150px;
    background-color: #FFFEFD;
    border: 1px solid #F15922;
    color: #000;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px
}

.custom-selectbox select {
    border: none!important;
    height: 40px;
    background: 0 0;
    color: #565B73;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-selectbox select:focus {
    outline: 0
}

.custom-selectbox:after {
    content: " ";
    height: 0;
    width: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    position: absolute;
    right: 12px;
    top: 19px;
    transition: all .3s linear
}

.custom-selectbox.open:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.banner-dropdown {
    margin-top: 15px
}

.banner-dropdown .dropdown-menu li a {
    font-size: 15px!important
}

.banner-dropdown a {
    color: #565B73!important;
    font-size: 25px!important;
   !important;
    padding-top: 8px
}

.smscount {
    margin-top: 29px
}

.smscount div {
    display: inline-block;
    margin-right: 10px
}

.smscount .custom-selectbox {
    margin-left: 10px
}

.smscount .custom-selectbox:after {
    right: 15px!important
}

.smscount .custom-selectbox select {
    color: #156BB3
}

.custom-white-btn {
    background: #FFF!important;
    color: #156BB3!important
}

.custom-white-btn:hover {
    background: #156BB3!important;
    color: #fff!important
}

.downloadlink {
    display: inline-block;
    font-size: 16px!important;
    color: #156BB3!important
}

.page-id-2 header.style_two .btn.btn-default:hover {
    background: 0 0!important;
    color: #FFF!important;
    border: 1px solid #FFF
}

@media only screen and (min-width:1000px) {
    .col-sm-offset-44 {
        margin-left: 39.333333%
    }
}

@media only screen and (max-width:1985px) {
    .banner-dropdown a {
        font-size: 25px!important
    }
}

@media only screen and (max-width:1400px) {
    .about-b-heading h1 {
        position: relative;
        top: 61px;
        font-size: 25px
    }
    .home-container {
        top: -64px
    }
    .banner-section {
        min-height: 88vh!important
    }
    #banner-2.banner-section {
        background-position: 0 69px!important
    }
    #banner-2 .wpb_wrapper {
        margin-top: -15px!important
    }
    .banner-sms-notification {
        background-position: 40% 89%!important;
        background-size: 77% 58%!important
    }
}

@media only screen and (max-width:1600px) {
    .banner-dropdown a {
        font-size: 18px!important
    }
    .custom-pricing-section {
        padding: 20px 0 20px 20px
    }
    .custom-selectbox {
        font-size: 16px
    }
    .drppricing {
        margin-left: 20px!important
    }
    .cost {
        font-size: 18px!important
    }
    .cost.small {
        font-size: 15px!important
    }
    .custom-pricing-section .sms {
        font-size: 16px
    }
    ul.nav.navbar-nav.navbar-right.topnavi>li>a {
        font-size: 10px!important
    }
    .banner-sms-notification {
        background-position: 80% 62%!important
    }
}

@media only screen and (max-width:1024px) {
    .banner-dropdown a {
        font-size: 16px!important
    }
    .dflex-self {
        margin: auto;
        float: none
    }
    .section-title .wpb_wrapper h2 {
        margin-top: 15px
    }
    .section-title h4 {
        font-size: 17px
    }
}

header.topheader ul.nav.navbar-nav.navbar-right.topnavi>li>a {
    color: #767676
}

@media only screen and (max-width:1980px) {
    .banner-section .wpb_wrapper h2, .banner-section .wpb_wrapper h1 {
        font-size: 39px
    }
}

@media only screen and (max-width:1400px) {
    .partner-banner {
        position: relative;
        top: 30px
    }
    .banner-section .wpb_wrapper h2, .banner-section .wpb_wrapper h1 {
        font-size: 35px
    }
    .smscount .custom-selectbox:after {
        right: 6px!important;
        top: 17px
    }
    .downloadlink {
        display: block!important;
        float: none!important;
        margin-top: 10px;
        margin-left: 0!important
    }
    .banner-dropdown a {
        font-size: 15px!important
    }
}

@media only screen and (max-width:1275px) {
    .banner-section .wpb_wrapper h2, .banner-section .wpb_wrapper h1 {
        font-size: 25px
    }
}

@media only screen and (max-width:1350px) and (min-width:1000px) {
    .downloadlink {
        font-size: 16px!important;
        display: inline-block!important;
        width: auto;
        margin: 10px 20px
    }
}

@media only screen and (max-width:1230px) and (min-width:1200px) {
    .smscount {
        margin-top: 35px
    }
    .custom-pricing-section input[type=number] {
        max-width: 138px!important
    }
}

.yesno {
    max-width: 116px;
    margin: auto;
    display: block
}

.yesno p {
    width: 116px
}

.yesno input[type=radio] {
    margin-left: 10px;
    display: none!important
}

input[type=radio]+label {
    color: #333;
    font-size: 16px
}

input[type=radio]+label span {
    box-shadow: 0 0 0 2px #565B73;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 7px 0 0;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #FFF
}

input[type=radio]:checked+label span {
    background-color: #156BB3;
    box-shadow: 0 0 0 2px #156BB3
}

.help-block.with-errors li {
    font-size: 12px
}

.img-partener img {
    height: 78px!important;
    width: auto
}

@media only screen and (max-width:480px) {
    .Icon-features-section .wpb_column.vc_column_container.vc_col-sm-4,
    .pricing_page.sms .form-col:last-child {
        margin-bottom: 0
    }
    .cat-filt li a {
        font-size: 11px
    }
    .custom-pricing-section .col-sm-5 {
        text-align: left
    }
    .talktosale-superform .sFSection .sFform .intl-tel-input,
    .talktosale-superform .sFSection .sFform textarea {
        width: 100%!important
    }
    .custom-pricing-section .col-xs-5,
    .custom-pricing-section .col-xs-6 {
        width: 100%
    }
    .drppricing {
        margin-left: 0!important
    }
    .m-r-40 {
        margin-right: 0!important
    }
    .tab-panel-content form select.currency {
        line-height: 28px;
        background-position: calc(100% - 5px) calc(1em + -14px), calc(100% - 0px) calc(1em + -14px), calc(100% - 2.5em) .5em;
        font-size: 22px
    }
    .per_sms_cost p {
        margin-top: 10px!important
    }
    a.downloadLink {
        position: relative;
        top: 28px
    }
    .back-info-container .wpb_wrapper td:nth-child(2) {
        min-width: 43px
    }
    .section-title h4 {
        font-size: 16px
    }
    .Icon-features-row {
        margin-bottom: 0;
        padding-bottom: 0
    }
    .section-title {
        margin-top: 0!important
    }
    .developers-api-img img {
        top: 19px!important
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.post_thumbnail_box {
        margin-bottom: 0!important
    }
    .prefooter .getInTouch .btn-primary {
        float: none!important
    }
    .prefooter .getInTouch {
        width: 50%;
        margin: auto;
        float: none
    }
    .prefooter h2,
    .prefooter p {
        text-align: center
    }
    .partners-logo-box .vc_col-sm-4 {
        min-width: 100%
    }
    .partners-logo-box .vc_col-sm-4 .vc_column-inner {
        padding: 30px 0
    }
    .partners-section .vc_row.wpb_row.vc_inner.vc_row-fluid {
        display: block!important
    }
    .prefooter .getInTouch .btn-default {
        margin-top: 20px
    }
    .author_info {
        margin-top: 18px;
    }
    .smscount {
        margin-top: 20px
    }
}

@media only screen and (min-width:1000px) and (max-width:1100px) {
    .banner-dropdown a {
        font-size: 16px!important
    }
    #banner-2 .wpb_wrapper {
        margin-top: 0!important
    }
}

.thankyou .showbrd.talktosale-superform .sFSection .sFform input[type=text],
.thankyou .showbrd.talktosale-superform .sFSection .sFform textarea {
    width: 90%!important
}

.csstory-image img {
    height: 100px;
    width: auto
}

.mg-custom {
    margin-left: auto!important;
    margin-right: auto!important
}

.post_thumbnail_box .wpb_single_image.vc_align_center figure.wpb_wrapper.vc_figure {
    height: 100px
}

.post_thumbnail_box .wpb_column.vc_column_container.vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
    display: block
}

.post_thumbnail_box h3+p {
    height: 170px
}

.drppricing .open>.dropdown-menu {
    width: 100%;
    border: 0;
    padding: 15px 0
}

.drppricing .open>.dropdown-menu li {
    padding: 10px 20px;
    font-size: 16px!important;
    !important;
    margin-bottom: 0!important
}

.drppricing .open>.dropdown-menu li:hover {
    color: #1877c5;
    text-decoration: none;
    background: #f5faff;
    cursor: pointer
}

.countrylist.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    min-width: 100%;
    padding: 5px 0
}

.currencys.dropdown-menu {
    padding-left: 0;
    padding-right: 0;
    max-height: 200px;
    overflow-y: scroll
}

.countrylist.dropdown-menu li a,
.drppricing .smscount .dropdown-toggle {
    margin-bottom: 0!important
}

.row-developer.post_thumbnail_box .wpb_column.vc_column_container.vc_col-sm-4>.vc_column-inner>.wpb_wrapper {
    display: flex;
    align-items: flex-start;
    min-height: 358px
}

.input-error {
    min-width: 300px;
    border: none;
    padding: 20px 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-radius: 2px
}

.testimonial-bg {
    background: #F6F8FB;
    padding: 30px 0
}

.testimonial-bg img {
    margin-bottom: 15px
}

.testimonial-bg .testimonial-info {
    width: 100%
}

.testimonial-bg .author_info {
    margin-top: 30px
}

.form-box a.downloadlink {
    font-size: 16px;
    margin-bottom: 20px
}

.case-detail p {
    margin-bottom: 0!important
}

.case-detail strong {
    margin-top: 10px!important;
    display: block
}

.btn-bordered,
.fixed-header .btn-bordered {
    background: 0 0;
    color: #fff!important;
    border: 1px solid #F1F2F2;
    margin-right: 5px
}

.btn-bordered:hover {
    background: #156BB3
}

.single h2.title-tag {
    display: none
}

.cp {
    cursor: pointer
}

ul.help-box li a {
    padding: 13px 15px!important
}

hr.dropdown-saprator {
    margin: 0!important
}

@media only screen and (max-width:1000px) {
    .custom-pricing-section .col-sm-5 {
        text-align: left
    }
    #banner-2 .wpb_wrapper {
        margin-top: 0!important
    }
    .author_info {
        top: 200px
    }
    .testimonial-box {
        min-height: 286px
    }
}

.dnone {
    display: none!important
}

span.select2-selection.select2-selection--single {
    border: 0
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 100%!important
}

body .select2-container {
    width: 194px!important
}

.select2-dropdown {
    width: 100%!important
}

span.flag {
    position: relative;
    left: -7px;
    top: 1px
}
.partner-banner h3 {
        font-family: AvenirLTStdBook !important;
    font-size: 16px;
}
/* my css */

/*  */
.client-slider .author_info {
	position: relative;
	top: 0;
	width:100%;
}
.over-testimonial {
    
    padding-top: 40px;
}
.over-testimonial img {
    width: 40px !important;
}
.over-testimonial p {
    font-size: 18px;
    font-weight: 600;
}
.over-testimonial .userDetail p {
	margin-bottom: 0px;
}
.main-today-is .turn-call-img img {
	max-width: 90px;
    width: auto;
    height: 40px;
}
.main-today-is .wpb_single_image {
    margin-bottom: 5px;
}
.main-today-is h3 {
    margin: 12px 0 3px !important;
    font-size: 16px !important;
    color: #565B73 !important;
}
.main-today-is .vc_column-inner {
    margin-bottom: 30px;
}
.main-today-is h3 + p {
    font-size: 16px;
    font-weight: 600;
}
.about-our-team .vc_single_image-wrapper img {
    border-radius: 90px;
    width: 130px;
    height: 130px;
}
.about-our-team .wpb_single_image {
    margin-bottom: 30px;
}
.about-our-team .wpb_text_column h3 {
    margin: 0px;
}
.about-our-team-box.wpb_column.vc_col-sm-4 {
    padding: 0 15px;
}
.about-our-team-box .vc_column-inner {
    background: #fff;
    border: none;
    padding: 30px 0;
	border-radius: 4px;
}
.aboutus-banner {
	height: 460px;
    background-position: left center !important;
    padding-top: 5%;
    background-image: url(https://msg91.com/wp-content/uploads/2019/02/aboutus.png?id=2065) !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: 80%;
    background-position: left 180px !important;
    background-color: #F5F5F5;
}
.about-content p {
    font-size: 18px;
    font-weight: 600;
}
.center-box {
    margin: 0 auto;
    float: none;
}
.about-our-team-box {
    margin-bottom: 40px;
}
.font-20, .font-20 * {
	font-size: 20px;
}
.BtoB-partners .BtoB-partners-bottom ul {
    padding-left: 0px;
    list-style-type: none;
    font-family: FontAwesome;
}
.BtoB-partners .BtoB-partners-bottom ul li {
    font-size: 13px;
    font-weight: normal !important;
    
    line-height: inherit;
    padding: 1px 0;
    display: flex;
}
.BtoB-partners .BtoB-partners-bottom ul li a {
    color: #565B73;
    text-decoration: underline;
}
.BtoB-partners .BtoB-partners-bottom ul li i {
    max-width: 20px;
    min-width: 20px;
    vertical-align: middle;
}
.main-today-is .vc_col-sm-6 {
    padding-right: 16%;
}
.fst-about-our-team {
    max-width: 800px;
}
.about-our-team-box.wpb_column.vc_col-sm-6 {
	padding: 0 ;
}

/* */

.aboutus-banner h1 {
    font-size: 40px !important;
    line-height: 56px !important;
}

.cookies-bottom #catapultCookie {
    background: no-repeat;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0px;
}
.cookies-bottom #catapult-cookie-bar a {
    color: #fff;
    text-decoration: underline;
}
.cookies-bottom .ctcc-more-info-link {
    text-decoration: underline !important;
}
.startup-client-testimonial .owl-dot {
    background: #A4A7B5 !important;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 7px;
    border-radius: 90px;
}

.partners-banner {
    background-position: 0 140px !important;
}
.font-13 {
    font-size: 13px;
}

.startup-client-testimonial h3 {
    font: 20px AvenirLTStdBlack !important;
    color: #1C3B66 !important;
    margin-bottom: 0px;
}

/*.Shortener-text p, .Shortener-text {
    font-size: 16px;
    color: #565B73;
}*/

.BtoB-partners .vc_single_image-wrapper {
    text-align: left;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    height: 100px;
    display: flex !important;
    vertical-align: middle;
    align-items: center;
}
.BtoB-partners .wpb_single_image img {
    width: inherit !important;
    max-height: 60px;
}
.inner-BtoB-partners {
    min-height: 110px;
}
.BtoB-partners {
    padding: 0 15px;
}
.BtoB-partners > .vc_column-inner {
    border: 1px solid #E6E6E6;
    padding: 10px 20px 5px;
	min-height:480px;border-radius:4px;
}
.IT-partners-wrapper .BtoB-partners > .vc_column-inner {
    min-height: 420px;
}
.BtoB-partners h4 {
    font: 18px AvenirLTStdHeavy;
    font-weight: bold;
    color: #565B73;
}
.BtoB-partners p {
    font-size: 14px;
    line-height: 23px;
}
.BtoB-partners .BtoB-partners-bottom p {
    margin-bottom: 0px;
}

.BtoB-partners .btn-blue-theme {
    padding: 0px !important;
}
/* .BtoB-partners-bottom {
    min-height: 100px;
    display: flex;
    align-items: flex-end;
} */

.BtoB-partners .btn-blue-theme a.vc_general {
    height: auto !important;
    font-size: 14px !important;
}
.BtoB-partners h4 strong {
    color: #565B73;
}
.BtoB-partners .partners-name {
    font: 16px AvenirLTStdHeavy !important;   
	color: #333;
}
.BtoB-partners .partners-sub-name {
    font: 13px AvenirLTStdHeavy !important;
}

.sms-in-education .vc_single_image-img {
    height: 50px;
}
.banner-blog {
    background-image: url(https://msg91.com/wp-content/uploads/2018/10/case-study-banner-graphics.svg) !important;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #00152E !important;
    background-size: contain;
    display: flex;
    align-items: center;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
    min-height: 450px;
    padding-top: 40px;
}
.banner-blog .post-title {
    font-size: 40px;
    color: #fff;
}
.banner-blog p {
    font-size: 18px;
    color: #D5D5D5;
}

.d-block {
    display: block;
}
.color-default {
    color: #565B72;
}
.case-studies-testimonial {
    padding: 30px 20px 10px;
    border-top: .5px solid #A5b0bd;
    border-bottom: .5px solid #A5b0bd;
    
	text-align: center !important;
    padding-left: 50px !important;
    padding-right: 50px !important;
	padding-top:60px !important;
	position:relative;  
	max-width: 940px;
    margin: 90px auto 70px;
}
.case-studies-testimonial span.quot-tag {
    display: inline-block;
    margin-bottom: 20px;
    position: absolute;
    left: 40px;
    top: -41px;
}
.case-studies-testimonial .quot-tag > img {
    width: 92px;
}
.font-20 {
    font-size: 20px;
}
.case-studies-right-box p {
    line-height: inherit;
    font-size: 14px;
}
.case-studies-right-top {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.case-studies-right-top > a > img {
    max-height: 55px;
    max-width: 70%;
}
.italic {
    font-style: italic;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px !important;
}
.case-studies-right {
    background: #fff;
    padding: 20px 15px;
    box-shadow: 0 0 10px rgba(21, 107, 179, 0.24);
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}
.case-studies-top-box h3 {
    font: 20px AvenirLTStdHeavy;
    color: #565B73;
}
.bold {
   ;
}
.case-studies-top-box {
    padding-right: 60px;
}
.case-studies-top {
    padding-top: 60px;
    padding-bottom: 60px;
}

.banner-img1 img {
    max-width: 700px;
    width: 100%;
}
.banner-img {
    position: absolute;
    right: -200px;
    bottom: -69px;
}
.font-size-20, .font-size-20 p {
    font: 20px/28px AvenirLTStdRoman;
}
.font-size-18, .font-size-18 p {
    font-size: 18px !important;
}
.font-size-16, .font-size-16 p {
    font-size: 16px;
}
/* .tag-banner {
    background-image: url(https://msg91.com/wp-content/uploads/2018/09/qoute-icon.svg) !important;
    background-repeat: no-repeat;
    background-position: left 150px top;
    background-color: #F5F7F8 !important;
    background-size: 500px;
} */
.tag-banner {
    background-image: url(https://msg91.com/wp-content/uploads/2019/03/Path-15079.svg) !important;
    background-repeat: no-repeat;
	background-size: cover;
}
.list-case-studies {
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-box-orient: horizontal !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -moz-flex;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
}
.list-case-studies li:nth-child(3) {
    order: -1 !important;
}
input.select2-search__field {
    color: #565b73 !important;
   
    font-size: 16px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(86, 91, 115, .5) !important;
    border-radius: 2px;
    padding: 10px 13px 5px!important;
    background: #fff;
    height: 42px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: none!important;
    border-style: none!important
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    display: none
}

.owl-carousel .owl-item img {
    width: auto!important
}

.select2-container {
    width: 100%!important;
    margin-top: 11px!important
}

.select2-container--default .select2-selection--single {
    background: 0 0!important
}

.tagclass {
    cursor: pointer
}
.select2-container--open .select2-dropdown--below {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .12)!important;
    border: none!important;
    top: -7px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid rgba(86, 91, 115, .5);
    border-radius: 2px;
    padding: 5px 20px!important;
    min-width: 157px;
    background: 0 0;
    color: #565b73 !important;
   
}
.select2-search--dropdown {
    padding: 0px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #1877c5!important;
    text-decoration: none!important;
    background: #f5faff!important;
    cursor: pointer!important;
    padding: 10px 20px!important;
    border-radius: 0 0 3px 3px;
}

.select2-results__option {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 20px!important
}

.select2-container--default .select2-results__option[aria-selected=true] {
    color: #1877c5!important;
    text-decoration: none!important;
    background: #f8f8f8!important;
    cursor: pointer!important;
    padding: 10px 20px!important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid rgba(86, 91, 115, .5);
    border-radius: 2px;
    padding: 5px 20px!important;
    min-width: 157px;
    background: 0 0
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 182px
}

.page-id-149 .vc_row {
    margin-left: auto;
    margin-right: auto
}

.startup-carousel .owl-carousel.owl-drag .owl-item {
    width: auto!important;
    padding: 0 45px!important
}
.startup-client-testimonial {
    margin: 0 auto;
}
.owl-carousel .owl-stage-outer {
    height: auto !important;
}
.startup-client-testimonial {
    border-top: 1px solid #565B73;
}
.startup-client-testimonial p {
    font-size: 20px;
    margin-bottom: 30px;
    
}
.startup-client-testimonial h3 {
    font-size: 20px;
}
.startup-client-testimonial h4 {
    font-size: 20px;
    margin-top: 0px;
}

nav.navbar.navbar-default.navbar-custom.fixedHeader ul.nav.navbar-nav.navbar-center.mainNav-bar li>a:hover:before {
    background: 0 0
}

header.style_two .navbar-nav.navbar-center.mainNav-bar.fixedHeader>li>a:hover:before {
    background: 0 0!important
}

@media only screen and (max-width:1900px) {
    .banner-dropdown a {
        font-size: 16px!important;
    }
}

.Build-conversations-img img {
    height: 60px
}

.right-lang img {
    height: 50px!important
}

.turn-call-img img {
    width: 50px
}

.post-thum a:focus,
.post-thum a:hover {
    text-decoration: none
}

@media only screen and (max-width:768px) {
    .startup-optioon .inner2 .btn-primary {
        width: 86%!important;
        font-size: 12px
    }
}

@media only screen and (max-width:500px) {
    .tab-content-section.flow-hidden {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:1440px) {
    body .select2-container {
        width: 157px!important
    }
    .banner-img {
	    right: 0px;
		margin-bottom: 0px !important;
	}
	.banner-img1 img {
	    float: right;
	}
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px!important;
    line-height: 30px!important
}

.post-template-default .small-banner-section {
    top: 24px!important
}

.banner-voice-program {
    background: url(https://msg91.com/wp-content/uploads/2018/05/voice-programmable-3n.png?id=501) 47% 75% no-repeat #F5F5F5!important
}

.vc_custom_1527572621960 {
    background: url(https://msg91.com/wp-content/uploads/2018/05/sms-notifications.png?id=530) 80% 62% no-repeat #42464a!important
}

.vc_custom_1527599812296,
.vc_custom_1528696614054 {
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important
}

.vc_custom_1527599812296 {
    background-image: url(https://msg91.com/wp-content/uploads/2018/05/sms-for-spreadsheets-banner.jpg?id=575)!important
}

.vc_custom_1528696614054 {
    background-image: url(https://msg91.com/wp-content/uploads/2018/06/sms-reseller-banner.jpg?id=864)!important
}

.auth-int {
    width: 88%
}

.pad-0 {
    padding: 0!important
}
.pt-5 {
    padding-top: 50px;
}
.pb-5 {
    padding-bottom: 50px;
}
.pt-4 {
    padding-top: 40px;
}
.pb-4 {
    padding-bottom: 40px;
}
.no-margin {
    padding: 0!important
}

.font-18 {
    font-size: 18px
}

.post_thumbnail_box .small .wpb_wrapper {
    min-height: auto!important;
    max-height: auto!important
}

.post_thumbnail_box .small h3+p {
    height: auto!important
}

.post_thumbnail_box .small .wpb_single_image img {
    margin: 0!important
}
.meetashi-logo .vc_single_image-img {
    height: 30px !important;
}

/*pdf download*/

.pdf-download-right h3{
	margin-top: 5px;
    margin-bottom: 20px;
}

.pdf-download-left h2, .pdf-download-right h2{
    margin-bottom: 30px;
    color:#102740;
}

.ebook-dimg{ margin-top:60px; margin-left:55px;}
.ebook-dimg img{max-width: 270px;}    

.pdf-download-form label {font-size: 15px; font-weight:500;}
.pdf-download-form .wpcf7-form-control-wrap{float: none;}
.pdf-download-form .form-control {
    padding: 9px;
    line-height: 24px;
	border: 1px solid #dfdfdf;
	border-radius: 0px;
}

.pdf-download-form .wpcf7-textarea{
	height: 85px;
}

.pdf-download-form {
    background-color: #fff;
    padding: 40px;
	box-shadow: 0 0 10px rgba(21, 107, 179, .15);
	border: none;
	border-radius: 4px; 
}

.pdf-download-form .pdf-dwn-btn .btn{
    background-color:#156bb3;
	font-size:16px;
	color:#fff;
	padding: 10px 20px;
}

.pdf-download-form .pdf-dwn-btn{padding-top: 20px;}

.pdf-download-form .pdf-dwn-btn .btn:hover{ background: #105085;}

.pdf-download-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
.pdf-download-form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	background-color: #f1f1f1;
    font-weight:500;
    font-size: 16px;
    margin: 32px 0px 10px;
    padding: 10px;   
}
.pdf-download-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: #f4524d;
}

.pdf-download-form .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: #6dab3c;
}


@media only screen and (max-width:767px) {
	.aboutus-banner h1 {
		font-size: 26px !important;
		line-height: inherit !important;
	}
	.about-our-team-box .vc_column-inner {
		min-height: inherit;
	}
    .sms-addons-banner {
        background-position: center top 100px !important;
        background-size: 50% !important;
    }
    .blog-section {
	    margin-top: -70px;
	}
    .banner-img {
	    position: relative;
	    bottom: -25px;
	}
	.banner-img1 img {
	    float: none;
	    display: block;
	    margin: 0 auto;
	}
    .banner-blog .post-title {
        font-size: 22px;
    }
    .BtoB-partners {
        padding: 0 30px;
        margin-bottom: 15px;
    }

    /*sh css*/
    .client-details {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
    .client-image {
    float: none;
    width: 100%;
    margin-bottom: 0;
    text-align: center !important;
}
 .about-client {
    text-align: center;
}
    .msg-feature h4 {
    color: #565B73;
    font-size: 16px;
    font-weight: 800 !important;
    line-height: 25px;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
}
    .about-team h3 {
    margin-bottom: 0;
    margin-top: 0;
}
    
.client-details h3 {
   
    margin-top: 0;
}
.walkover-product p { 
    text-align: left;
    display: block;
    float: none;  
}
    /*sh css end*/
}

#banner-1.rcs-banner {
    background-size: 50% auto !important;
    background-repeat: no-repeat !important;
    background-position: 90% 100% !important;
}
@media(max-width: 768px) {
    #banner-1.rcs-banner {
        background-size: 80% auto !important;
        padding-top: 70px !important;
    }
}

#banner-1.regional-sms-banner {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 90% center !important;
}
@media (max-width: 1200px){
	#banner-1.regional-sms-banner {
		background-size: 45% auto !important;
	}
}
@media (max-width: 1000px){
	#banner-1.regional-sms-banner {
		background-size: 80% auto !important;
		background-size: 85vmin auto !important;
		background-position: center 80px !important;
	}
	#banner-1.regional-sms-banner .vc_row.wpb_row.vc_inner.vc_row-fluid{
		flex-direction: column-reverse;
	}
}





 