/* Start About Us Pages */

.about-pages h2 {
    padding: 13px 10px 15px 15px;
    background-color: #EEE;
    color: #000;
    border-radius: 5px;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px
}

.about-pages p {
    padding: 13px 15px 18px 15px;
    background-color: #EEE;
    color: #000;
    border-radius: 5px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 2
}

/* End About Us Pages */


/* Start Contact Pages */

.contact-pages h2 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: bold
}

.contact-pages .contact-form form textarea {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    resize: none;
    color: #000
}

.contact-pages .contact-form form input {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 60%;
    margin-bottom: 70px;
    outline: none
}

/* End Contact Pages */


/* Start Gallery Pages */

.gallery-pages {
    background-image: url("../images/air_doctors.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px
}

.gallery-pages .gallery-pages-overley {
    height: 800px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #FFF;
    padding: 30px
}

.gallery-pages .gallery-pages-overley h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px
}

.gallery-pages .gallery-pages-overley .gallery-ul {
    margin-bottom: 50px
}

.gallery-pages .gallery-pages-overley .gallery-ul ul li {
    display: inline-block;
    padding: 10px 15px;
    background-color: #9292927a;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #989898;
    font-weight: bold;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.gallery-pages .gallery-pages-overley .gallery-ul ul li:hover {
    color: #dad8d8;
    background-color: #5854547a
}


.gallery-pages .gallery-pages-overley .photos-tab img {
    width: 32%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%
}

.gallery-pages .gallery-pages-overley .photos-tab:not(:nth-of-type(2)) {
    display: none
}

.gallery-pages .gallery-pages-overley .gallery-ul ul li.active-gallery {
    color: #dad8d8;
    background-color: #5854547a;
}

/* End Gallery Pages */


/* Start Services Hospital Pages */

.services-hos h2 {
    background-color: #EEE;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px
}

/* End Services Hospital Pages */


/* Start Blog Pages */

.blogger h2 {
    background-color: #EEE;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px
}

/* End Blog Pages */