*{
    padding: 0;
    margin: 0;
}

header {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
}

button{
    outline: none !important;
    background: #36C95F;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}

 h1 {
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 36px;
    /* color: #28395a; */
    line-height: 1.2;
}

h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 36px;
    /* color: #28395a; */
    line-height: 1.2;
}

.banner {
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.specialties-box{
    border-bottom: 4px solid #36c95f;
    padding: 10px;
    display: flex;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}

.logo-box{
    background: rgb(13 255 161 / 18%);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;

}

.logo-box svg {
    width: 40px;
    color: #000;
}

.specialties-box p {
    padding-left: 10px;
    padding-top: 20px;
}

.specialties{
    margin-bottom: 50px;
}

.assigned-doctor{
    display: grid;
    grid-template-columns: auto auto auto  auto;
}

.assigned-doctor .items{
    padding: 15px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 15px;
    border-radius: 10px;
    border-bottom: 4px solid #36c95f;
}

.assigned-doctor .items  img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}


.slider{
    margin-bottom: 50px;
}

.padding-all{
    padding: 80px 0px;
}

.height370 {
    height: 470px !important;
}

.bgl-dark{
    background: #fff;
}

