@font-face {
  font-family: 'ProximaNova-Bold';
  font-display: auto;
  src: url(../fonts/ProximaNova-Bold.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Light';
  font-display: auto;
  src: url(../fonts/ProximaNova-Light.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Regular';
  font-display: auto;
  src: url(../fonts/ProximaNova-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  font-display: auto;
  src: url(../fonts/ProximaNova-Semibold.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-ExtraBold';
  src: url(../fonts/ProximaNova-ExtraBold.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
body {
  overflow-x: hidden;
  font-family: ProximaNova-Regular;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  color: #000;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none !important;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.no-padding {
  padding: 0 !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.vert-hori-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertically-middle {
  vertical-align: middle;
}
.row{
  margin: 0;
}
.header-div {
  background: #f0f4f7;
  padding: 0 1em !important;
  -webkit-box-shadow: -3px 12px 27px 0 rgba(5, 122, 171, 0.2);
  box-shadow: -3px 12px 27px 0 rgba(5, 122, 171, 0.2);
  position: fixed;
  max-width: 100%;
  width: 100%;
  z-index: 99;
  right: 0;
  left: 0;
}
.header-div .stack-head.bold {
  font-size: 20px;
  font-family: ProximaNova-Bold;
  line-height: 53px;
  color: #242424;
}
.menu-div .navbar-default{
  float: right;
  background: none;
  border: none;
  margin: 0;
}
.menu-div .navbar-default .navbar-nav>li>a{
  color: #000;
  font: 15px/24px ProximaNova-Regular;
}
.menu-div .contact-sales-btn{
  /* box-shadow: 0 5px 12px 0 rgba(163, 165, 171, 0.4); */
  background: #7151FB !important;
  padding: 5px 20px;
  border-radius: 3px;
  top: 9px;
  color: #fff !important;
  font-size: 16px !important;
  font-family: ProximaNova-Semibold !important;
}
.menu-div .contact-sales-btn:hover{
  background: #6947f9 !important;
}
.low-latency-div{
  margin-top: 5.5em;
}
.common-main-div .heading h2, .common-main-div .heading h3 {
  font: 36px/44px ProximaNova-Bold;
  text-align: center;
  margin-bottom: 4px;
  color: #000;
}
.common-main-div .heading p {
  position: relative;
  font: 18px/26px ProximaNova-Regular;
  text-align: center;
  color: #131313;
}
.common-main-div .start-meeting-div .start-meeting-btn{
  box-shadow: 0 5px 12px 0 rgba(163, 165, 171, 0.4);
  background: #7151FB;
  padding: 8px 20px;
  border-radius: 3px;
  top: 9px;
  color: #fff;
  font-size: 16px;
  font-family: ProximaNova-Semibold;
  text-decoration: none;
}
.common-main-div .start-meeting-div .start-meeting-btn:hover{
  background: #6947f9 !important;
}
.common-main-div .start-meeting-div {
  margin: 1em 0 2em !important;
}
.common-main-div .image-section .features-img{
  text-align: center;
}
.common-main-div .accordion-section{
  margin: 26px auto 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 10px !important;
  z-index: 1;
}
.common-main-div .accordion-section h4.heading-features {
  font: 28px/40px ProximaNova-Bold;
  margin-bottom: 18px;
  padding-left: 40px;
}
.common-main-div .accordion-section p.header-p {
  padding-left: 48px;
  padding-right: 40px;
  line-height: 26px;
  font-size: 18px;
  margin-bottom: 20px;
}
.common-main-div .accordion-section .accordion-main-div{
  padding-left: 48px;
  padding-right: 48px;
  width: 98%;
}
.common-main-div .accordion-section .accordion-main-div h4 {
  font: 18px/26px ProximaNova-Bold;
  display: inline-block;
  cursor: pointer;
  color: #000;
}
.common-main-div .accordion-section .panel-group .panel{
  box-shadow: none;
  border-radius: none;
  background: none;
  border: none;
  margin-top: 1em;
  padding: 18px 28px 18px 68px;
  position: relative;
}
.common-main-div .accordion-section .panel-default>.panel-heading{
  background: none;
  border: none !important;
  padding: 0;
  cursor: pointer;
}
.common-main-div .accordion-section .panel-default>.panel-heading+.panel-collapse>.panel-body{
  border: none;
}
.common-main-div .accordion-section .panel-group .panel.active{
  box-shadow: 0px 7px 15px #504AFF42;
  border-radius: 7px;
}
.common-main-div .accordion-section .panel-group .panel.active .panel-title>a{
  color: #7151FB;
}
.common-main-div .accordion-section .panel-group .panel .panel-body{
  font: 16px/24px ProximaNova-Regular;
  margin-top: 5px;
  padding: 0;
}
.common-main-div .accordion-section .panel-group .panel .panel-title img{
  position: absolute;
  top: 16px;
  left: 20px;
  fill: #000;
  right: 0;
  bottom: 0;
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.screen-sharing-list ul{
  margin-right: 25px;
  padding: 20px;
  width: 100%;
}

.screen-sharing-list ul li.screen-sharing-points {
  position: relative;
  border-radius: 4px;

}

.screen-sharing-list ul li:hover a, .screen-sharing-list ul li .active {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: -1px 0 20px #e3e2f5;
  box-shadow: -1px 0 20px #e3e2f5;
  border: 1px solid #ddd;
}

.screen-sharing-list ul li a {
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 10px;
}

.screen-sharing-list ul li.screen-sharing-points .active:before, .screen-sharing-list ul li.screen-sharing-points:hover a:before {
  background: #4061e0;
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  content: '';
  border-radius: 10px 0px 0px 10px;
}

.screen-sharing-list ul li .active h3, .screen-sharing-list ul li:hover h3 {
  color: #7151FB;
}

.screen-sharing-list ul li h3 {
  font: 18px/26px ProximaNova-Bold;
  display: inline-block;
  cursor: pointer;
  color: #000000;
  padding-left: 15px;
  margin: 1em 0;
}

.screen-sharing-list .sharing-list-img{
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.screen-sharing-list .arrow-img{
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-left: auto;
}

.screen-sharing-solutions {
  float: left;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: -1px 0 20px #e3e2f5;
  box-shadow: -1px 0 20px #e3e2f5;
}

.screen-sharing-solutions .active.targetDiv-screensharing {
  opacity: 1;
  display: block;
}

.screen-sharing-solutions .targetDiv-screensharing {
  opacity: 0;
  -webkit-transition: all ease 2s;
  -o-transition: all ease 2s;
  transition: all ease 2s;
  display: none;
  padding: 20px;
}

.screen-sharing-solutions h4 {
  font: 22px/30px ProximaNova-Bold;
  color: #7151FB;
}

.screen-sharing-solutions p {
  font: 16px/24px ProximaNova-Regular;
  width: auto;
  margin-top: 15px;
}

.header-div ul li a.scroll.active {
  color: #7151FB;
}

.security-main-div .tab_content {
  padding: 25px 0 15px;
}

.security-main-div .lazy-imges {
  margin: 0 auto;
  margin-top: 30px;
}

.security-main-div .tab-description {
  padding: 39px 0 0 17px;
}

.security-main-div .tab-description h3 {
  font: 32px/40px ProximaNova-Bold;
  margin-bottom: 10px;
  color: #000;
}

.security-main-div .tab-description p {
  font: 16px/24px ProximaNova-Regular;
  margin-bottom: 24px;
  color: #131313;
}

.security-main-div .tab-description ul {
  width: 100%;
  padding: 0
}

.security-main-div .tab-description ul li {
  display: inline-block;
  padding: 9px 0;
  position: relative;
  vertical-align: top;
  padding-left: 24px;
  font: 16px/24px ProximaNova-Semibold;
  color: #131313;
  width: 40%;
}

.security-main-div .tab-description ul li span {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  /* background: -webkit-linear-gradient( 45deg, rgba(121, 99, 218, 1) 0%, rgba(121, 99, 218, 1) 1%, rgba(37, 97, 154, 1) 99%, rgba(37, 97, 154, 1) 100% );
  background: -o-linear-gradient( 45deg, rgba(121, 99, 218, 1) 0%, rgba(121, 99, 218, 1) 1%, rgba(37, 97, 154, 1) 99%, rgba(37, 97, 154, 1) 100% );
  background: linear-gradient( 45deg, rgba(121, 99, 218, 1) 0%, rgba(121, 99, 218, 1) 1%, rgba(37, 97, 154, 1) 99%, rgba(37, 97, 154, 1) 100% ); */
  background: #7151FB;
  border-radius: 50px;
  top: 16px;
  left: 0;
  margin-right: 12px;
}

.security-main-div .nav-pills{
  margin: 2em 0 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  border-bottom: 2px solid #ccc;
}

.security-main-div .nav-pills li.active a{
  background-color: #fff;
  color: #7151FB;
  display: block;
  border-bottom: 3px solid #7151FB;
  border-radius: 0;
  padding-bottom: 30px;
}

.security-main-div .nav>li>a:focus, .security-main-div .nav>li>a:hover{
  background: none !important;
  border-bottom: 3px solid #7151FB;
  border-radius: 0;
  color: #7151FB;
}

.security-main-div .nav-pills li a {
  float: left;
  cursor: pointer;
  padding: 0;
  color: #131313;
  overflow: hidden;
  position: relative;
  font: 16px/23px ProximaNova-Semibold;
  text-align: center;
  width: 171px;
  margin: 0 auto;
  height: auto;
  padding-bottom: 30px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-bottom: 3px solid #fff;
}

.security-main-div .nav-pills .lazy-imges{
  width: 45px;
  height: 45px;
  padding: 12px;
  display: block;
  background: #e3e4e7;
  border-radius: 50%;
  margin-bottom: 1em;
  object-fit: cover;
}

.security-main-div .nav-pills li.active .lazy-imges{
  background: #7151FB;
}

/* .security-main-div .nav-pills li:hover .lazy-imges {
  background: #2022e4;
} */

.desktop-view{
  display: block;
}

.mobile-view{
  display: none;
}

.security-main-div{
  margin-top: 2em;
  margin-bottom: 2em;
}

.cta-main-div .cta-star-img{
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -10px;
}

.cta-main-div .bottom-cta {
  padding: 75px 0px;
}

.cta-main-div .bottom-cta .cta-bg {
  background: url(../images/cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 69px 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-radius: 20px;
}

.cta-main-div .bottom-cta.cta-animate .cta-bg {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
  box-shadow: 0 40px 60px -30px rgba(31, 98, 255, 0.7);
}

.cta-main-div .bottom-cta h3 {
  font-family: 'ProximaNova-Regular';
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  text-align: center;
}

.cta-main-div .bottom-cta span {
  display: block;
  font-size: 42px;
  line-height: 50px;
  font-family: 'ProximaNova-ExtraBold';
  margin: 15px 0px;
}

.cta-main-div .cta-bg span.mf {
  display: inline-block;
}

.cta-main-div .bottom-cta .cta-star-img {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -10px;
  object-fit: contain;
}

.cta-main-div .bottom-cta p {
  font-family: 'ProximaNova-Regular';
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  padding: 0 25px;
}

.cta-main-div .bottom-cta .bottom-cta-sales-btn {
  background: #fff;
  color: #7151FB;
  font-size: 22px;
  line-height: 30px;
  font-family: 'ProximaNova-Bold';
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  width: 200px;
  display: inline-block;
  margin: 35px auto 0;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  display: block;
}

.cta-main-div{
  padding: 0 3em !important;
}

.footer-main-div .copy-right {
  font: 14px/22px ProximaNova-semibold;
  text-align: center;
  color: #000;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.common-img-margin{
  margin-top: 3em;
}

.ContactSalesModal .modal-dialog, .ContactSalesModal2 .modal-dialog{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ContactSalesModal .modal-header, .ContactSalesModal2 .modal-header {
  position: absolute;
  right: -5px;
  border: none;
  z-index: 99;
  outline: none;
}

.ContactSalesModal .modal-header .close, .ContactSalesModal2 .modal-header .close {
  opacity: 1;
  color: #fff;
  font-size: 3em;
  font-weight: 100;
  margin-top: -0.3em;
  outline: none;
}

.ContactSalesModal .modal-body, .ContactSalesModal2 .modal-body{
  padding: 3em 3em 3em 0.5em;
}

.ContactSalesModal .modal-content, .ContactSalesModal2 .modal-content{
  /* padding-bottom: 8em; */
  display: grid;
  background-image: linear-gradient(180deg,#8F94FB 10%,#4E54C8 100%);
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
  border-radius: 10px;
  box-shadow: none !important;
  width: 100%;
}

.ContactSalesModal .contact-us-title, .ContactSalesModal2 .contact-us-title{
  font-size: 22px;
  margin-bottom: 1em;
}

.ContactSalesModal .form-main-div, .ContactSalesModal2 .form-main-div{
  background: #fff;
  padding: 1.5em 0 !important;
  border-radius: 10px;
  min-height: 448px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ContactSalesModal .form-control, .ContactSalesModal2 .form-control{
  outline: none;
  box-shadow: none;
  border: 1px solid #9e9e9e;
  padding: 1.2em 1em;
}

.ContactSalesModal .form-group, .ContactSalesModal2 .form-group{
  margin-bottom: 1.5em;
}

.ContactSalesModal .motivation-title, .ContactSalesModal2 .motivation-title{
  font-size: 22px;
  margin-bottom: 0.5em;
}

.ContactSalesModal .checkbox label, .ContactSalesModal2 .checkbox label {
  font-size: 16px;
  margin-bottom: 0.5em;
}

.ContactSalesModal .checkbox input[type=checkbox], .ContactSalesModal2 .checkbox input[type=checkbox]{
  width: 16px;
  height: 16px;
  margin-top: 0px;
}

.ContactSalesModal .checkbox label span, .ContactSalesModal2 .checkbox label span{
  margin-left: 5px;
}

.ContactSalesModal .send-btn, .ContactSalesModal2 .send-btn{
  background: #7151FB !important;
  padding: 0.5em 2em;
  border-radius: 20px;
  color: #fff !important;
  font-size: 16px !important;
  font-size: 18px !important;
  font-weight: 600;
  margin-top: 0.5em !important;
  display: inline-block;
}

.common-display-none {
  display: none;
}

.common-display-none-imp {
  display: none !important;
}

.common-error {
  color: #ff0000;
}

.common-opacity-05 {
  opacity: 0.5;
}

.ContactSalesModal .thanks-span-style{
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 1440px){
  .cta-main-div .bottom-cta.cta-animate .cta-bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}


@media screen and (max-width: 767px) {
  .logo-div{
    z-index: 99;
    padding: 0;
  }
  .logo-div a{
    text-decoration: none;
  }
  .menu-div {
    margin-top: -4em;
  }
  .menu-div .navbar-default {
    width: 100%;
  }
  .menu-div .navbar-nav {
    width: 100%;
  }
  .menu-div .navbar-default .navbar-nav>li>a{
    display: inline-block;
  }
  .menu-div .contact-sales-btn{
    margin-bottom: 1em;
  }
  .menu-div .contact-sales-btn-li{
    padding: 0 15px;
    display: inline-block;
  }
  .menu-div .navbar-default .navbar-toggle{
    border: none;
    background: none;
    margin-top: 10px;
  }
  .menu-div .navbar-default .navbar-toggle .icon-bar{
    background: #000;
  }
  .common-main-div .heading{
    padding: 0 15px !important;
  }
  .common-main-div .heading h2, .common-main-div .heading h3{
    font: 21px/29px ProximaNova-Bold;
  }
  .common-main-div .heading p{
    font: 16px/24px ProximaNova-Regular;
  }
  .common-main-div .image-section .lazy-communication{
    margin: 0;
    width: 95%;
  }
  .common-main-div .accordion-section h4.heading-features{
    font: 24px/32px ProximaNova-Bold;
    margin-bottom: 18px;
    padding: 0 10px;
  }
  .common-main-div .accordion-section p.header-p{
    padding: 0 10px;
    line-height: 26px;
    font-size: 18px;
  }
  .common-main-div .accordion-section .accordion-main-div{
    padding: 0 10px;
    width: 100%;
  }
  .common-main-div .main-content-div{
    display: flex;
    flex-direction: column;
  }
  .common-main-div .main-content-div .image-section{
    order: 1;
  }
  .common-main-div .image-section .features-img{
    margin: 0;
  }
  .common-main-div .accordion-section{
    padding: 10px !important;
    order: 2;
  }
  .screen-sharing-main-content-div{
    padding: 20px !important;
  }
  .screen-sharing-list ul{
    display: none;
  }
  .screen-sharing-solutions .targetDiv-screensharing{
    opacity: 1 !important;
    display: block !important;
    padding: 5px 20px;
  }
  .screen-sharing-solutions.common-order-2-style{
    order: 2;
  }
  .screen-sharing-solutions{
    margin-top: 2em;
  }
  .screen-sharing-main-content-div .image-section{
    margin-top: 1em;
  }
  .desktop-view{
    display: none;
  }
  .mobile-view{
    display: block;
  }
  .security-mobile-accordion{
    margin-top: 2em;
    padding: 0 8px;
  }
  .security-main-div{
    padding: 0 10px !important;
  }
  .security-mobile-accordion .panel-default>.panel-heading{
    background-color: #7151FB;
    color: #fff;
    font: 16px/23px ProximaNova-Semibold;
    border: none;
    border-radius: 0;
    padding: 10px 15px 10px 20px;
    border-top: 1px solid #fff;
  }
  .security-mobile-accordion .panel-group .panel+.panel{
    margin: 0;
  }
  .security-mobile-accordion .panel-group .panel{
    border: none;
    box-shadow: none;
  }
  .security-main-div .tab-description{
    padding: 0 0 10px;
  }
  .security-main-div .tab-description ul li{
    width: 100%;
    font: 15px/23px ProximaNova-Semibold;
  }
  .security-main-div .tab-description p{
    margin-bottom: 7px;
    font: 15px/23px ProximaNova-Regular;
  }
  .security-main-div .tab-description h3{
    font: 18px/24px ProximaNova-Bold;
  }
  .security-mobile-accordion .minus-img, .security-mobile-accordion .plus-img{
    top: 12px;
    right: 0;
    height: 18px;
    width: 18px;
    float: right;
  }
  .security-mobile-accordion .panel-default.active>.panel-heading{
    background-color: #7151FB;
  }
  .cta-main-div .bottom-cta {
    padding: 0 0 40px;
  }
  .cta-main-div .bottom-cta h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .cta-main-div .bottom-cta span {
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0px;
  }
  .cta-main-div .bottom-cta .cta-star-img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
  }
  .cta-main-div .bottom-cta p {
    font-size: 18px;
    line-height: 26px;
  }
  .cta-main-div .bottom-cta .bottom-cta-sales-btn {
    font-size: 19px;
    line-height: 27px;
    margin-top: 20px;
  }
  .cta-main-div {
    padding: 0 1em !important;
  }
  .logo-div .logo-img{
    width: 100%;
  }
  .common-main-div .start-meeting-div {
    margin: 1.5em 0 !important;
  }
  .image-section .features-img .real-time-features-img{
    width: 80%;
  }
  .screen-sharing-solutions p{
    padding: 0 0 0 2.3em;
  }
  .screen-sharing-solutions{
    padding: 1em 0 !important;
  }
  .ContactSalesModal .modal-main-div, .ContactSalesModal2 .modal-main-div{
    display: block;
  }
  .ContactSalesModal .modal-dialog, .ContactSalesModal2 .modal-dialog{
    overflow: auto;
    width: 95%;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    box-shadow: none !important;
  }
  .ContactSalesModal .modal-body, .ContactSalesModal2 .modal-body {
    padding: 0.5em 0.8em 0.8em;
  }
  .ContactSalesModal .modal-logo-img, .ContactSalesModal2 .modal-logo-img{
    width: 30%;
    margin-bottom: 1em;
  }
  .ContactSalesModal .modal-header, .ContactSalesModal2 .modal-header{
    position: absolute;
    right: 0;
    border: none;
    z-index: 99;
    outline: none;
    padding: 15px 10px;
  }
  .ContactSalesModal .modal-header .close, .ContactSalesModal2 .modal-header .close{
    opacity: 1;
    color: #fff;
    font-size: 4em;
    font-weight: 100;
    margin-top: -0.3em;
    outline: none;
  }
  .ContactSalesModal, .ContactSalesModal2 {
    padding-bottom: 2em;
  }
  .ContactSalesModal .form-group, .ContactSalesModal2 .form-group{
    margin-bottom: 12px;
  }
  .ContactSalesModal .contact-us-title, .ContactSalesModal2 .contact-us-title {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
  .ContactSalesModal .form-control, .ContactSalesModal2 .form-control{
    font-size: 16px;
  }
  .ContactSalesModal .form-main-div{
    min-height: 500px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .menu-div .navbar-default .navbar-nav>li>a{
    padding: 10px 8px;
    line-height: 32px;
    font: 13px/24px ProximaNova-Regular;
  }
  .menu-div .contact-sales-btn{
    padding: 1px 10px!important;
  }
  .common-main-div .heading h2, .common-main-div .heading h3{
    font: 21px/29px ProximaNova-Bold;
  }
  .common-main-div .heading p{
    font: 16px/24px ProximaNova-Regular;
  }
  .common-main-div .image-section .lazy-communication{
    width: 70%;
    margin-top: 0;
  }
  .common-main-div .accordion-section h4.heading-features{
    font: 24px/32px ProximaNova-Bold;
    margin-bottom: 18px;
    padding: 0 20px;
  }
  .common-main-div .accordion-section p.header-p{
    padding: 0 20px;
  }
  .common-main-div .accordion-section .accordion-main-div{
    padding: 0 20px;
    width: 100%;
  }
  .main-content-div{
    flex-direction: column;
  }
  .common-main-div .main-content-div .image-section{
    order: 1;
  }
  .common-main-div .accordion-section{
    order: 2;
  }
  .screen-sharing-solutions{
    margin: 0 2em 0 1em;
  }
  .screen-sharing-main-content-div{
    flex-direction: unset;
  }
  .screen-sharing-main-content-div .image-section{
    display: none;
  }
  .screen-sharing-list ul{
    margin: 0;
  }
  .desktop-view{
    display: none;
  }
  .mobile-view{
    display: block;
  }
  .security-mobile-accordion{
    margin-top: 2em;
    padding: 0 8px;
  }
  .security-main-div{
    padding: 0 10px !important;
  }
  .security-mobile-accordion .panel-default>.panel-heading{
    background-color: #7151FB;
    color: #fff;
    font: 16px/23px ProximaNova-Semibold;
    border: none;
    border-radius: 0;
    padding: 10px 15px 10px 20px;
    border-top: 1px solid #fff;
  }
  .security-mobile-accordion .panel-group .panel+.panel{
    margin: 0;
  }
  .security-mobile-accordion .panel-group .panel{
    border: none;
    box-shadow: none;
  }
  .security-main-div .tab-description{
    padding: 0 0 10px;
  }
  .security-main-div .tab-description ul li{
    width: 100%;
    font: 15px/23px ProximaNova-Semibold;
  }
  .security-main-div .tab-description p{
    margin-bottom: 7px;
    font: 15px/23px ProximaNova-Regular;
  }
  .security-main-div .tab-description h3{
    font: 18px/24px ProximaNova-Bold;
  }
  .security-mobile-accordion .minus-img, .security-mobile-accordion .plus-img{
    top: 12px;
    right: 0;
    height: 18px;
    width: 18px;
    float: right;
  }
  .security-mobile-accordion .panel-default.active>.panel-heading{
    background-color: #7151FB;
  }
  .cta-main-div .bottom-cta {
    padding: 20px 0 60px;
  }
  .cta-main-div .bottom-cta h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .cta-main-div .bottom-cta span {
    font-size: 38px;
    line-height: 46px;
  }
  .cta-main-div .bottom-cta p {
    font-size: 20px;
    line-height: 28px;
    padding: 0 25px;
  }
  .bottom-cta .bottom-cta-sales-btn {
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
  }
  .cta-main-div {
    padding: 0 1em !important;
  }
  .logo-div .logo-img{
    width: 100%;
  }
  .logo-div{
    padding: 0;
  }
  .menu-div{
    top: 6px;
  }
  .common-main-div .start-meeting-div {
    margin: 1.5em 0 !important;
  }
  .image-section .features-img .real-time-features-img{
    width: 50%;
  }
  .ContactSalesModal .modal-dialog, .ContactSalesModal2 .modal-dialog {
    width: 95%;
  }
  .ContactSalesModal .modal-body, .ContactSalesModal2 .modal-body {
    padding: 3em 3em 3em 1em;
  }
}

@media screen and (max-width: 1024px) and (min-width: 991px) {
  .menu-div .navbar-default .navbar-nav>li>a{
    font: 14px/24px ProximaNova-Regular;
  }
  .logo-div .logo-img{
    width: 80%;
  }
  .image-section .features-img .real-time-features-img {
    width: 75%;
  }
  .security-main-div .tab-description{
    padding-top: 1em;
  }
}
