@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
/*----------------------------------------------------------*/
*{
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
}
h3{
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
}
a{
    text-decoration: none;
}
header{
    font-size: 40px;
}
li{
    list-style: none;
}
/*-----------------------------------------------------------*/
.index_nav{
    /*border: 1px solid purple;*/
    padding: 20px 30px;
    margin-bottom: 50px;
    /*width: 100%;*/
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 1px 1px 15px 1px #d9cdfd;
}
.nav_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.nav_wrapper a li{
    margin: 0px 15px ;
    color: black;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
}
.nav_wrapper a li:hover{
    color: #5218fa;
}
.nav_wrapper span{
    margin-left: 10px;
    font-size: 20px;
    color: #4114ca;
}
.sahyog_pic{
    height: 50px;
    width: 50px;
    background-image: url("sahyog_logo.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 20px;
}
.menu_btn_pic{
    /*border: 1px solid black;*/
    height: 40px;
    width: 40px;
    background-image: url("menu_btn.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 20px;
    display: none;

}
.index_sec1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_wrapper{
    /*border: 1px solid black;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    
}
.index_sec1_div1{
    /*border: 1px solid grey;*/
    height: 400px;
    width: 400px;
    margin-right: 50px;
    background-image: url("home_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.index_sec1_div2{
    /*border: 1px solid rgb(188, 185, 185);*/
    height: 300px;
    width: 300px;
    padding: 50px;
    border-radius: 15px;
}
.index_sec1_div2 input{
    height: 40px;
    width: 280px;
    padding-left: 20px;
    margin-bottom: 30px;
    outline: none;
    border: 2px solid #5218fa;
    border-radius: 5px;
}
.index_sec1_div2 button{
    height: 40px;
    width: 150px;
    border-radius: 5px;
    background-color: #5218fa;
    color: white;
    border: none;
}
.index_sec1_div2 button:hover{
    background-color: #4114ca;
}
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
.index_sec2{
    display: flex;
    justify-content: center;
    margin: 50px 0px;
    
}
.index_sec2 a{
    border: 2px solid #5218fa;
    border-radius: 20px;
    padding: 10px 70px;
    float: right;
    text-decoration: none;
}
.index_sec2 a:hover{
    background-color: #5218fa;
    color: white;
}
/*----------------------------------------------------------*/

.index_footer{
    padding: 50px 20px;
    text-align: center;
    background-color: #1f065c;
    color: rgb(190, 190, 190);
}
.index_footer span{
    color: white;
}

/*-------------------------------------------------------*/
/*-----------------------2nd Slide-----------------------*/
.slide2_sec1{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.slide2_bg{
    height: 400px;
    width: 400px;
    margin-right: 50px;
    background-image: url("slide2_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide2_sec1_wrapper{
     width: 360px;
     /*margin: auto;*/
     /*float: right;*/
}
.slide2_sec1_sub_wrapper1{
    border: 2px solid #5218fa;
    border-radius: 10px;
    margin-bottom: 50px;
}
.subwrapper1_div1{
    border-bottom: 2px solid #5218fa;
    /*border-radius: 10px;*/
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}
#drop_down_arrow1_show_id{
    display: none;
}
.subwrapper1_div1 span{
    font-size: 20px;
}
.subwrapper1_div1 .drop_down_arrow{
    border: 2px solid #5218fa;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    background-image: url("drop_down_arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.subwrapper1_div2{
    /*border: 2px solid grey;*/
    display: block;
}
.subwrapper1_div2 li{
    list-style: none;
    height: 40px;
    border-bottom: 1px solid rgb(209, 209, 209);
    padding: 0px 20px;
    display: flex;
    align-items: center;
    color: grey;
}
.subwrapper1_div2 li:hover{
    background-color: #5218fa;
    color: white;
    cursor: pointer;
}

/*---------------------------------------*/

.slide2_sec1_sub_wrapper2{
    border: 2px solid #5218fa;
    border-radius: 10px;
    
}
.subwrapper2_div1{
    border-bottom: 2px solid #5218fa;
    /*border-radius: 10px;*/
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}
#drop_down_arrow2_hide_id{
    display: none;
}
.subwrapper2_div1 span{
    font-size: 20px;
}
.subwrapper2_div1 .drop_down_arrow{
    border: 2px solid #5218fa;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    background-image: url("drop_down_arrow.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.subwrapper2_div2{
    /*border: 2px solid grey;*/
    display: none;
}
.subwrapper2_div2 li{
    list-style: none;
    height: 40px;
    border-bottom: 1px solid rgb(209, 209, 209);
    padding: 0px 20px;
    display: flex;
    align-items: center;
    color: grey;
}
.subwrapper2_div2 li:hover{
    background-color: #5218fa;
    color: white;
    cursor: pointer;
}
/*-----------------------TEAM MEMBERS DETAILS---------------------*/
.team_details_sec1{
    /*width: 860px;
    padding: 0px 20px;
    margin: auto;*/
    text-align: center;
    color: #5218fa;
    margin: 50px 0px;
}
.team_details_sec1 header{
    padding-bottom: 50px;
}
.mem_wrapper{
    /*border-left: 5px solid #5218fa;*/
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding-bottom: 30px;
}
.mem_pic{
    /*border: 1px solid black;*/
    border-radius: 100%;
    height: 120px;
    width: 120px;
    margin-right: 30px;

}
.mem_write{
    color: grey;
    text-align: left;
}
.mem_write span{
    color: black;
    font-size: 18px;
}
#mem1_pic{
    background-image: url("akash_pic.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#mem2_pic{
    background-image: url("aditya_pic.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#mem3_pic{
    background-image: url("bishal_pic.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#mem4_pic{
    background-image: url("anirban_pic.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*---------------------HOSPITAL ADDRESS----------------------*/

.location_wrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.hospital_location_div1{
    background-image: url("location_pic.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#hospital_location_bg{
    background-image: url("hospital_location_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hospital_location_div1{
    /*border: 1px solid black;*/
    height: 400px;
    width: 400px;
    margin-right: 30px;
}

.hospital_location_div2{
    /*border: 1px solid black;*/
    height: 360px;
    width: 360px;
    padding: 20px;
    
}
.hospital_location_div2 .location_list{
    border: 1px solid grey;
    overflow-y: scroll;
    height: 300px;
    margin-top: 30px;
}
.hospital_location_div2 .location_list a li{
    font-size: 18px;
    padding: 20px;
    list-style: none;
    color: grey;
    border-bottom: 1px solid rgb(209, 209, 209);
}
.hospital_location_div2 .location_list a li:hover{
    background-color: #5218fa;
    color: white;
}
/*-------------------------ALLTHE HOSPITALS--------------------------*/
.hospital_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hospitals_sec1{
    width: 660px;
    margin: auto;
    padding: 0px 20px 50px 20px;
    color: grey;
}
.hospitals_sec1 header{
    margin-bottom: 50px;
    color: black;
}
.hospitals_sec1 span{
    font-size: 20px;
    color: black;
}
.hospital_1{
    margin: 30px 50px 30px 0px;
    border-left: 5px solid #5218fa;
    padding: 0px 30px;
}
.phone_pic, .email_pic{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*---------------------------DOCTOR DETAILS--------------------------*/

.doc_detail_header{
    margin: 50px ;
}
.doctor_details_sec1{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
    align-items: center;
}
.doctor_details{
    border: 2px solid #5218fa;
    border-radius: 10px;
    height: 400px;
    width:250px;
    margin: 20px;
    padding: 30px;
    color: grey;
}
.doctor_details_sec1 span{
    color: black;
    font-size: 20px;
}
.doc_pic{
    height: 120px;
    width: 120px;
    /*border: 1px solid blueviolet;*/
    border-radius: 100%;
    background-image: url("user.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*--------------------ABOUT SECTION---------------------*/
.about_sec1{
    /*border: 1px solid black;*/
    width: 700px;
    padding: 0px 50px 50px 50px;
    margin: auto;
}
.about_sec1 p{
    margin: 50px 0px;
    font-size: 16px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: grey;
    line-height: 22px;
}
.about_pic{
    height: 300px;
    width: 300px;
    margin: auto;
    background-image: url("sahyog_full_logo.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--------------------------SUGGESTIONS-----------------------*/

.suggestions_sec1{
    /*border: 1px solid black;*/
    width: 660px;
    padding: 20px;
    margin: auto;
}
.suggestions_sec1 header{
    margin-bottom: 50px;
}
.issue_cure{
    border: 2px solid #5218fa;
    border-radius: 0px 20px 20px 20px;
    padding: 30px 20px;
    color: grey;
    line-height: 20px;
    margin-bottom: 30px;
}
.issue_cure span{
    font-size: 20px;
    color: #5218fa;
}
.issue_cure a{
    text-decoration: none;
    border: 2px solid #5218fa;
    border-radius: 20px;
    padding: 10px 20px ;
    color: white;
    background-color: #5218fa;
}
.issue_cure a:hover{
    background-color: #4114ca;
}
/*------------------------------MEDIA QUERIES--------------------------*/

@media (max-width:900px) and (min-width:600px)
{
    .home_wrapper{
        display: block;
    }
    #menu_show{
        display: block;
    }
    .index_nav{
        display: block;
    }
    #nav_wrapper_links{
        display: none;
        margin-top: 30px;
    }
    #nav_wrapper_links li{
        margin: 20px 50px;
    }

}
@media (max-width:600px) and (min-width:400px)
{
    .home_wrapper{
        display: block;
    }
    #menu_show{
        display: block;
    }
    .index_nav{
        display: block;
    }
    #nav_wrapper_links{
        display: none;
        margin-top: 30px;
    }
    #nav_wrapper_links li{
        margin: 20px 50px;
    }

}
