:root{
  --color-1: #1153ff54;
  --color-2: #208ce469;
  --color-3: #582c8b63;
  --color-4: #0044783b;
}
.topbanner_section {
  background: #EFF9FD;
  padding: 50px 0px;
}

.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 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;
}

.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;
}
.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;
}
.banner-img{
  width: 90%;
    margin: 0 auto;
}
.content-div {
  padding-top: 8px;
  z-index: 2;
  position: relative;
  text-align: center;
}

.content-div p {
  font-size: 20px
}

.highlighterbg1 {
  color: #1153FF;
}

.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;
}

.bg-primary-opacity {
    background: #2f57ef2e !important;
    color: #2f57ef !important;
}
.bg-coral-opacity {
    background: #e9967a54 !important;
    color: #e9967a !important;
}
.rbt-feature {
    display: flex;    align-items: center;
    transition: transform .85s cubic-bezier(.23,1,.32,1),background .3s,border .3s,border-radius .3s,box-shadow .3s;
}
.rbt-feature .feature-content .feature-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
}
.mt--40 {
    margin-top: 40px !important;
}
.rbt-feature .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #b966e7;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.bg-pink-opacity {
    background: #DB709321 !important;
    color: #DB7093 !important;
}
.feature-content p{margin-bottom:0px}
.bg2{
  background-color: #f3fffe;
}
.infographic-cards {
  /* width: 100%; */
  /* position: relative; */
  /* justify-content: center; */
  /* padding-left: 0; */
  /* pointer-events: none; */
}
.infographic-cards img{
  
width: 87px;
}
.infographic-cards .color>div {
  list-style: none;
  width: 100%;
  height: 316px;
  padding: 7px 7px;
  background: #eee;
  position: relative;
  background-image: linear-gradient(to bottom right, #e9eaecda, #ffffff);
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.25));
  box-shadow: inset 2px 2px 2px white, inset -1px -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  display: flex;
  margin-bottom: 25px;
  border-radius: 20px;
  flex-wrap: wrap;
  align-items: initial;
  justify-content: center;
}
.infographic-cards li h5{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.infographic-cards li h6{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.infographic-cards .color-1{
  border: 10px solid var(--color-1);
}

.infographic-cards .color-2{
  border: 10px solid var(--color-2);
}

.infographic-cards .color-3{
  border: 10px solid var(--color-3);
}

.infographic-cards .color-4{
  border: 10px solid var(--color-4);
}


.infographic-cards li i{
  font-size: 35px;
  margin-bottom: 15px;
}
.infographic-cards .color-1 i{
  color: var(--color-1);
}

.infographic-cards .color-2 i{
  color: var(--color-2);
}

.infographic-cards .color-3 i{
  color: var(--color-3);
}

.infographic-cards .color-4 i{
  color: var(--color-4);
}

.number-box{
  position: absolute;
    bottom: 0;
    padding: 15px;
    font-size: 23px;
    border-radius: 60px 60px 0 0;
    width: 60px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: inset 0.25em 0.25em 0.25em rgba(0, 0, 0, 0.2), 0em 0.05em rgba(255, 255, 255, 0);
    font-weight: 800;
    color: #fff;
}
.infographic-cards .color-1 .number-box{
  background: var(--color-1);
}

.infographic-cards .color-2 .number-box{
  background: var(--color-2);
}

.infographic-cards .color-3 .number-box{
  background: var(--color-3);
}

.infographic-cards .color-4 .number-box{
  background: var(--color-4);
}
.two-part-title h2 {
  font-size: 32px;
  font-family: 'General Sans';
  font-weight: 600;
}

.two-part-title h2 .highlighterbg1 {
  color: #1153FF;
}
@media screen and (max-width:991px){
  .infographic-cards{
      /* flex-wrap: wrap; */
  }
  .infographic-cards li {
      flex: 0 0 auto;
      width: calc(100% /2.5);
  }
}
@media screen and (max-width:578px){
  
  .infographic-cards li {
      width: calc(100% /1);
      align-items: center;
      flex-direction: column;
      justify-content: center;
      /* height: 259px; */
  }
}
@media only screen and (min-width:300px) and (max-width:767px) {
.banner-img{
  width: 100%;
    margin: 0 auto;
}
.shape-wrapper{}
.shape-image.shape-2 {
  display: none;
}

.maintain {
  padding: 30px 0;
}

.content-div h1 {
  font-size: 1.7rem;
}

.circle {
  display: none;
}
.infographic-cards {
  /* grid-template-columns: repeat(1, 1fr); */
}
}