.rbt-cat-box-1{transition: 0.3s;display: block;}
.rbt-cat-box-1:hover {
    transform: translate3d(0, -10px, 0);
}
.rbt-cat-box-1 .inner {
    background-color: white;
    box-shadow:  0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 10px;
    padding: 28px 23px;
}
.content .title{font-weight:500;height: 48px;overflow: hidden;}
.rbt-cat-box-1 .inner .icons {
    margin-bottom: 20px;
}
.rbt-cat-box-1 .inner .icons img, .rbt-cat-box-1 .inner .icons i {
    border-radius: 13px;
    max-height: 100px;
}
.rbt-cat-box-1:before{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  top: -4px;
  left:-5px;
  border-top: 3px solid #fcca604d;
  border-left: 3px solid #fcca609c;
  transition:all 0.25s;
}
.rbt-cat-box-1:hover:before , .rbt-cat-box-1:hover:after{
  width:104%;
  height:110%;
}
.rbt-cat-box-1:after{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  bottom:-5px;
  right:-5px;
  border-bottom: 3px solid #eedb2fb3;
  border-right: 3px solid #f4f039d9;
  transition:all 0.30s;
}
.beneficial-bg{
    background: #f5f5f5;
    padding: 50px 0px 50px;
    margin-bottom: 50px;
}
.rbt-feature-column:nth-child(odd) {
    padding-top: 50px;
}
.rbt-feature-plugin .inner {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.rbt-feature-plugin .inner .thumbnail {
    border-radius: 100%;
    box-shadow: 0px 6px 34px rgb(215 216 222);
    background: #2f4962;
    border: white solid 16px;
    width: 135px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.rbt-feature-plugin .inner .thumbnail img {
    border-radius: 100%;
    width: 145px;
    height: 145px;
}
.rbt-feature-plugin .inner .content {
    padding-top: 22px;    width: 100%;
}
.rbt-feature-plugin .inner .content .title {
    margin-bottom: 14px;
    font-size: 16px;
}
.rbt-feature-column:nth-child(odd) {
    padding-top: 50px;
}
.bg-color-extra2 {
      background: #a1abe412;
      background-image: url("../images/productivity/right-shape.png");
      background-position: right;
      background-repeat: no-repeat;
      background-size: cover;
}
.content-div h1 {
    color: #080808;
    text-align: center;
    font-size: 2.7rem;
    font-family: 'General Sans';
    font-weight: 900;
}
.content-div p{font-size: 20px}
.highlighterbg1 {
  color: #1153FF;
}
.two-part-title h2 {
    font-size: 32px;
    font-family: 'General Sans';
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 20px;
}
.shape-image.shape-1 {
    bottom: 60px;
    left: -124px;
}
.shape-image.shape-2 {
    bottom: 300px;
    right: 0;
    left: unset;
	width:auto;
}
.shape-image {
    position: absolute;
}
.shape-image.shape-3 {
    top: 0;
    right: 0;
}
.shape-image {
    position: absolute;
    bottom: -9%;
    width: 395px;
    left: 0;
    transform: translateX(0%);
    opacity: .8;
    z-index: -1;
  }
.shape-image {position: absolute;bottom: -9%;width: auto;left: 0;transform: translateX(0%);opacity: .8;z-index: -1;}
a.common-blue-button {color: #009ADB;text-decoration: none;position: relative;padding: 10px 30px 10px 55px;display: inline-block;line-height: 26px; font-size: 17px;}
a.common-blue-button:before {content: "";left: 0px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 2rem;height: 2rem;border: 1px solid #009ADB;border-radius: 50px;position: absolute;-webkit-transition: all .4s ease;transition: all .4s ease;}
a.common-blue-button:hover:before {width: 100%;}
a.common-blue-button svg {font-size: 21px;position: absolute;left: 25px;}

.mt--40 {
    margin-top: 23px !important;
}
.rbt-feature {
    display: flex;
    transition: transform .85s cubic-bezier(.23,1,.32,1),background .3s,border .3s,border-radius .3s,box-shadow .3s;
    align-items: flex-start;
    margin-top: 10px;
}
.rbt-feature + .rbt-feature {
    margin-top: 30px;
}
.rbt-feature .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.rbt-feature .icon.bg-primary-opacity i {
    color: #2e56ed;
}
.rbt-feature .icon i {
    color: #ffffff;
    font-size: 24px;
}
.bg-pink-opacity {
    background: #d5719221 !important;
    color: #d76c8f !important;
}
.bg-coral-opacity {
    background: #ea997e21 !important;
    color: #e8997e !important;
}
.bg-primary-opacity {
    background: #486dfa1f !important;
    color: #325af1 !important;
}
.bg-secondary-opacity {
    background: #cddc392b !important;
    color: #d09c02 !important;
}
.pulse {
  animation: pulse 2s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(0.8); }
  to { transform: scale(1); }
}
@media only screen and (min-width: 320px) and (max-width: 767px){
.content-div h1 {
    color: rgb(58, 58, 58);
    text-align: left;
    font-size: 1.7rem;
}
	.vConnectChannel span {
    width: 27%;
}
}