@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
/* Show it is fixed to the top */
body {
    font-family: 'Roboto', sans-serif;
    padding-top: 5.7rem;
}
.w351 {
    background: rgba(248, 248, 248, 0.9);
    border-radius: 8px;
    text-align: center !important;
    border: 4px solid #EC4B4A;
}
a.nav-link {
    font-weight: bold;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight:400;
    color: #ff0000;
    font-size: 21px;
}
footer{
    background: url("/eeg/images/footer-bg.jpg");
    background-size: cover;
    color: #737373;
    padding-top: 42px;
    margin-top: 15px;
    font-size: 14px;
}
 

.social-footer {
    padding-top: 16px !important;
}

footer .call span.phone {
    font-size: 22px;

}

footer .call {
    margin-bottom: 15px;
}
#sorusor {
    display: none;
}
footer .call span.phone {
    font-weight: 700;
    color: red;
    font-size: 30px;
}
@media only screen and (max-width: 768px) {
    footer .call span.phone {
        font-size: 17px;
        letter-spacing: 1px;
    }
}
footer .call span.text {
    display: block;
}

footer .call {
    margin-top: 20px;
}
.pnlFormTitle {
    line-height: 34px !important;
    color: #e30613;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-align: center !important;
}
.doktor-isim{
    padding: 15px;

}
label{
    padding-top: 15px;
}
.call .phone {
    color: red;
    font-size: 18px;
    font-weight: 600;
}
nav{
    -webkit-box-shadow: 0px 1px 1px -1px rgba(255,0,0,1);
    -moz-box-shadow: 0px 1px 1px -1px rgba(255,0,0,1);
    box-shadow: 0px 1px 1px -1px rgba(255,0,0,1);
}
.call{
    text-decoration: none!important;
    font-weight: bold;
}
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}
.call .text {
    margin: 0 10px;
}