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;
}
.card-black img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.two-part-title h2 {
  font-size: 32px;
  font-family: 'General Sans';
  font-weight: 600;
}
.grey-bg {
  background: #daedff9e;
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}
.img-style img {
  border-radius: 12px 24% 20px 24%;
}
.maintain {
  /* padding: 129px 50px; */
  padding-bottom: 10px;
  position: relative;
  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 {
  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;
}
.tec-icon {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.tec-icon ul {
  padding: 0px;
  margin: 0px;
}
.tec-icon li {
  display: inline-block;
  vertical-align: top;
  padding: 0px 9px 9px;
  text-align: center;
  box-shadow: -3px 8px 20px #0000002e;
  width: 15.2%;
  padding: 10px;
  transition: 0.1s;
}
.tec-icon li:hover{
      box-shadow: -1px 1px 6px #00000047;
      transform: perspective(900px);
      transition: 0.3s;
      cursor: pointer;
}
.tec-icon li img {
  width: 70px;
  margin: 0px auto;
}
.tec-icon li strong {
  display: block;
  color: #252525;
  font-size: 18px;
  padding: 5px 0px;
}
.mycard {
  margin-bottom: 30px;
  width: 100%;
  height: 430px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  background-color: #F5FAFF;
  border-radius: 20px;
  color: #000000;
  transition: 0.1s;
  cursor: pointer;
}
.mycard svg {
  margin-top: -71px;
  fill: #f5faff;
  transform: rotate(180deg);
  box-shadow: none;
  border: 0;
}
.mycard h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 10px;
}
.card-black {
  box-sizing: border-box;
  width: 100%;
  height: 186px;
  border-radius: 20px 20px 0 0;
  background-color: #01265b;
  color: #FFFFFF;
  border: 0px;
  box-shadow: none;
  padding: 0 !important;
  top: 0 !important;
}
.mycard .card-content {
  padding: 11px;
  position: relative;
  top: -33px;
}
.mycard:hover {
  scale: 105%;
  box-shadow: calc(var(--mouse-x) * -30px) calc(var(--mouse-y) * -30px) 6px rgba(0, 0, 0, 0.3);
  transform: perspective(900px) rotateY(calc(var(--mouse-x) * 100deg)) rotateX(calc(var(--mouse-y) * -100deg));
  transition: 0.3s;
}

.tilesWrap .list {
	display: inline-block;
    /* width: 20%; */
    padding: 25px;
    position: relative;
    vertical-align: top;
    /* height: 31vh; */
    background: #ffffff;
    border: 1px solid #4d4d4d;
    text-align: left;
    background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
    border-radius: 48px 0;
    max-height: 36vh;
}
.tilesWrap .list h2 {
	font-size: 114px;
	margin: 0;
	position: absolute;
	opacity: 0.2;
	top: 50px;
	right: 10px;
	transition: all 0.3s ease-in-out;
}
.tilesWrap .list h3 {
	font-size: 20px;
	color: #020202;
	margin-bottom: 5px;
	font-weight: 700;
}
.tilesWrap .list p {
	font-size: 18px;
	color: #040404;
	margin-top: 5px;
}

.tilesWrap .list:hover button {
	transform: translateY(5px);
	opacity: 1;
}
.tilesWrap .list button:hover {
	color: #262a2b;
}
.tilesWrap .list button:hover:before {
	left: 0;
	opacity: 1;
}
.tilesWrap .list:hover h2 {
	top: 0px;
	opacity: 0.6;
}

.tilesWrap .list: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, #1116ff, #0d6efd);
}
.tilesWrap .list:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.02);
}
.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
}
/*---------------------------*/
@media (max-width: 767px) {
  .tec-icon li {
    padding: 10px;
    text-align: center;
    border: 1px solid #bebebe;
    margin-bottom: 5px;
    width: 48%;
    background: #fff;
  }
  .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;}
    .card-text {
    height: auto;
    }
    .card1 {
    margin-bottom: 21px;
    }
    .card-text{
            width: 97%;
}*/
}