.evening-clinic-banner img{
    width: 100%;
    display: block;
}
.evening-clinic-banner{
    margin-top: 95px;
    position: relative;
}
#banner{
    position:relative;
}
.eveningclinic-para a{
    color: #00B7AC !important;
    
}
.even-clinic-form
{
    width: 20%;
    background: #034EA1;
    padding: 1px;
    position: absolute;
    top: 50%;
    right: 5%;
    border-radius: 5px;
    transform: translate(0, -50%);
}
.even-clinic-form h4{
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.even-clinic-form form{
    background: #fff;
    padding: 10px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}
.even-clinic-form .form-group{
    margin-bottom: 5px;
}
.even-clinic-form form input, .even-clinic-form form select{
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #C4C4C4;
    padding: 7px 0;
}
.even-clinic-form form input::placeholder{
    color:#C4C4C4;
}
.remove-arrow select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
  }
.even-clinic-form form button{
    background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
    border-radius: 5px;
    color: #fff;
    padding: 10px 35px;
    box-shadow: none;
    border: none;
}
.about-even-clnc{
    color: #fff;
    background: #034EA1;
    padding: 50px 0;
    text-align: center;
}
.about-even-clnc h1{
    font-size: 30px;
    margin-bottom: 20px;
}
.over-even-clnc{
    color: #5C5C5C;
    background: #fff;
    padding: 50px 0;
    text-align: center;
}
.over-even-clnc h2{
    color: #034EA1;
    font-size: 30px;
    margin-bottom: 20px;
}
.services {
    /* background: linear-gradient( 90deg, #034EA1 0%, #00B7AC 100%); */
    margin-top: 0;
    padding: 28px 0 55px 0;
}
.services h3 {
    color: #034EA1;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 28px;
}
.services-card {
    text-align: center;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px 0 #9f1a3d;
    transition: all .2s ease-in-out;
    padding: 20px;
    height: 175px;
}
.services .owl-dots{
    display: none;
}
.services .owl-prev{
    position: absolute;
    top: 40%;
    border: 1px solid #3333333b !important;
    padding: 4px;
    border-radius: 22px;
    width: 37px;
    height: 38px;
    left: -8px;
    background: #fff !important;
}
.services .owl-next{
    position: absolute;
    top: 40%;
    border: 1px solid #3333333b !important;
    padding: 4px;
    border-radius: 22px;
    width: 37px;
    height: 38px;
    right: -8px;
    background: #fff !important;
}
.services .owl-carousel .owl-item img{
    width: auto;
    display: block;
    margin: 0 auto;
}
.services-card p {
    color: #292929;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: 0.14px;
    line-height: 15px;
    margin: 0.75em 0 1.5em;
    font-size: 14px;
    word-break: break-word;
}
.doctors-list-home {
    padding: 40px 0;
    position: relative;
    background-image: url(../images/flowers-bg.png);
}
.doctors-list-home h3 {
    color: #024E9F;
    text-align: center;
    font-family: Montserrat;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 42px;
    margin-bottom: 40px;
}
.doctors-card {
    min-height: 530px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
    transition: .2s ease-in-out;
    margin-bottom: 5px;
    background: #fff;
    text-align: center;
}
.doctors-card h5 {
    color: #024e9f;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.doctors-card h5 {
    color: #024e9f;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}
.quali-mid {
    min-height: 100px;
}
.doctors-card p span {
    color: #292929;
    font-weight: 600;
}
.doctors-card button {
    border-radius: 2px;
    background-color: #034fa1;
    color: #fff;
    font-family: Montserrat;
    font-weight: 500;
    letter-spacing: .16px;
    border: none;
    width: 100%;
    padding: 14px;
    margin: 26px 0;
}
.btn-mid {
    width: 100%;
    padding: 0px 30px;
    position: relative;
    bottom: 0px;
}
.quali-wrap {
    margin-top: 30px;
    margin-bottom: 0;
}
.doctors-list-home .owl-prev{
    position: absolute;
    top: 40%;
    left: -34px;
   
}
.doctors-list-home .owl-next{
    position: absolute;
    top: 40%;
    right: 0;
    right: -34px;
    
}
.doctors-list-home .owl-prev span, .doctors-list-home .owl-next span{
    font-size: 38px;
    color: #4242429e;
    
}
.clinics-grid{
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
}
.services-flex{
    display: flex;
    background: #034EA1;
    color: #fff;
    border-radius: 5px;
    width: 230px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
.services-flex p{
    line-height: 20px;
    font-size: 14px;
    margin-left: 15px;
}
.services-flex:hover{
    box-shadow: 0 10px 20px #0006;
}


@media (max-width:1199px){
    #banner {
        height: auto!important;
    }
    .setmargin {
        margin-top: 0px!important;
    }
    .setmargin {
        margin-top: 0px!important;
    }
    .searchbtn{
        padding: 6px 10px 6px 35px;
    }
    .doctors-list-home .owl-next{
        right: 0;
    }
    .doctors-list-home .owl-prev{
        left: 0;
    }
    .even-clinic-form h4 {
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding: 5px 0;
    }
    .even-clinic-form form input, .even-clinic-form form select{
        padding: 5px 0;
    }
    .even-clinic-form form button{
        padding: 5px 20px;
    }
    
}
@media (max-width:991px){
    #banner .bannerDetail{
        bottom:5% !important;
    }
    .even-clinic-form{
        position: unset;
        transform:unset;
        margin: 30px auto 0 auto;
        width: 50%;
    }
    .evening-clinic-banner{
        background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
        padding-bottom: 30px;
    }

}
@media (max-width:767px){
    .even-clinic-form{
        width: 95%;
    }
    .evening-clinic-banner {
        margin-top: 83px;
    }

    .clinics-grid{
        display: block;
    }
    .services-flex{
        margin-bottom: 15px;
        justify-content: left;
        width: unset;
    }
    .services-flex p{
        text-align: left;
    }
}
@media only screen and (min-width:768px) and (max-width:1025px) {
    .clinics-grid{
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 20px;
    }
    .services-flex{
        margin-bottom: 20px;
    }
}

