@import url('https://fonts.googleapis.com/css2?family=Playwrite+BE+VLG:wght@100..400&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');


* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.navbar {
    background: #017e7e;
    width: 100%;
}

.logo_color {
    color: white;
}

a {
    text-decoration: none;
    color: white;
}


h2{
    color: #017e7e;
}

.register_button {
    border: 2px solid white;
    color: white;
    border-radius: 50px;
    padding: 15px;
}

.table-2{

    font-family: Arial, Helvetica, sans-serif;
}
.Banner_button {
    border: 3px solid orangered;
    color: orangered;
    border-radius: 20px;
    font-size: 30px;
    padding: 15px;
    width: 50%;
    margin-left: 170px;
}


.table-3{
    width: 100%;
    color: white;
}

.Total_Doses{
    background: #017e7e;
    padding: 2px;
}
.Total_Vaccinations{
    background: #04c4c4;
    padding: 2px;
}

.table-4{

    background:#edffff;
    width: 100%;
    padding: 50px;
  
}

.get_vaccinated_heading{
    color:#017e7e;
    text-align: center;
    background: #edffff;
    padding: 25px;
}



.vaccinated_images{
  background: whitesmoke;
}


.vacinated_text1{
    background: #017e7e;
    color: white;
    line-height: 25px;
    border-radius: 20px;
    
}

.vacinated_text2{
    background: whitesmoke;
    color: rgb(1, 0, 0);
    line-height: 25px;
    
}


.vaccinatin_center_heading{
    color:#017e7e;
    font-size: 35px;
}

.login_slot{
    
    color: #04c4c4;
}


.input_options>th>select
{
   border: 5px solid #015158;
   padding: 20px;
   border-radius: 10px;
}

.search_button{

    background:#017e7e ;
    color: white;
    border-radius: 10px;
    width: 30%;
}


.BookYourSlot_button{
    background:#017e7e;
    color: white;
    padding: 15px;
    border-radius: 25px;
    width: 20%;
    margin-left: 285px;
}


.table-7,.table-9,.table-11
{
    background-color: #edffff;
    padding: 25px;
}


.Benifites_section{

    text-align: center;
}

.benifites_images>td>img{

    border: 2px solid #017e7e;
    border-radius: 15px;
}


.click_here_button{
    background:#017e7e;
    color: white;
    padding: 15px;
    border-radius: 25px;
    width:20%;
    margin-left: 40%;

}


.table-12
{
    background:#017e7e;
    width: 100%;
    padding: 50px;
    text-align: center;
}

.table_12_heading
{
    text-align: center;
    background:#017e7e;
    color: white;
    padding: 20px;

}
.table_12_heading>h3
{
    font-size: 30px;

}


.table_12_description>th>a{

    color: #017e7e;
    font-size: 18px;
    line-height: 50px;
}

.table_12_description>td>p{

    color: black;
    line-height: 28px;
    font-size: 14px;
    
}

.table_12_description{
    background: white;
   
}


.table-13
{
    background:#edffff;
    width: 100%;
    padding: 50px;
}

.table_13_heading{

    text-align: center;
    background:#edffff;
    font-size: 25px;
}


.table13_partners_logos>th>img
{
    background: white;
    border-radius: 5px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.our_parntner_buttons>th>h3{
    background:#017e7e;
    border-radius : 50px;
    padding: 10px;
}

.footer_table
{
    background: #017e7e;
    padding: 20px;
    width: 100%;
}

.footer_table_heading>th
{
    font-size: 19px;
    color:#04c4c4;
    padding: 10px;
}

.footer_links>th>a{
    font-size: 13px;
    line-height: 35px;
}

.copyright_footer{
    background-color: #015158;
    width: 100%;
    color: white;
    font-size: 13px;
    padding: 5px;
}


