@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
    text-decoration:none;
    
}
.header {
  /*  height: 112px;*/
    width: 100%;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

i {
    color: #12b37d;
    padding-right: 10px;
}

.header1 {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    font-weight: bold;
}

.navbar-text1 {
    display: flex;
    flex-direction: row;
    list-style: none;
    font-size: 15px;
    justify-content: end;
 align-items: left;
}

.nav-link {
    padding:0 !important
}
a {
    color: #000!important;
    text-decoration: none;
    cursor: pointer;
}

.navmain {
    font-size: 10px
}

.bookapp {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.navbar-nav > li > a{
    font-size:15px !important;
}
.card:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

footer {
    background-color: #161616;
    color: #fff;
    padding-top: 12px
}

.f2 {
    font-size: 10px;
    justify-content: center;
    display: flex;
    padding: 10px 0 10px 0;
}

/* banner*/
.banner {
/*    background-image: url(images/bg1.jpg);*/
    height: 381px;
/*    z-index: -1;*/
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.btn1 {
    position: absolute;
    margin-top: 20%;
    margin-left: 7%;
    border: 2px solid #12b37d;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
    width: 154px;
    height: 39px;
    font-size: 14px;
}


    .btn1:hover {
        background-color: #12b37d;
        border-radius: 10px;
        color: #fff
    }

.find-app {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .find-app img {
        width: 121px;
    }

    .find-app li {
        list-style: none;
    }

.title {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
}


.title a {
  
    text-decoration: none;
    color:#000;
    /*padding-top:10px*/
}

    .title a:hover{
        text-decoration: none;
        color: #12b37d!important;
    }

h3.title3 {
    font-weight: bold;
    font-size: 15px;

}
.title1 {
    display: flex;
    justify-content: center;
    margin-top: 2%;
    font-weight: bold;
    font-size: 20px
}

.title2 {
    display: flex;
    justify-content: center;
    margin-top: 2%;
    font-weight:bold;
    font-size:20px;
}

.btn-1 {
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    background-color: #12b37d;
    color: #fff;
    font-size: 16px;
    border-color: #fff;
}
.btn-1 a:hover{
    color:#fff !important;
}

.card-body {
    display: flex;
    flex-flow: column;
    /*  flex-flow: wrap;*/
    justify-content: start;
}
.dropdown-menu[data-bs-popper] {
    left: 47px !important;
    min-width: 3rem;
}
.dropdown-menu > li > a{
    font-size:15px !important;
}
/*login css */
.modal-content {
     /*padding: 8px;*/
    /*border: 5px solid #12b37d;*/
    /*width: 582px !important;*/
}

.modal-footer {
    justify-content: center;
}

.nav2{
    display:flex;
    flex-direction:row;
    justify-content:end
}
/* main */
    .main {
    height: 100vh;
    margin: 20px 0 0 0;
}

.forms_all {
    display: flex;
    flex-direction: row;
}


.a.dropdown-toggle{
    color:#000
}












/* media quiery */




@media only screen and (max-width: 1080px) {
    /* .banner{
    height:267px;
    background-repeat: no-repeat;
    background-size: cover;
   } */
    button.btn.btn1 {
        margin-top: 29%;
    }
}


@media screen and (max-width: 768px) {
    .banner{
    height:258px ;
    background-repeat: no-repeat;
    background-size: cover;
   } 
    .navbar-text1 {
        display: flex;
        flex-direction: column;
        list-style: none;

    }

    .bookapp {
        margin-top: 12px
    }

    button.btn.btn1 {
        margin-top:27%;
    }
}

    @media only screen and (max-width: 600px) {



    .navbar-text1 {
        align-items: left;
    }

        .banner {
            height: 102px;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .btn1 {
        font-size: 11px;
        padding: 2px;
        width: 123px;
        height: 29px;
      
    }

        .btn1:hover {
            background-color: #12b37d;
            border-radius: 10px;
            color: #fff;
        }

    .logo1 {
        width: 93px;
        cursor: pointer;
    }
        button.btn.btn1 {
            margin-top: 18%;
            width: 96px;
            height: 100px;
            height: 21px;
            font-size: 8px;
        }
        .dropdown-menu[data-bs-popper] {
            margin-right: 10px;
            min-width: 41rem;
        }
    
}


@media  screen and (max-width: 400px) {

    button.btn.btn1 {
        margin-top: 24% !important;
        width: 77px;
        height: 18px;
        font-size: 7px;
        padding: 0;
    }

    .dropdown-menu[data-bs-popper] {
      
        min-width: 34rem;
    }
}

/*image overlay coming soon*/
.doctor-item {
    position: relative;
    display: inline-block;
}

.image-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.grayscale-image {
    display: block;
    width: 100%;
    filter: grayscale(90%);
    transition: transform 0.3s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

.image-container:hover .overlay {
    opacity: 1;
}

.image-container:hover .grayscale-image {
    transform: scale(1.05); /* Slight zoom effect */
}
