

/***
=============================================
    Healty process Area style
=============================================
***/
.medical-departments-area.departments-page{
    padding-top: 80px;
    padding-bottom: 40px;
}
.medical-departments-area.departments-page .single-item{
    margin-bottom: 40px;
}



/***
=============================================
    Healty process Area style
=============================================
***/
#departments-single-area{
    background: #ffffff;
        background-color: #F9FAFC;
    padding-top: 80px;
    padding-bottom: 50px;
    overflow: hidden;
}
#departments-single-area .sec-title h1{
    font-size: 24px;
}
#departments-single-area .departments-sidebar {
    overflow: hidden;
}
#departments-single-area .departments-sidebar .single-sidebar{
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}
#departments-single-area .departments-sidebar .single-sidebar .title h3 {
    background: var(--themecolor);
    color: #ffffff;
    font-size: 18px;
    display: block;
    padding: 17px 20px 16px;
}

#departments-single-area .departments-sidebar .single-sidebar .all-departments{
    overflow: hidden;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
#departments-single-area .departments-sidebar .single-sidebar .all-departments li{
    position: relative;
    overflow: hidden;
    display: block;
}
#departments-single-area .departments-sidebar .single-sidebar .all-departments li:before  {
    position: absolute;
    top: 0;
    right: 10px;
    width: 25px;
    height: 25px;
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    content: "\f113";
    margin: 14px 0;
    transition: all 500ms ease;
}
#departments-single-area .departments-sidebar .single-sidebar .all-departments li.active:before{
    opacity: 0;
    transition: all 500ms ease;
}
#departments-single-area .departments-sidebar .single-sidebar .all-departments li:hover:before{
    opacity: 0;
    transition: all 500ms ease;
}
#departments-single-area .departments-sidebar .single-sidebar .all-departments li.active:after,
#departments-single-area .departments-sidebar .single-sidebar .all-departments li:hover:after{
    position: absolute;
    top: 0;
    right: 10px;
    width: 25px;
    height: 25px;
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    content: "\f112";
    margin: 14px 0;
    color: #0392ce;
    transition: all 500ms ease;
}
#departments-single-area .departments-sidebar .single-sidebar .all-departments li a {
    color: #848484;
    font-size: 18px;
    font-weight: 300;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    padding: 14px 20px 12px;
    transition: all 500ms ease;
}
#departments-single-area .departments-sidebar .single-sidebar .all-departments li a:hover,
#departments-single-area .departments-sidebar .single-sidebar .all-departments li.active a{
    background: #fcfcfc;
    color: #0392ce;
    transition: all 500ms ease;
}

#departments-single-area .departments-sidebar .single-sidebar .opening-time{
    overflow: hidden;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
#departments-single-area .departments-sidebar .single-sidebar .opening-time li{
    position: relative;
    overflow: hidden;
    display: block;
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #f0f0f0;
    display: block;
    padding: 14px 20px 12px;
    transition: all 500ms ease;
}
#departments-single-area .departments-sidebar .single-sidebar .opening-time li span{
    float: left;
}

.ltr #departments-single-area .departments-sidebar .single-sidebar .opening-time li span{
    float: right;
}

#departments-single-area .departments-sidebar .single-sidebar .contact-us {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
#departments-single-area .departments-sidebar .single-sidebar .contact-us .contact-info {}
.rtl #departments-single-area .departments-sidebar .single-sidebar .contact-us .contact-info li {
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding-right: 55px;
    padding-bottom: 10px;
    padding-top: 12px;
}
.ltr #departments-single-area .departments-sidebar .single-sidebar .contact-us .contact-info li {
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding-left: 55px;
    padding-bottom: 10px;
    padding-top: 12px;
}
.rtl #departments-single-area .departments-sidebar .single-sidebar .contact-us .contact-info li .icon-holder {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 30px;
    height: 30px;
}

.ltr #departments-single-area .departments-sidebar .single-sidebar .contact-us .contact-info li .icon-holder {
    position: absolute;
    top: 14px;
    left: 15px;
    width: 30px;
    height: 30px;
}
#departments-single-area .departments-sidebar .single-sidebar .contact-us .contact-info li .icon-holder span:before{
    color: #0392ce;
    font-size: 25px;
    line-height: 25px;
}
#departments-single-area .departments-sidebar .single-sidebar .contact-us .contact-info li .text-holder h5{
    color: #848484;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;

}


#departments-single-area .tab-box{ }
#departments-single-area .tab-menu {
    border: none;
    margin-bottom: 30px;
    margin-top: 20px;
}
#departments-single-area .tab-menu li {
    float: left;
    margin-right: 17px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    display: block;
}
#departments-single-area .tab-menu li a {
    position: relative;
    margin-right: 0px;
    line-height: initial;
    border: none;
    border-radius: 0;
    padding: 0;
}
#departments-single-area .tab-menu li:last-child {
    margin-right: 0px;
}
#departments-single-area .tab-menu li.active a,
#departments-single-area .tab-menu.active a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: none;
}
#departments-single-area .tab-menu li a .img-holder .overlay-style-one{
    transition: all 500ms ease;
}
#departments-single-area .tab-menu li.active a .img-holder .overlay-style-one,
#departments-single-area .tab-menu li:hover a .img-holder .overlay-style-one{
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}
#departments-single-area .tab-menu li a .img-holder .overlay-style-one .iocn-holder span:before{
    font-size: 25px;
    font-weight: 100;
    color: #ffffff;
}
#departments-single-area .tab-menu li a .img-holder{
    display: block;
    overflow: hidden;
    position: relative;
}
#departments-single-area .tab-menu a .img-holder img{
    transform: scale(1.1, 1.1);
  transition: all .9s ease;
    width: 100%;
}
#departments-single-area .tab-menu li:hover a .img-holder img{
    transform: scale(1.2, 1.2);
}


#departments-single-area .text-box {
    overflow: hidden;
    padding-bottom: 40px;
}

#departments-single-area .pricing-box {
    overflow: hidden;
    display: block;
}
#departments-single-area .pricing-box .single-box {
    border: 1px solid #f0f0f0;
}
#departments-single-area .pricing-box .single-box h3 {
    text-align: center;
    padding: 17px 0 15px;
    display: block;
}
#departments-single-area .pricing-box .single-box ul li {
    border-top: 1px solid #f0f0f0;
    display: block;
    padding: 14px 20px 12px;
}

#departments-single-area .service-plan {
    overflow: hidden;
    margin-top: 60px;
}
#departments-single-area .service-plan .single-box {
    margin-bottom: 40px;
    padding-left: 100px;
    position: relative;
}
#departments-single-area .service-plan .single-box .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #f3f3f3;
    text-align: center;
    border-radius: 50%;
    display: block;
    transition: all 500ms ease;
}
#departments-single-area .service-plan .single-box:hover .icon-holder{
    background: #0392ce;
    border-color: #0392ce;
}
#departments-single-area .service-plan .single-box .icon-holder span:before {
    color: #0392ce;
    font-size: 30px;
    line-height: 30px;
    display: block;
    padding: 18px 0;
    transition: all 500ms ease;
}
#departments-single-area .service-plan .single-box:hover .icon-holder span:before{
    color: #ffffff;
}
#departments-single-area .service-plan .single-box .text-box {
    padding: 0;
}
#departments-single-area .service-plan .single-box .text-box h3 {
    margin: 0 0 10px;
}
#departments-single-area .service-plan .single-box .text-box p {
    margin: 0;
}
#departments-single-area .team-area.doctor {
    background: #ffffff;
    padding-top: 40px;
    border: none;
    padding-bottom: 0;
}



/***
=============================================
    Blog Default Area style
=============================================
***/
.blog-default-area{
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog-default-area .blog-post {}
.blog-default-area .blog-post .single-blog-item{
    margin-bottom: 40px;
}
.blog-default-area .blog-post .post-pagination {
    border-top: 1px solid #f4f4f4;
    padding-top: 50px;
    margin-top: 10px;
}

.blog-default-area .sidebar-wrapper {
    border-left: 1px solid #f4f4f4;
    padding-left: 30px;
    margin-top: -80px;
    padding-top: 80px;
    margin-bottom: -80px;
    padding-bottom: 80px;
}
.sidebar-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}
.sidebar-wrapper .single-sidebar {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}
.sidebar-wrapper .single-sidebar .sec-title {
    overflow: hidden;
    padding-bottom: 25px;
    margin-top: 0;
}
.sidebar-wrapper .single-sidebar .sec-title h3 {
    color: #222222;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin: 0;
}

.sidebar-wrapper .single-sidebar form.search-form {
    position: relative
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
    background: #fff;
    border: 1px solid #f4f4f4;
    color: #ababab;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
}
.sidebar-wrapper .single-sidebar .search-form button {
    background: #0392ce none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 50px;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
}
.sidebar-wrapper .single-sidebar .search-form button i {
  font-size: 14px
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
  border: 1px solid #0392ce;
  background: #fff;
  color: #000;
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button,
.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #037eb1 none repeat scroll 0 0;
    color: #000000;
}


.single-sidebar .categories {
    background: #ffffff;
    display: block;
    border: 1px solid #f5f4f3;
    padding: 24px 30px 24px;
}
.single-sidebar .categories li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 12px;
    padding-bottom: 9px;
}
.single-sidebar .categories li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.single-sidebar .categories li a {
    color: #848484;
    transition: all 500ms ease;
    font-size: 16px;
    font-weight: 300;
    position: relative;
}
.single-sidebar .categories li a span{
    float: right;
}
.ltr .single-sidebar .categories li a span{
    float: left;
}
.single-sidebar .categories li a:hover{
    color: #0392ce;
}

.single-sidebar .popular-post {}
.single-sidebar .popular-post li {
    margin-bottom: 25px;
    padding-left: 70px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 25px;
}
.single-sidebar .popular-post li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.single-sidebar .popular-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 70px;
    height: 70px;
}
.single-sidebar .popular-post li .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: auto;
}
.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a i{
    color: #fff;
    font-size: 16px;
    transition: all 500ms ease;
}
.single-sidebar .popular-post li:hover .img-holder .overlay-style-one{
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}
.single-sidebar .popular-post li:hover .img-holder img {
    transform: scale(1.1);
}
.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i{
    color: #ffffff;
}

.single-sidebar .popular-post li .title-holder {
  padding-left: 20px;
}
.single-sidebar .popular-post li .title-holder a .post-title {
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    font-weight: 400;
    margin: 0 0 2px;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
    top: -5px;
}
.single-sidebar .popular-post li .title-holder a:hover .post-title{
    color: #0392ce;
}
.single-sidebar .popular-post li .title-holder .post-date {
    color: #0392ce;
    display: block;
    transition: all 500ms ease;
    font-weight: 400;
    font-size: 14px;
}

.single-sidebar .follow-us {
    color: #ababab;
    font-size: 14px;
    margin-top: 0px;
}

.single-sidebar .instagram {
    overflow: hidden;
    display: block;
    margin-left: -6px;
    margin-right: -6px;
}
.single-sidebar .instagram li {
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}
.ltr .single-sidebar .instagram li {

    float: right;
}
.single-sidebar .instagram li .img-holder {
  overflow: hidden;
  position: relative;
  display: block;
}
.single-sidebar .instagram li .img-holder img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a i{
  color: #fff;
  font-size: 15px;
}
.single-sidebar .instagram li:hover .img-holder .overlay-style-one {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}
.single-sidebar .instagram li:hover .img-holder img {
    transform: scale(1, 1);
}
.single-sidebar .popular-tag {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -5px;
}
.single-sidebar .popular-tag li {
    display: inline-block;
    margin: 0 3px 10px;
}
.single-sidebar .popular-tag li a {
    border: 1px solid #f4f4f4;
    color: #888888;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px 4px;
    transition: all 500ms ease 0s;
}
.single-sidebar .popular-tag li a:hover{
  background: #0392ce;
  border-color: #0392ce;
  color: #fff;
}



/* Overlay styles  */
.overlay-style-one{
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 100%;
  background: rgba(3, 146, 206, .8);
  color: #fff;
  transition: all .9s ease;
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


.services-single-section  .inner-column {
    position: relative;
}
.services-single-section .services-carousel {
    position: relative;
}
.services-single-section .carousel-outer {
    position: relative;
    overflow: hidden;
}
.services-single-section .thumbs-carousel {
    position: relative;
    width: 145px!important;
    height: 95px;
    margin: 0 auto;
    overflow: visible;
    margin-top: 10px;
}
.services-single-section .thumbs-carousel .owl-stage-outer {
    overflow: visible;
}
.services-single-section .thumbs-carousel li {
    cursor: pointer;
}
.services-single-section .thumbs-carousel li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: .8;
    background-color: #223a66;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.services-single-section .owl-carousel .owl-item.active li:before{
  opacity: 0;
}

.services-single-section .thumbs-carousel li:hover::before {
    opacity: 0;
}
.services-single-section .thumbs-carousel .owl-nav, .services-single-section .thumbs-carousel .owl-prev {
    display: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.services-single-section h2 {
    position: relative;
    color: #223a66;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 40px;
    margin-bottom: 18px;
}
.services-single-section .text {
    position: relative;
}
.services-single-section p {
    position: relative;
    color: #222;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 15px;
    text-align: justify;
}
.services-single-section h2 {
    position: relative;
    color: #223a66;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 40px;
    margin-bottom: 18px;
    text-align: unset;
}
.services-widget {
    position: relative;
    margin-bottom: 60px;
}
.cat-list {
    position: relative;
}
.schedule-widget {
    position: relative;
}
.schedule-widget .image {
    position: relative;
}
.schedule-widget img {
    position: relative;
    width: 100%;
    display: block;
}
.schedule-widget .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,#223a66 100%);
    background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,#223a66 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0%,#223a66 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100,#223a66));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#223a66 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#223a66 100%);
}
.rtl .schedule-widget .content {
    position: absolute;
    left: 40px;
    bottom: 30px;
    right: 40px;
    padding-left: 60px;
}
.ltr .schedule-widget .content {
    position: absolute;
    right: 40px;
    bottom: 30px;
    right: 40px;
    padding-right: 60px;
}
.rtl .schedule-widget .icon {
    position: absolute;
    left: 0;
    top: 8px;
    font-weight: 400;
    color: #fff;
    font-size: 45px;
    line-height: 1em;
}
.ltr .schedule-widget .icon {
    position: absolute;
    right: 0;
    top: 8px;
    font-weight: 400;
    color: #fff;
    font-size: 45px;
    line-height: 1em;
}
.schedule-widget h3 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
}
.cat-list li {
    position: relative;
    margin-bottom: 1px;

}
.rtl .cat-list li:before {
    position: absolute;
    left: 20px;
    top: 24px;
    z-index: 1;
    opacity: 1;
    content: "\f104";
      font-family: "Font Awesome 6 Pro";
}

.ltr .cat-list li:before {
    position: absolute;
    right: 20px;
    top: 24px;
    z-index: 1;
    opacity: 1;
    content: "\f105";
      font-family: "Font Awesome 6 Pro";
}
.cat-list li a {
    position: relative;
    color: var(--secthemecolor);
    font-size: 16px;
    font-weight: 500;
    padding: 23px 28px;
    display: block;
        background: #fff;
        border-bottom: 1px solid #f0f0f0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cat-list li:hover::before, .cat-list li.active::before {
    opacity: 1;
    color: #fff;
}
.cat-list li:hover a, .cat-list li.active a {
    position: relative;
    color: #fff;
    background-color: var(--themecolor);
}
.shadow-ser{
   /* box-shadow: 0 10px 30px rgb(0 0 0 / 5%);*/
   background-color: #ffffff;
   box-shadow: 0 20px 80px rgb(0 0 0 / 10%);
   /* box-shadow: 0 0px 30px rgb(0 0 0 / 10%);*/
}


@media (max-width: 760px) {
   .services-single-section h2{
    font-size: 26px;
   }
}
