






a:focus, a:hover {
    color: #f6851f;
    text-decoration: none;
}


.section_bg_alter {
    background: #d2eef9;
}



.header-top-bar {
    background: #0a85b3;
    font-size: 14px;
    padding: 10px 0px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    color: #fff;
}

/* menu area */

.menu_area{
    border-bottom: 4px solid #0a85b3;
} 

.dropdown .dropdown-menu {
    position: absolute;
    display: block;
    background: #fff;
    min-width: 240px;
    top: 130%;
    left: 0;
    right: 0px;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 0px;
    border-top: 5px solid #f6851f !important;
    border-radius: 0px;
}
.dropdown .dropdown-item:hover {
    color: #f6851f !important;
}
.btn-main-2:hover,
.btn-main:hover {
 

    background: #58585a;
    color: #fff;
    border-color: #58585a;
}
.btn-main-2,
.btn-main {
    background: #f6851f;
    border-color: #f6851f;
    color: #fff;
}
.feature-item .feature-icon i {
    font-size: 50px;
    color: #f6851f;
}
.feature-item {
    flex-basis: 33.33%;
    margin: 0px 10px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 30px 0px rgb(0 42 106 / 10%);
}


/* banner area */


.banner {
    position: relative;
    overflow: hidden;
    background: #fff;
    background: url(../images/bg/slider-bg-1.jpg) no-repeat;
    background-size: cover;
    min-height:0px;
}


.page-title {
    padding: 50px 0px 15px 0px;
    position: relative;
}


/* features */
.featured ,
.features {
    padding: 100px 0;
    margin-top: 0px;
    background: #d2eef9;
}

/* service */

.service {
    padding-top: 50px;
}

.service i {
    color: #f6851f;
}

.service .service-item {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    height: 310px;
}

.news .date_color{
background: #58585a;
}

/** end gallery  section **/



/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    height: 350px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

/* .team-item:hover .team-title {
    top: -65px;
} */

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}
 

.contact{
    background-color: #05abee;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Chat box>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */


/* The popup chat - hidden by default */
/* Button used to open the chat form - fixed at the bottom of the page */

.open-button {
    margin-right: 28px;
    background-color: #f6861a;
    color: #fff;
    font-size: 37px;
    padding: 5px -1px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 40px;
    left: 30px;
    width: 65px;
    border-radius: 50%;
    height: 65px;
    z-index: 9999;
}

.chat-popup {
    display: none;
    position: fixed;
    bottom: 110px;
    left: 20px;
    z-index: 9999;
}

.chat_icon .messenger a {
    font-size: 26px;
    background: #1E88E5;
    color: #fff;
    padding: 14px 16px;
    border-radius: 55%;
    transition: all .5s;
}

.chat_icon .whatsapp_color a {
    background: #49E670;
    font-size: 26px;
    color: #fff;
    padding: 12px 16px;
    border-radius: 55%;
    transition: all .5s;
}


/* Add some hover effects to buttons */

.chat_icon .btn:hover,
.open-button:hover {
    opacity: 1;
}




.bg-1 {
    background: url(https://panamnagareyehospital.com/fdrives/sid/panamnagareyehospital/gallery/page_title_s01854.webp) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}


.overlay:before {
  
    opacity: 0.6;
    background: #f6851f;
}


.sidebar ,
.single {
    padding-top: 20px;
}
.top-right-bar a span {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.top-bar-info li a {
    color: #fff;
    margin-right: 20px;
}
.w-hours li {
    padding: 6px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.feature-item h4 {
    color: #223a66;
}
.divider {
    width: 40px;
    height: 5px;
    background: #e12454;
}