
/* custum css */

.ayushman-n{
    text-align: end;
  }
  .ayushman-n img{
    width: 300px;
  }
  .bg-color-ayu{
    background: #e4e4e4;
    padding-top: 60px;
  }
  
  .learn-abha-btn:hover{
    background-color: #2871BA;
    border: 1px solid #2871BA;
  }
  .need-mobile p{
    margin-top: 14px;
      font-weight: 600;
  }
  .abha-head2 p{
  font-size: 22px;
  }
  .logo-head h1{
    color: #00ca99;
    font-size: 32px;
  }
  .what-we-provide-content ul li h1  {
    font-size: 18px;
  }
  
  /* custum css new */
  
  .banner-img img{
    width: 400px;
  }
  .pt-top-50{
    padding-top: 30px;
  }
  .single-counter-item {
    width: 271px;
    margin: auto;
  }
  .single-counter-item img{
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 10px;
    width: 56px;
    height: 56px;
  }
  .single-counter-item p {
    color: #ffffff;
    margin-top: 12px;
    font-weight: 500;
    font-size: 15px;
  }
  .telehealth-area{
    background-image: url(../images/abha-secbg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
  }
  .new-card-area{
    background-image: url(../images/slider-bg-img.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    padding: 20px;
  }
  .new-blue-banner{
    background-image: url(../images/slider-bg-img1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    padding: 50px;
    text-align: center;
    color: #ffffff;
  }
  .telehealth-img {
    text-align: end;
    margin-right: 60px;
  }
  .telehealth-img img{
    width: 350px;
  }
  .learn-abha-btn{
    background-color: #00ca9700;
    border: 1px solid #2871BA;
    color: #2871BA;
    margin-left: 12px;
  }
  .approve-nha{
    display: flex;
      align-items: center;
      padding: 12px 0px;
      gap: 5%;
  }
  .approve-nha p{
    font-size: 17px;
    color: #393939;
    text-transform: uppercase;
    font-weight: 500;
  }
  .cu-download-btn {
    display: flex;
    padding: 24px 0px;
  }
  .cu-download-btn img {
    margin-right: 16px;
    width: 170px;
  }
  .create-abha-nav a{
    border-radius: 8px;
    border: 1px solid #2871BA;
    padding: 8px 10px !important;
    color: #2871BA !important;
  
  }
  .create-abha-nav a:hover{
    background-color: #2871BA;
    border: 1px solid #2871BA;
    color: #ffffff !important;
  
  }
  .healthLocker-nav a{
    border-radius: 8px;
    border: 1px solid #40B62D;
    background-color: #40B62D;
    padding: 8px 10px !important;
    color: #ffffff !important;
  
  }
  .healthLocker-nav a:hover {
    color: #ffffff;
    background-color: #00ca99 !important;
    border: 1px solid #00ca99 !important;
  }
  .abdm-nav{
    display: flex;
    align-items: center;
  }
  .abdm-nav a{
    margin-right: 5px !important;
  }
  .abdm-nav span{
    background-color: #40B62D;
      padding: 2px 10px;
      border-radius: 5px;
      color: #ffffff;
      font-size: 10px;
      margin-right: 10px;
  }
  .fetures-bg{
    background-image: url(../images/bg-fetures-app.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 30px;
  }
  .fetures-app-mob img{
    width: 388px;
  }
  .Ayushman-card-area{
    margin-top: 30px;
  }
  .single-what-we-do img{
    clip-path: circle(75.7% at 50% 0);
  }
  .stylish-card-content{
    text-align: center;
    padding: 20px 50px;
  }
  .stylish-card img{
    min-height: 240px;
    width: 100%;
  }
  .stylish-card-content h3{
    color: #2871BA; 
    font-size: 18px;
  }
  .single-card-reverse img{
    clip-path: circle(75.7% at 50% 100%);
    min-height: 240px;
    width: 100%;
  }
  .single-what-we-do{
    z-index: 1;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px -5px 11px #77777759;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
  .stylish-card:before {
    border-radius: 50px 50px 35px 35px;
    background: transparent radial-gradient(closest-side at 50% 50%, #AEB0B7 0%, #3489BF 0%, #3791CB 13%, #3F96CE 35%, #3291CE 50%, #3291CC 67%, #4699CE 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    position: absolute;
    height: 245px;
    width: 100%!important;
    content: "";
    right: 2px;
    bottom: 0px;
    transform: skew(-40deg);
  }
  .stylish-card{
    padding: 20px;
    position: relative;
  }
  .stylish-card-reverse{
    padding: 20px;
    position: relative;
  }
  .stylish-card-reverse:before {
    border-radius: 35px 35px 50px 50px;
    background: transparent radial-gradient(closest-side at 50% 50%, #AEB0B7 0%, #3489BF 0%, #3791CB 13%, #3F96CE 35%, #3291CE 50%, #3291CC 67%, #4699CE 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    position: absolute;
    height: 245px;
    width: 100%!important;
    content: "";
    right: 2px;
    top: 0px;
  }
  .stylish-card-third:before {
    transform: skew(40deg);
  }
  .video-sec-area{
    background-color: #DEEEFF;
    padding-top: 70px;
  }
  .desk-y-video {
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
  }
  .desk-y-video img {
    border-radius: 12px;
  }
  img.y-icon {
    position: absolute;
    top: 32%;
    left: 42%;
  }
  
  .vcare-bg-img{
    background-image: url(../images/vacare-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
    position: relative;
  }
  .vcare-bg-img::before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.8;
    background-image: url(../images/vacare-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .vCare-vision-img{
    text-align: end;
    margin-right: 60px;
  }
  .vCare-vision-img img {
    width: 410px;
  }
  .cu-down-footer{
    display: grid;
  }
  .cu-down-footer  img {
    width: 140px;
  }
  .create-abha-footer-btn{
    width: 140px;
    text-align: center;
  }
  .create-abha-footer-btn a{
    background-color: #ffffff;
  }
  
  .footer-bg-color {
    background-color: #4699CE;
    padding-top: 50px;
      padding-bottom: 27px;
    backface-visibility: 0.1;
    position: relative;
  }
  .footer-bg-color::before {    
    content: "";
    background-image: url(../images/footer-bg.png);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 50px;
      padding-bottom: 27px;
      filter: brightness(0) invert(1);
}
  .vcare-vision-text p{
    color: #393939 !important;
    font-size: 20px;
  }
  .vcare-content h2{
    font-size: 34px !important;
      color: #393939;
      padding: 12px 0px;
      font-weight: 700;
      line-height: 49px;
  
  }
  .vcare-content p{
    color: #A1A0A0;
    padding-top: 10px;
  }
  
  
   /* Layout for this demo */
   .wrap{
    position: relative;
    max-width: 1000px;
    width: 90%;
  }
  
   /* The outer-div to move the elements */
  .box-video{
    position: relative;
    width: 100%;
    margin: 0 auto 8px auto;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
  }
  
   /* Set Cover aka Background-Image */
  .box-video .bg-video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
  }
  
   /* Add light shade to make play button visible*/
  .bg-video::after{ 
      content:'';
      position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.1);
        z-index: 3;
        }
  
  
  /* The Play-Button using CSS-Only */
  .box-video .bt-play {
    position: absolute;
    top:50%;
    left:50%;
    margin:-30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index:2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  /* The Play-Triangle */
  .box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #000;
    border-width: 12px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .box-video:hover .bt-play {
    transform: scale(1.1);
  }
  
  /* When Class added the Cover gets hidden... */
  .box-video.open .bg-video{
    visibility: hidden;
    opacity: 0;
  
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;  
  }
  
  /* and iframe shows up */
  .box-video.open .video-container{
    opacity: 1;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
  }
  
  /* Giving the div ratio of 16:9 with padding */
  .video-container {
      position: relative;
      width: 100%;
      height: 0;
    margin: 0;
    z-index: 1;
      padding-bottom: 56.27198%;
  }
  
  .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .video-description h1{
    font-size: 18px;
      color: #111111;
  }
  .video-description p{
    color: #707070;
    font-size: 14px;
  }
  .sub-video-description h1{
    font-size: 14px;
      color: #111111;
      width: 292px;
  }
  .for-relative{
    position: relative;
  }
  .for-relative img{
    position: relative;
    width: 500px;
  }
  .text-block li{
    list-style: none;
    position: absolute;
    color: white;
    inline-size: 259px;
    background: #4597cb;
    border-radius: 26px;
      padding: 9px;
      z-index: -1;
      height: 83px;
      padding-left: 22px;
      display: flex;
      align-items: center;
  }
  .text-block li:nth-child(1) {
    right: 113px;
    top: -9px;
  }
  .text-block li:nth-child(2) {
    right: 41px;
    top: 95px;
  }
  .text-block li:nth-child(3) {
    right: 13px;
      top: 200px;
  }
  .text-block li:nth-child(4) {
    right: 33px;
      top: 306px;
  }
  .text-block li:nth-child(5) {
    right: 116px;
      top: 410px;
  }
  .text-block li h4{
    color: #ffffff;
    font-size: 14px;
      margin-bottom: 3px;
  }
  .text-block li p{
    color: #ffffff;
    font-size: 13px;
  }
  .step1{
    display: none;
  }
  .banner-content h5{
    font-size: 24px;
    color: #393939;
  }
  .banner-content h5 span{
    color: #1976D2;
  }
  .pt-35{
    padding-top: 35px;
  }
  .single-services-box-n {
    padding: 30px 0px;
    border-radius: 5px;
    text-align: center;
    border: 3px solid #ccc;
    margin: 0px 20px;
    border-radius: 8px;
}
.single-services-box-n img{
   width: 60px;
}
.single-services-box-n h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #393939;
}
.single-services-box-n p {
  color: #737171;
  padding: 0px 10px;
}
 .main-service{
  position: relative;
    padding: 26px;
    margin: 20px;
 }
 .main-service::before{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../images/border-dot-without-arrow.png) center/100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-service::after{
  position: absolute;
    left: 0px;
    top: 0;
    right: -38px;
    bottom: 0;
    content: "";
    background: url(../images/arrow-b.png) center/100%;
    background-position: right;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 70px;
}
.remove-arrow1::after{
    display: none;
}
.remove-arrow2::after{
  display: none;
}
.color-box1{
 background-color: #F5E3BF;
}
.color-box2{
  background-color: #E2E2E2;
 }
 .color-box3{
  background-color: #D0E9C9;
 }
 .color-box4{
  background-color: #FFD4E9;
 }
 .color-box5{
  background-color: #BFDFFF;
 }
 .color-box6{
  background-color: #FCDBD1;
 }
 .abha-card-content h2 {
  margin-bottom: 5px;
  color: #050748;
  font: normal normal 50px HK Grotesk;
}
.unique-abha-text p{
  font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.7;
    color: #1976D2;
    margin-top: 10px;
}
.phr-section{
  text-align: center;
  padding: 20px;
}
.phr-section h1{
  font-size: 22px;
  color: #393939;
  margin-bottom: 10px;
}
.phr-section p{
  font-size: 15px;
  color: #949494;
  width: 880px;
  margin: auto;
}
.phr-section h2{
  font-size: 24px;
  color: #1976D2;
  font-weight: 400;
  margin-top: 20px;
}
.takecare-section{
  background-color: #76C5F6;
}
.takecare-bg-img {
  background-image: url(../images/takecare-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: initial;
  padding: 70px 0px;
}
.takecare-content h2 {
  font-size: 30px !important;
  color: #02468B;
  padding: 12px 0px;
  font-weight: 400;
  line-height: 44px;
}
.vCare-takecare-img{
  text-align: -webkit-right;
  margin-right: 60px;
}
.takecare-side-block{
  max-width: 300px;
  position: relative;
}
.vCare-takecare-img img{
  -webkit-transform: skew(-9deg);
  border-radius: 45px;
}
.takecare-side-block::after{
  position: absolute;
    left: 290px;
    top: 0;
    right: 0px;
    bottom: 0;
    content: "";
    background: url(../images/parallelogram-after.png);
    width: 142px;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-7deg);
}
.takecare-side-block::before{
  position: absolute;
  left: -132px;
  top: 0;
  right: 0px;
  bottom: 0;
  content: "";
  background: url(../images/parallelogram-after.png);
  width: 142px;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-7deg);
}
.doctor-effort-bg-img {
  background-image: url(../images/map-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: initial;
  padding: 70px 0px;
}
.doctor-effort-side-img img{
  width: 350px;
}
.reverse-doc-effo{
  text-align: start;
}
.abdm-digital img{
  width: 280px;
}
.abdm-digital .takecare-content h2{
font-size: 28px !important;
}
.abdm-digital .takecare-content p{
  font-size: 16px !important;
  }
  .banner-area.bg-2 {
    background-image: url(../images/about-us-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.banner-area.bg-3 {
  background-image: url(../images/bg3-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: inherit;
}
.about-vision-content h2{
font-size: 24px !important;
}
.banner-area2{
  padding-top: 70px;
  padding-bottom: 70px;
}
.banner-area3 .banner-content h1 {
  font-size: 65px;
  margin-bottom: 30px;
  color: #02468B;
}
.contact-us-main{
  padding: 30px;
  box-shadow: -1px 2px 5px 2px rgb(184 184 184);
  border-radius: 14px;
}
  /* phone start */

  /*# custum css responsive */
@media only screen and (max-width: 991px) {
    .approve-nha {
      display: block;
  }
  .logo img{
    width: 135px;
  }er
  .banner-img img {
    width: 100%;
  }
  .telehealth-img img {
    width: 100%;
    margin-top: 30px;
  }
  .fetures-app-mob img {
    width: 100%;
  }
  .stylish-card-content {
    text-align: center;
    padding: 0px;
  }
  .wrap {
    max-width: 100%;
    width: 100%;
  }
  .sub-video-description h1 {
    width: 100%;
  }
  .footer-bg-color {
    background-image: none;
  }
  .telehealth-img {
    text-align: end;
    margin-right:0px;
  }
  .telehealth-img {
    margin-bottom: 10px;
  }
  .new-card-area {
    background-size: cover;
    padding: 50px 0px;
  }
  .new-blue-banner {
    background-size: cover;
    padding: 50px 0px;
  }
  .stylish-card-third:before {
    transform: unset;
  }
  .stylish-card:before {
    width: 100%!important;
    transform: unset;
  }
  .stylish-card-reverse:before {
    width: 100%!important;
  }
  .mt-mob-20{
    margin-top: 20px;
  }
  .vcare-health-info p{
    inline-size: unset;
  }
  .for-relative{
    height: 100%;
    position: unset;
  }
  .for-relative img{
    display: none;
  }
  .text-block{
    margin: 0px;
    padding: 0px;
  }
  .text-block li{
    position: unset;
    inline-size: unset;
    margin: 10px;
    height: 100%;
    border-radius: 50px 0px 50px 0px;
    padding: 10px;
    display: block;
  }
  .step1{
    text-align: center;
      background: #ffffff;
      color: #000;
      border-radius: 50px 0px 50px 0px;
      display: block;
  }
  .step1 p{
    color: #4597cb !important;
    margin-bottom: 0px;
    font-size: 18px;
  }
  .step1 h1{
    color: #4597cb !important;
    margin-bottom: 0px;
    font-weight: 900;
  }
  .text-block li h4 {
      font-size: 21px;
      margin-bottom: 7px;
      padding-top: 10px;
  }
  .text-block li p {
    font-size: 18px;
  }
  .cu-download-btn img {
    width: 155px;
  }
  .box-video {
    margin-top: 15px;
  }
  .video-sec-area {
    padding-top: 25px;
  }
  .main-service::after {
    top: 61px;
    right: 0px;
    transform: rotate(90deg);
    background-size: 41px;
}
.phr-section p {
  font-size: 15px;
  color: #949494;
  width: 100%;
  margin: auto;
}
.takecare-side-block::after {
  left: 217px;
  width: 62px;
}
.takecare-side-block::before {
  left: -57px;
  width: 62px;
}
.main-service {
  padding: 10px;
}
.remove-arrow1::after{
  display: block;
}
.takecare-side-block {
  max-width: 224px;
  position: relative;
  margin-top: 20px;
}
.takecare-bg-img {
  background-size: initial;
  background-position: initial;
}
.single-services-box-n {
  margin: 5px 10px;
}
.abha-card-content h2 {
  font: normal normal 33px HK Grotesk;
}
.phr-section h1 {
  font-size: 18px;
}
.phr-section h2 {
  font-size: 19px;
}
.doctor-effort-bg-img {
  padding:0px;
}
.banner-area3{
  padding-top: 30px;
}
.banner-area3 .banner-content h1 {
  font-size: 45px;
}
  
  }

   /* phone end */
  @media (max-width: 576px){
  .col-sm-6 {
      flex: 0 0 auto;
      width: 50%;
  }
  }