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;
}
.bss{
  background: rgb(13 110 253 / 11%);
    border: 2px dotted #1153ff;
    padding: 20px;
    width: max-content;
    margin: 0 auto;
}
.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: 325px; */
	    /* 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;
}

/* ----------------------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); }
}
.seocard .box {
  position: relative;
  top: 10px;
  left: 0px;
  right: 10px;
  bottom: 10px;
  background: rgb(248, 248, 248);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seocard .box .content {
  margin: 23px;
  text-align: center;
  cursor: pointer;
  height: 233px;
    margin-top: 0
}

.seocard .box .content .mainp {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8em;
  color: rgba(0, 0, 0, 0.03);
  transition: 0.6s;
    font-weight:800;
  pointer-events: none;
}

.seocard:hover .box .content .mainp {
  color: rgba(199, 225, 247, 0.329);
}

.seocard .box .content h3 {
  font-size: 21px;
  color: #363636;
  z-index: 1;
  transition: 0.6s;
  position: relative;
  font-weight: 700;
  height: 50px;
}

.seocard .box .content p {
  font-size: 18px;
  font-weight: 400;
  color: #0c0c0c;
  z-index: 1;
  transition: 0.5s;
  position: relative;
  margin-bottom: 0;
  text-align: justify;
}
.seocard{
    border: 0px !important;
    background: rgb(13 110 253 / 9%) !important;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
      transition: 0.4s;
}
.seocard .car-header {
  position:relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 6px;
}
.seocard img{
  position: relative;
 /* width: 100px;*/
  border-radius:15px;
  -webkit-box-shadow: 4px 11px 11px -11px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 11px 11px -11px rgba(0,0,0,0.75);
  box-shadow: 4px 11px 11px -11px #0d6efd;
  transition:.2s ease;
}
.seocard:hover{
  cursor:pointer;
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}
.seocard::before,  .seocard::after{
    content:"";
    background: linear-gradient(235deg, #89ff00, #010615, #00bcd4);
}

:root{
  --color-text: #616161;
  --color-text-btn: #ffffff;
  --card1-gradient-color1: #0d6efd;
  --card1-gradient-color2: rgba(13, 110, 253, 0.25);
  --card2-gradient-color1: #0d9cf0;
  --card2-gradient-color2: #0dcaf02e;
  --card3-gradient-color1: #3f2b96;
  --card3-gradient-color2: #a8c0ff;
  --card4-gradient-color1: #11998e;
  --card4-gradient-color2: #38ef7d;
}
.card-wrap{
  width: 100%;
  background: #fff;
  border-radius: 20px;
  border: 5px solid #fff;
  overflow: hidden;
  color: var(--color-text);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px,
              rgba(0, 0, 0, 0.23) 0px 6px 6px;
  cursor: pointer;
  transition: all .2s ease-in-out;
}
.card-wrap:hover{
  transform: scale(1.1);
}
.card-headerr{
  height: 200px;
  width: 100%;
  background: #0d6efd;
  border-radius:100% 0% 100% 0% / 0% 50% 50% 100%;
  display: grid;
  place-items: center;
}

.card-headerr .imgicon{
  color: #fff;
  width: 100px;
}
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 8px auto;
  text-align: justify;
  padding: 10px;
  height: 220px;
}
.card-title{
  text-align: center;
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 14px !important;
  font-weight: 700;
}
.card-text{
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: justify;
}

.card-headerr.one{
  background: linear-gradient(to bottom left, var(--card1-gradient-color1), var(--card1-gradient-color2));
}
.card-headerr.two{
  background: linear-gradient(to bottom left, var(--card2-gradient-color1), var(--card2-gradient-color2));
}

.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
}
/* ------------------------------new------------------------------ */
@media (max-width: 768px) {
     .shape-image.shape-2{display: none;}
  .maintain {
    padding: 30px 0;
  }
  .content-div h1 {
    font-size: 1.7rem;
  }
  .circle{
   display: none;
  }
  .maintext {
        height:auto
    }
 
}
@media (max-width: 600px) {
  .shape-image.shape-2{display: none;}
  .maintain {
    padding: 30px 0;
  }
  .content-div h1 {
    font-size: 1.7rem;
  }
  .circle{
   display: none;
  }

 
}


