img {
    max-width: 100%;
    height: auto
}

section.competitors-comparison {
    padding-top: 20px;
    display: block !important
}

.inter-link {
    font-weight: 400 !important
}

.tech-section {
    padding-top: 50px;
    padding-bottom: 50px
}

.tech-section .heading {
    padding-bottom: 50px
}

.tech-section-list-overall {
    display: flex;
    align-items: center
}

.tech-section-list {
    width: 90%;
    margin: 0 20px;
    box-shadow: 0 3px 6px #00000029;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.tech-section-list-top {
    display: flex;
    align-items: center;
    padding-bottom: 15px
}

.tech-section-list-top h6 {
  
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 45px;
    margin-left: 10px;
    color: #000
}

.tech-section-list-bottom p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000
}

.tech-section-list-top h6 i img {
    width: 20px;
    height: auto;
    margin: 0 0 0 5px;
    transition: transform ease .4s
}

.tech-section-list:hover i img {
    transform: translateX(5px)
}

.tech-section-list:after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: #3806f5;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s
}

.tech-section-list:hover:after {
    width: 100%
}

.lazy {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 49% 50%
}

.chat-api-banner {
    background: url(../webp/voice-banner.webp) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 0 122px;
    position: relative
}

.banner-content {
    width: 70%;
    float: left;
    margin-top: 125px
}

.banner-heading h1 {
  
    font-family: "proxima-nova", sans-serif;
font-weight: 300;
font-size: 42px;
line-height: 51px;
    position: relative
}

.banner-heading h1 span {
    display: block;
   
    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 42px;
line-height: 51px;
}

.banner-heading h1:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    background: #fff;
    width: 126px;
    height: 2px
}

h1 span.heading-desc {
    font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 32px;
line-height: 48px;
}

.banner-heading p {
   
    font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 22px;
line-height: 30px;
    margin-top: 59px;
    margin-bottom: 30px
}

.button.talk-to-us {
    min-width: 199px;
    font-weight: 600;
    display: inline-block;
    overflow: inherit;
    margin-right: 15px !important;
    background: #fb7d17;
    color: #fff;
    border: 1px solid #f27d19
}

.button.secondary {
    border: solid 1px #fff;
    background: 0 0;
    color: #fff;
    min-width: 199px;
    box-shadow: 8px 9px 27px 0 rgb(5 122 171 / 25%);
    font-weight: 600;
    display: inline-block;
    margin-top: 20px
}

.button.secondary:hover {
    background: #fb7d17;
    color: #fff;
    border: solid 1px transparent
}

.banner-img {
    position: relative;
    float: left;
    top: 65px;
    text-align: center
}

.banner-img img {
    width: 100%;
    height: 100%
}

.chat-api-banner .banner-heading {
    display: flex
}

.banner-heading {
    color: #fff
}

.banner-content ul li {
  
    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 24px;
    margin: 0 34px 34px 0;
    display: inline-block;
    color: #fff
}

.banner-content ul li i {
    height: 10px;
    width: 10px;
    display: block;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    margin-right: 12px
}

.banner-content.voicecall-list ul {
    width: 650px
}

.banner-content.voicecall-list ul li {
    margin: 0 34px 15px 0;
    width: 27%;
    white-space: nowrap
}

.chat-sdk {
    float: left;
    width: 553px
}

.container.chat-api-sdk {
    padding-bottom: 99px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.chat-sdk .heading.chat-api {
    margin-top: 67px
}

.chat-sdk.chat-features {
    float: left;
    width: 647px;
    text-align: center;
    position: relative;
    padding: 150px 0 0 50px
}

.heading.chat-api h2 {
    margin-bottom: 0;
    text-align: left;
    position: relative
}

.heading.chat-api span {
    text-align: left;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 33px;
    color: #131313
}

.heading.chat-api h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    background: #6a63ce;
    width: 136px;
    height: 3px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.chat-sdk p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #131313;
    margin: 60px 42px 35px 0
}

.chat-sdk img {
    max-width: 100%
}

.chat-sdk.chat-features p {
    position: absolute;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    color: #3e207e;
    text-align: right
}

.chat-sdk.chat-features p.messaging-eng {
    top: 221px;
    left: -45px
}

.chat-sdk.chat-features p.high-profile {
    top: 135px;
    left: 69px
}

.chat-sdk.chat-features p.on-demand {
    top: 91px;
    left: 281px;
    text-align: center
}

.chat-sdk.chat-features p.features-demand {
    top: 138px;
    left: 494px;
    text-align: left
}

.chat-sdk.chat-features p.data-protection {
    top: 140px;
    left: 452px;
    text-align: left
}

.chat-sdk.chat-features p.devops {
    top: 223px;
    right: -15px;
    text-align: left
}

.chat-sdk.chat-features p.intergration {
    top: 289px;
    right: -13px;
    text-align: left
}

.chat-sdk.chat-features p.intergration-features {
    top: 369px;
    right: -38px;
    text-align: left
}

.chat-sdk .chat-content {
    width: 407px
}

.chat-sdk ul li {
    display: none;
   
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #131313;
    padding: 12px 0
}

.chat-sdk ul li svg {
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    fill: url(#ultimate-icons1)
}

.connect-to-device,
.tab-section {
    padding-top: 69px;
    position: relative
}

.connect-to-device .container,
.tab-section .container {
    overflow: hidden
}

.connect-to-device svg.circle,
.tab-section svg.circle {
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: -1
}

ul.tabs {
    margin: 65px 0 0;
    padding: 0;
    float: left;
    list-style: none;
    width: 100%;
    border-bottom: 2px solid #ccc
}

ul.tabs li {
    float: left;
    cursor: pointer;
    padding: 0;
    color: #131313;
    overflow: hidden;
    position: relative;
 
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    width: 171px;
    margin: 0 auto;
    height: 108px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

ul.tabs li i {
    display: block;
    margin-bottom: 5px
}

ul.tabs li i svg {
    width: 30px;
    height: 30px;
    fill: #131313
}

ul.tabs li:hover {
    color: #435ee0;
    border-bottom: 3px solid #435ee0
}

ul.tabs li.active i svg,
ul.tabs li:hover i svg {
    fill: url(#ultimate-icons1)
}

ul.tabs li.active {
    background-color: #fff;
    color: #435ee0;
    display: block;
    border-bottom: 3px solid #435ee0
}

.tab_container {
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto
}

.device_tab_content,
.tab_content {
    padding: 25px 0 15px;
    display: none;
    overflow-y: hidden
}

.connect-to-device .tab_container {
    height: 550px
}

.connect-to-device ul.tabs li {
    height: auto;
    margin: 0;
    padding: 20px;
    flex: 1
}

.connect-to-device ul.tabs {
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.connect-to-device ul.tabs li.active {
    background: #435ee0;
    color: #fff
}

.tab-img {
    text-align: center
}

.tab_drawer_heading {
    display: none
}

.tab-description,
.tab-img {
    width: 50%;
    float: left
}

.tab-description {
    padding: 39px 0 0 17px
}

.tab-description h3 {

    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #000
}

.tab-description p {

    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    width: 500px;
    color: #131313
}

.tab-description ul {
    width: 100%
}

.tab-description ul li {
    display: inline-block;
    padding: 9px 0;
    position: relative;
    vertical-align: middle;
    padding-left: 24px;
 
    font-family: "proxima-nova", sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 24px;
    color: #131313;
    width: 40%
}

.tab-description ul li span {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #7963da), color-stop(1%, #7963da), color-stop(99%, #25619a), color-stop(100%, #25619a));
    background: -webkit-linear-gradient(45deg, #7963da 0, #7963da 1%, #25619a 99%, #25619a 100%);
    background: -o-linear-gradient(45deg, #7963da 0, #7963da 1%, #25619a 99%, #25619a 100%);
    background: linear-gradient(45deg, #7963da 0, #7963da 1%, #25619a 99%, #25619a 100%);
    border-radius: 50px;
    top: 16px;
    left: 0;
    margin-right: 12px
}

.tab-description .button {
    margin-top: 25px
}

.lazy {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 49% 50%
}

.lazy-img {
    height: 474px;
    width: 430px
}

.slider-loader {
    height: 467px;
    width: 407px
}

.features-api {
    margin: 0 0 0;
    position: relative
}

.features-api.push-to-talk {
    margin: 30px 0 0
}

.bubble-top {
    position: absolute;
    right: -88px;
    top: 69px;
    z-index: -1
}

.bubble-bottom {
    position: absolute;
    left: -144px;
    bottom: -63px;
    z-index: -1
}

.features-img {
    width: 550px;
    float: left;
    text-align: center;
    margin-top: 99px;
    z-index: 1;
    margin-left: 100px
}

.features-img img {
    max-width: 100%
}

.features-img img.lazy-communication {
    height: 527px;
    width: 508px
}

.uiux-design-background {
    background-image: url(../png/uiux-design.png);
    height: 580px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.features-content {
    width: 610px;
    float: left;
    border-radius: 10px;
    background-color: #fff;
    margin: 60px 20px 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
    padding: 50px 0 58px;
    z-index: 1
}

.features-content h4.heading-features {
   
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 28px;
    padding-left: 40px
}

.features-content .header-p {
    padding-left: 40px;
    padding-right: 40px;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 20px
}

.accordion {
    margin-bottom: 17px;
    position: relative;
    padding: 9px 42px 10px 90px
}

.accordion .icon,
.accordion svg {
    position: absolute;
    top: 10px;
    left: 40px;
    fill: #000;
    right: 0;
    bottom: 0;
    width: 31px;
    height: 26px
}

.accordion.active-acc {
    background-color: #fff;
    margin-bottom: 34px
}

.accordion.active-acc svg {
    fill: url(#ultimate-icons1)
}

.accordion h4 {
   
    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 26px;
    display: inline-block;
    cursor: pointer
}

.accordion p {
    
    font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
    margin-top: 5px
}

.accordion-desc {
    display: none
}

.features-content a {
    margin: 10px 0 0 52px
}

.moderation li {
    width: 575px;
    display: inline-block;
    background-color: #f9f9ff;
    padding: 35px 60px 37px;
    margin-top: 76px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 6px
}

.moderation li h3 {
   
    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 28px;
line-height: 36px;
    margin-bottom: 27px
}

.moderation li p {
   
    font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 23px;
}

.moderation li:nth-child(2) {
    margin-left: 45px
}

.moderation li:hover {
    background-color: #eef
}

.security {
    margin-top: 85px;
    overflow: hidden
}

.security p {
    margin: 0 auto
}

.security-list {
    width: 885px;
    margin: 71px auto 0;
    border: 1px solid #e1e1e1;
    padding: 55px;
    position: relative
}

.security-list ul {
    width: 440px;
    float: left
}

.security-list ul li {
    width: 220px;
    float: left
}

.security-list ul li h3 {
    text-align: center;
 
    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 26px;
    width: 207px;
    padding: 73px 30px 63px 23px;
    min-height: 188px
}

.security-list ul li p {
  
    font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
    display: none
}

.security-list ul li svg {
    height: 37px;
    width: 37px;
    margin: 10px 10px 0;
    display: none
}

.security-list ul li:nth-child(1),
.security-list ul li:nth-child(3) {
    border-right: 2px solid #efefef
}

.security-list ul li:nth-child(1),
.security-list ul li:nth-child(2) {
    border-bottom: 2px solid #efefef
}

.security-solutions {
    width: 333px;
    float: left;
    position: relative;
    right: -104px;
    background: -webkit-linear-gradient(25deg, #35c6e8 0, #3a4adf 100%);
    background: -o-linear-gradient(25deg, #35c6e8 0, #3a4adf 100%);
    background: linear-gradient(65deg, #35c6e8 0, #3a4adf 100%);
    border-radius: 6px;
    height: 362px
}

.security-solutions:after {
    position: absolute;
    content: "";
    background: #ebf5fc;
    height: 310px;
    width: 300px;
    z-index: -1;
    top: 26px;
    left: -34px;
    border-radius: 6px
}

.security-content {
    position: absolute;
    width: 355px;
    color: #fff;
    border-radius: 6px;
    padding: 20px 42px 30px 35px
}

.security-content h4 {

    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 22px;
line-height: 30px;
    margin-top: 16px
}

.security-content p {
  
    font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
    width: auto;
    margin-top: 15px
}

.showSingle {
    cursor: pointer;
    color: #000
}

.showSingle.active {
    background-color: #efebf8;
    display: block
}

.security-content svg {
    height: 55px;
    width: 55px;
    fill: #fff
}

.targetDiv {
    opacity: 0;
    -webkit-transition: all ease 2s;
    -o-transition: all ease 2s;
    transition: all ease 2s
}

.targetDiv.active {
    opacity: 1
}

.container.chat-apps {
    overflow: hidden;
    padding-bottom: 20px
}

.container.chat-apps .heading {
    margin-bottom: 30px
}

.chat-apps ul {
    width: 1100px;
    margin: 0 auto
}

.chat-apps ul li {
    width: 330px;
    float: left;
    margin: 40px 18px 7px;
    background: #fff;
    -webkit-box-shadow: 10px 13px 36px 0 rgba(67, 94, 224, .17);
    box-shadow: 10px 13px 36px 0 rgba(67, 94, 224, .17);
    padding: 30px 20px;
    border-radius: 10px;
    position: relative;
    min-height: 320px;
    max-height: 320px;
    overflow: hidden
}

.chat-apps ul li img,
.chat-apps ul li svg {
    height: 37px;
    width: 37px;
    fill: url(#ultimate-icons1)
}

.chat-apps ul li img {
    height: auto;
    width: 35px
}

.chat-apps ul li img.icon {
    width: 30px
}

.chat-apps ul li h4 {
 
    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 20px;
line-height: 30px;
    position: relative;
    margin-top: 15px
}

.chat-apps ul li h4:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 2px;
    background-color: #5383ff;
    left: 0;
    bottom: -8px
}

.chat-apps ul li p {
  
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-top: 24px
}

.chat-apps ul li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    background-color: #435ee0;
    -webkit-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
    border-radius: 10px
}

.chat-apps ul li:hover:after {
    width: 100%
}

.video-call-solution-mainpage .banner-heading,
.video-call-solution-mainpage .chat-api-sdk,
.video-call-solution-mainpage ul.tabs {
    display: flex
}

.video-call-solution-mainpage .chat-apps ul {
    display: flex;
    flex-wrap: wrap
}

.video-call-solution-mainpage .features-api .features-communication,
.video-call-solution-mainpage .features-api .features-data-moderation {
    display: flex
}

.same-design .features-content {
    background: 0 0;
    box-shadow: none;
    padding: 20px 0 30px
}

.same-design .features-content .accordion:hover {
    margin-bottom: 17px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: -1px 0 20px #e3e2f5;
    box-shadow: -1px 0 20px #e3e2f5
}

.same-design .features-content .accordion:hover svg {
    fill: url(#ultimate-icons1)
}

.same-design .features-content .accordion .icon,
.same-design .features-content .accordion svg {
    position: absolute;
    top: 12px;
    left: 19px;
    right: 0;
    bottom: 0;
    width: 37px;
    height: 37px;
    fill: url(#ultimate-icons1)
}

.same-design .features-content .accordion span {
    width: 12px;
    height: 12px;
    display: block;
    background: #7060c9;
    border-radius: 50%;
    position: absolute;
    top: 27px;
    left: 24px;
    fill: #000;
    right: 0;
    bottom: 0
}

.same-design .features-content .accordion {
    padding: 16px 16px 16px 70px;
    display: flex;
    align-items: start;
    flex-direction: column;
    margin-bottom: 17px
}

.same-design.push-to-talk .features-img {
    width: 40%;
    margin-left: auto
}

.same-design.push-to-talk .features-img img {
    height: 100%;
    width: 100%
}

.connect-device-content .connect-device-solutions {
    width: 295px;
    position: relative;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .12);
    cursor: pointer
}

.same-design.push-to-talk .features-content {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    width: 60%
}

.same-design.push-to-talk .features-content .accordion {
    width: 48%;
    margin-right: 4%
}

.same-design.push-to-talk .features-content .accordion:nth-child(2n) {
    margin-right: 0
}

.connect-device-content .connect-device-solutions.active,
.connect-device-content .connect-device-solutions:hover {
    background: -webkit-linear-gradient(25deg, #35c6e8 0, #3a4adf 100%);
    background: -o-linear-gradient(25deg, #35c6e8 0, #3a4adf 100%);
    background: linear-gradient(65deg, #35c6e8 0, #3a4adf 100%)
}

.connect-device-content .connect-device-solutions .connect-device-security-content {
    width: 100%;
    color: #000;
    border-radius: 6px;
    padding: 20px 20px 30px 20px
}

.connect-device-content .connect-device-solutions .connect-device-security-content svg {
    height: 35px;
    width: 35px;
    fill: #000
}

.connect-device-content .connect-device-solutions .connect-device-security-content h4 {

    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px
}

.connect-device-content .connect-device-solutions .connect-device-security-content p {

    font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 14px;
line-height: 22px;
    width: auto;
    margin-top: 15px
}

.connect-device-content.features-content {
    display: flex;
    align-items: center;
    box-shadow: none;
    margin: 54px 20px 0;
    padding: 50px 0 0
}

.connect-device-content .connect-device-solutions.active .connect-device-security-content svg,
.connect-device-content .connect-device-solutions:hover .connect-device-security-content svg {
    fill: #fff
}

.connect-device-content .connect-device-solutions.active .connect-device-security-content,
.connect-device-content .connect-device-solutions:hover .connect-device-security-content {
    color: #fff
}

.connect-device-content.features-content .first-set .connect-device-solutions {
    margin-bottom: 30px
}

.connect-device-content.features-content .first-set {
    margin-right: 20px
}

.connect-to-device .features-communication {
    display: flex;
    align-items: center
}

.connect-device-content.features-content .second-set {
    margin-left: auto
}

.voice-call-solution-mainpage .features-communication,
.voice-call-solution-mainpage .features-data-moderation {
    display: flex;
    align-items: start
}

.features-api.same-features {
    padding: 0;
    margin: 0
}

.features-api.same-features#voice-communication {
    margin: 84px 0 0
}

.features-api#voice-insights .accordion.active-acc {
    margin-bottom: 17px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: -1px 0 20px #e3e2f5;
    box-shadow: -1px 0 20px #e3e2f5
}

section#push-to-talk.same-design .features-content .accordion,
section#push-to-talk.same-design .features-content .accordion h4 {
    cursor: default
}

.experience {
    padding: 50px 0 27px;
    overflow: hidden
}

.experience-points {
    width: 60%;
    padding: 0 0 0 50px;
    background: url(../png/experience.png) no-repeat;
    background-position: 225px 66px;
    position: relative;
    background-image: none
}

.experience-points ul {
    width: 79%
}

.experience-points ul li {
    position: relative;
    width: 47%;
    display: inline-block;
    -webkit-box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .23);
    background: #fff;
    border-radius: 10px;
    margin: 0 10px 10px 0;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.experience-points ul li.active-scale {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 2;
    top: -23px
}

.experience-points ul li .experience-single {
    color: #000;
    border-radius: 10px;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.experience-points ul li .active-chat {
    color: #fff;
    background: #4b58df;
    display: block
}

.experience-points ul li .active-chat svg path {
    fill: #fff
}

.experience-points ul li h4 {
    font-size: 18px;
    line-height: 26px;
    font-family: proxima_novasemibold;
    margin-bottom: 0;
    padding: 30px 25px 30px 85px
}

.experience-points ul li img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 25px;
    top: 35px;
    fill: #5360ab
}

.experience-points ul li svg {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 25px;
    top: 35px;
    fill: #5360ab
}

.experience-content {
    width: 40%;
    padding-top: 102px
}

.experience-content ul {
    height: 337px
}

.experience-content ul li {
    padding: 20px 42px 25px 35px;
    position: relative;
    background-image: -webkit-linear-gradient(left, #eee8ff, #e6fbff);
    background-image: -moz-linear-gradient(left, #eee8ff, #e6fbff);
    background-image: -ms-linear-gradient(left, #eee8ff, #e6fbff);
    background-image: -o-linear-gradient(left, #eee8ff, #e6fbff);
    background-image: linear-gradient(left, #eee8ff, #e6fbff);
    width: 100%
}

.experience-content ul li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background: #9354ff;
    top: 0;
    left: 0;
    border-radius: 25px
}

.expsvg {
    position: absolute;
    right: 11%;
    bottom: 47px;
    z-index: -1;
    width: 237px;
    transform: rotate(82deg);
    -webkit-transform: rotate(82deg);
    -moz-transform: rotate(82deg);
    -ms-transform: rotate(82deg);
    -o-transform: rotate(82deg)
}

.targetdiv {
    opacity: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.targetdiv.active-chat {
    opacity: 1
}

.targetdiv {
    opacity: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.experience-points ul li h4 {
    font-size: 18px;
    line-height: 26px;

    font-family: "proxima-nova", sans-serif;
font-weight: 600;
    margin-bottom: 0;
    padding: 30px 25px 30px 75px
}

.experience-content ul li svg {
    width: 40px;
    height: 40px;
    fill: #5360ab
}

.experience-content ul li img {
    max-width: 40px;
    height: auto
}

.experience-content ul li p {
    font-size: 17px;
    line-height: 28px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;

    color: #211966
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 50px
}

.expsvg {
    position: absolute;
    right: 11%;
    bottom: 47px;
    z-index: -1;
    width: 237px;
    transform: rotate(82deg);
    -webkit-transform: rotate(82deg);
    -moz-transform: rotate(82deg);
    -ms-transform: rotate(82deg);
    -o-transform: rotate(82deg)
}

.targetdiv {
    opacity: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.targetdiv.active-chat {
    opacity: 1
}

.targetdiv {
    opacity: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.experience-content ul li h4 {
    font-size: 23px;
    line-height: 32px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;

    color: #211966;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative
}

.experience-content ul li svg {
    width: 40px;
    height: 40px;
    fill: #5360ab;
    margin-bottom: 10px
}

.experience-content ul li h4:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 46px;
    background: #4659ff;
    left: 23px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 7px
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.heading h4 {
    position: relative;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #131313
}

.banner-contents p a {
    color: #fff;
    font-weight: 600
}

.banner-contents p a:hover {
    text-decoration: underline
}

.chat-apps ul li p a,
.enterprise-content p a,
.heading p a {
    color: #0d60e8;
    font-weight: 600
}

.n-banner-section .banner-contents p {
    margin-top: 50px
}

.sdk-backgroud {
    padding: 50px 0;
    position: relative;
    background-color: #f6f8ff
}

.sdk-brand {
    padding: 50px 0
}

.enterprise {
    padding: 40px 0 30px
}

.enterprise-img {
    float: left;
    width: 45%;
    text-align: center
}

.enterprise-content {
    float: left;
    width: 55%;
    padding: 0 25px
}

.enterprise-content h2 {
   
    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 32px;
line-height: 40px;
}

.enterprise-content span {
  
    font-family: "proxima-nova", sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 28px;
    position: relative
}

.enterprise-content span:after {
    content: "";
    position: absolute;
    background-color: #000;
    left: 0;
    bottom: -13px;
    width: 136px;
    height: 3px
}

.enterprise-content p {
    padding: 30px 30px 30px 0;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.overall-reliable-scale {
    padding: 50px 0 0
}

.overall-reliable-scale,
.reliable-scale-row {
    float: left;
    width: 100%
}

.reliable-scale-row ul li {
    display: inline;
    width: 33.3%;
    float: left;
    padding: 20px
}

.list-icon {
    float: left
}

.list-text {
    float: left;
    line-height: 60px;
    padding: 0 10px;
    font-weight: 700;
    font-size: 16px
}

.enterprise-overall {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.client-logo img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
    padding: 30px 0 0;
    height: auto
}

.break {
    position: relative;
    padding-bottom: 50px
}

.n-banner-section .banner-contents .left-section h1 span {
    position: relative;
    left: -8px
}

.n-banner-section .banner-contents .native-banenr-left {
    margin-top: 0
}

.n-banner-section {
    padding: 60px 0 50px
}

a.button-link.coustom {
    margin: 0;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: -10px
}

a.button-link.coustom svg {
    height: 18px;
    width: 20px;
    fill: #2650bb
}

a.button-link.aes {
    color: #fff
}

a.button-link.aes svg {
    fill: #fff
}

.connect-device-content .connect-device-solutions:hover a.button-link.coustom {
    color: #fff
}

.connect-device-content .connect-device-solutions:hover a.button-link.coustom svg {
    fill: #fff
}

.connect-device-content .connect-device-solutions:hover a.button-link.coustom svg {
    transform: translateX(5px)
}

.experience-single span.button-link.coustom svg {
    position: static;
    display: inline-block;
    width: 18px;
    height: 18px
}

.experience-single span.button-link.coustom {
    margin: 0
}

.experience-single span.button-link.coustom {
    display: none
}

.experience-single.active-chat span.button-link.coustom {
    display: block !important
}

.experience-single.active-chat span.button-link.coustom {
    color: #fff;
    font-size: 14px;
    margin-left: 1px
}

a.button-link.coustom svg {
    height: 18px !important;
    width: 18px !important;
    fill: #2650bb !important
}

.connect-device-content .connect-device-solutions:hover a.button-link.coustom svg {
    fill: #fff !important
}

.chat-api-banner.none {
    display: none
}

.n-banner-section {
    padding: 98px 0 100px;
    background-size: cover !important;
    position: relative;
    margin-bottom: 0
}

.n-banner-section.objective-banner {
    padding: 50px 0 50px
}

.n-banner-section::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.n-banner-section .banner-contents ul {
    margin-bottom: 15px
}

.n-banner-section .banner-contents .left-section h1,
.n-banner-section .banner-contents .left-section span.heading-desc {
   
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 56px;
    position: relative;
    color: #fff
}

.n-banner-section .banner-contents .left-section h1 span {
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    color: #fff
}

.break {
    position: relative;
    padding-bottom: 50px
}

.n-banner-section .banner-contents .left-section h1 .break:after {
    content: "";
    position: absolute;
    bottom: 26px;
    left: 6px;
    background: #fff;
    width: 126px;
    height: 2px
}

.n-banner-section .banner-contents p {
   
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 20px;
    padding-right: 50px
}
ul.banner-list li svg {
    margin-right: 5px;
    transform: translateY(2px);
}
.n-banner-section .banner-contents {
    display: flex;
    align-items: center
}

.n-banner-section .banner-contents .left-section {
    width: 55%;
    margin-top: -20px
}

.n-banner-section .banner-contents .right-section {
    width: 45%;
    padding-left: 20px
}

.n-banner-section:after {
    content: "";
    display: none;
    width: 160%;
    height: 100px;
    position: absolute;
    bottom: -43px;
    background: url(../webp/banner-bottom.webp) no-repeat
}

.list-icon img,
.list-icon svg {
    width: 60px;
    height: 60px
}

.n-banner-section.kotlin-banner .banner-contents .left-section h1 span {
    left: 0
}

.achieve .features-content {
    width: 475px;
    float: left;
    border-radius: 10px;
    background-color: #fff;
    margin: 17px 20px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 50px 0 58px;
    z-index: 1
}

.achieve .accordion {
    margin-bottom: 0;
    position: relative;
    padding: 18px 50px;
    border-bottom: 1px solid #3334;
    padding-left: 0
}

.achieve .features-content h4.heading-features {
    padding-left: 0
}

.achieve .accordion h4 {
    position: relative;
    width: 100%
}

.achieve .features-content a {
    margin: 31px 0 0 0
}

.accordion.active-acc h4 {
    color: #0400c4
}

.achieve .accordion h4 img {
    position: absolute;
    top: 8px;
    right: -35px;
    transform: rotate(180deg)
}

.achieve .accordion.active-acc h4 img {
    transform: rotate(0)
}

.achieve .accordion .icon,
.achieve .accordion svg {
    position: relative;
    left: 0;
    top: 6px;
    fill: #000 !important;
    margin-right: 8px;
    transform: none
}

.achieve .accordion.active-acc h4 svg {
    fill: #4061e0 !important
}

.achieve .accordion p {
    padding-left: 45px;
    margin-top: 14px
}

section.tab-section.usecase .tab-description {
    padding-left: 50px
}

section.tab-section.usecase .tab-description p {
    width: 100%
}

section.tab-section.usecase .tab-description li {
    width: 48%
}

.heading.clearvoice p {
    text-align: left
}

.heading.clearvoice h4 {
    text-align: left
}

.heading.clearvoice h4:after,
.heading.clearvoice p:after {
    left: 67px
}

.features-content h4.heading-features {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 29px;
}

.sdk-backgroud .rightdots {
    position: absolute;
    right: 85px;
    width: 153px;
    top: 100px
}

.sdk-backgroud .leftdots {
    position: absolute;
    left: 85px;
    width: 153px;
    bottom: 100px
}

ul.banner-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 25px;
    margin: 0;
    width: 100%;
    list-style-position: inside;
    align-content: flex-start;
}
ul.banner-list li {
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 12px 0px;
    display: inline-block;
    color: #ffffff;
    width: 50%;
}
.button.free-trial-btn {
    background: #ff0935 !important;
}

@media (max-width:1440px) {
    .n-banner-section {
        padding: 60px 0 50px
    }

    .n-banner-section .banner-contents .left-section {
        margin-top: -50px
    }

    .n-banner-section .banner-contents .left-section h1 {
       
        font-family: "proxima-nova", sans-serif;
        font-weight: 300;
        font-size: 36px;
        line-height: 46px;
    }

    .n-banner-section .banner-contents .left-section h1 span {
        
        font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 40px;
line-height: 50px;
        position: relative;
        left: -8px
    }

    .n-banner-section.react-banner .banner-contents .left-section h1 span {
        left: 0
    }
}

@media (max-width:1366px) {
    .innerpagesmenu .container {
        padding: 0 15px !important
    }
}

@media (max-width:1200px) {
    .banner-content {
        margin-top: 50px
    }

    .banner-img {
        top: 55px
    }

    .experience-points {
        width: 57%;
        padding: 102px 0 0 20px;
        background-position: 157px 66px
    }

    .experience-content {
        width: 43%
    }

    .experience-points ul {
        width: 90%
    }

    .experience-content ul li {
        width: 96%
    }

    .faq-acc h4 {
        font-size: 15px
    }
}

@media (max-width:1200px) {
    .n-banner-section.objective-banner {
        padding: 50px 0 20px;
        margin-top: 70px
    }
}

@media (max-width:1199px) {
    .connect-device-content .connect-device-solutions {
        width: 100%
    }
}

@media (max-width:1024px) {
    .n-banner-section .banner-contents .left-section {
        margin-top: 0
    }

    .tech-section-list-overall {
        flex-wrap: wrap;
        justify-content: center
    }

    .tech-section-list-overall a {
        width: 45%;
        margin: 10px
    }

    .tech-section-list-top h6 {
      
        font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 18px;

    }

    .features-content .heading.clearvoice h4.heading-features {
    
        font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 30px;
        margin-bottom: 26px
    }

    .sdk-backgroud .rightdots {
        right: 19px;
        width: 100px;
        top: 73px
    }

    .sdk-backgroud .leftdots {
        left: 13px;
        width: 100px;
        bottom: 52px
    }

    .uiux-design-background {
        height: 470px
    }

    .features-content h4.heading-features {
  
        font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 29px;
    }

    .enterprise-content h2 {
      
        font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 29px;
    }

    .list-text {
        font-size: 13px
    }

    .connect-device-content.features-content {
        display: block
    }

    section.competitors-comparison {
        display: none !important
    }

    .connect-device-content.features-content .first-set {
        margin-right: 0
    }

    .features-content {
        width: 48%;
        padding: 20px 0 30px;
        margin: 65px 0 0 10px
    }

    .features-content h4.heading-features {
        margin-bottom: 10px
    }

    .features-img img.lazy-communication,
    .features-img img.lazy-data {
        padding-top: 50px
    }

    .chat-sdk.chat-features p.on-demand {
        top: 95px;
        left: 270px
    }

    .chat-sdk.chat-features p.features-demand {
        top: 148px;
        left: 454px
    }

    .chat-sdk.chat-features p.devops {
        top: 218px;
        right: -27px
    }

    .experience-points {
        width: 60%
    }

    .experience-content {
        width: 40%;
        height: auto
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .banner-heading h1 {
      
        font-family: "proxima-nova", sans-serif;
font-weight: 300;
font-size: 40px;
line-height: px;
    }

    .banner-heading h1 span {
       
        font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 40px;
line-height: 48px;
    }

    h1 span.heading-desc {
       
        font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 40px;
line-height: 48px;
    }

    ul.tabs li {
        width: 142px
    }

    .banner-img {
        left: 0;
        top: 0
    }

    .banner-content {
        width: 65%
    }

    .banner-img {
        width: auto
    }

    .banner-content {
        margin-top: 0
    }

    .banner-img img {
        max-width: 100%
    }

    .chat-api-banner {
        padding: 40px 0 50px
    }

    .chat-sdk,
    .chat-sdk .chat-content {
        width: 100%
    }

    .chat-sdk p {
        margin: 30px 42px 15px 0
    }

    .chat-sdk .heading.chat-api {
        margin-top: 40px
    }

    .chat-sdk.chat-features p {
    
        font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    }

    .features-img {
        margin-top: 37px;
        width: 50%
    }

    .tab-description p {
        width: 100%
    }

    .bubble-top {
        right: 0
    }

    .bubble-bottom {
        left: 0
    }

    .features-img img.lazy-communication,
    .features-img img.lazy-data {
        height: auto;
        max-width: 100%
    }

    .chat-apps ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .chat-apps ul li {
        width: 28.4%
    }

    .chat-sdk.chat-features {
        display: none
    }

    .chat-sdk ul li {
        display: inline-block;
        width: 49%
    }

    .chat-sdk ul li:last-child {
        margin-bottom: 20px
    }
}

@media screen and (max-width:991px) {
    .banner-content.voicecall-list ul li {
        width: 47%;
        margin: 0 0 18px 0
    }

    .same-design.push-to-talk .features-img {
        display: none
    }

    .same-design.push-to-talk .features-content {
        width: 100%
    }

    .video-call-solution-mainpage ul.tabs {
        display: none
    }

    .tab_content {
        padding: 20px 0 25px
    }

    .d_active.tab_drawer_heading svg.plus,
    .tab-img img,
    .tab_drawer_heading svg.minus,
    .tabs {
        display: none
    }

    .tab_drawer_heading {
        background-color: #553696;
        color: #fff;
        border-top: 1px solid #fff;
        margin: 0;
        padding: 10px 45px 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        cursor: pointer;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    }

    .tab_drawer_heading svg.minus,
    .tab_drawer_heading svg.plus {
        position: absolute;
        top: 12px;
        right: 15px;
        height: 18px;
        width: 18px
    }

    .d_active.tab_drawer_heading svg.minus,
    .tab_drawer_heading svg.plus {
        display: block
    }

    .d_active {
        background-color: #4b249c;
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 23px;
    }

    .tab_container {
        margin-top: 35px
    }

    .tab-description,
    .tab-description p,
    .tab-description ul li,
    .tab-img {
        width: 100% !important
    }

    .tab-description {
        padding: 0 0 0 6px;
        padding-left: 0 !important
    }

    .tab-description p {
      
        font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 23px;
        margin-bottom: 7px
    }

    .tab-description ul li {
        font-family: "proxima-nova", sans-serif;
font-weight: 600;
font-size: 15px;
line-height: 23px;
    }

    .chat-sdk.chat-features p.on-demand {
        top: 95px;
        left: 237px
    }

    .chat-sdk.chat-features p.features-demand {
        top: 148px;
        left: 444px
    }

    .chat-sdk.chat-features p.devops {
        right: -40px;
        top: 217px
    }

    .experience-points ul {
        width: 90%
    }

    .faq-accordian-wrapper {
        width: 100%
    }
}

@media (min-width:769px) and (max-width:991px) {
    .security-solutions {
        position: absolute;
        right: -10px
    }

    .security-list {
        width: 100%
    }

    .experience-points ul li h4 {
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .n-banner-section {
        padding: 50px 0 50px !important
    }

    .reliable-scale-row ul li {
        padding: 6px 0
    }

    .list-icon img,
    .list-icon svg {
        width: 50px;
        height: 50px
    }
}

@media (max-width:897px) {
    .list-text {
        font-size: 12px
    }
}

@media (max-width:820px) {
    .experience-points ul li {
        width: 45%
    }
}

@media (max-width:768px) {
    .n-banner-section.objective-banner {
        padding: 50px 0 50px;
        margin-top: 70px
    }

    .n-banner-section .banner-contents .left-section h1 .break:after {
        bottom: 6px;
        left: 30%;
        background-color: #fff
    }

    .n-banner-section .banner-contents p {
        padding-right: 0
    }

    .n-banner-section .banner-contents p {
        margin-top: 20px
    }

    .features-img {
        margin-left: 0
    }

    .n-banner-section .banner-contents .right-section {
        width: 50%;
        padding-left: 20px;
        display: none
    }

    .n-banner-section .banner-contents ul {
        margin-bottom: 32px;
        text-align: center;
        width: 220px;
        margin: 0 auto 21px
    }

    .n-banner-section .banner-contents .left-section {
        width: 50%;
        margin-top: 0
    }

    .n-banner-section .banner-contents .left-section h1,
    .n-banner-section .banner-contents .left-section span.heading-desc {
        font-family: "proxima-nova", sans-serif;
        font-weight: 300;
        font-size: 34px;
        line-height: 48px;
        position: relative;
        color: #fff
    }

    .n-banner-section {
        padding: 50px 0 50px;
        background: #021dd9 !important;
        margin-top: 60px !important
    }

    .n-banner-section .banner-contents .left-section h1 span {
        display: block;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 36px;
        line-height: 48px;
        color: #fff;
        position: relative;
        left: -8px
    }

    .n-banner-section .banner-contents .left-section h1 .break {
        padding-bottom: 20px
    }

    .n-banner-section .banner-contents .left-section ul li {
        text-align: left; 
        width: 100%;
    }

    .n-banner-section .banner-contents .left-section {
        width: 100
    }

    .n-banner-section .banner-contents .left-section {
        width: 100%;
        text-align: center
    }

    .voice-call-solution-mainpage .features-communication,
    .voice-call-solution-mainpage .features-data-moderation {
        flex-direction: column
    }

    .connect-device-content.features-content {
        margin: 20px 0
    }

    .connect-to-device .features-communication,
    .video-call-solution-mainpage .features-api .features-communication,
    .video-call-solution-mainpage .features-api .features-data-moderation {
        flex-direction: column
    }

    .features-communication .features-img,
    .features-data-collaboration .features-img,
    .features-data-communication .features-img,
    .features-data-moderation .features-img {
        order: 1
    }

    .features-communication .features-content,
    .features-data-collaboration .features-content,
    .features-data-communication .features-content,
    .features-data-moderation .features-content {
        order: 2
    }

    .container.chat-api-sdk .button {
        margin: 0 auto
    }

    .banner-content {
        margin-top: 0
    }
   

    .banner-heading .button {
        display: inline-block
    }

    .banner-heading h1:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .chat-api-banner {
        background: url(../png/phone-banner.png) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 80px 0 50px
    }

    .chat-sdk ul {
        margin-bottom: 20px
    }

    .chat-sdk ul li {
        display: inline-block;
        width: 49%
    }

    .chat-sdk .heading.chat-api {
        margin-top: 0
    }

    .container.chat-api-sdk {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .banner-content,
    .chat-apps ul,
    .chat-sdk,
    .chat-sdk .chat-content,
    .features-content,
    .features-img {
        width: 100%
    }

    .banner-img,
    .bubble-bottom,
    .bubble-top,
    .chat-features {
        display: none
    }

    .heading.chat-api span {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 29px;
    }

    .banner-heading,
    .heading.chat-api h2,
    .heading.chat-api span {
        text-align: center
    }

    .heading.chat-api h2:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .chat-sdk p {
        margin: 30px 0 20px
    }

    .features-content {
        margin: 20px 0 0
    }

    .tab-description h3 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
    }

    .features-content h4.heading-features {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 0
    }

    .achieve .features-content {
        width: 100%;
        padding: 50px 0px 0px 0px;
        margin: 0
    }

    .features-content {
        padding: 20px 0
    }

    .accordion h4 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
    }

    .accordion {
        margin-bottom: 10px;
        padding: 9px 15px 10px 65px
    }

    .accordion .icon,
    .accordion svg {
        left: 15px
    }

    .features-content a {
        margin: 20px 0 0 52px
    }

    .features-api {
        margin: 35px 0
    }

    .tab-section {
        padding-top: 30px
    }

    .chat-apps ul li {
        width: 46.5%;
        margin: 30px 10px 7px
    }

    .features-img {
        margin-top: 40px
    }

    .security {
        margin-top: 30px
    }

    .security-list {
        margin-bottom: 50px;
        width: 100%;
        padding: 35px 10px
    }

    .security-content {
        padding: 20px;
        width: 100%
    }

    .security-list ul,
    .security-list ul li {
        width: 50%
    }

    .security-list ul {
        margin-top: 40px
    }

    .security-solutions {
        right: 0;
        float: right;
        width: 48%;
        height: 320px
    }

    .security-solutions:after {
        top: 14px;
        left: -11px;
        height: 280px;
        width: 350px
    }

    .security-content h4 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
    }

    .security-content p {
        margin-top: 10px;
        font-family: "proxima-nova", sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
    }

    .security-list ul li h3 {
        width: 100%;
       
        font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 24px;
        padding: 35px 10px;
        min-height: 118px
    }

    .features-img img.lazy-communication,
    .features-img img.lazy-data {
        padding-top: 0
    }

    .experience {
        padding: 30px 0
    }

    .experience-points {
        display: none
    }

    .experience-content {
        width: 100%;
        padding-top: 40px;
        height: 100%
    }

    .experience-content ul {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .experience-content ul li {
        margin-bottom: 15px;
        width: 100%
    }

    .experience-content ul li.targetdiv {
        opacity: 1
    }

    .experience {
        padding: 30px 0
    }

    .experience-points {
        padding: 0
    }

    .experience-points ul {
        display: none
    }

    .experience-content {
        padding-top: 0;
        width: 100%;
        height: auto
    }

    .experience-content ul li h4,
    .experience-content ul li p {
        font-size: 17px;
        line-height: 25px
    }

    .experience-content ul li {
        margin-bottom: 15px
    }

    .experience-content ul li.targetdiv {
        opacity: 1;
        display: block !important;
        position: relative;
        width: 45%;
        padding: 20px;
        margin: 10px
    }

    .cont-icon {
        padding-left: 10px
    }

    .faq-bg:before {
        content: none
    }

    .faq-bg:after {
        content: none
    }

    .reliable-scale-row ul li {
        padding: 6px 0
    }

    .list-icon img,
    .list-icon svg {
        width: 50px;
        height: 50px
    }

    .enterprise-content h2 {
      
        font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 21px;
line-height: 29px;
    }
}

@media (max-width:767px) {
    .tech-section-list-overall a {
        width: 100%
    }

    .client-logo img {
        padding: 15px 0 0;
        max-width: 100%
    }

    .enterprise-img {
        width: auto
    }

    .enterprise-content {
        width: 100%;
        padding-left: 0;
        margin-top: 30px
    }

    .sdk-backgroud {
        padding: 20px 0
    }

    .reliable-scale-row ul li {
        padding: 5px 0;
        width: 100%
    }

    .enterprise-content h2 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 21px;
        line-height: 29px;
    }

    .chat-apps ul li p {
     
        font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 24px;
    }

    .list-text {
        font-size: 14px;
        line-height: 50px
    }

    .enterprise {
        padding: 0
    }
}

@media (max-width:640px) {
    .n-banner-section .banner-contents .left-section h1 .break:after {
        background-color: #fff;
        left: 30%;
        bottom: 8px
    }

    .n-banner-section.objective-banner {
        padding: 30px 0 35px
    }

    .button.talk-to-us {
        margin-right: 0 !important
    }

    .sdk-backgroud .rightdots {
        right: 4px;
        width: 99px;
        top: 100px
    }

    .sdk-backgroud .leftdots {
        left: 11px;
        width: 105px;
        bottom: 25px
    }

    .heading.clearvoice .heading-features {
        margin-bottom: 24px
    }

    .sdk-brand {
        padding: 25px 0 0
    }

    .features-img {
        margin-left: 0
    }

    .uiux-design-background {
        height: 300px
    }

    .n-banner-section.react-banner {
        padding: 50px 0 50px
    }

    .n-banner-section .banner-contents p {
        margin-top: 25px;
        padding-right: 0
    }

    .same-design.push-to-talk .features-content {
        display: block
    }

    .same-design.push-to-talk .features-content .accordion {
        width: 100%;
        margin-right: 0
    }

    .chat-api-banner {
        padding: 40px 0 50px
    }

    .banner-heading h1 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 300;
        font-size: 22px;
        line-height: 30px;
        text-align: center
    }

    .banner-heading h1 span {
        font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 24px;
line-height: 32px;
    }

    .banner-heading h1 span.heading-desc {
        font-family: "proxima-nova", sans-serif;
        font-weight: 400;
        font-size: 22px;
        line-height: 32px;
    }

    .banner-heading h1:after {
        bottom: -10px
    }

    .banner-heading p {
      
        font-family: "proxima-nova", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
        margin-top: 25px
    }

    .chat-apps ul li {
        width: 100%;
        margin: 25px 0 7px;
        min-height: auto
    }

    .features-img img.lazy-communication,
    .features-img img.lazy-data {
        height: auto;
        width: auto
    }

    .chat-sdk ul li,
    .security p,
    .security-list ul,
    .security-list ul li,
    .security-list ul li h3 {
        width: 100%
    }

    .security-list ul,
    .security-solutions:after {
        display: none
    }

    .security-list ul .security-list,
    .security-solutions:after {
        width: 100%;
        margin: 40px auto 30px;
        padding: 0
    }

    .security-list ul li h3 {
        padding: 10px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 17px;
        line-height: 25px;
    }

    .security-list ul li:nth-child(1),
    .security-list ul li:nth-child(2),
    .security-list ul li:nth-child(3) {
        border: none
    }

    .security-list ul li p {
        display: block;
        padding: 0 10px 10px
    }

    .security-list ul li {
        margin-bottom: 10px
    }

    .security-list ul li h3 {
        min-height: auto
    }

    .security-list ul li svg {
        display: block;
        fill: url(#ultimate-icons1)
    }

    .showSingle.active {
        background-color: transparent
    }

    .banner-content ul li {
        margin: 0 5px 16px 0;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
    }

    .banner-content ul li i {
        margin-right: 11px
    }

    .security-list {
        border: none;
        margin-top: 10px
    }

    .security-solutions {
        display: block;
        float: left;
        width: 100%;
        height: auto
    }

    .security-content {
        position: relative;
        display: block
    }

    .targetDiv {
        opacity: 1
    }

    .banner-content.voicecall-list ul li {
        width: 60%;
        text-align: left
    }

    .faq-head .section-title {
        font-size: 22px
    }

    .faq-subtitle {
        font-size: 15px
    }

    .faq-head {
        padding: 60px 0 40px 0
    }

    .security-list {
        margin-bottom: 0
    }

    .features-content .header-p {
        font-size: 14px
    }

    .experience-content ul li.targetdiv {
        width: 100%
    }
}

@media (max-width:580px) {
    .banner-content.voicecall-list ul {
        width: 100%
    }

    .banner-content.voicecall-list ul li {
        width: 80%;
        text-align: left
    }

    .faq-acc h4 {
        width: 85%
    }

    .button-link {
        font-size: 16px
    }

    .n-banner-section .banner-contents ul {
        margin-bottom: 32px;
        text-align: center;
        width: 220px;
        margin: 0 auto 21px;
    }

    .n-banner-section .banner-contents .left-section h1,
    .n-banner-section .banner-contents .left-section span.heading-desc {
        font-family: "proxima-nova", sans-serif;
        font-weight: 300;
        font-size: 26px;
        line-height: 38px;
        position: relative;
        color: #fff
    }

    .n-banner-section {
        padding: 50px 0 50px
    }

    .n-banner-section .banner-contents .left-section h1 span {
        display: block;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-size: 26px;
        line-height: 34px;
        color: #fff
    }
}

@media (max-width:479px) {
    .chat-sdk ul li {
        position: relative;
        padding: 12px 0 12px 45px
    }

    .chat-sdk ul li svg {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:400px) {
    .button-link {
        font-size: 15px
    }

    .features-content h4.heading-features {
      
        font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 24px;
    }

    .enterprise-content h2 {
       
        font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-size: 18px;
line-height: 24px;
    }

    .n-banner-section .banner-contents .left-section h1,
    .n-banner-section .banner-contents .left-section span.heading-desc {
        font-family: "proxima-nova", sans-serif;
        font-weight: 300;
        font-size: 22px;
        line-height: 38px;
    }

    .n-banner-section .banner-contents .left-section h1 .break:after {
        left: 25%;
        bottom: 8px
    }
}