.header {
    position: fixed;
    transition: all 0.4s;
    width: 100%;
    z-index: 9;
    max-height: 110px;
    top: 0;
}

.header.sticky {
    padding: 10px 0;
    border-bottom: 1px solid black;
    background: #ffffff;
}

.slicknav_menu {
    padding: 0;
    background: transparent;
}

.slicknav_menu {
    display: none;
}
.banner-area {
    margin-top: 35px;
    padding-top: 150px;
    padding-bottom: 200px;
    z-index: 1;
    position: relative;
    background-image: url(../images/cov.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-area h2 {
    /*width: 270px;*/
    height: 39px;
    left: 150px;
    top: 160px;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: black;
}
.banner-area h1 {
    width: 216px;
    height: 40px;
    left: 150px;
    top: 203px;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 130%;
    color: #517BE8;
}

.banner-area #p1 {
    width: 13rem;
    height: 18px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 130%;
}
.banner-area #first p {
    height: 8px;
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    line-height: 130%;
    color: #EDA05A;
}
.banner-area #first span {
 font-size: 14px;
}

.banner-area #second p {
    height: 8px;
    font-weight: 800;
    font-style: normal;
    font-size: 22px;
    line-height: 130%;
    color: #EB5757;
}.banner-area #second span {
    font-size: 14px;
}

.banner-area #p2 {
    height: 18px;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
}

.banner-area #cases p {
    height: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #3e4095;
}

.banner-area #cases span {
     font-size: 14px;
}

.banner-area #hr1 {
    width: 550px;
    margin-left: 0;
}

/*Section news*/
.news-area {
    padding-top: 130px;
}
.news-area a {
    color: black;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    line-height: 20px;
}

.news-area span {
    color: #828282;
    width: 66px;
    font-weight: normal;
    font-size: 12px;
    line-height: 110%;
}
.medical-centers-area {
    padding-top: 50px;
}
#med h4 {
    margin-top: 35px;
    margin-bottom: 40px;
}

/*#med p {*/
/*    line-height: 0;*/
/*}*/
#med a {
    text-decoration: none;
}
.medical-centers-area #table {
    margin-bottom: 70px;
}

footer {
    height: 70px;
    background: #49547E;
}

#footer {
    padding-top: 20px;
    text-align: center;
}
#footer span{
    margin-left: 20px;
    font-size: 14px;
    color: white;
}

@media (max-width: 473px) {
    .nav .nav-item {
        width: 100%!important;
    }
    .banner-area #p2 {
        margin-bottom: 2rem;
    }
    .banner-area #p1 {
        margin-bottom: 1rem;
    }
    .banner-area #first {
        margin-bottom: 1rem;
    }

}
@media (max-width: 1199px) {
    .banner-area #first {
        margin-bottom: 1rem;
    }
}
/*ADDRESS-TABLE*/
.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
    color: #024457;
    border-radius: 10px;
    border: 1px solid #dce5fa;
    border-collapse: separate;
    border-spacing: 2px 2px;
    font-family: Arial, sans-serif !important;
    font-size: 14px;
}
.responstable tr {
    border: 1px solid #d9e4e6;
}
.responstable tr:nth-child(odd) {
    background-color: #517be812;
}
.responstable th {
    display: none;
    border: 1px solid #fff;
    background-color: #517BE8;
    color: #fff;
    padding: 1em;
}
.responstable th:first-child {
    display: table-cell;
    text-align: center;
}
.responstable th:nth-child(2) {
    display: table-cell;
}
.responstable th:nth-child(2) span {
    display: none;
}
.responstable th:nth-child(2):after {
    content: attr(data-th);
}
@media (min-width: 993px) {
    .responstable th:nth-child(2) span {
        display: block;
    }
    .responstable th:nth-child(2):after {
        display: none;
    }
}
.responstable td {
    display: block;
    word-wrap: break-word;
    max-width: 7em;
}
.responstable td:first-child {
    display: table-cell;
    text-align: center;
    border-right: 1px solid #517be833;
}
@media (min-width: 993px) {
    .responstable td {
        border: 1px solid #517be833;
    }
}
.responstable th, .responstable td {
    text-align: left;
    margin: 0.5em 1em;
}
@media (min-width: 993px) {
    .responstable th, .responstable td {
        display: table-cell;
        padding: 1em;
    }
}
/*END-ADDRESS-TABLE*/
