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:before {border: 1px solid #009ADB;content: '';position: absolute;top: -25px;left: -25px;width: 95%;height: 95%;z-index: -1;} */
.img-style img{border-radius: 12px 24% 20px 24%;}
.maintain {
    /* padding: 129px 50px; */
    padding-bottom: 10px;
    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}
.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{
	    height: 333px;
	    /* overflow: auto; */
}
.content h5{
	font-weight: 700;
}
.content-div p {
    color: #424141;
    text-align: center;
}
.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;
  }
.bg-color-extra2 {
    background: #0dcaf012;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.two-part-title h2 {
    font-size: 32px;
    font-family: 'General Sans';
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 20px;
}
.beneficial-bg{
    background: #f5f5f5;
    padding: 1px 0px 37px;
    margin-bottom: 27px;
}
.bss {
    background: #1153ff !important;
    border: 2px dotted #1153ff;
    padding: 20px;
    width:100%;
    margin: 0 auto;
    color:white
}
.bss p{
    color:white;
    margin-bottom: 0
}
.bss a{
    color:white !important;
}
.bss a.common-blue-button:before {
    border: 2px solid white !important;
}

.two-part-title h2 {
  font-size: 32px;
  font-family: 'General Sans';
  font-weight: 600;
}

.two-part-title h2 .highlighterbg1 {
  color: #1153FF;
}


.itsHelpsYou{
    min-height: 278px;
    max-height: 400px;
    overflow: hidden;
    border: dashed 2px !important;
}
.itsHelpsYou .card-body{
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
/* ----------------------pritee------------------ */




.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); }
}

/* ------------------------------new------------------------------ */
.bg-color-extra2 {
    background: #e8e8ff;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.box{text-align: center;background-color: white;box-shadow: 4px -12px 34px rgba(215, 216, 222, 0.41);border-radius: 0;padding: 0;position: relative;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;overflow: hidden;border-top: 4px solid #607d8b91;height: 100%;text-align: justify;}
.box:hover{
	-webkit-transform: scale(1.06);
	transform: scale(1.02);
}
.img-box img{width: 100px;padding: 9px;z-index: 1;position: relative;height: auto;border-radius: 9px;}
.img-box{display: flex;justify-content: center;align-items: center;margin-bottom: 15px;width: 100%;box-shadow: -2px 1px 20px 8px rgb(129 104 145 / 23%);background: linear-gradient(45deg, #0d6efd21, #001b431a);}

.top-circle-shape {
    position: absolute;
    width: 243px;
    bottom: -38%;
    height: 261px;
    left: 0%;
    right: 0;
    margin: 0 auto;
    background-image: linear-gradient(90deg, #0d6efd66, #0d6efd08);
    opacity: 1;
    border-radius: 100%;
    box-sizing: border-box;
}
.box-cont h4{font-size: 21px;margin-bottom: 14px;}
.top-circle-shape::before {
    position: absolute;
    content: "";
    background: #e8e8ff;
    border-radius: 100%;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    right: 20px;
    top: 20px;
    box-shadow: 19px 11px 10px black;
}
.ecom .title-head {
    font-size: 66px;
    line-height: 1;
}
.box-cont{height: 390px;padding: 15px;}
.card1-cont h3{font-size: 20px;margin-bottom: 10px}
.card1{
  background: white;
  box-shadow: -2px 1px 13px 3px rgb(129 104 145 / 23%);
  z-index: 1;
  padding: 15px 31px;
  height: 281px;
  border-radius: 40px 0 40px 0;
  }
.img-card img{width: 100px;padding: 9px;background: white;position: relative;height: 100px;border-radius: 9px;}
.img-card{display: flex;justify-content: center;align-items: center;margin-bottom: 15px;}
.back-bg{background: #2f57ef;}
.back-bg::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    background: url("../../images/dots.png") repeat center/auto;
    top: 0;
    z-index: -1;
}
.two-part-title h2 {
    font-size: 32px;
    font-family: 'General Sans';
    font-weight: 600;
}
.pay-box{
	    background: white;
    box-shadow: -2px 1px 13px 3px rgb(189 203 255);
    border-radius: 10px;
    padding: 6px;
	    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.pay-box:hover{
	-webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.arrow{
    padding-left: 25px
}
.arrow li {
  position: relative;
  list-style: none;
  padding: 12px 0;
  display: flex;
  gap: 11px;
  align-items: center;
}
/* Arrows */
.arrow li::before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid #ff9200;
}
.tilesWrap {
	padding: 0;
	margin: 50px auto;
	list-style: none;
	text-align: center;
}
.tilesWrap li {
	display: inline-block;
	width: 20%;
	min-width: 200px;
	max-width: 230px;
	padding: 20px;
	position: relative;
	vertical-align: top;
	margin: 10px;
	font-family: 'helvetica', san-serif;
	height: 27vh;
	background: #ffffff;
	border: 1px solid #4d4d4d;
	text-align: left;
	background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
}
.tilesWrap li h2 {
	font-size: 114px;
	margin: 0;
	position: absolute;
	opacity: 0.2;
	top: 50px;
	right: 10px;
	transition: all 0.3s ease-in-out;
}
.tilesWrap li h3 {
	font-size: 20px;
	color: #020202;
	margin-bottom: 5px;
	font-weight: 600;
}
.tilesWrap li p {
	font-size: 16px;
	color: #040404;
	margin-top: 5px;
}

.tilesWrap li:hover button {
	transform: translateY(5px);
	opacity: 1;
}
.tilesWrap li button:hover {
	color: #262a2b;
}
.tilesWrap li button:hover:before {
	left: 0;
	opacity: 1;
}
.tilesWrap li:hover h2 {
	top: 0px;
	opacity: 0.6;
}

.tilesWrap li:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	background: #fff;
	transform: skew(2deg, 2deg);
	background: linear-gradient(to right, #0ABFBC, #0d6efd);
}
.tilesWrap li:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.02);
}

/*---------------------------*/
@media (max-width: 768px) {
  .shape-image.shape-2{display: none;}
  .maintain {
    padding: 30px 0;
  }
    .tilesWrap li {
               height: auto;
        width: 100%;
        min-width: 100%;
    }
  .content-div h1 {
    font-size: 1.7rem;
  }
  .circle{
   display: none;
  }

  .bg-card-color-1 .inner, .bg-card-color-4 .inner{
    flex-direction: column-reverse;
    display: flex;
}
.box-cont1{
	height: auto
}
    .box-cont{height: auto;}
}