.shape-image.shape-1 {
    bottom: -169px;
    left: -238px;
}
.shape-image.shape-2 {
       top: 0;
    right: 0;
    left: unset;
}
.shape-image {
    position: absolute;
}
.shape-image.shape-3 {
    top: 0;
    right: 0;
}
.shape-image {
    position: absolute;
    bottom: -9%;
    width: auto;
    left: 0;
    transform: translateX(0%);
    opacity: .8;
    z-index: -1;
  }
.grey-bg{
    background: #daedff9e;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}
.pulse {
  animation: pulse 2s infinite ease-in-out alternate;
}
.content-div{
    padding-top: 8px;
    z-index: 2;
    position: relative;
    text-align: center;
    }
.content-div p{font-size: 20px}
.content-div h1 {
    color: #080808;
    text-align: center;
    font-size: 2.7rem;
    font-family: 'General Sans';
    font-weight: 900;
}

.content-div p {
    color: #424141;
    text-align: center;
}
.highlighterbg1 {color: #1153FF;}
.two-part-title h2 {
    font-size: 32px;
    font-family: 'General Sans';
    font-weight: 600;
}
@keyframes pulse {
  from { transform: scale(0.9); }
  to { transform: scale(1); }
}
.fade-in-left {
  animation: fade-in-left 4s ease infinite;
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.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: center;
    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;
}
.feature{border-radius: 20px 30px 20px 60px;
    box-shadow: 0px 6px 34px rgb(215 216 222);
    background: #2f4962;
    border: white solid 16px;
}
.feature img{border-radius: 20px 30px 20px 60px;
}
.content-div {
    padding-top: 36px;
}
.bell{-webkit-animation: mover 1s infinite  alternate;animation: mover 1s infinite  alternate;}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
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;}
.rbt-feature-column:nth-child(odd) {
    padding-top: 50px;
}
.content-div h1 {
    color: rgb(58, 58, 58);
    text-align: center;
    font-size: 2.7rem;
}
.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;
}
@media only screen and (max-width: 767px){
.content-div h1 {
    color: rgb(58, 58, 58);
    text-align: left;
    font-size: 1.7rem;
}
}