/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
	.service-block .thumb .desc {
	  bottom: -47%;
	}
	.lightGallery a {
		width: calc(33% - 10px);
	}

	.team-block .team-thumb .team-overlay {
	  padding: 10px 15px;
	  height: 82%;
	}
	.team-block .team-thumb .team-overlay::after {
	  left: 0px;
	}
	.team-block .team-thumb .styled-icons {
	  padding: 7px 20px 0 0;
	  width: 79%;
	}
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
html {
	font-size: 75%;
}
.navbar-nav  .dropdown-menu {
    left: auto;
}
#header-logo {
	padding: 10px 15px;
}
.header .navbar-default .navbar-nav > li > a::after {
	display: none;
}
.team-member, .working-progress {
	margin-bottom: 60px !important;
}
.testimonial-carousel .owl-controls .owl-pagination {
	margin-right: 0px !important;
}
.map {
	margin-top: 30px;
}
.curve-bg:after, .curve-bg-half:after {
	left: auto;
	-webkit-transform: rotate(-0deg);
	-moz-transform: rotate(-0deg);
	-ms-transform: rotate(-0deg);
	-o-transform: rotate(-0deg);
	transform: rotate(-0deg);
}
.blog-posts .entry-header .entry-title {
	padding-top: 0;
}
.blog-posts .entry-header .entry-date {
	margin-left: 0;
}
.contact-wrapper {
    padding: 50px 30px;
}
.header #header-logo {
	padding-top: 20px;
}
.boxed-layout .header #header-logo,
.vertical-header .header #header-logo {
	padding-top: 10px;
}
.header .navbar-default .navbar-toggle {
	margin-top: 18px;
}
.boxed-layout .header .navbar-default .navbar-toggle {
	margin-top: 8px;
}
.header #header-logo img {
	height: 30px;
}
.pricing-table .table-price {
	font-size: 30px;
}
.bg-img-box .caption .title {
	font-size: 24px;
	margin-top: 0px;
}
.bg-img-box .caption .schedule {
	font-size: 14px;
	margin-top: 0px;
}

.service-block .thumb .desc {
  border-top: 4px solid #fb4848;
  bottom: -18%;
}
.team-block .team-thumb .styled-icons {
  padding: 10px 20px 0 25px;
  width: 88%;
}
.team-block .team-thumb .team-overlay {
  height: 88%;
}
.team-block .team-thumb .team-overlay {
  padding: 50px 30px;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
html {
	font-size: 60%;
}
.box-hover-effect {
	float: none;
}
#header-logo {
	padding: 10px 15px;
}
#spinner {
	left: 42%;
}
.navbar-default .navbar-toggle {
	margin-top: 15px;
	border-radius: 0px;
}
#home .display-table p {
	margin: 15px 0;
	font-size: 14px;
}
.icon-box {
	margin-top: 30px;
	margin-bottom: 30px;
}
.icon-box {
	text-align: left;
}
.icon-box.left {
	text-align: center;
}
.icon-box.left a {
	margin-right: 0;
	padding: 0;
}
.icon-box .media-left {
	float: none !important;
	margin: 0 0 30px 0;
}
.icon-box .media-left, .icon-box .media-right, .icon-box .media-body {
	display: block;
	width: auto;
}
.call-to-action {
	text-align: center;
}
.call-to-action .icon {
	float: none;
}
.sidebar.pull-left,
.sidebar.pull-right {
	float: none !important;
}
.blog-posts .entry-meta {
	background: none;
	left: auto;
	position: relative;
	top: auto;
}
.testimonial-carousel.boxed .owl-dots {
 	text-align: center;
}
.bg-img-box .caption .title {
	font-size: 24px;
	margin-top: 30px;
}
.service-block .thumb .desc {
  border-top: 4px solid #fb4848;
  bottom: -15%;
  padding: 10px 6px 4px 20px;
}
.team-block .team-thumb .team-overlay {
  padding: 60px;
}
.team-block .team-thumb .team-overlay {
  height: 90%;
}
.team-block .team-thumb .team-overlay::after {
  left: -1px;
}
.team-block .team-thumb .styled-icons {
  padding: 9px 20px 0 25px;
}
.team-block .team-thumb .styled-icons::after {
  border-width: 26px;
  left: -52px;
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
html {
	font-size: 50%;
}
.vertical-text-carousel .owl-controls .owl-buttons {
	top: 18%;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {
.team-block .team-thumb .styled-icons {
  padding: 8px 20px 0 25px;
}
.team-block .team-thumb .team-overlay {
  height: 88%;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
	html {
		font-size: 35%;
	}
}
@media (max-width: 767px) {
	#home .rev_slider_wrapper .rev_slider .tp-caption{
		font-size: 24px!important;
	}
	#home .rev_slider_wrapper .rev_slider .tp-caption.helpTextBanner{
		font-size: 15px!important;
	}
	.reviewImage{
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.reviewInfo {
		width: calc(100% - 50px);
	}
	.reviewDate{
		display: block;
		font-size: 12px;
	}
	.infoTop {
		flex-wrap: wrap;
	}
	.reviewInfo .media-heading{
		width: 100%;
	}
	.infoTop .star-rating{
		width: 100%;
		margin:0;
	}
	.lightGallery a{
		margin-bottom: 60px;
	}
	.maxPrice{
		display: block;
	}
	.row-flex-center{
	  flex-wrap: wrap;
	}
	#mission .icon-box .icon{
	  margin-bottom: 0;
	}
	.aboutPoints .icon-box {
	  margin-top: 0;
	  margin-bottom: 2px;
	  text-align: left; 
	}
	.rev_slider_wrapper{
		height:auto!important;
	}
	.rev_slider .tp-desc{
		font-size: 15px!important;
		line-height: 24px!important;
		padding: 0 30px!important;
		margin-top: 30px!important;
	}
	.formwtbox{
		padding: 20px;
	}
	.flexcounter .animate-number { 
		font-size: 24px;
		margin: 6px 0;
		color: #fff;
	}
	.flexcounter h4 {
		font-size: 12px;
		font-weight: 500;
	}
	h2, .h2{
		font-size: 24px;
	}
	h3, .h3{
		font-size: 18px;
	}
	.font-30 {
		font-size: 24px !important;
	}
	.pricing .row {
		display: flex;
		flex-wrap: wrap;
	}
	.pricing .thumb img{
		height: auto!important;
	}
	.inner-header .container {
		padding: 25px 0!important;
	}
	.inner-header h1{
		font-size: 24px!important;
		padding: 10px 15px 0!important;
		line-height: 1.5!important;
	}
	.contact-wrapper {
        padding: 0 0 30px;
    }
	.event-count{
		padding-top: 0!important;
		margin-top:0 !important;
	}
	.event-details{
		padding-top: 0!important;
		margin-top:0 !important;
	}
	.upcoming-events{
		padding: 0;
	}
	.filterMenu{
		display: block;
        text-align: right;
        padding: 11px;
        background: #fff;
        border-radius: 10px;
        margin-bottom: 13px;
        box-shadow: 0 0 10px #d5d5d5;
        color: green;
        font-size: 16px;
	  }
	.leftPanel{
		display: none;
	}  
	.leftPanel.show{
		display: block;
	}
	.leftPanel {
		position: fixed;
        top: -5px;
		left: 0;
        height: 100%;
        width: 100%;
        border-right: none;
        overflow: auto;
        background: #fff;
        z-index: 99999;
        padding: 20px;
	}
	.leftPanel .serivesFilters{	
		max-height:calc(100vh - 100px);
		overflow: auto;
		margin-bottom: 15px;		
	}
	.closeFilter{
		display: inline-block;
		float:right;
		color:#999;
		z-index: 99999;
        position: relative;
	}
	.categorySidebar{
		display: none;
	}  
	.categorySidebar.show{
		display: block;
	}
	.categorySidebar {
		position: fixed;
        top: 0;
		left: 0;
        height: 100%;
        width: 100%;
        border-right: none;
        overflow: auto;
        background: #fff;
        z-index: 99999;
        padding: 20px;
	}



	.myAccBox {
		padding-left: 0;
		display: flex;
		flex-wrap: wrap;
		padding-top: 15px;
	}
	.right-account {
		padding: 0 15px;
		min-height: auto;
		width: 100%;
		margin-top:15px;
	}
	.left-account{
		position: relative;
		width: 100%;
		padding: 0;
	}
	.jobDescDetails p {
		display: flex;
		flex-wrap: wrap;
	}
	.jobDescDetails p strong {
		width: 100%;
	}
	.serviceDetailsTop{
		padding: 20px;
	}
	.serviceDetailsTop h1{
		font-size: 24px!important;
	}
	.ratingCol{
		float:left;
		width: 100%;
		margin-top: 15px;
	}
	.rightColBox{
		padding: 20px;
	}
	.rightColBox .table-responsive{
		border:none;
	}
	.aboutFacilities{ 
		margin-bottom: 20px;
	}
	.aboutFacilities .table-responsive{
		border:none;
	}
	.priceRange .table>tbody>tr>th{
		display: block;
		width: 100%;
		padding: 0 0 5px;
	}
	.priceRange .table>tbody>tr>td{
		display: block;
		width: 100%;
		padding: 0 0 15px;
	}

	.priceRange.priceRange2 .table>tbody>tr>td{
		display: table-cell;
	}
	.priceRange .pricesTD .table>tbody>tr>th{
		margin-top: 15px;
	}
	.priceRange .pricesTD .table>tbody>tr>td{
		display: inline-block;
		width: auto;
		margin-right: 40px;
		padding: 0 0 15px;
	} 
	
	.lightGallery a{
		width: calc(50% - 10px);
		padding: 0;
	}
	.formsProfile {
		width: 100%;
	}
	.dataTables_filter{
		float:none;
		text-align: left;
		margin-left: 15px;
	  }
	.dataTables_length{
		text-align: left;
		margin-top: 10px;
		margin-left: 15px;
	}
	.dataTables_paginate{
		text-align: center;
	}
	.dataTables_paginate .pagination{
		float:none;
		
	}
	.dataTables_info{
		text-align: center;
		margin: 10px 0;
	}
	.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
		font-size: 13px;
	}
  }
  @media (max-width: 480px) {
	.lightGallery a{
		width: 100%;
		padding: 0;
	}
	.rev_slider .tp-desc {
        font-size: 11px !important;
        line-height: 18px !important;
        padding: 0 30px !important;
        margin-top: 30px !important;
    }
	#home .rev_slider_wrapper .rev_slider .tp-caption{
		font-size: 18px!important;
	}
	#home .rev_slider_wrapper .rev_slider .tp-caption.helpTextBanner{
		font-size: 12px!important;
	}
	.tabRow .tabVideo a{
		font-size: 14px;
		padding: 10px 0;
	}
	
  }



  /* 03-07-2025 */
  @media only screen and (max-width: 768px){
    .landing-text{
        padding: 0;
    }
    .landing-img{
        position: unset;
    }
    .landing-banner{
        padding: 50px 0 0 0;
    }
    .landing-banner{
        text-align: center;
    }
    .landing-banner h1{
        font-size: 25px;
    }
    .section-title-landing h2{
        font-size: 25px;
    }
    .landing-service::before , .landing-service::after{
        position: unset;
    }
    .landing-testimonials::before , .landing-testimonials::after{
        position: unset;
    }
    .nurse-img::before{
        position: unset;
    }
    .nurse-desription{
        padding: 30px 0px;
    }
    .nurse-des-main{
        padding-top: 0;
        flex-direction: column-reverse;
    }
    .table-landingmain th{
        font-size: 14px;
    }
    .landing-cta-title h2{
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }
    .landing-cta-btn{
        margin-top: 30px;
        float: none;
    }
    .landing-cta{
        text-align: center;
    }
  
    .table-landingmain td{
        padding: 8px 9px;
        font-size: 13px;
    }
    .nurse-desription h3{
        font-size: 25px;
    }
    .footer-btn{
        padding: 10px 15px;
        font-size: 12px;
    }
    .footertopright{
        justify-content: center;
    }
    .footertopleft ul{
        display: unset;
    }
    .footertopleft ul li{
        padding: 0;
    }
    .footer-logo {
        padding-bottom: 30px;
    }
    .footer-links ul li{
        padding-bottom: 10px;
    }
    .footer-links ul li a{
        font-size: 13px;
    }
    .footer-contact {
        padding-left: 0;
        padding-top: 30px;
    }
    .footer-top{
        padding-bottom: 20px;
    }
    .landing-testimonials{
        padding-top: 0;
        padding-bottom: 0;
    }
    .landing-box{
        padding: 20px;
    }
    .landing-box p{
        font-size: 14px;

    }
    .testilaning-img{
        width: 30%;
    }
    .landing-box{
        width: 100%;
    }
    .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
        top: unset;
    }
    .owl-carousel .owl-nav .owl-next{
        right: 35%;
    }
    .owl-carousel .owl-nav .owl-prev{
        left: 35%;

    }
    .owl-nav{
        padding-top: 30px;
    }
    .landing-faq-main .accordion-button::after{
        font-size: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .servie-box-landing{
        padding: 20px;
    }
    .servie-box-landing h3{
        font-size: 18px;
        line-height: 24px;
    }
    .servie-box-landing p{
        font-size: 14px;
    }
    .video-in{
        padding-bottom: 30px;
    }
    .video-landing{
        padding-bottom: 0;
    }
    .col-lg-6.landing-blog-1 {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .blog-desription {
        padding-top: 20px;
    }
    .section-title-landing{
        padding-bottom: 20px;
    }
}
@media (min-width: 789px) and (max-width: 991px){
    .landing-text{
        padding: 0;
    }
    .landing-img{
        position: unset;
    }
    .landing-banner{
        padding: 50px 0 0 0;
    }
    .landing-banner{
        text-align: center;
    }
    .landing-banner h1{
        font-size: 25px;
    }
    .section-title-landing h2{
        font-size: 25px;
    }
    .landing-service::before , .landing-service::after{
        position: unset;
    }
    .landing-testimonials::before , .landing-testimonials::after{
        position: unset;
    }
    .nurse-img::before{
        position: unset;
    }
    .nurse-desription{
        padding: 30px 0px;
    }
    .nurse-des-main{
        padding-top: 0;
    }
    .table-landingmain th{
        font-size: 14px;
    }
    .landing-cta-title h2{
        text-align: center;
        font-size: 20px;
        line-height: 30px;
    }
    .landing-cta-btn{
        margin-top: 30px;
        float: none;
    }
    .landing-cta{
        text-align: center;
    }
  
    .table-landingmain td{
        padding: 8px 9px;
        font-size: 13px;
    }
    .nurse-desription h3{
        font-size: 25px;
    }
    .footer-btn{
        padding: 10px 15px;
        font-size: 12px;
    }
    .footertopright{
        justify-content: center;
    }
    .footertopleft ul{
        display: unset;
    }
    .footertopleft ul li{
        padding: 0;
    }
    .footer-logo {
        padding-bottom: 30px;
    }
    .footer-links ul li{
        padding-bottom: 10px;
    }
    .footer-links ul li a{
        font-size: 13px;
    }
    .footer-contact {
        padding-left: 0;
        padding-top: 30px;
    }
    .footer-top{
        padding-bottom: 20px;
    }
    .landing-testimonials{
        padding-top: 0;
        padding-bottom: 0;
    }
    .landing-box{
        padding: 20px;
    }
    .landing-box p{
        font-size: 14px;

    }
    .testilaning-img{
        width: 30%;
    }
    .landing-box{
        width: 100%;
    }
    .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
        top: unset;
    }
    .owl-carousel .owl-nav .owl-next{
        right: 35%;
    }
    .owl-carousel .owl-nav .owl-prev{
        left: 35%;

    }
    .owl-nav{
        padding-top: 30px;
    }
    .landing-faq-main .accordion-button::after{
        font-size: 10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .servie-box-landing{
        padding: 20px;
    }
    .servie-box-landing h3{
        font-size: 18px;
        line-height: 24px;
    }
    .servie-box-landing p{
        font-size: 14px;
    }
    .video-in{
        padding-bottom: 30px;
    }
    .video-landing{
        padding-bottom: 0;
    }
    .col-lg-6.landing-blog-1 {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .blog-desription {
        padding-top: 20px;
    }
    .section-title-landing{
        padding-bottom: 20px;
    }
    .landing-service .row{
        justify-content: center;
    }
}
@media (min-width: 992px) and (max-width: 1024px){
    
}

@media (min-width: 1920px) and (max-width: 2560px){
    .landing-img{
        width: 26%;
        top:9px;
        position: absolute;
    }
}