@media (max-width: 768px) {
    .nav-head{
        display: none;
    }
    .navs-whole {
    height: 65px;
}
.log-p {
    font-size: 30px;
    line-height: 50px;
}

.hero-sec {
    height: 822px;
}
.hero-text {
    top: 44px;
    left: -6px;
}
.hero-forms-fields {
    top: 320px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-p {
    text-align: center;
    font-size: 32px;
    line-height: 53px;
    width: 354px;
    /* margin: auto; */
}
.serve-p1 {
    font-size: 20px;
    line-height: 28px;
}
.blus-bor{
    text-align: center;
}
.ab-small-para {
    width: 100%;
}

.part-space{
    padding: 20px 0px;
}

.counters{
    height: 950px !important;
    background-image: url("images/hero-banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 100px 0px;
    padding: 20px 30px;
    /* filter: grayscale(1); */
    border-radius: 13px;
}
.bor-count{
    border-bottom: 2px solid white;
    margin-bottom: 60px;
}
.border-box-whole {
    border: 10px solid #F8E131;
    background-color: #F4F4F4;
    /* height: 316px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 105px;
    flex-direction: column;
    text-align: center;
    transition: transform 0.3s ease;
}

.bg-white-sing {
    width: 87%;
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
}

.for-mob {
    min-width: 790px; 
    width: max-content; 
}
.bg-yellow{
    height: 378px;

}

   .sing-divider{
    width: 100%;
    text-align: start;
    position: relative;
    margin: 20px 0;
}
.contact-bg{
    background-color: #13337C;
    padding: 10px;
}
.f-p{
    font-size:15px;
}

.hero-sec-about{
    height:240px;
}
.test-card{
    width: 100%;
    padding-left:24px !important;
}
}