/*================================ 
    #RESPONSIVE CSS 
====================================*/
/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Container Full */
  .container-full .row {
    display: block;
  }
  .container-full .row > .info {
    max-width: 100%;
  }
  .container-full .row > .info {
    padding: 80px;
  }
  /* Why Chose Us */
  .chose-us-area .row > .info {
    padding-bottom: 70px;
  }
  .chose-us-area .thumb {
    min-height: 350px;
  }
  .chose-us-area.item-half .container-full .row > .info {
    padding: 80px 80px 75px;
    overflow: hidden;
  }
  .chose-us-area.item-half .info li:first-child,
  .chose-us-area.item-half .info li:nth-child(2) {
    margin-top: 0;
  }
  .chose-us-area.item-half .info li:first-child,
  .chose-us-area.item-half .info li:nth-child(2n) {
    padding: 0;
  }
  .services-details-area .sidebar {
    margin-top: 50px;
  }
  /* Topbar Area */
  .top-bar-area .address-info {
    overflow: hidden;
  }
  .top-bar-area.bg-theme .address-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .top-bar-area .bar-btn {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .top-bar-area .address-info .info {
    text-align: center;
  }
  .top-bar-area .address-info ul {
    overflow: hidden;
    display: inline-block;
    margin: auto auto -10px;
    text-align: center;
    float: none;
  }
  .top-bar-area .text-right {
    text-align: center;
  }
  .top-bar-area li .icon,
  .top-bar-area li .info {
    display: block;
  }
  .top-bar-area li .icon i {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .top-bar-area.double-info .address-info li {
    margin: 0;
    padding: 20px;
  }
  .top-bar-area.double-info .address-info li::after,
  .top-bar-area.double-info .address-info li::after {
    display: none;
  }
  /* Breadcrumb */
  .breadcrumb-area .text-right {
    text-align: center;
    margin-top: 15px;
  }
  .breadcrumb-area {
    text-align: right;
  }
  /* Banner */
  .banner-area.responsive-auto-height.text-small .content h1 {
    font-size: 2.813rem;
  }
  /* Top Entry */
  .top-entry-area .item-box .single-item {
    overflow: hidden;
  }
  /* About Area */
  .about-area .tabs-items {
    margin-top: 30px;
  }
  .about-items .emergency-services {
    margin-top: 30px;
  }
  .about-area .about-items .inc-video {
    margin-bottom: 30px;
  }
  .about-area .info {
    padding-left: 15px;
  }
  /* Health Tips */
  .health-tips-items .info::after {
    right: 50%;
    top: -60px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #ffffff;
    margin-right: -30px;
  }
  /* Department */
  .department-tabs .nav-pills {
    margin: 0 -7px;
  }
  .department-tabs .tab-navs li {
    width: 49%;
    margin-bottom: 0;
    padding: 5px 7px;
  }
  .department-tabs .tab-content .thumb {
    margin-top: 25px;
  }
  .department-tabs .tab-content .opening-info {
    padding: 20px 0 0 0;
    background: #ffffff;
    border: none;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
  }
  /* Doctor Details */
  .doctor-details-area .info {
    margin-top: 30px;
  }
  /* Features */
  .features-area .features-items {
    padding-right: 15px;
    margin-top: 30px;
  }
  .features-area .features-items li {
    display: block;
    text-align: center;
  }
  .features-area .features-items li .info {
    padding-right: 0;
  }
  .features-area .bottom {
    display: block;
    text-align: center;
  }
  .features-area .bottom .content {
    padding-right: 0;
    margin-top: 30px;
  }
  /* Fun Factor */
  .fun-fact-area .item:first-child,
  .fun-fact-area .item:nth-child(2) {
    margin-top: 0;
  }
  /* gallery */
  .gallery-area .gallery-items.col-2 .pf-item,
  .gallery-area .gallery-items.col-3 .pf-item,
  .gallery-area .gallery-items.col-4 .pf-item {
    width: 50%;
  }
  /* Blog */
  .blog-area .sidebar {
    margin-bottom: -10px;
    margin-top: 50px;
    float: right;
    width: 100%;
  }
  .blog-area .blog-items .single-item {
    margin-bottom: 50px;
  }
  .blog-area .blog-items .single-item:last-child {
    margin-bottom: 0;
  }
  /* Footer */
  footer .f-items .item:last-child {
    margin-bottom: 0;
  }
  footer .f-items .item.col-sm-6 {
    margin-bottom: 0;
    margin-top: 50px;
  }
  footer .f-items .item.col-sm-6:first-child,
  footer .f-items .item.col-sm-6:nth-child(2) {
    margin-top: 0;
  }
  footer .footer-bottom {
    text-align: center;
  }
  footer .footer-bottom .text-right {
    text-align: center;
    margin-top: 15px;
  }
  footer.active-first .f-items .item:first-child .f-item {
    padding: 0;
  }
  footer.active-first .f-items .item:first-child .f-item::after {
    display: none;
  }
  .breadcrumb-area {
    padding: 0 0 10px 0 !important;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  /* Heading */
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.625rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.125rem;
    line-height: 1.4;
  }
  h5 {
    font-size: 1rem;

    line-height: 1.4;
  }
  h6 {
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-xl {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .default-padding.bottom-less {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .default-padding-bottom {
    padding-bottom: 50px;
  }
  .default-padding-top {
    padding-top: 50px;
  }
  .default-padding.bottom-30 {
    padding-bottom: 0;
    padding-top: 50px;
  }
  .default-padding.bottom-20 {
    padding-bottom: 20px;
    padding-top: 50px;
  }
  .padding-less-mobile {
    padding-top: 0;
  }
  .site-heading {
    margin-bottom: 30px;
  }
  .site-heading.single {
    margin-bottom: 20px;
  }
  .carousel-shadow.default-padding {
    padding-bottom: 35px;
  }
  .bg-fixed {
    background-attachment: inherit;
    background-position: center center;
    background-size: cover;
  }
  .breadcrumb-area h1 {
    font-size: 2.25rem;
  }
  /* Topbar */
  .top-bar-area {
     display: none; 
  }
  nav.navbar .quote-btn {
    display: none;
  }
  .side {
    padding: 50px 35px 50px 50px;
    width: 320px;
  }
  /* Container Full */
  .container-full .row {
    display: block;
  }
  .container-full .row > .info {
    padding: 50px 15px;
    max-width: 600px;
  }
  /* Breadcrumb */
  .breadcrumb-area .text-right {
    text-align: center;
    margin-top: 20px;
  }
  .breadcrumb-area {
    text-align: right;
  }
  .breadcrumb-area .breadcrumb li.active {
    font-size: 0.625rem;
  }
  .breadcrumb-area .breadcrumb a {
    font-size: 0.75rem;
  }
  .breadcrumb-area h1 {
    padding-top: 0;
    margin: -10px;
  }
  /* Banner Area */
  .banner-area .content h1 {
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .banner-area .transparent-nav .content {
    padding-top: 60px;
  }
  .banner-area .heading-uppercase .content h1 {
    font-size: 2.25rem;
  }
  .banner-area .text-center p {
    padding: 0;
  }
  .banner-area.heading-exchange .content h1 {
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .banner-area.heading-exchange .content h2,
  .banner-area.heading-exchange .content h3,
  .banner-area.heading-exchange .content h4 {
    margin-bottom: 20px;
  }
  .banner-area.responsive-auto-height,
  .banner-area.responsive-auto-height div {
    height: auto;
  }
  .banner-area .double-items {
    display: block;
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .banner-area.text-small .content h1 {
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .banner-area .appoinment-box {
    margin-top: 30px;
  }
  .appoinment-box {
    padding: 30px;
  }
  /* Top Entry */
  .top-entry-area .item {
    padding: 50px 0;
  }
  .top-entry-area .item-box .single-item {
    overflow: hidden;
  }
  /* About */
  .about-area .about-items .inc-video {
    margin-bottom: 30px;
  }
  .about-area .info {
    padding-left: 15px;
  }
  .about-area .bottom {
    display: block;
    text-align: center;
  }
  .about-area .bottom .content {
    padding-right: 0;
    margin-top: 30px;
  }
  .about-area .tabs-items {
    margin-top: 30px;
  }
  .tabs-items .nav-pills {
    text-align: center;
  }
  .tabs-items .nav-pills li {
    float: none;
    display: inline-block;
  }
  .tabs-items .nav-pills li.active a::after {
    display: none;
  }
  .tabs-items .nav-pills li a {
    margin-bottom: 10px;
  }
  /* Doctor Details */
  .doctor-details-area .info {
    margin-top: 30px;
  }
  .doctor-details-area .nav-pills {
    text-align: center;
  }
  .doctor-details-area .nav-pills li {
    margin: 5px 10px;
    float: none;
    display: inline-block;
  }
  .doctor-details-area .nav-pills li.active::after {
    display: none;
  }
  .doctor-details-area .nav-pills li a {
    margin: 0;
    padding: 0;
  }
  .doctor-details-area .nav-pills {
    margin-bottom: 30px;
    margin-top: 25px;
    padding-bottom: 20px;
  }
  /* Features */
  .features-area .features-items {
    padding-right: 15px;
    margin-top: 30px;
  }
  .features-area .features-items li {
    display: block;
    text-align: center;
  }
  .features-area .features-items li .info {
    padding-right: 0;
  }
  .features-area .bottom {
    display: block;
    text-align: center;
  }
  .features-area .bottom .content {
    padding-right: 0;
    margin-top: 30px;
  }
  /* Services */
  .solid-services-area .item {
    padding: 50px 30px;
  }
  .services-area .services-carousel.owl-carousel .owl-nav {
    display: none;
  }
  .services-details-area .sidebar {
    margin-top: 50px;
  }
  /* Chose Us */
  .chose-us-area .thumb {
    min-height: 300px;
  }
  .chose-us-area.item-half .container-full .row > .info {
    padding: 50px 15px 40px;
    overflow: hidden;
  }
  .chose-us-area.item-half .info li {
    float: none;
    width: 100%;
  }
  .chose-us-area.item-half .info li:first-child,
  .chose-us-area.item-half .info li:nth-child(2n) {
    padding: 0;
  }
  .chose-us-area.item-half .info li:first-child,
  .chose-us-area.item-half .info li:nth-child(2) {
    margin-top: 30px;
  }
  .chose-us-area.item-half .info li:first-child {
    margin-top: 0;
  }
  .services-area.inc-icon.bottom-less {
    padding-bottom: 20px;
  }
  .about-area .emergency-services {
    margin-top: 30px;
    margin-bottom: -10px;
  }
  /* Health Tips */
  .health-tips-items .info::after {
    right: 50%;
    top: -60px;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-bottom: 30px solid #ffffff;
    margin-right: -30px;
  }
  .doctor-tips-area .tips-carousel.owl-carousel .owl-nav {
    display: none;
  }
  /* Department */
  .department-tabs .tab-content .opening-info h4::after {
    right: 50%;
    margin-right: -25px;
    width: 40px;
  }
  .department-tabs .tab-content .opening-info h4::before {
    right: 50%;
    margin-right: 20px;
    width: 5px;
  }
  .department-tabs .tab-content .thumb {
    margin-top: 15px;
  }
  .department-tabs .tab-content .opening-info {
    padding: 20px 0 0 0;
    background: #ffffff;
    border: none;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
  }
  .department-tabs {
    text-align: center;
  }
  .department-tabs .tab-content .opening-info li {
    text-align: right;
  }
  /* Fun Factor */
  /* Testimonials */
  .testimonial-items {
    margin-top: 10px;
  }
  .testimonial-items .provider {
    display: block;
    text-align: center;
  }
  .testimonial-items .provider .thumb {
    margin-left: 0;
  }
  .testimonial-items .provider img {
    margin: auto auto 15px;
  }
  /* gallery */
  .gallery-area {
    padding-bottom: 35px;
  }
  .mix-item-menu {
    border: none;
    padding: 0;
  }
  .mix-item-menu button {
    padding: 8px 25px;
    border: 1px solid #e7e7e7;
    margin: 5px;
    background: #ffffff;
  }
  .mix-item-menu button.active::after {
    top: 12px;
  }
  .gallery-area .gallery-items.col-2 .pf-item,
  .gallery-area .gallery-items.col-3 .pf-item,
  .gallery-area .gallery-items.col-4 .pf-item {
    width: 100%;
  }
  /* Blog */
  .blog-area .blog-items .single-item {
    margin-bottom: 50px;
  }
  .blog-area .blog-items .single-item:last-child {
    margin-bottom: 0;
  }
  .blog-area .sidebar {
    margin-top: 50px;
    float: right;
    width: 100%;
  }
  .blog-area.left-sidebar .blog-content {
    float: none;
  }
  .author-bio .avatar {
    display: block;
    margin-bottom: 30px;
    width: auto;
  }
  .author-bio .content {
    display: block;
    padding: 0;
  }
  .blog-area .author-bio {
    text-align: center;
  }
  .blog-area .author-bio img {
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin: auto;
  }
  .blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: none;
    padding: 0 15px;
  }
  .blog-area.single .content-box .meta .date {
    float: right;
    width: 100%;
    margin-bottom: 15px;
  }
  .comments-list .commen-item.reply {
    padding-right: 0;
  }
  .comments-info a {
    margin-right: 0;
  }
  .comments-area .commen-item .comments-info p {
    display: block;
    margin-bottom: 15px;
  }
  /* Google Maps */
  .google-maps iframe {
    height: 300px;
  }
  /* Error Page */
  .error-box .search form {
    width: 300px;
  }
  .error-page-area .error-box h1 {
    font-size: 7.5rem;
  }
  /* Footer */
  footer .f-items .item:last-child {
    margin-bottom: 0;
  }
  footer .footer-bottom {
    text-align: center;
  }
  footer .footer-bottom .text-right {
    text-align: center;
    margin-top: 15px;
  }
  footer.active-first .f-items .item:first-child .f-item {
    padding: 0;
  }
  footer.active-first .f-items .item:first-child .f-item::after {
    display: none;
  }
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* gallery */
  .gallery-area .gallery-items.col-2 .pf-item,
  .gallery-area .gallery-items.col-3 .pf-item,
  .gallery-area .gallery-items.col-4 .pf-item {
    width: 50%;
  }
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .side {
    padding: 50px;
    width: 400px;
  }
  /* Testimonials */
  .testimonial-items .provider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
  }
  .testimonial-items .provider .thumb {
    margin-left: 15px;
  }
  .testimonial-items .provider img {
    margin: 0;
  }
}

/************
Above OLD CSS by Author
************/
@media (max-width: 768px) {
  .sp-img {
    margin-bottom: 20px;
  }
  .fun-fact-area .item {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .navbar-header {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .phcc-block-1,
  .phcc-block-2 {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .phcc-block-2:last-child {
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .fun-fact-area .item:nth-child(3) {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .fun-fact-area .fun-fact {
    padding: 15px;
  }
}

@media (max-width: 375px) {
  .fun-fact-area .fun-fact .medium {
    font-size: 0.938rem;
  }
}

@media (max-width: 320px) {
  .fun-fact-area .fun-fact .medium {
    font-size: 0.75rem;
  }
}

@media (max-width: 767px) {
  .fun-fact-area .fun-fact .timer {
    font-size: 2rem;
  }
}

@media (max-width: 375px) {
  .fun-fact-area .fun-fact .timer {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .imp-fullscreen-button {
    display: none;
  }
}

.video-aboutus {
  width: 100%;
}

@media (min-width: 1200px) {
    .breadcrumb-area {
        padding: 10px 10px 20px 10px;
    }
}

@media (max-width: 768px) {
  .services-area .equal-height.hc-equal-custom-height {
    margin-bottom: 30px;
  }
}

.doctors-status-box,
.services-status-box,
.clinic-status-box,
.status-box {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
.clinical-research-banner {
	height: auto;
	background: #a3cf60;
}
}
@media (max-width: 767px) {
  .clinical-research-banner .banner-text {
    /*padding-right: 100px !important;*/
	padding: 20px;
  }
}

@media (max-width: 767px) {
  .phcc-governance .doctor-items > div {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .family-block,
  .preventive-block {
    padding: 0 !important;
  }
}

@media (max-width: 767px) {
  .guidance-block {
    padding: 0 15px !important;
  }
}

@media (max-width: 768px) {
  .mb20r {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .ph-mt {
    margin-top: 70px !important;
  }
}

@media (max-width: 768px) {
  .resp-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .text-center-mobile {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .eservices-link .is-active .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0px !important;
    width: 100% !important;
    height: 470px !important;
  }
  .eservices-link .is-active .box p {
    display: block;
  }
  .eservices-link .is-active .box .overlay {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: -20px;
  }
  .eservices-link .is-active .box .row {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .eservices-link .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 120px !important;
    padding: 20px 0px !important;
  }
  .eservices-link .box h4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 10px;
    font-size: 1.125rem !important;
  }
  .eservices-link .box p {
    display: none;
  }
  .eservices-link .box.phc-box-mobile {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .eservices-link .box.phc-box-mobile h4 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .eservices-link .box .overlay {
    margin-right: 10px;
    margin-left: 0;
    text-align: right !important;
  }
  .eservices-link .box .overlay i {
    margin-top: 30px;
  }
  .eservices-link .box .inner-row {
    display: none;
  }
  .eservices-link .mobile-box {
    background: white;
    margin-top: -2px;
    border-right: 4px solid #003765;
    background-color: white;
    padding: 20px;
    margin-bottom: 1px;
  }
}

.mobile-box {
  display: none;
}

@media (max-width: 1024px) {
  .bg-speciality {
    background-size: 100% 22%;
    background-repeat: no-repeat;
  }
  .bg-speciality .bottom-border-white-color h2.text-white {
    font-size: 1.5rem;
  }
  .eservices-link .overlay-boxes .box {
    height: 210px;
  }
}

@media (min-width: 1025px) {
  .bg-speciality {
    background: none !important;
  }
}

@media (max-width: 590px) {
  .eservices-link .col-8 {
    padding: 0 !important;
  }
  .eservices-link .main-eservices-page i.eservices-icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
  .eservices-link .main-eservices-page i.eservices-icon::after {
    right: -5px;
    top: -5px;
    width: 85px;
    height: 85px;
  }
}

/*******
  New HC Page Mobile View List
*/
.showMobileHeaderItems {display: none;}
.top-search {
    top: 0px;
    width: auto;
}

@media (min-width: 768px) {
	/*
.showMobileHeaderItems {display: none;}
.top-bar-area  {display: block;}

*/
}
@media (max-width: 767px) {
	/* .top-bar-area  {display: none;}
.showMobileHeaderItems {display: block;
position: absolute;
    top: 30px;
    left: 30px;}
.showMobileHeaderItems ul li {display: inline-block;}
.sticked.bg-nav.navbar-sticky .showMobileHeaderItems, .sticked.bg-nav.navbar-sticky .showMobileHeaderItems a {color: #FFF;}
*/
	
  .services-area .services-items .hc-equal-custom-height {
    position: relative;
    height: 140px !important;
    padding: 0px;
    border-right: 3px solid #005bd3;
    margin-bottom: 1px !important;
    overflow: hidden;
  }
  .services-area .services-items .hc-equal-custom-height .item {
    border-top: none;
    padding: 10px;
  }
  .services-area .services-items .hc-equal-custom-height .item .info {
    position: absolute;
    top: -71px;
    right: 10px;
    width: 100% !important;
    height: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services-area .services-items .hc-equal-custom-height .item .info h4 {
    font-size: 0.625rem;
  }
  .services-area .services-items .hc-equal-custom-height .item .info .overlay {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 20px;
  }
  .services-area .services-items .hc-equal-custom-height .item .info p {
    display: none;
  }
}
/*# sourceMappingURL=responsive-rtl.css.map */
