.digital-service .card-grid .card {
    height: 100px;
    margin-top: 10px;
    border-radius: 0;
}

.digital-service .card-grid .card:hover {
    opacity: 0.8;
    background-color: #06A8E2;
   
}

.card-grid .card img {
    border-radius: 0%;
    height: 100%;
}
.grid-head{
    text-align: center;
    justify-content: center;
}


.about-content {
    min-height: 40vh;
    overflow-y: auto;
    /* Allows vertical scrolling */
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer 10+ */
}

.about-content::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

.abthead {
    height: auto;
    margin-top: 20px;
    margin-bottom: 0px;
}

.digital-service .right-bottom {
    height: calc(30vh - 100px)
}


@media (max-width: 768px) {
    .digital-service .right-bottom {
        height: calc(30vh - 100px)
    }

    .digital-service .card-grid .card {
        height: 120px;

    }

    .abthead {
        height: auto;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .abthead-container {
        height: auto;
    }
}

.header-container {
    height: 100%
}

.header-content {
    height: 100%;
    z-index: 5;
    height: 30vh;
    background-color: #fff;

}

.header-content img {
    height: 30vh;
    ;
    width: 100%;

}

.newcontainer-item1 {
    width: 80%;
    margin: auto;

}

.right-content {
    position: relative;
    top: 5vh;
}

.right-content {
    height: min-content;
    /* height:30vh; */
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.right-content::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

.rt-cont .about-content {
    min-height: auto;
    height: auto;
    color: #003788
}

.custom-head {
    color: #003788
}


.right-content {
    background-color: rgba(6, 168, 226, 0.2);
    ;
}

/* .left-cont{
    height:auto;
    overflow-y: scroll;
} */

.right-bottom {
    position: relative;
    top: 5vh;
    height: 100%;
    color: #fff;
    background-color: #00B8E9;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.right-bottom::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

.card-grid-2 {
    display: none;
}

.card-grid-1 {
    display: block;
}
.digital .header-content{
   display: none;
  }
.right-content{
    height:40vh;
    /* padding-top: 5vh; */
}
.digital-service .right-bottom {
    height: calc(30vh - 79px);
}
@media (max-width: 1300px) {
    .right-content{
       
       margin-top: 5vh;
    }
}
@media (max-width: 768px) {
    .right-content{
        height:min-content;
    }
    .digital-service .right-bottom {
        height: min-content;
    }
    .header-content img {
        height: 40vh;
        width: 100%;
    }

    .abtcontent {
        margin-bottom: 10px;
    }

    .abt header {
        height: 60vh;
    }

    .aboutimg {
        display: none;
    }

    .newcontainer-item1 {
        width: 90%;
        margin: auto;
     
    }

    .right-bottom {
        height: min-content;
        top: 0vh;
        margin-bottom: 10px;
    }

    .right-content {
        height: max-content;
        top: 0vh;
    }

    .card-grid-2 {
        display: block;
        margin-bottom: 160px;
    }

    .card-grid-1 {
        display: none;
    }
    .digital .header-content img{
        height:60vh
      }
      .digital .header-item{
        height:23vh
      }
      .digital .header-content{
        height:60vh;
        display:block
      }
      .digital .abt header{
          height: min-content;
      }
      .digital-trans .card-grid-1{
        display: block;
      }

      .abtcontent {
        margin-bottom: 160px;
    }

    .card-grid-pages .abtcontent {
        margin-bottom: 0px;
    }
     .card-grid-pages .about-content{
        min-height: auto;
     }

     .card-grid-pages .right-content {
        margin-top: 0vh;
    }

     
}

