.topbanner_section {
    background: #EFF9FD;
    padding: 50px 0px;
}

.top_heading {}

.top_heading h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}

.top_heading p {
    font-size: 18px;
    color: #727272;
}

a.common-blue-button {
    text-decoration: none;
    position: relative;
    padding: 10px 30px 10px 55px;
    display: inline-block;
    line-height: 26px;
    font-size: 17px;
    color: #1153ff;
}

a.common-blue-button:before {
    content: "";
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    border: 2px solid #1153ff;
    border-radius: 50px;
    position: absolute;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: #1153ff17;
}

a.common-blue-button:hover:before {
    width: 100%;
}

a.common-blue-button svg {
    font-size: 21px;
    position: absolute;
    left: 25px;
}

.content-style {}

.content-style p {
    color: #565656;
    font-size: 18px;
    line-height: 32px;
}

.img-style {
    position: relative;
    border-radius: 12px 24% 20px 24%;
    box-shadow: inset 10px 10px 10px #00000045;
    padding: 21px;
    overflow: hidden;
}

.title-head {
    color: black;
    font-weight: 600;
}

.img-style img {
    border-radius: 12px 24% 20px 24%;
}

.maintain {
    /* padding: 129px 50px; */
    padding-bottom: 54px;
    position: relative;
    /* overflow: hidden; */
    /* background-image: url("../images/bg-3.png"); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}

.content-div {
    padding-top: 8px;
    z-index: 2;
    position: relative;
    text-align: center;
}

.content-div p {
    font-size: 20px
}


.content-img {
    background: #FCFAD6;
    padding: 10%;
    border-radius: 0 0 0 71px;
    box-shadow: 4px 10px 14px #00000026
}

.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;
}

.shape-image.shape-1 {
    bottom: 60px;
    left: -124px;
}

.shape-image.shape-2 {
    bottom: 300px;
    right: -15%;
    left: unset;
}

.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;
}

.grey-bg {
    background: #daedff9e;
    position: relative;
    overflow: hidden;
    padding-top: 70px;
}

.pulse {
    animation: pulse 2s infinite ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1);
    }
}

.fade-in-left {
    animation: fade-in-left 2s ease infinite;
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.circle {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: whiteSmoke;
    box-shadow: 4px -40px 60px 5px rgb(26, 117, 206) inset;
    position: absolute;
}

.fade-out-down {
    animation: fade-out-down 2s ease infinite;
}

@keyframes fade-out-down {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}


.highlighterbg1 {
    color: #1153FF;
}

a {
    color: #1153FF;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
    line-height: 26px;
}

.mt--30 {
    margin-top: 30px !important;
}

.service-card-6.bg-color .inner {
    position: relative;
    height: 100%;
}

.service-card-6.bg-color:hover .inner {
    transition: 240ms ease-in-out;
    transform: scale(1.02);
}

.two-part-title h2 {
    font-size: 32px;
    font-family: 'General Sans';
    font-weight: 600;
}

.two-part-title h2 .highlighterbg1 {
    color: #1153FF;
}

.two-part-title-wrapper .two-part-title {
    position: relative;
}

@media (max-width: 768px) {
    .shape-image.shape-2 {
        display: none;
    }

    .maintain {
        padding: 30px 0;
    }

    .content-div h1 {
        font-size: 1.7rem;
    }

    .circle {
        display: none;
    }
}


.b-none {
    background-color: initial;
}

.emailMarketing {
    display: flex;
    margin-bottom: 15px;
}

.emailMarketing .emailMarketing_icon {
    color: #28a745;
    margin-right: 20px;
}

.itsHelpsYou {
    border: 5px solid #fff;
    border-radius: 12px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-image: linear-gradient(356deg, #0a11ed38, #ffffff);
    color: #fff !important;
}

.itsHelpsYou h4 {
    font-size: 1.3rem;
    border-bottom: 1px dashed #fff;
    display: inline-block;
    padding-bottom: .5rem;
    color: black;
    font-weight: 700;
}

.itsHelpsYou p {
    color: #000;
}

ul.features {
    width: min(100%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    justify-content: center;
    gap: 2rem;
    list-style: none;
  }
  
  ul.features  li {
    max-width: 100%;
    justify-self: center;
    display: grid;
    grid-template:
      "icon"
      "line"
      "dot"
      "title"
      "descr" 1fr;
    justify-items: center;
    align-items: flex-start;
    text-align: center;
  }
  
  ul.features  li .icon {
    grid-area: icon;
    width: 50%;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: white;
    font-size: 2.5rem;
    border: 0.4rem solid var(--bgColor);
    border-radius: 50%;
    background: var(--accent-color);
    box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45),
      inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
  }
  
ul.features  li::before {
    content: "";
    grid-area: line;
    height: 2rem;
    border-right: 2px dotted currentColor;
  }
  
ul.features  li::after {
    content: "";
    grid-area: dot;
    width: 1rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--accent-color);
    justify-self: center;
    margin-bottom: 0.5rem;
  }
  
ul.features  li .title {
    grid-area: title;
    margin-block: 0.5rem;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
  }
  ul.features  li .icon img{
    width: 70px;
    color: white;
  }
  