.banner{
    background-image: url('../img/bgnew.jpg');
    min-height:50vh;
    background-size: cover;
}


.banner_content{
    color: #051C00;
    padding-top: 28vh;
    z-index: -55;
}

.banner_heading{
    font-weight: 400;
   font-size: 50px;
   margin-bottom: 2rem;
   color: #564a41;
}


.banner_button {
    background-color: #69594e;
    color: white;
    padding: 1.5% 5.5%;
    cursor: pointer;
}
.space1{
    height: 15vh;
}

.space2{
    height: 8vh;
}


.about_clinicalhub{
    min-height: 50vh;
    background-image: url('../img/bg.jpg');
   
}

.about_text{
    text-align: left;
    color: #514D34;
    font-size: 16px;
    line-height: 1.8;
    padding-left: 7rem;
    font-weight: 400;
}

.help_text{
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
}


.header-style1{
    padding-top: 46px;
    padding-bottom: 0;
    height: 251px;
}

@media(max-width:660px)
{
    .img{
        margin-top: 18px;
    }

    .help_text{
text-align: left;
    }

      .txt1{
          padding-top: 15px;
      }

      .header-style1{
        padding-top:50px;
        padding-bottom:0;
        height:158px;
    }


    .banner_content{
  padding-top: 40vh;
    }
    
    .banner_heading{
        font-weight: 900;
        font-size: 35px;
    }

    .banner_button {
        background-color: #051C00;
        color: white;
        padding: 2.5% 8.5%;
        cursor: pointer;
    }


}
