/*
* 1. Common
* 2. Header
* 3. Home
* 4. Footer
* 1 pricing page


/* 1. Common
---------------------------------------*/
footer, header, nav, section {
	display: block;
}

@font-face {
    font-family: 'AvenirLTStd-Heavy';
    src: url('../fonts/AvenirLTStd-Heavy.ttf') format('ttf'),
         url('../fonts/AvenirLTStd-Heavy.eot') format('eot'),
         url('../fonts/AvenirLTStd-Heavy.otf') format('otf'),
         url('../fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
         url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('../fonts/AvenirLTStd-Medium.ttf') format('ttf'),
         url('../fonts/AvenirLTStd-Medium.eot') format('eot'),
         url('../fonts/AvenirLTStd-Medium.otf') format('otf'),
         url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'),
         url('../fonts/AvenirLTStd-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Oblique';
    src: url('../fonts/AvenirLTStd-Oblique.ttf') format('ttf'),
         url('../fonts/AvenirLTStd-Oblique.eot') format('eot'),
         url('../fonts/AvenirLTStd-Oblique.otf') format('otf'),
         url('../fonts/AvenirLTStd-Oblique.woff2') format('woff2'),
         url('../fonts/AvenirLTStd-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('../fonts/AvenirLTStd-Roman.ttf') format('ttf'),
         url('../fonts/AvenirLTStd-Roman.eot') format('eot'),
         url('../fonts/AvenirLTStd-Roman.otf') format('otf'),
         url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
         url('../fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
footer, header, nav, section {
	display: block;
}
p {
	line-height: 28px;
  
}
ol, ul {
	list-style: none;
	padding-left: 0px;
}
a , a:hover {
	text-decoration: none !important;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
  padding: 0px;
  font-family: 'AvenirLTStd-Heavy';
}
body {
  font-family: 'AvenirLTStd-Roman';
  font-size: 20px;
  color: #707070;
}
.padding-default {
  padding: 5% 0;
}
.no-padding {
  padding: 0px;
}
.list-inline > li {
  display: inline;
  padding: 0 5px;
}
.btn-border {
  border: 1px solid #4B3992;
  color: #4B3992;
  height: 36px;
  padding: 6px 20px;
  font-weight: 600;
  display: inline-block;
}
.btn-blue {
  color: #4B3992;
}
.btn-blue:focus {
    outline: none;
    box-shadow: none;
}
.btn-green {
  background: #19A247;
  color: #fff;
  height: 50px;
  display: inline-block;
  padding: 0 60px;
  line-height: 50px;
  font-size: 18px;
  border: 1px solid #19A247;
  cursor: pointer;
}

.btn-green-op {
    background: #19A247;
    color: #fff;
    height: 89px;
    display: inline-block;
    padding: 7px 60px;
    line-height: 50px;
    font-size: 18px;
    border: 1px solid #19A247;
    cursor: pointer;
    border-radius: 5px;
}

@media only screen and (max-width: 600px) {
    h1,h2,h3,h4,h5,h6 { 
	margin: 0px;
  padding: 0px;
  font-family: 'AvenirLTStd-Heavy';
  font-size : 30px!important;
    }
   
.promote{
    font-size: 13px;
    padding: 5px 0 0 0;
    line-height: 11px
} 

.col-md-4{
    margin : 0 0 0 0!important;
}

.btn-green {
  background: #19A247;
  color: #fff;
  height: 50px;
  display: inline-block;
  padding: 0 60px;
  line-height: 50px;
  font-size: 18px;
  border: 1px solid #19A247;
  cursor: pointer;
  /*width : 90%;*/
}
}


.btn-green:hover {
  background: #fff;
  border-color: #19A247;
  color: #19A247;
}

.btn-green-op:hover {
  background: #fff;
  border-color: #19A247;
  color: #19A247;
}

.relative {
  position: relative;
}
.btn-border:hover {
  background: #4B3992;
  color: #fff;
}
.btn-round {
  border-radius: 90px;
}
.text-500 {
  font-weight: 600;
}
.loader {
  background: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9999999;
}
.loader > img {
  margin: -100px auto 0;
  position: relative;
  text-align: center;
  top: 50%;
}
.title {
  margin-bottom: 70px;
  text-align: center;
}
.title > h2 {
  font-weight: bold;
  color: #4B3992;
  font-size: 38px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.title > h2 + p {
  font-size: 18px;
  color: #555;
}
.title h2:after {
  background: #F05A2A;
  height: 4px;
  width: 70px;
  display: block;
  content: '';
  bottom: -5px;
  position: relative;
}

/* slick slider css start */
.slick-prev {
  background: rgba(0, 0, 0, 0) url("../images/arrow-1.png") no-repeat scroll center center;
  left: -30px;
}
.carousel-inner-2 {
  width: 60%;
  margin:  0 auto;
}
.slick-next {
  background: rgba(0, 0, 0, 0) url(../images/icon2.png) no-repeat scroll center center;
  right: -30px;
  background-size: 15px;
}
.devider-30 {
  margin-bottom: 30px;
}
.slick-prev, .slick-next {
  border: medium none;
  display: block;
  font-size: 0;
  height: 25px;
  line-height: 0;
  outline: medium none;
  position: absolute;
  top: 52%;
  transform: translate(0px, -50%);
  width: 20px;
}
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* slick slider css end */
.img-banner {
  display: none;
}
.text-black {color: #000;}
.text-gray {color: #666666;}
.text-white {color: #fff;}
.text-blue {color: #4B3992;}
/* rippler css start */
.ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translatez(0);
}
.teffect {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  transform: scale(0);
  background: #fff;
  opacity: 0.5;
}
.teffect.animate {
  animation: ripple-effect 0.5s linear;
}
@keyframes ripple-effect {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-webkit-keyframes ripple-effect {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/* ripplr css end */
.text-white {
    color: #fff !important;
}

/* 2. Header
---------------------------------------*/

.header {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 999;
}
.top-header {
    background: #4B3992;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    border-bottom: 1px solid #b8b6c1;
}

.top-header .header-tab {
    display: flex;
    gap:2px;
}
.top-header .header-tab a {
    color: #ffffff;
    font-size: 1rem;
    display: inline-block;
    font-weight: 500;
    padding: 5px 20px;
    text-decoration: none;
    position: relative;
    font-family: 'AvenirLTStd-Heavy';
}
.top-header .header-tab a:hover,
.top-header .header-tab a:focus{
    background: var(--white);
    color: #4B3992;
}
.top-header .header-tab a.active {
    background: #ffffff;
    color: #4B3992;
}
.btn-blue:hover {
  color: #F05A2A;
}
.navi .navbar-nav {
  margin: 0 auto;
}
.header .navi {
  background: none;
  border: 0px;
  box-shadow: none;
  padding: 25px 60px;
}
.header.sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 0;
  right: 0;
  left: 0;
}
.pricing-content .btn-green {
    border-radius: 90px;
}
.header.sticky .secondary-header {
    padding: 15px 0;
    height: auto;
}
.navi .inner-nav > li > .sub-nav:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #ffffff;
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.navi .inner-nav > li > .sub-nav li {
    position: relative;
}
.navi .inner-nav > li > .sub-nav  {
    background: #fff;
    box-shadow: 6px 7px 20px -6px #c3c2c2;
    padding: 20px;
    border-radius: 3px;
    position: absolute;
    top: 45px;
    width: 380px;
    left: -150px;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}
.navi .inner-nav > li > .sub-nav {
  visibility: hidden;
  opacity: 0;
  transition: .5s all ease;
}
.navi .inner-nav > li:hover .sub-nav {
    display: block;
    visibility: visible;
    opacity: 1;
}
.navi .inner-nav > li .sub-nav:hover {
  background: #4B3992;
}
.navi .inner-nav > li .sub-nav:hover .nav-media h5, .navi .inner-nav > li .sub-nav:hover .nav-media p {
  color: #fff;
}
/* .navi .inner-nav > li .sub-nav:hover {
  background-color: #f1f1f1;
} */
.pricing-box .head-pricing-box h3 sup {
    top: -8px;
    font-size: 20px;
}
.navi .inner-nav > li > .sub-nav .nav-media h5 {
    /* font-size: 20px; */
    color: #16473D;
}
.navi .inner-nav > li > .sub-nav .nav-media p {
    margin: 0px;
    color: #707070;
    font-size: 14px;
    line-height: initial;
}
.navi .inner-nav > li {
  position: relative;
}
.navi .inner-nav > li > a {
  color: #4B3992;
  font-size: 16px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
}
.navi .inner-nav > li.active > a {
  color: #F05A2A;
}

.header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    border-bottom: 1px solid #f1f1f1;
    transition: .5s all ease;
}
.header.sticky .navi {
  padding:  13px 60px;
}
.navi .inner-nav > li > a:hover {
  color: #f05a2a;
}
.talk-to-expert .form-group small.help-block {
    color: red;
}
.banner-rext > h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 51px;
  margin-bottom: 10px;
}
.banner-rext > h1 br {
  display: none;
}
.banner-rext > p {
  font-size: 18px;
  color: #6E60A7;
  margin-bottom: 45px;
}
.banner-rext > h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.banner-rext {
  padding-top: 40%;
}
.banner {
  background-image: url(../images/banner-new-Loyalty-and-Reward-by-Bingage.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 42%;
  padding: 0px 100px;
  height: 100vh;
  background-color: #FAFAFA;
}
.platform-section {
  padding-right: 100px;
  padding-left: 100px;
}
#client-logo .owl-nav {
    display: none;
}
.custom-padding {
  padding-top:  80px;
  padding-bottom:  80px;
  position: relative;
  overflow-x: hidden;
}
.platform-box > img {
  max-width: 330px;
}

.platform-box .platform-box-text {
  padding: 0 25px 25px 25px;
  margin-top: -20px;
  min-height: 260px;
}
.platform-box .platform-box-text > h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333333;
}
.platform-box .platform-box-text > p {
  color: #555;
}
.platform-box {
  border: 1px solid #F5F5F5;
  margin-bottom: 70px;
  background: #fff;
  border-radius: 4px;
}
.business-box {
  text-align: center;
  padding-bottom: 80px;
}
.business-box > img {
  margin-bottom: 10px;
  height: 48px;
}
.business-box > h3 {
  font-size: 20px;
  color: #333333;
}
.custom-indicators {
  position: relative;
  display: block;
  margin: 0;
  overflow: hidden;
  clear: both;
}
.custom-indicators > li {
  background: #c4c2c2;
  width: 14px;
  height: 14px;
  display: inline-block;
  padding: 0;
  line-height: 0;
  margin-right: 15px;
  border: 0px;
  margin-left: 0;
  border-radius: 90px;
}
.custom-indicators > li.active {
  background-color: #4B3992;
}
.our-clients p {
  color: #555555;
  margin-bottom: 25px;
  font-style: italic;
}
.our-clients {
  overflow: hidden;
}
.our-clients h4 {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}
/* .our-integration img {
  margin-bottom: 55px;
} */
.pricing-main {
  padding-bottom: 200px;
}
.our-integration .talk-to-expert {
    width: 60%;
    margin: 0 auto;
}
.our-integration {
    padding-bottom: 150px;
}
#success_message{ display: none;}
.talk-to-expert .form-group label {
  color: #707070;
  font-weight: 600;
  display: none;
}
.talk-to-expert .form-group .form-control {
  border: 1px solid #C3C3C3;
  height: 46px;
  border-radius: 4px;
  color: #555555;
  padding: 10px 20px 7px;
}
.input-group-prepend input {
    /* border: 1px solid red; */
    border: 1px solid #C3C3C3;
    height: 46px;
    border-radius: 4px;
    color: #555555;
    padding: 10px 20px 7px;
    width: 100px;
}
.input-group-prepend input:focus {
  box-shadow: none;
  outline: none;
}
.talk-to-expert .form-group .form-control::-webkit-input-placeholder {
  color: #BBBBBB;
}
.talk-to-expert .form-group .form-control::-moz-placeholder {
  color: #BBBBBB;
}
.talk-to-expert .form-group .form-control:-ms-input-placeholder {
  color: #BBBBBB;
}
.talk-to-expert .form-group .form-control:-moz-placeholder {
  color: #BBBBBB;
}

.talk-to-expert .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.talk-to-expert .form-group .input-group-text {
    background: #fff;
    padding: 10px 20px;
}
.talk-to-expert .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BBBBBB;
}
.talk-to-expert .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #BBBBBB;
}
.talk-to-expert .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #BBBBBB;
}
.talk-to-expert .form-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: #BBBBBB;
}
.talk-to-expert .form-group .textarea {
    height: 100px;
    resize: none;
}
.pricing-box {
    background: #fff;
    padding: 25px;
    box-shadow: 1px 4px 6px #e0e0e0;
    border-radius: 3px;
    margin: 20px 0;
    min-height: 700px;
}
.head-pricing-box {
    border-bottom: 1px solid #221A50;
    margin-bottom: 20px;
    text-align: center;
    min-height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pricing-box .head-pricing-box h4 {
    font-size: 16px;
    color: #221A50;
    margin-bottom: 10px;
}
.pricing-box .head-pricing-box h3 {
    font-size: 35px;
    color: #19A247;
    font-family: 'AvenirLTStd-Roman';
}
.pricing-box .head-pricing-box p {
    color: #000000;
    font-size: 14px;
}
.talk-to-expert .form-group {
    margin-bottom: 17px;
}
.pricing-list {
    margin-bottom: 35px;
}
.pricing-list li {
    color: #333333;
    font-size: 16px;
    position: relative;
    /* list-style-image: url(../images/check-green.svg); */
    padding-left: 30px;
    padding-bottom: 14px;
}
.pricing-list li .list-check {
    position: absolute;
    left: 0;
    top: -2px;
}
.pricing-list li p {
    color: #909090;
    font-size: 14px;
    margin: 0px;
}
.essential-pricing-box {
    border: 3px solid #19A247;
}
.pricing-list .list-disabled {
    color: #909090;
}
.btn-green-sm {
    height: 36px;
    line-height: 37px;
    padding: 0 20px;
    font-size: 14px;
}
.contact-widget {
  color: #E6E6E6;
  font-size: 16px;
}
.icon-list li {
  margin-right: 20px;
  display: inline-block;
}
.icon-list li > a {
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 42px;
    border-radius: 90px;
}
.icons-main {
    margin-top: 50px;
}
.icon-list {
    margin-bottom: 0;
}
.content-description {
  padding: 130px 0 80px;
  min-height: 600px;
}
.content-description p {
  color: #707070;
  font-size: 16px;
  line-height: 31px;
}
.content-description h4 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 10px;
}
input.error {
    border: 1px solid red;
}

label.error {
    font-weight: normal;
    color: red;
}
.img-1 {
    position: absolute;
    right: -80px;
    top: 60px;
}
.our-clients img {
  max-height: 170px;
  max-width: 170px;
  float: right;
  margin-bottom: 40px;
}
#success_message {
    display: none;
}
.footer .footer-top {
  padding: 65px 0;
  background-color: #1A1A1A;
}
.footer .footer-box .footer-logo {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}
.footer .footer-box .footer-logo > span {
  display: block;
  color: #00456e;
}
.footer .footer-box .footer-logo + p {
  color: #696969;
  font-size: 14px;
}
.footer .footer-box .footer-social > li > a {
  color: #696969;
}
.footer .footer-box .footer-social > li > a:hover {
  color: #00456e;
}
.footer-gallery > a {
  display: inline-block;
  width: 25%;
  float: left;
  border: 3px solid transparent;
  position: relative;
  overflow: hidden;
}
.footer-gallery > a > img {
  transition: .5s all ease;
}
.footer-gallery > a:hover img {
  transform: scale(1.2);
}
.footer-title {
  color: #898989;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-nav > li > a {
    color: #E6E6E6;
    font-weight: 500;
    padding: 5px 0;
    display: inline-block;
    font-size: 16px;
}
.footer-nav > li:last-child a {
  border-bottom: 0px solid;
}
.footer-contact {
  padding-left: 5%;
}
.footer-bottom {
  background: #141414;
  color: #898989;
  padding: 20px 15px;
  font-size: 14px;
}
.inner-blog-text {
  border-left: 1px dashed #c7c7c7;
  border-right: 1px dashed #c7c7c7;
  border-bottom: 1px dashed #c7c7c7;
  padding: 30px 15px;
  display: block;
  position: relative;
}
.mb-9 {
  margin-bottom: 90px;
}
.img-shap-lg {
    position: absolute;
    border: 0;
    left: -100px;
    max-width: 100%;
    bottom: 0px;
    z-index: -1;
}
.shap-3 {
    position: absolute;
    top: 20px;
    right: 37%;
    z-index: -1;
}
.shap-sm-4 {
    position: absolute;
    left: 4%;
    top: 50%;
    z-index: -1;
}
img.shap-5 {
    position: absolute;
    right: -230px;
    bottom: 10%;
    z-index: -1;
}
#our-clients {
    background: #FAFAFA;
}
img.shap-6 {
    position: absolute;
    top: 40px;
    right: 35%;
    width: 350px;
}
.shap-sm-7 {
    position: absolute;
    top: 10%;
    z-index: -1;
    left: 10%;
}
img.shap-8 {
    position: absolute;
    top: 30px;
    right: 35%;
}
img.shap-80 {
    position: absolute;
    right: 10%;
    width: 400px;
    top: -20px;
    z-index: -99;
}
.shap-9 {
    position: absolute;
    bottom: -190px;
    z-index: -1;
}
.shap-sm-7 {
    position: absolute;
    top: 18%;
    left: 16%;
    width: 150px;
}
img.shap-10 {
    position: absolute;
    right: 80px;
    top: 50%;
    width: 130px;
}
.shap-11 {
    position: absolute;
    top: 50%;
    width: 350px;
    left: 10%;
    z-index: -1;
}
img.img-about {
    position: absolute;
    z-index: -1;
    top: 35%;
    left: -50px;
}
img.img-about1 {
    position: absolute;
    right: 0;
    top: 50%;
}
.our-integration img {
  margin-bottom: 55px;
}




/* 1 pricing page
---------------------------------------*/
.discount-pricing-box{
    display:flex;
    align-items:center;
}

.new-pricing-text{
    background-color: #00800094;
    color: black;
    margin-left: 10px;
    padding: 5px;
}

.promotion-box{
    height: 12rem;
    background-color: #00800057;
    border-top:3px solid #483f8f;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
}

.promotion-content-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.promotion-text{
   font-size: 2rem !important;
    color: black !important;
    margin: 0;
}

.question-box {
    margin-bottom: 70px;
}
.question-box img {
    position: relative;
    top: -15px;
}

#reviewBox{
    margin: 100px 0 0 150px
}
#topBrands{
    margin: 7% 0 0 19%;
}
#brandRow{
    margin: 2% 0 0 16%
}
.cbWidth{
    width:64%;
}
.ckWidth{
   width: 50%
}
.cpWidth{
    width:48%;
}
.cpzWidth{
    width:70%;
}
.colunm{
    width:25%
}
#rpHR{
margin-top: 1rem;
margin-bottom: 0rem;
border: 0;
border-top: 2px #4e979e82 solid;
width:16%;
float:left;
}

#rp1{
 display:none;   
}
.question-box h5 {
    font-size: 24px;
    color: #1A7061;
    font-family: 'AvenirLTStd-Roman' !important;
    margin-bottom: 25px;
    font-weight: bold;
}
.question-box p {
    font-size: 20px;
    color: #1A7061;
    line-height: 32px;
}
.our-clients .carousel-item {
  min-height: 300px;
}


@media only screen and (max-width: 1366px) {
  .banner-rext > h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 51px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-rext > h1 {
    font-size: 26px;
    line-height: inherit;
  }
  .banner-rext > p {
    margin-bottom: 20px;
  }
  .platform-box .platform-box-text > h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .platform-box .platform-box-text {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    position: relative;
  }
  .our-clients img {
      float: left;
  }
  .icon-list li {
    margin-right: 10px;
  }
  .content-description {
    min-height: auto;
    padding: 30px 0 80px;
  }
  img.img-about {
    position: absolute;
    z-index: -1;
    top: 35%;
    left: -0px;
  }
  .pricing-main {
    padding-bottom: 50px;
  }
/*   .header.sticky .navi {
    padding:  13px 60px;
  } */
  .header .navi {
    padding: 20px 20px !important;
    border-bottom: 1px solid #ebebeb;
  }
  .our-integration img {
    margin-bottom: 35px;
    max-width: 100%;
    left: 0;
  }
  .our-integration {
    padding-bottom: 50px;
  }
  .img-about {
    width: 200px;
  }
  .navi .navbar-toggler {
    background: #4b3992;
    border-radius: 2px;
    display: block;
    cursor: pointer;
  }
  .navi .inner-nav > li > .sub-nav {
    top: 45px;
    width: 90%;
    left: 0;
  }
  .navi .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .navi .navbar-toggler .navbar-toggler-line {
    height: 2px;
    background: #fff;
    width: 28px;
    display: block;
    margin: 6px 0;
  }
  .navi .navbar-collapse {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 65px;
    z-index: 999;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }
  .navi .inner-nav > li > a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    padding: 13px 15px;
    background: #4b3992;
    border-bottom: 1px solid #3e2e7e;
  }
  .navi .navbar-nav {
    margin-bottom: 25px;
  }
  .xs-center {
    text-align: center;
  }
  .img-banner {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    right: -15px;
  }
  .banner {
    background-size: 42%;
    padding: 0px 20px;
    height: auto;
    background: none;
  }
  .title {
    margin-bottom: 30px;
  }
  .banner-rext {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .banner-rext {
  display: flex;
  justify-content: start;
  flex-direction: column-reverse;
}
  .platform-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .custom-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .business-box > h3 {
    font-size: 16px;
  }
  .title > h2 {
    font-size: 26px;
  }
  .pricing-box {
    min-height: auto;
  }
  .our-integration .talk-to-expert {
    width: 100%;
  }
  .platform-box .platform-box-text {
    padding: 0 15px 30px 15px;
  }
  .footer-contact {
    padding-left: 0;
    margin-top: 30px;
  }
  .platform-section {
    padding-right: 0px;
    padding-left: 0px;
  }
  img.shap-5 {
    left: 0;
    z-index: -1;
  }
  img {
    max-width: 100%;
  }
  .platform-box > img {
    max-width: 250px;
  }
  
  #reviewBox{
    margin:  0px
}

#brandsSize{
 margin: 6px 0 10px 0px;   
}

#brandsSizeCB{
    margin:6px 0 10px 0px;
}

#topBrands{
    margin: 25% 0 0 13%;
}
#brandRow{
    margin: 2% 0 -18% 0px
}
.colunm{
    width:25%
}
.cbWidth{
    width:80%;
}
.ckWidth{
   width: 61%
}
.cpWidth{
    width:54%;
}
.cpzWidth{
    width:85%;
}
#divpos{
    z-index: 1000;
    bottom: -660px;
}
#divpos2{
  z-index: 0;
    top: -735px  
}
#rp{
   display:none; 
}

#rp1{
   margin:30px 0 0 0; 
   display:block;
}

#rpHR{
margin-top: 1rem;
margin-bottom: 0rem;
border: 0;
border-top: 2px #4e979e82 solid;
width:16%;
float:left;
display:none;
}
}