@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root{
    font-size:16px;
}
body{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.info-text{
    margin:20px 0;
    background-color: #2ecc71;
    color:#fff;
    padding:5px;
}
.il-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.il-list li{
    font-weight: bold;
    text-decoration: none;
    margin:15px 0;
}
.il-list li a{
    color:#e74c3c;
}
h2{
    font-size: 1.5rem;
}
.widget-right{
    margin:20px 0;
}
select{
    border-radius:0!important;
    margin:10px 0;
}
.eczane-card{
    background-color: #eee;
    padding:10px;
}
.eczane-title,.eczane-loc,.eczane-clock,.eczane-footer{
    display:flex;
    align-items: center;
    margin:8px 0;
    color:#5a5c5d;
}
.eczane-title img,.eczane-loc img,.eczane-clock img,.eczane-footer img{
    max-width: 20px;
}
.eczane-footer{
    justify-content: space-between;
}
.eczane-title h2{
    margin:0;
    color:#e74c3c;
    font-weight: bold;
}
.h1title{
    color:#5a5c5d;
    font-weight: bold;
    font-size: 1.8rem;
}
.eczane-content{
    margin-top: 30px;
}
.eczane-card{
    margin:10px 0;
}
.btn-haritalar{
    background-color: #e74c3c;
    color:#fff;
}
footer{
    margin-top:30px;
    background-color: #eee;
    padding:5px;
    min-height: 50px;
    display:flex;
    justify-content: center;
    align-items: center;
}
footer p{
    margin: 0;
}
.address{
    display: flex;
    justify-content: center;
    align-items: center;
}
.eczane-loc{
    flex-direction: column;
    align-items: flex-start;
    margin:20px 0;
}
.eczane-loc p{
    margin:0;
}
.eczane-loc strong{
    padding-left:20px;
}
.eczane-clock{
    font-size:13px;
}
.eczane-footer{
    margin-top:20px;
}
.sub_title{
    padding-left:20px;
    font-size:1.3rem;
}