body {

   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-color: #EBF6FC;
}

*{
    margin: 0;
    padding: 0;
    outline: 0;
}

a{
    text-decoration: none;
    display: inline-block;
}

ul,ol{
    list-style: none;
}

img{
    vertical-align: middle;
}

.clr{
    clear: both;
}

.full_wrapper{
    width: 100%;
}

.container{
    width: 970px;
    margin: 0 auto;
}

/* common css end */


/* header part start */

.header_full{
    /*background: #fff; */
    height: 117px; 
}

.header_content{
    height: 117px;
}

.header_logo{
    width: 250px;
    height: 117px;
    float: left;
    line-height: 117px;
}

.header_text{
    width: 720px;
    height: 117px;
    float: left;
    line-height: 117px;
}


.header_number{
    width: 0px;
    height: 117px;
    float: left;
    line-height: 117px;
}

.header_number h2{
    color: #b76262;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

/* header part end */


/* menu part start */

.menu_full{
    background: #c80711;
    height: 50px;
}

.menu_list{
    width: 850px;
    height: 50px;
    float: left;
}

.menu_list ul{
    display: flex;
}

.menu_list ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 600px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    line-height: 50px;
    padding: 0px 16px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.menu_list ul li a:hover{
    background: #3ca2a2;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.menu_list ul li a.active{
    background: #3ca2a2;
}

.menu_icon{
    width: 120px;
    height: 50px;
    float: right;
}

.menu_icon a i{
    color: #bf0a11;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 26px;
    margin-top: 11px;
    margin-left: 7px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.menu_icon a i:hover{
    color: #fff;
    background: #f18d26;
}
.menu_list img{
    width: 200px;
    height: 40px;
    float: left;
    line-height: 117px;
    padding-top: 4px;
}
/* menu part end */
.botton_text{
    width: 100%;
    height: 40px;
    float: center;
}
.botton_text a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    background: #418459;
    width: 220px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 18px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.botton_text a:hover{
    background: #C90710;
}

/* banner part start */

.banner_full{
    background: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header {
    position: absolute;
    margin-top: 400px;
    left: 0;
    width: 100%;
    background-color: #ccc;

    padding: 0.1em 0;
}


.banner_content{
    padding: 75px 0 77px;
    position: relative;
}

.banner_text{
    width: 440px;
    height: 262px;
    float: left;
}

.banner_text h2{
    color: #215a6d;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 50px;
}

.banner_text h2 span{
    font-style: italic;
    font-size: 48px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.banner_text p{
    color: #215a6d;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 35px;
}

.banner_text p span{
    display: block;
}

.banner_text a{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    background: #92c7a3;
    width: 150px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    border-radius: 18px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}

.banner_text a:hover{
    background: #f18d26;
}

.banner_img{
    width: 530px;
    float: left;
}

.banner_img img{
    width: 590px;
    height: 410px;
    position: absolute;
    right: 0;
    bottom: 0;
}


/* banner part end */


/* about part start */

.about_full{
    /*background: #fff; */
    padding: 60px 0 20px;
}

.about_part{
    width: 323.33px;
    float: left; 
}

.about_part h3{
    color: #3ca2a2;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

.about_part img{
    margin-bottom: 10px;
}

.about_part p{
    color: #215a6d;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 20px; 
}

.about_part p span{
    display: block;
}

.about_part i{
    color: #c70811;
    margin-left: 100px;
}

.about_part a{
    color: #3ca2a2;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.about_part a:hover{
    color: #f18d26;
}

/* about part end */

/* Now Playing Box */
.npbox{
    width: 770px;
    float: left; 
}

.npbox h1 {
    color: #3ca2a2;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding-top: 25px;
    padding-left: 20px;

}

/* department part start */

.department_full{
    background: url(../images/christmas.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 28px 0 32px;
}

.notice_part{
    width: 498px;
    height: 350px;
    float: left;
}

.notice_head{
    width: 498px;
}

.notice_part .notice_head h3{
    color: #215a6d;
    font-size: 28.51px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid #fff;
    width: 469px;
    margin-bottom: 30px;
    position: relative;
}

.notice_part .notice_head h3:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: red;
}

.notice_content{
    width: 498px;
    height: 295px;
}

.notice_text{
    width: 420px;
    height: 295px;
    float: left;
}

.notice_text i{
    color: #c70811;
    margin-left: 18px;
    margin-top: 20px;
}

.notice_text a{
    color: #c70811;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.notice_text a:hover{
    color: #f18d26;
}

.notice_content .notice_text .notice{
    /*background: #fff; */
    width: 423px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #55b9c8;
}

.notice_content .notice_text .notice p{
    color: #3ca2a2;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding-left: 20px; 
}

.notice_arrow{
    width: 78px;
    height: 295px;
    float: left;
}

.notice_arrow .arrow{
    background: #bf0a11;
    width: 46px;
    height: 42px;
    border-bottom: 1px solid #55b9c8;
    text-align: center;
    line-height: 42px;
}

.notice_arrow .arrow a i{
    color: #fff; 
}

.notice_arrow .arrow:hover{
    background: #f18d26;
}

.feature_part{
    width: 472px;
    float: left;
}

.feature_part h3{
    color: #215a6d;
    font-size: 28.51px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid #fff;
    width: 450px;
    margin-bottom: 30px;
    position: relative;
}

.feature_part h3:after{
    position: absolute;
    content: "";
    left: 0px;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: red; 
}

.feature_part iframe{
    width: 450px;
    height: 205px;
    border-radius: 5px;
    border: 5px solid #bf0a11;
}

/* department part end */


/* service part start */

.service_full{
    background: #EFF4F1;
    padding: 65px 0 50px;
}

.service_news{
    width: 323.33px;
    height: 320px;
    float: left;
}

.service_news .top_news{
    width: 323.33px;
    height: 170px;
}

.service_news .top_news h3{
    color: #215a6d;
    font-size: 28.51px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid #eaeaea;
    width: 300px;
    margin-bottom: 30px;
    position: relative;
}

.service_news .top_news h3:after{
    position: absolute;
    content: "";
    left: 0px;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: red;
}

.service_news .top_news h4{
    color: #3ca2a2;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

.service_news .top_news p{
    color: #215a6d;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin-right: 20px;

    padding-bottom: 20px;
}

.service_news .bottom_news{
    width: 323.33px;
    height: 150px;
}

.service_news .bottom_news h4{
    color: #3ca2a2;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
    margin-top: 25px;
}

.service_news .bottom_news p{
    color: #215a6d;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    margin-right: 20px;
    margin-bottom: 30px;
}

.service_news .bottom_news i{
    color: #c70811;
}

.service_news .bottom_news a{
    color: #3ca2a2;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.service_news .bottom_news a:hover{
    color: #f18d26;
}

.service_medical{
    width: 323.33px;
    height: 320px;
    float: left;
}

.medical_head{
    width: 323.33px;
    height: 45px;
}

.medical_head h3{
    color: #215a6d;
    font-size: 28.51px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid #eaeaea;
    width: 300px;
    position: relative;
}

.medical_head h3:after{
    position: absolute;
    content: "";
    left: 0px;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: red;
}

.medical_content{
    width: 323.33px;
    height: 275px;
}
.medical_check{
    width: 33.33px;
    height: 275px;
    float: left;
}

.medical_check i{
    color: #bf0a11;
    margin-top: 20px;
    margin-left: 12px;
}

.medical_text{
    width: 290px;
    height: 275px;
    float: left;
}

.medical_text p{
    color: #215a6d;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
}

.medical_text i{
    color: #bf0a11;
    margin-top: 30px;
}

.medical_text a{
    color: #3ca2a2;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.medical_text a:hover{
    color: #f18d26;
}

.service_gallery{
    width: 323.33px;
    float: left;
}

.gallery_head h3{
    color: #215a6d;
    font-size: 28.51px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid #eaeaea;
    width: 300px;
    position: relative;
}

.gallery_head h3:after{
    position: absolute;
    content: "";
    left: 0px;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: red;
}

.gallery_photo .img{
    width: 160px;
    float: left;
    margin-top: 36px;
}

.gallery_icon i{
    color: #bf0a11;
    padding-top: 20px;
}

.gallery_icon a{
    color: #3ca2a2;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.gallery_icon a:hover{
    color: #f18d26;
}

/* service part end */

/* ad part start */
.ad1_full{
    padding: 50px 0px 10px;
}
.ad2_full{
    background: #EFF4F1;
    padding: 50px 0px 10px;
}

/* doctor part start */

.doctor_full{
    /*background: #fff; */
    padding: 20px 0px 95px;
}

.doctor_text{
    float: left;
    margin-right: 32px;
}

.doctor_content .doctor_text:nth-child(4){
    margin-right: 0px;
}

.doctor_content .doctor_head h3{
    color: #215a6d;
    font-size: 28.51px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 28px;
    position: relative;
}

.doctor_content .doctor_head h3:after{
    position: absolute;
    content: "";
    left: 0px;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: red;
}

.doctor_text img{
    margin-bottom: 10px;
}

.doctor_text h4{
    color: #3ca2a2;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.doctor_text p{
    color: #215a6d;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.doctor_text p1{
    color: #cf0511;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

/* doctor part end */


/* contact part start */

.contact_full{
    background: #222222;
    padding: 20px 0px 40px;
}

.contact_head li{
    float: left;
}

.contact_head h3{
    color: #3ca2a2;
    font-size: 25.76px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-top: 25px;
    margin-left: 20px;
}

.contact_info{
    float: left;
    margin-right: 125px; 
}

.contact_content .contact_info:nth-child(6){
    margin-right: 0px;
}

.contact_info h3{
    color: #3ca2a2;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-top: 40px;
    margin-bottom: 30px;
}

.contact_info ul li{
    margin-bottom: 20px;
}

.contact_info ul li i{
    color: #c30911;
    margin-right: 5px;
}

.contact_info ul p{
    color: #c6ded9;
    display: inline-block;
}

.contact_info ul p:hover{
    color: #f18d26;
}

.underline ul li p:hover{
    text-decoration: underline;
}

/* contact part end */


/* footer part start */

.footer_full{
    background: #cf0511;
    padding: 18px 0px;
}

.footer_text p{
    color: #c6ded9;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

/* footer part end */