/*
Theme Name: physioclinic
*/
.mv img {
    width: 70%;
    margin: auto;
    display: block;
}
.mv-mob{
	display:none;
}
@media only screen and (max-width:767px){
	.mv{
		display:none;
	}
	.mv-mob{
		display:block;
	}
	.mv-mob img {
    width: 70%;
    margin: auto;
    display: block;
}
	.mv-mob{
	padding:20px 0 50px;
	background: url(https://tissertech.com/projects/Website-2023/physioclinic/wp-content/uploads/2023/11/bgli.png);
    background-size: cover;
    background-position: bottom;
	margin:0px 0 30px;
}
}
.mv{
	padding:20px 0 50px;
	background: url(https://tissertech.com/projects/Website-2023/physioclinic/wp-content/uploads/2023/11/bgli.png);
    background-size: cover;
    background-position: bottom;
	margin:0px 0 60px;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

body, h1, h2, h3, h4, h5, h6, a, font, span, p{
	font-family: 'Roboto', sans-serif !important;
	--GreyColor: #484646;
	--BlackColor: #151414;
	--YellowColor: #fbd22c;
	--BlueColor: #0074bd;
}

a{
	transition-duration: 0.3s;
}

h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
}

.container{
    max-width: 1240px !important;
}

p{
	color: var(--GreyColor);
	font-size: 16px;
	line-height: 28px;
}

.page-container{
	width: 100%;
	
}

.footer-btm{
	width: 100%;
	background: #bfdcee;
	min-height: 80px;
	padding-top: 25px;
	text-align: center;
}

.footer-btm p{
	font-size: 15px;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

.footer-btm .col-lg-6:last-child{
	text-align: right;
}

.footer-btm p a{
	color: var(--GreyColor);
}

.footer-btm p a:hover{
	color: var(--BlueColor);
	text-decoration: none !important;
}

.footertop-wrap{
	width: 100%;
	background: #d9eaf5;
	padding: 80px 0px;
}

.footertop-wrap .footer-addresscon p{
	text-align: justify;
	padding: 0;
	margin: 0;
}

.footertop-wrap .footer-addresscon a{
	width: 100%;
	height: 45%;
	display: block;
	background: url(../physioclinic/assets/img/phy-logo-color.png) no-repeat;
	margin-bottom: 10px;
}
.s-links a{
	color: #fff !important;
    background: #4079aa !important;
    padding: 8px !important;
}
.s-links{
	margin: 5px 0
}
.footertop-wrap h4{
	font-size: 22px;
	font-weight: 700;
	padding: 0;
	margin:55px 0px 24px 0px;
}

.footertop-wrap ul{
	width: 100%;
	padding: 0;
	margin: 0;
}

.footertop-wrap ul li{
	list-style: none;
	padding: 0;
	margin: 0px 0px 14px 0px;
	line-height: normal;
}

.footertop-wrap ul li:last-child,
.footertop-wrap .footeraddress p{
	margin-bottom: 0px;
}

.footertop-wrap ul li a,
.footertop-wrap .footeraddress p a{
	color: var(--GreyColor);
	font-size: 14px;
	text-decoration: none;
}

.footertop-wrap ul li a:hover{
	text-decoration: none;
	color: var(--BlueColor);
}

.footertop-wrap .footeraddress p{
	padding: 0px 0px 0px 28px;
	margin: 0px 0px 14px 0px;
	width: 100%;
	position: relative;
	line-height: 24px;
}

.footertop-wrap .footeraddress p i{
	position: absolute;
	left: 0px;
	top: 4px;
}

.footertop-wrap .col-lg-8{
	padding-left: 60px;
}

.footer-bluebar{
	width: 100%;
	background-image: url('../physioclinic/assets/img/bottom-drk.jpg');
	min-height: 280px;
    background-attachment: fixed;
	background-position: bottom;
	padding: 25px 0 20px;
	background-repeat: no-repeat;
}

.footer-bluebar ul{
	padding: 0px;
	margin: 39px 0px 0px 0px;
	width: 100%;
	text-align: right;
}

.footer-bluebar ul li{
	list-style: none;
	display: inline-block;
}

.footer-bluebar ul li a{
	width: 42px;
	height: 42px;
	background-color: #1a82c3;
	border-radius: 4px;
	display: block;
	text-align: center;
	color: #fff;
	margin: 0px 3px;
	line-height: 42px;
}

.footer-bluebar ul li a:hover{
	color: var(--BlueColor);
	background: #fff;
}

.footer-bluebar .download-brochure {
    background: #326fa4;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    line-height: 42px;
    margin: 5px;
    padding: 12px 20px;
    text-decoration: none;
	font-size: 18px;
}

.footer-bluebar h4{
	padding: 0px;
	margin: 31px 0px 0px 0px;
	float: left;
	width: 100%;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 20px;
}

.footer-bluebar h6{
	padding: 0px;
	margin: 4px 0px 0px 0px;
	float: left;
	color: #fff;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 20px;
}

.footer-bluebar .footerblue-txt{
	width: 100%;
	position: relative;
	text-align: center;
}

/* .footer-bluebar .footerblue-txt:before{
	width: 60px;
	height: 53px;
	background: url(../physioclinic/assets/img/know-more.jpg);
	left: 0px;
	top: 32px;
	position: absolute;
	content: '';
} */

.heading{
	margin: 0 0 40px 0;
}
.heading p{
font-size: 18px;
}
.page-heading{
	width: 100%;
	text-align: center;
	font-size: 40px;
	padding: 0;
	line-height: normal;
	font-weight: 500;
}
.module-wrap p{
	padding: 0px 50px 0px 50px;
	font-size:15px;
}
.sub-head{
	text-align: center;
	text-transform: capitalize;
	color: #326fa4;
	font-weight: 800;
	margin-bottom: 15px;
	font-size: 12px;
	letter-spacing: 2px;

}
.products-homewrap{
	text-align: center;
}
.products-homewrap .row{
	margin: 0 80px;
}
.products-homewrap .product-item{
	width: 100%;
	height: 220px;
	display: block;
	border-radius: 0 35px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
	    box-shadow: 4px 6px 1px 1px #0000001a;
	border: 1px solid #326fa4;
	margin-top: 30px;
	text-decoration: none !important;
	transition-duration: 0.3s;
	position: relative;
	overflow: hidden;
	float: left;
}

.products-homewrap .product-item:hover{
	background: #326fa4;
	color: white;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
    border-radius: 35px 0;
}

.products-homewrap .product-item:hover h6{
	color: white;
}

.products-homewrap{
	margin-top: 60px;
	margin-bottom: 90px;
}

.products-homewrap .product-item h6{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #326fa4;
	text-decoration: none;
	transition-duration: 0.3s;
}

.products-homewrap .product-item span{
	width: 100px;
	height: 85px;
	display: inline-block;
	margin: 46px 0px 16px 0px;
	
	transition-duration: 0.3s;
}

.products-homewrap .col-lg-3:nth-child(2) .product-item span{
	background-position-x: -100px;
}

.products-homewrap .col-lg-3:nth-child(3) .product-item span{
	background-position-x: -200px;
}

.products-homewrap .col-lg-3:nth-child(4) .product-item span{
	background-position-x: -300px;
}

.products-homewrap .product-item:hover span{
	background-position-y: -85px;
}

.products-homewrap .product-item:hover font{
	right: -42px;
	bottom: -35px;
}

.products-homewrap .product-item font{
	width: 85px;
	height: 85px;
	position: absolute;
	right: -85px;
	bottom: -85px;
	background: white;
	border-radius: 50%;
	z-index: 900;
	transition-duration: 0.3s;
}


.whatwe-docon{
	width: 100%;
	background: #326fa405;
	text-align: justify;
	padding: 70px 0px 70px 0px;
}

.whatwe-docon .page-heading{
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
.whatwe-docon .learnmore-btn{
	color: #326fa4 !important;
    border: 1px solid #326fa494;

}
.pt-about h2{
	text-align: left;
}
.pt-about {
	padding-top: 70px;
	padding-right: 0px!important;
}
.pt-about h2 {
    text-align: left;
    color: #2aacec;
}
.learnmore-btn {
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 2px 20px;
    border-radius: 8px;
    line-height: 35px;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    margin-top: 50px;
    color: #fff;
}

.learnmore-btn:hover{
	border: 1px solid #ffffff!important;
	background:#326fa4;
	text-decoration: none;
	color: #fff !important;
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.299), 0 17px 50px 0 rgba(0,0,0,0.19);
}


.whatwe-docon .col-lg-6{
	padding-left: 45px;
}

.whatwe-docon .col-lg-6 a{
	margin-top: 15px;
}

.whatwe-docon .col-lg-6{
	padding-right: 45px;
}
  .testimonial-sec {
        background: #326fa405!important;
         padding-top: 1px!important;
         padding-bottom: 10px!important;
     }
.whatwe-docon .col-lg-6 span{
	float: left;
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	border-radius: 15px;
}

.whatwe-docon .col-lg-6 span img{
	width: 100%;
	height: 500px;
	object-fit: contain;
}
.about-sec .col-lg-6 span img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.about-page p{
    text-align:center;
}
.about-sec-con{
    padding-top: 0px!important;
}
.years-wrap{
	width: 100%;
	text-align: center;
	background: var(--BlueColor);
	border-radius: 5px;
	margin-top: -50px;
	position: relative;
}

.years-wrap .row{
	margin: 0px;
}

.years-wrap .row .col-lg-3{
	padding: 0px;
	border-right: 1px solid #4b9dd0;
	min-height: 90px;
	padding-top: 15px;
}

.years-wrap .row .col-lg-3:last-child{
	border-right: none;
}

.years-wrap .row .col-lg-3 h6{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #e5f1f8;
	line-height: normal;
}

.years-wrap .row .col-lg-3 h3{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 32px;
	font-weight: 900;
	color: var(--YellowColor);
	line-height: normal;
}

.module-wrap{
	text-align: center;
}

.module-wrap .col-lg-4 a{
	width: 100%;
	min-height: 200px;
	border-radius: 25px 0 25px 0;
	border: 1px solid #326fa400;
	display: block;
	box-shadow: 0 0 12px 5px #00000017;
	text-decoration: none !important;
	margin-top: 20px;
	padding: 0px 20px;
	transition-duration: 0.3s;
	pointer-events: none;
}

.module-wrap .col-lg-4 a:hover{
	border-color: #326fa447;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
	box-shadow: 0px 0px 8px 0px rgb(0 116 188 / 12%);
}

.module-wrap .col-lg-4 a h6 {
    text-transform: uppercase;
    width: 100%;
    padding: 0;
    letter-spacing: 1px;
    margin: 25px 0px 10px 0px;
    text-align: center;
    font-size: 15px;
    color: #326fa4;
    font-weight: 500;
    text-decoration: none !important;
}
.module-wrap .col-lg-4 a span{
	width: 100%;
	height: 70px;
	display: block;
	text-align: center;
	margin: 30px 0px 18px 0px;
}

.module-wrap .col-lg-4 a span img{
	height: 70px;
	object-fit: cover;
	width:70px;
}

.module-wrap .col-lg-4 a p{
	padding: 0px;
	margin: 0px 0px 30px 0px;
	line-height: 26px;
}

.ft-cnt {
    position: absolute;
    top: 0px;
    padding:25px 18px;
    left: 0;
/*     opacity: 0; */
    height: 100%;
	border-radius:25px 0;
    border: 1px solid #326fa400;
    box-shadow: 0 0 6px 3px #00000017;
	min-height:225px;
}
.ft-cnt h6{
	color:#326fa4;
	font-size:18px;
}
.ft-cnt p{
	padding:10px !important;
}
/* .flip-box:hover .ft-cnt{
	opacity:1;
	transition:.3s ease-in;
} */
/* .flip-box:hover a{
	opacity:0;
} */
.module-wrap{
	margin-top: 80px;
	margin-bottom: 90px;
}
.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.award-support-wrap{
	width: 100%;
	background: #e5f1f8;
	border-radius: 10px;
	overflow: hidden;
}

.award-support-wrap .col-lg-5 img{
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.award-support-wrap .col-lg-7{
	height: 480px;
	display: table;
	position: relative;
}

.award-support-wrap .col-lg-7:after{
	width: 311px;
	height: 276px;
	position: absolute;
	right: -16px;
	bottom: 0px;
	content: '';
	z-index: 0;
	background: url(../physioclinic/assets/img/eicon.svg) no-repeat;
	opacity: 0.1;
}

.award-support-wrap .col-lg-7 span{
	display: table-cell;
	vertical-align: middle;
	padding-left: 70px;
	padding-right: 20px;
}

.award-support-wrap .col-lg-7 h3{
	font-size: 38px;
	margin-bottom: 16px;
}

.award-support-wrap .col-lg-7 ul{
	width: 100%;
	padding: 0;
	margin: 0px 0px 30px 0px;
	float: left;
	position: relative;
	z-index: 10;
}

.award-support-wrap .col-lg-7 ul li{
	list-style: none;
	padding: 0;
	margin: 8px 0px;
	display: inline-block;
	width: 50%;
	float: left;
	color: var(--GreyColor);
}

.testimonial-wrap{
	text-align: center;
	margin-top: 90px;
	margin-bottom: 90px;
	position: relative;
}

.testimonial-wrap p{
	 font-style: italic;
	 padding: 0;
	 margin: 0;
}

/* .testimonial-wrap span{
	width: 90px;
	height: 90px;
	display: inline-block;
	background: url(../physioclinic/assets/img/testimonial-profilepic.jpg) no-repeat;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
}
 */
/* .testimonial-wrap span img{
	width: 90px;
	height: 90px;
	object-fit: cover;
}
 */
.testimonial-wrap h6{
	font-size: 15px;
	font-weight: normal;
	color: var(--GreyColor);
	padding: 0;
	margin: 0;
}

.testimonial-wrap h5{
	font-size: 18px;
	font-weight: 500;
	color: var(--BlackColor);
	padding: 0;
	margin: 20px 0px 6px 0px;
}

.testimonial-wrap .fa-quote-right{
	position: absolute;
	top: 0px;
	right: 15px;
	color: #e5f1f8;
	font-size: 160px;
}

.banner-wrapper{
	width: 100%;
	height: 650px;
	display: block;
	background: url(../physioclinic/assets/img/phy-banner.jpg) top no-repeat;
    background-position-x: -5px;
	padding-top: 140px;
	position: relative;
}


.socialmedia-sticky{
	position: fixed !important;
	  top: 47%;
	  -webkit-transform: translate(-50%) rotate(-90deg);
	  -ms-transform: translate(-50%) rotate(-90deg);
	  transform: translate(-50%) rotate(-90deg);
	  left: 30px;
	  font-size: 14px;
	  font-weight: 500;
	  text-transform: capitalize;
	  font-weight: 600;
	  z-index: 999;
	  color: #4b4949;
	  letter-spacing: 2px;
  }
  
  .socialmedia-sticky a {
	font-weight: normal !important;
	padding: 0px 4px;
	color: #4b4949;
  }
  
  .socialmedia-sticky a:hover{
	color: var(--BlueColor);
  }

  ::selection {
	background: var(--BlueColor);
	color: #fff;
}

::-moz-selection {
	background: var(--BlueColor);
	color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
	height:0px;
}

::-webkit-scrollbar-track {
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background-color: rgb(95 142 184 / 59%);
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover{
	background-color: rgb(4 107 199 / 58%);
}

.headerwrapper-con{
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1020;
	padding-top: 30px;
	transition-duration: 0.3s;
}

.headerwrapper-con .header-logo {
    width: 100%;
    height: 250px;
    background: url(../physioclinic/assets/img/phy-logo.png) no-repeat;
    float: left;
}

.f-nav .headerwrapper-con{
	background: rgba(255, 255, 255, 0.95) !important;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
	padding: 10px 0px;
}

.f-nav .headerwrapper-con .header-logo{
	height: 75px;
    background-size: auto 75px;
}

.page-template-page-home .headerwrapper-con .mega-menu-item-32 .mega-menu-link,
.page-template-page-home .headerwrapper-con .mega-menu-item-28 .mega-menu-link,
.page-template-page-home .headerwrapper-con .mega-menu-item-30 .mega-menu-link,
.page-template-page-home .headerwrapper-con .mega-menu-item-31 .mega-menu-link{
	color: #fff !important;
}

.getintouch-wrap{
	width: 100%;
    background: #e5f1f8;
    border-radius: 10px;
    overflow: hidden;
	padding: 0px 60px;
}

.getintouch-wrap .col-lg-6 input{
	width: 100%;
	height: 44px;
	background: none !important;
	border: 2px solid #94acbb;
	border-radius: 4px;
	outline: none !important;
	padding-left: 15px;
}

.getintouch-wrap .col-lg-6,
.getintouch-wrap .col-lg-12{
	padding-bottom: 16px;
}

.getintouch-wrap .col-lg-12 textarea{
	width: 100%;
	height: 120px;
	background: none !important;
	border: 2px solid #94acbb;
	border-radius: 4px;
	outline: none !important;
	padding-left: 15px;
}



.getintouch-wrap .col-lg-12 input[type='checkbox'],
.bookdemobtm .col-lg-12 input[type='checkbox']{
	margin-right:8px;
	outline:none !important;
	background:none;
}


.getintouch-wrap .col-lg-12 input[type='checkbox']:after,
.bookdemobtm .col-lg-12 input[type='checkbox']:after {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	top: -2px;
	left: -2px;
	position: relative;
	background-color: #e5f1f8;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #94acbb;
}

.getintouch-wrap .col-lg-12 input[type='checkbox']:checked:after,
.bookdemobtm .col-lg-12 input[type='checkbox']:checked:after {
	width: 18px;
	height: 18px;
	border-radius: 3px;
	top: -2px;
	left: -2px;
	position: relative;
	background-color: var(--BlueColor);
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid var(--BlueColor);
}

.getintouch-wrap .col-lg-12 .wpcf7-list-item,
.bookdemobtm .col-lg-12 .wpcf7-list-item{
	padding-left: 0px;
	margin-left: 0px;
	margin-top: -10px;
	float: left;
	color: var(--GreyColor);
	width: 100%;
}

.wpcf7-response-output,
.wpcf7-spinner{
	display: none;
	visibility: hidden;
}

.getintouch-wrap .contactbtn{
	width: 100%;
	background: var(--BlueColor);
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	margin: 0;
	border: none;
	outline: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 4px;
}

.wpcf7-not-valid-tip{
	font-size: 11px;
}

.getintouch-wrap h3{
	padding: 0px;
	margin: 0px 0px 16px 0px;
	font-size: 34px;
	font-weight: 500;
}

.getintouch-wrap .col-lg-8{
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 45px;
}

.getintouch-wrap img{
	width: 100%;
	margin-top: 70px;
}

.google-maps {
	position: relative;
    padding-bottom: 400px;
    height: 0;
    overflow: hidden;
	margin:0px 0px 0px 0px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.contact-page p a{
	color: var(--GreyColor);
	text-decoration: none;
}

.contact-page .col-lg-4 p{
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 0;
	line-height: 24px;
}

.contact-page .col-lg-4 h4{
	width: 100%;
	padding: 0;
	margin: 20px 0px 8px 0px;
	text-align: center;
	font-size: 18px;
}

.contact-page .contactaddress{
	margin: 45px 0px 80px 0px;
	text-align: center;
}

.contact-page .contactaddress .col-lg-4{
	border-right: 1px solid #b7c6ce;
	padding: 0;
}

.contact-page .contactaddress .col-lg-4:last-child{
	border-right: none;
}

.contact-page .contactaddress .col-lg-4 span{
	width: 90px;
	height: 90px;
	display: inline-block;
	background: #e5f1f8;
	border-radius: 50%;
	color: var(--BlueColor);
	font-size: 32px;
	line-height: 90px;
	transition-duration: 0.3s;
}

.contact-page .contactaddress .col-lg-4:hover span{
	background: var(--BlueColor);
	color: #fff;
}

.meet-team .team-item{
	width: 100%;
    min-height: 285px;
    border-radius: 10px;
    border: 1px solid #c4d9e6;
    display: block;
    text-decoration: none !important;
    margin-top: 25px;
    padding: 35px 20px 0px 20px;
    transition-duration: 0.3s;
	text-align: center;
	
}

.meet-team .team-item:hover{
	border-color: var(--BlueColor);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
}

.meet-team .team-item span{
	width: 120px;
	height: 120px;
	display: inline-block;
	border-radius: 50%;

    background: url(../physioclinic/assets/img/testimonial-profilepic.jpg) no-repeat #e4f1f9;
	background-position: 15px 12px;
    overflow: hidden;
}

.meet-team .team-item span img{
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.meet-team .team-item h6{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: var(--GreyColor);
}

.meet-team .team-item h5{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 10px 0px 10px 0px;
	font-size: 20px;
	font-weight: 600;
	color: var(--BlackColor);
}

.meet-team{
	text-align: center;
}

.meet-team h4{
	padding: 0;
    margin: 0px 0px 15px 0px;
    font-size: 32px;
}

.blog-page .blog-item{
	width: 100%;
	border-radius: 10px;
    border: 1px solid #c4d9e6;
	float: left;
	padding: 20px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: 4px 6px 1px 1px #0000001a;
}



.blog-page .blog-item:hover{
	border-color: var(--BlueColor);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
box-shadow: 0px 0px 15px 0px rgba(0,116,188,0.3);
}

.blog-page .col-lg-4{
	padding-left: 20px;
	padding-right: 20px;
}

.blog-page .row{
	margin-left: -20px;
	margin-right: -20px;
}

.blog-page .blog-item:hover h6{
	color: var(--BlueColor);
}

.blog-page .blog-item span{
	width: 100%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	background-color: var(--BlueColor);
	position: relative;
	margin-bottom: 20px;
}
  a:hover{
   text-decoration: none!important;
}
.about-sec{
    background:none!important;
    padding: 70px 0px 0px 0px!important;
}

.whychoose-wrap {
    margin-top: 90px;
    margin-bottom: 90px;
}
.whychoose-page-wrap .whychoose-item {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    min-height: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
   background-color: #0074bd8f;
    box-shadow: 4px 6px 1px 1px #00000017;
}
.whychoose-page-wrap .whychoose-item:hover {
   box-shadow: -9px -3px 1px 1px #00000017;
}
.blog-singlepage h5{
    font-weight:800;
}
.whychoose-item span {
    width: 100%;
    height: 90px;
    display: block;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.whychoose-item span img {
    width: auto;
    height: 90px;
    object-fit: cover;
    display: inline-block;
}
.whychoose-page-wrap .whychoose-item h6 {
    margin-bottom: 15px;
}
.whychoose-item h6 {
    padding: 0px 10px;
    margin: 0px;
    font-size: 20px;
    color: #fff;
    transition-duration: 0.3s;
    font-weight: 500;
}
.whychoose-item p {
    color: #fff;
}
.whychoose-item {
    width: 100%;
    height: 245px;
    border: 1px solid #d8d8d8;
    float: left;
    text-align: center;
    border-radius: 20px;
    text-decoration: none !important;
}
.whychoose-page-wrap h1{
    text-align:center;
    margin:40px;
}

.blog-page .blog-item:hover img{
	opacity: 0.2;
}

.blog-page .blog-item i{
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: 30%;
	margin-top: -14px;
	color: #fff;
	font-size: 26px;
	z-index: 900;
	opacity: 0;
	transition-duration: 0.3s;
}

.blog-page .blog-item:hover i{
	top: 50%;
	opacity: 1;
}

.blog-page .blog-item span img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.blog-page .blog-item h6{
	font-size: 16px;
	color: var(--BlackColor);
	text-decoration: none;
	line-height: 24px;
	padding: 0;
	margin: 16px 0px 0px 0px;
	text-align: center;
}

.blog-singlepage .col-lg-4 img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}

.blog-singlepage .col-lg-8{
	text-align: justify;
	padding-right: 60px;
}

.blog-singlepage .col-lg-8 h4{
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 35px 0px 15px 0px;
}

.blog-singlepage .col-lg-8 .entry-meta a{
	color: var(--GreyColor);
	font-weight: 500;
}

.blog-singlepage .col-lg-8 .entry-meta a:hover{
	color: var(--BlueColor);
	text-decoration: none;
}

.blog-singlepage .col-lg-8 .entry-title{
	font-size: 26px;
	text-align: left;
}

.blog-singlepage .col-lg-8 .entry-meta font{
	background: #45b7ff;
	padding: 3px 20px;

}

.blog-singlepage .col-lg-8 .entry-meta{
	margin: 12px 0px 10px 0px;
}

.blog-singlepage .col-lg-4 h4{
	padding: 0px;
	margin: 60px 0px 12px 0px;
	font-size: 26px;
}

.blog-singlepage .col-lg-4 ul{
	padding: 0px;
	margin: 0;
}

.blog-singlepage .col-lg-4 ul li{
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	line-height: normal;
	border-bottom: 1px dashed #c5c5c5;
}

.blog-singlepage .col-lg-4 ul li:last-child{
	border-bottom: none;

}

.blog-singlepage .col-lg-4 ul li a{
	text-decoration: none;
	color: var(--GreyColor);
	padding: 0;
	margin: 0;
	line-height: 24px;
}

.blog-singlepage .col-lg-4 ul li a:hover{
	color: var(--BlueColor);
}

.blog-singlepage .col-lg-8 .text-muted{
	display: none;
	visibility: hidden;
}	

.blog-singlepage .col-lg-8 ul,
.blog-singlepage .col-lg-8 ol{
	width: 100%;
	padding: 0px 0px 0px 20px;
	margin: 0;
}

.blog-singlepage .col-lg-8 ul li,
.blog-singlepage .col-lg-8 ol li{
	margin: 10px 0px;
	color: var(--GreyColor);
}

.blog-singlepage .col-lg-8 .comments-title{
	font-size: 20px !important;
	text-align: left;
	margin: 0px 0px 20px 0px !important;
}

.blog-singlepage .col-lg-8 .comments-area{
	margin-top: 50px;
}

.blog-singlepage .col-lg-4{
	position: relative;
}

.sticky-block{
	position: sticky;
	top: 70px;
}

.blog-singlepage{
	position: relative;
}


.customer-testimonials{
	width: 100%;
	background: #e5f1f8;
	margin: 0px 0px;
	padding: 70px 0px 80px 0px;
}

.customer-testimonials .page-heading{
	font-size: 48px;
}

.customer-testimonials .container{
	position: relative;
}

.customer-testimonials i{
	color: #bfd5e0 !important;
}

.customer-testimonials span{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}

.customer-testimonials a font{
	width: 26px;
	height: 47px;
	background: url(../physioclinic/assets/img/arrow.jpg) no-repeat;
	display: inline-block;
}

.customer-testimonials a.carousel-control-next{
	transform: rotate(180deg);
	right: -110px;
}

.customer-testimonials a.carousel-control-prev{
	left: -110px;
}

.customer-testimonials a{
	opacity: 0.2;
}
.know-more-wrap{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.know-more-wrap p:last-child{
	margin-bottom: 0px;
}

.know-more-wrap h3{
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 32px;
}

.know-more-wrap{
	width: 100%;
	background: #e5f1f8;
	padding: 60px 0px;
	margin: 0;
}


.bookdemobtm .demobtn{
	width: 100%;
	background: var(--BlueColor);
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	margin: 0;
	border: none;
	outline: none;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 15px;
	border-radius: 4px;
}

.bookdemobtm .col-lg-6 input,
.bookdemobtm .col-lg-12 select{
	width: 100%;
	height: 44px;
	background: none !important;
	border: 2px solid #94acbb;
	border-radius: 4px;
	outline: none !important;
	padding-left: 15px;
}

.bookdemobtm .col-lg-6,
.bookdemobtm .col-lg-12{
	padding-bottom: 20px;
}

.bookdemobtm p{
	text-align: center;
	margin-bottom: 45px;
}

.bookdemobtm h3{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0px 0px 12px 0px;
	font-size: 32px;
}

.bookdemobtm{
	margin: 80px 0px;
}




.product-footer-wrap{
	width: 100%;
	background: #e5f1f8;
	padding: 80px 0px;
}

.product-footer-wrap .col-lg-9{
	padding-right: 60px;
}

.product-footer-wrap .col-lg-9 .btn-link{
	outline: none !important;
	box-shadow: none !important;
	text-align: left;
	padding: 12px 20px;
	margin: 0;
	background: #bfdced;
	text-decoration: none;
	color: var(--BlackColor);
	font-weight: 500;
}

.product-footer-wrap .col-lg-9 .card{
	border: none;
	margin-bottom: 20px;
	background: #d0e3f0;
	
}

.product-footer-wrap .col-lg-9 .card:last-child{
	margin-bottom: 0px;
}

.product-footer-wrap .col-lg-9 .card .card-body{
	padding: 20px;
	color: var(--GreyColor);
}

.product-footer-wrap .needheal-wrap{
	width: 100%;
	background: var(--BlueColor);
	float: left;
	padding: 40px 25px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
}

.product-footer-wrap .needheal-wrap p{
	color: #fff;
	padding: 0;
	margin: 0px 0px 30px 0px;
	line-height: 24px;
}

.product-footer-wrap .needheal-wrap h4{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 26px;
}

.product-footer-wrap .needheal-wrap span{
	width: 90px;
	height: 90px;
	background-color: white;
	display: inline-block;
	border-radius: 50%;
	color: var(--BlueColor);
	margin-bottom: 20px;
	font-size: 38px;
	line-height: 90px;
}

.product-footer-wrap .needheal-wrap a{
	background: var(--YellowColor);
	display: inline-block;
	padding: 5px 20px;
	color: #000;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none !important;
	border-radius: 4px;
}

.product-topcon{
	text-align: justify;
}

.product-topcon p:last-child{
	margin-bottom: 0px;
}

.product-topcon .col-lg-5 span{
	width: 100%;
	height: 340px;
	float: left;
	margin-top: 5px;
	border-radius: 10px;
	overflow: hidden;
}

.product-topcon .col-lg-5 span img{
	width: 100%;
	height: 340px;
	object-fit: cover;
}

.product-topcon .col-lg-5{
	padding-right: 60px;
}

.product-topcon .col-lg-7 ul{
	width: 100%;
	padding: 0px 0px 0px 20px;
	margin: 0;
}

.product-topcon .col-lg-7 ul li{
	margin-bottom: 9px;
	list-style-image: url(../physioclinic/assets/img/tick.jpg);
	padding-left: 8px;
}

.product-topcon .col-lg-7 ul li:last-child{
	margin-bottom: 0px;
}

.postid-58 .col-lg-5 span,
.postid-58 .col-lg-5 span img{
	height: 410px;
}

@media screen and (min-width: 1024px) {
	.mega-menu-item-29 .mega-menu-link{
		background: var(--YellowColor) !important;
		font-weight: 500 !important;
		color: var(--BlackColor) !important;
	}
	
	.mega-menu-item-29 .mega-menu-link:hover{
		color: var(--BlackColor) !important;
	}

	.f-nav .headerwrapper-con .mega-menu-link {
		color: var(--BlackColor) !important;
	}

	/* .f-nav.page-template-page-home .headerwrapper-con .header-logo{
		background-image: url(../physioclinic/assets/img/phy-logo-color.png) !important;
	} */
	.mega-sub-menu{
		-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3) !important;
		-moz-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3) !important;
		box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.3) !important;
	}

	.page-template-page-home .mega-sub-menu .mega-menu-link{
		color: var(--BlackColor) !important;
	}

	.f-nav.page-template-page-home .headerwrapper-con .mega-sub-menu .mega-menu-link{
		color: #fff !important;
	}

	.f-nav.page-template-page-home .headerwrapper-con .mega-sub-menu .mega-menu-link:hover,
	.page-template-page-home .headerwrapper-con .mega-sub-menu .mega-menu-link:hover {
		color: var(--BlackColor) !important;
	}
}




.headerwrapper-con .mega-menu-link{
	font-weight: 500 !important;
}

.banner-caption h2{
	padding: 0px;
	margin: 0;
	font-size: 65px;
	font-weight: 500;
	color:#fff;
	line-height: 4.5rem;
	
}

.banner-caption{
	padding-top: 100px;

}
.banner-caption.learnmore-btn{
	margin-top: 25px;
}
.banner-wrapper .banner-scroll{
	width: 18px;
	height: 35px;
	background: url(assets/img/scroll-icon.png) no-repeat;
	padding: 0px;
	margin: 0;
	border: none;
	outline: none;
	position: absolute;
	z-index: 990;
	left: 50%;
	margin-left: -9px;
	bottom: 20px;
	animation: mouseanim 1.2s infinite alternate;
}

@keyframes mouseanim{   
	0%  {bottom: 30px;}   
	50%  {bottom: 20px;}   
	100% {bottom: 30px;} 
}

.banner-image-con{
	position: relative;
	float: left;
}

.banner-image-con img{
	width: 100%;
	height: auto;
	margin-top: -55px;
}

.banner-image-con button{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: none;
	background: var(--BlueColor);
	color: #fff;
	position: absolute;
	left: 30px;
	top: 125px;
	padding: 0px 0px 0px 5px;
	font-size: 30px;
	box-shadow: 0 0 0 0 rgba(0, 116, 188, 0.5);
	cursor: pointer;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.banner-image-con button:hover{
	color: var(--YellowColor);
}

  
  @-webkit-keyframes puls {to {box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);}}
  @-moz-keyframes puls {to {box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);}}
  @-ms-keyframes puls {to {box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);}}
  @keyframes puls {to {box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);}}

.page-header{
	height: 400px;
	text-align: center;
	background: url(../physioclinic/assets/img/physio-banner.png) top repeat-x #d9eaf5;
	padding: 150px 0px 0px 0px !important;
	margin: 0 !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: -280px;
}

.page-header h2{
	width: 100%;
    text-align: center;
    font-size: 54px;
    padding: 0;
    line-height: normal;
    font-weight: 500;
    margin: 100px 0px 0px 0px !important;
    color:#fff;
}

.page-wrapper{
	margin-top: 80px;
	margin-bottom: 80px;
}

.about-page{
	text-align: justify;
}
  
.about-page p:last-child{
	margin-bottom: 0px;
}

.about-page h4{
	padding: 0;
	margin: 0px 0px 15px 0px;
	font-size: 28px;
	text-align: center;
	color: #305290;
}
.nand {
    margin: 0% 0;
    padding: 100px 10%;
    background-color: #70b1da12;
    box-shadow: 1px 1px 8px 0px #aeaeec;
}
.nand ul li{
	list-style: none;
	list-style: url('../physioclinic/assets/img/check.png');
}
.nand-head{
	padding: 0 18px 18px;
}
.nand-head h3{
	color: #305290;
}
.about-page .col-lg-4 span{
    float: left;
    position: relative;
    width: 100%;
    height: 355px;
    overflow: hidden;
    border-radius: 15px;
	margin-top: 5px;
}

.about-page .col-lg-4 span img{
	width: 100%;
	height: 355px;
	object-fit: cover;
}

.about-page .col-lg-8{
	padding-right: 65px;
}

/* ADDITIONAL */
.mega-menu-link{
	color:#fff;
}


@media screen and (max-width: 1024px) {
	.socialmedia-sticky,
	.products-homewrap br{
		display: none;
		visibility: hidden;
	}
}

@media screen and (max-width: 990px) {
	.banner-image-con img {
		display: none;
	}
	.banner-caption h4 br,
	.banner-wrapper .banner-scroll,
	.whatwe-docon .col-lg-5 span:after,
	.module-wrap p br{
		display: none;
		visibility: hidden;
	}

	.banner-wrapper{
		height: 650px;
	}

	.banner-wrapper{
		background-position-y:  -120px;
	}

	.banner-caption{
		padding-top:65px;
		text-align: center;
	}

	.banner-caption h1{
		font-size: 80px;
	}

	.banner-caption h4{
		margin-bottom: 30px;
	}

	.banner-image-con{
		position: relative;
		left: 18%;
       margin-top: 45px;
		
	}
	.whatwe-docon .col-lg-6 {
		padding: 15px !important;
	}

	.banner-caption h4 font{
		display: inline-block;
		padding: 0;
		background: none;
	}

	.banner-caption h4{
		background: var(--YellowColor);
		width: auto;
		display: inline-block;
		padding: 5px 15px;
		border-radius: 5px;
	}

	.whatwe-docon .col-lg-7,
	.footertop-wrap .col-lg-8{
		padding-left: 15px;
	}

	.whatwe-docon .col-lg-5 .image-div{
		position: relative;
		left: 50%;
		margin-left: -232px;
	}

	.whatwe-docon .col-lg-5 span{
		width: 100%;
		margin-bottom: 20px;
	}

	.whatwe-docon .page-heading{
		width: 100%;
		text-align: center !important;
	}

	.award-support-wrap .col-lg-7 span{
		padding: 60px 30px;
	}

	.award-support-wrap .col-lg-7{
		height: auto;
	}

	.footer-bluebar ul{
		text-align: center;
		margin-bottom: 35px;
	}

	.footer-addresscon{
		margin-bottom: 45px;
		text-align: center;
	}

	.footer-addresscon p{
		text-align: center !important;
	}

	.footertop-wrap .footer-addresscon a{
		position: relative;
		
	}
	.footertop-wrap .footer-addresscon a {
		width: 100%;
		height: 200px;
	}
	.mega-menu-item-29 .mega-menu-link{
		clear: both;
		background: inherit;
		color: inherit;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after,
	
	.page-template-page-home.f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	.page-template-page-home.f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	.page-template-page-home.f-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		background: var(--BlackColor);
	}

	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		background: #fff;
	}

	.getintouch-wrap img{
		display: none;
		visibility: hidden;
	}

	.getintouch-wrap .col-lg-8{
		padding-left: 15px;
	}

	.getintouch-wrap h3{
		width: 100%;
		text-align: center;

		margin-bottom: 20px;
	}

	.getintouch-wrap{
		padding: 0px 30px;
	}

	.contact-page .contactaddress .col-lg-3{
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.about-page .col-lg-8{
		padding-right: 15px;
		margin-bottom: 45px;
	}

	.about-page .col-lg-4 span,
	.about-page .col-lg-4 span img{
		height: auto;
	}

	.whatwe-docon .col-lg-5,
	.product-footer-wrap .col-lg-9{
		padding-right: 15px;
	}
	
	.product-topcon .col-lg-5{
		padding-right: 15px;
		margin-bottom: 45px;
	}

	.product-topcon .col-lg-5 img,
	.product-topcon .col-lg-5 span{
		height: auto !important;
	}

	.needheal-wrap{
		margin-top: 45px;
	}
}

@media screen and (max-width: 812px) {
	
	.award-support-wrap .col-lg-5 img{
		display: none;
		visibility: hidden;
	}

	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
	.page-template-page-home #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
		background: #fff;
	}
}

@media screen and (max-width: 480px) {
	.footertop-wrap,
	.whatwe-docon .col-lg-5 span:before,
	.testimonial-wrap .fa-quote-right{
		display: none;
		visibility: hidden;
	}

	.footer-btm p{
		text-align: center;
	}

	.footer-btm{
		padding-bottom: 25px;
	}

	.footer-bluebar .download-brochure{
		position: relative;
		top: 0px;
		display: inline-block;
		margin-top: 20px;
	}

	.page-heading{
		font-size: 38px;
	}

	.banner-caption h1{
		font-size: 60px;
	}

	.banner-caption h4{
		background: none;
	}

	.banner-caption h4 font{
		background: var(--YellowColor);
		padding: 5px 10px;
	}

	.banner-image-con{
		width: 100%;
		left: 0px;
		margin-left: 0px;
		margin-top: 60px;
	}

	.banner-image-con button{
		top: -30px;
		left:50%;
		margin-left: -40px;
	}

	.products-homewrap .row{
		margin-left: -5px;
		margin-right: -5px;
	}

	.products-homewrap .col-6{
		padding-left: 5px;
		padding-right: 5px;
	}

	.products-homewrap .product-item{
		margin-top: 10px;
		height: 195px;
	}

	.products-homewrap .product-item span{
		margin-top: 35px;
	}

	.products-homewrap .product-item:hover{
		border-radius: 20px;
	}

	.products-homewrap .product-item h6{
		font-size: 16px;
	}

	.products-homewrap{
		margin-bottom: 60px;
	}

	.whatwe-docon{
		padding-top: 50px;
		padding-bottom: 0;
	}

	.whatwe-docon .col-lg-5 .image-div{
		width: 400px;
		height: 290px;
		background-size: 100%;
		position: relative;
		left: 50%;
		margin-left: -200px;
	}

	.years-wrap .row .col-lg-3{
		border-bottom: 1px solid #4b9dd0;
	}

	.years-wrap .row .col-lg-3:nth-child(3),
	.years-wrap .row .col-lg-3:nth-child(4){
		border-bottom: none;
	}

	.module-wrap{
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.module-wrap .col-6{
		padding-left: 6px;
		padding-right: 6px;
	}

	.module-wrap .row{
		margin-left: -6px;
		margin-right: -6px;
	}

	.module-wrap .col-lg-2 a{
		margin-top: 10px;
	}

	.award-support-wrap .col-lg-7 ul li{
		width: 100%;
	}

	.award-support-wrap .col-lg-7 span{
		padding: 50px 20px;
	}

	.award-support-wrap .col-lg-7 h3{
		font-size: 34px;
	}

	.testimonial-wrap{
		margin-top: 50px;
		margin-bottom: 60px;
	}
   
     


	.banner-wrapper{
		background: url(../physioclinic/assets/img/phy-banner.jpg) top no-repeat;
		background-position-x: -340px;
	}

	.contact-page .contactaddress{
		margin-bottom: 50px;
	}

	.page-header h2{
		font-size: 34px;
	}

	.page-header{
		height: 240px;
	}

	.getintouch-wrap{
		padding: 0px 15px;
	}

	.getintouch-wrap h3{
		font-size: 28px;
	}

	.getintouch-wrap .col-lg-8{
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.module-wrap .col-lg-4 a{
		min-height: 250px;
	 padding: 20px 20px 30px;
	}
	.module-wrap .col-lg-4{
		margin-bottom:10px;
	}
	.ft-cnt{
		min-height:250px;
		margin-bottom:15px;
	}
	@media only screen and (min-width: 480px) and (max-width: 1200px)
	{
	 .module-wrap .col-lg-4 a{
		min-height: 320px !important;
	    padding: 20px 20px 30px;
		margin-bottom:20px !important;
	}
	.ft-cnt{
		min-height:300px !important;
		margin-bottom:25px !important;
	}
		.module-wrap .col-lg-4{
		margin-bottom:20px !important;
	}
	}
	.meet-team .team-item{
		min-height: auto;
		padding-bottom: 35px;
	}


	.whatwe-docon .col-lg-5 span img,
	.whatwe-docon .col-lg-5 span{
		height: auto;
	}

	.products-homewrap .product-item{
		background: var(--BlueColor);
		color: white;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0);
		border-bottom-right-radius: 0px;
	}

	.products-homewrap .product-item font{
		right: -30px;
		bottom: -30px;
		width: 75px;
		height: 75px;
	}

	.products-homewrap .product-item h6{
		color: #fff;
	}

	.products-homewrap .product-item font:before{
		right: 35px;
	}

	.products-homewrap .product-item{
		height: 210px;
	}

	.products-homewrap .product-item span{
		background-position-y: -85px;
	}

	.product-footer-wrap{
		padding-top: 20px;
	}
	.headerwrapper-con .header-logo{
		background-size: auto 90px;
		height: 90px;
	}

}

@media screen and (max-width: 360px) {
	.banner-caption h1{
		font-size: 54px; 
	}

	.banner-caption h4{
		font-size: 18px;
	}

	.whatwe-docon .col-lg-5 .image-div{
		width: 360px;
		margin-left: -180px;
		height: 260px;
	}

}

@media screen and (max-width: 320px) {
	.banner-caption h1{
		font-size: 48px;
	}

	.footer-bluebar ul li a{
		margin: 0px;
	}

	.footer-btm p{
		line-height: 18px;
	}
}
.enroll-contact{
    margin:auto;
}
.enroll-today h1 {
    text-align: center;
    margin-top: 40px;
}
.enrollpage {
    margin-top: 40px;
}
.innerpage-content-wrap {
    margin-top: 40px;
    margin-bottom: 100px;
}
.enrollpage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.enroll-form-pge {
    padding: 40px 40px 40px 40px!important;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.contact-page h3 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 26px;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.enroll-today p {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.justify-content-center {
    justify-content: center!important;
}
.wpcf7 form .wpcf7-response-output {
    width: 100%;
    text-align: center;
    padding: 4px 0px;
    margin: 0;
    font-size: 13px;
}
wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.contact-page .col-lg-6, .contact-page .col-lg-12 {
    padding-bottom: 15px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.contact-page input[type=text], .contact-page input[type=email] {
    width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.contact-page textarea {
    width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 90px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.contact-page .wpcf7-submit {
    width: 100%;
    padding: 0;
    margin: -7px 0px 0px 0px;
    height: 42px;
    border-radius: 3px;
    background: #305290;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.contact-page .wpcf7-spinner {
    position: absolute;
    left: 0px;
    top: 6px;
    padding: 0;
    margin: 0;
    left: 50%;
    margin-left: -12px;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.contact-page input[type=date] {
    width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.wpcf7-select {
    width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
}
.page-container{
    overflow:hidden;
}

@media only screen and (max-width:990px){
   .page-header h2 {
    font-size: 19px;
} 
.contact-page .contactaddress .col-lg-4 {
    border-bottom: 1px solid #b7c6ce;
    padding: 25px;
    border-right: 0px solid #b7c6ce;
}

}

@media screen and (max-width:767px){
    .nand ul{
        line-height:1.8!important;
    }
	.banner-caption h2 {
		font-size: 30px;
		font-weight: 500;
		color: #fff;
		line-height: 2.5rem;
	}
	.learnmore-btn {
		border: 1px solid #fff;
		color: #fff;
	}
	.banner-wrapper{
		height: 520px !important;
	}
	.whatwe-docon .col-lg-6 {
		padding: 15px !important;
	}
	.whatwe-docon .col-lg-6 span img {
		width: 100%;
		height: 320px;
		object-fit: contain;
	}
	.pt-about h2 {
		text-align: center;
	  }
	.module-wrap p {
    padding: 0px 10px 0px 10px;
}
.pt-about h2 {
    font-size: 23px;
}
.whatwe-docon .heading {
    margin: 0 0 10px 0;
}
.whatwe-docon .page-heading {
    margin-bottom: 10px;
}
.whatwe-docon .col-lg-6 span {
    height: 320px;
}

.footertop-wrap {
    display: block;
    visibility: inherit;
}
.page-header {
   background-position-y: 0px;
}
.page-header h2{
    margin: 14px 0px 0px 0px !important;
}
.about-sec {
    padding: 0px 0px 0px 0px!important;
}
.about-sec-con h4{
    text-align: left;
}
.nand {
    padding: 100px 5%;
}
.nand .col-lg-4{
    text-align:center;
}
.whychoose-page-wrap h1 {
    margin: 13px;
}
.footer-addresscon {
    margin-bottom: 15px;
}

.product-topcon h4{
    text-align:left;
}
 .blog-singlepage h5{
     text-align:left;
     line-height: 1.7;
 }




}



@media screen and (min-width:768px) and (max-width:1220px){
	.headerwrapper-con .header-logo {
		width: 300px !important;
	}
	.banner-caption h2{
		font-size: 35px;
	}
	.pt-about h2 {
      text-align: center;
	}
	
	.banner-wrapper {
    background-position-y: 0px;
}
.banner-caption {
    padding-top: 126px;
}	
.page-header {
    padding: 120px 0px 0px 0px !important;
    background-position-y: 0px;
}	
	
	
	
}
.serv {
    background: #e4f0ff30;
    padding: 40px 0;
}
.serv h3{
	text-align:center;
	padding:10px 0;
	font-size:32px;
}
.serv p{
	text-align:center;
	padding-bottom:12px;
}
.s-bx {
    padding: 28PX;
    background: linear-gradient(336deg, rgba(255,255,255,1) 50%, rgba(77,126,193,0.0760679271708683) 82%);
    border-radius: 10px;
    box-shadow: 1px 2px 5px 0 #0000005e;
	height:100%;
}
.s-bx h6 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0 15px;
}
.serv .col-lg-6{
	margin-bottom:15px;
}