/*
Author: Druva Karthik
Author URI: http://druvakarthik.in/
Last Update: 01 - July - 2020
*/

@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?53144063');
  src: url('fonts/fontello.eot?53144063#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff2?53144063') format('woff2'),
       url('fonts/fontello.woff?53144063') format('woff'),
       url('fonts/fontello.ttf?53144063') format('truetype'),
       url('fonts/fontello.svg?53144063#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.theme-col-bg {
    background: #086f01;
    opacity: 0.8;
    transition: 0.7s all ease;
}

.theme-col-bg:hover {
	opacity: 1;
}
/* Scrollbar CSS */

::selection {
	background: #eb595f;
	color: #fff;
}
::-moz-selection {
	background: #eb595f;
	color: #fff;
}
::-o-selection {
	background: #eb595f;
	color: #fff;
}
::-ms-selection {
	background: #eb595f;
	color: #fff;
}
::-webkit-scrollbar {
	width: 8px;
	background: #52585e;
}
::-webkit-scrollbar-thumb {
	background: #eb595f;
}
/* ----- Global CSS ----- */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
ul li {
	list-style: none;
}
img {
	border: 0px;
	max-width: 100%;
	vertical-align: middle;
}
a, a:hover {
	text-decoration: none;
	color: inherit;
}
*, ::after, ::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/* ----- Fixed CSS ----- */

.hr {
	padding: 10px 0px;
}
.clear-float {
	clear: both;
}
.theme-L, .theme-R {
	width: 100%;
	height: 100%;
}
.table-div {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
.theme-L, .theme-R {
	position: absolute;
	z-index: 99;
	padding: 0px;
	margin: 0px;
	top: 0px;
}
.theme-L {
	left: -100%;
}
.theme-R {
	right: -100%;
}
.image-left {
	float: left;
	margin: 0px 15px 10px 0px;
}
.image-right {
	float: right;
	margin: 0px 0px 10px 15px;
}
.image-center {
	text-align: center;
	margin: 10px;
}
.videoBorder {
	width: 90%;
	border: 4px solid #333;
	padding: 53% 0px 0px 0px;
	position: relative;
	margin: 15px auto;
}
.videoBorder iframe, .videoBorder embed {
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
/* ---------- Theme CSS ---------- */

#Container, header, nav, section, footer, #Content-Container, #Slider-Container, #Slider-Container-S, #Internal-Banner, #About, #Testimonials, #Info, #Connect, #Specialities, #Welcome{
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#Container {
	overflow: hidden;
}
#Header, #Main-Menu, .bannerTxt, #Content-Main, #Internal-Banner-Intra, #Slider, #Internal-Banner-Intra, #About-Intra, #Testimonials-Intra, #Info-Intra, #Connect-Intra, #Footer, #Specialities-Intra, #Welcome-Intra {
	max-width: 1366px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

/* Text CSS */

.textMain h1, .textMain h2, .textMain h3, .textMain h4 {
	margin: 10px 0;
}
.textMain {
    font: 400 16px/34px "Poppins", sans-serif;
	color: #2d2f2f;
    padding: 20px 10px 50px 10px;
    letter-spacing: 0.5px;
}
.textMain p {
    font: 400 16px/34px "Poppins", sans-serif;
    padding: 5px 0;
}
.textMain a {
	color: #FF5722;
	text-decoration: none;
	transition: 0.7s all ease;
}
.textMain a:hover {
	color: #000;
}
.textMain h1 {
    position: relative;
    font: 700 34px/42px "Poppins", sans-serif;
    color: #6dbbdb;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin: 10px 0 50px 0;
    padding: 0 0 20px 0;
}
.textMain h1 span {
	display: block;
	font: normal 20px/30px "Poppins", sans-serif;
	color: #4d4d4d;
}
.textMain h1:after{
    content: '';
    height: 3px;
    width: 100px;
    background: #364f5a;
    left: 0;
    bottom: 0;
    position: absolute;
}




.textMain h2 {
    font: 600 24px/30px "Poppins", sans-serif;
    color: #000;
    margin: 10px 0;
}
.textMain h2 span {
	font: 400 16px/30px "Poppins", sans-serif;
	color: #393939;
	display: block;
}
.textMain h2 a {
	color: #014cbe;
}
.textMain h3 {
    font: 600 22px/30px "Poppins", sans-serif;
    color: #eb595f;
    margin: 15px 0;
}
.textMain h3 span{
    display: block;
    color: #000;
}
.textMain h3 a {
	color: #353535;
}
.textMain h4 {
	font: 500 18px/30px "Poppins", sans-serif;
	color: #000000;
}
.textMain h4 a {
	color: #014cbe;
}
.textMain ul li, .textMain ol ul li {
    background: url(../images/ticker.png) no-repeat 7px 13px;
    padding: 5px 5px 5px 40px;
    background-size: 18px;
    font: 400 16px/34px "Poppins", sans-serif;
    letter-spacing: 0.5px;
}
/* Menu */

nav {
	z-index: 9999;
}
#Main-Menu {
	display: block;
	position: relative;
}
#Mobile-Menu {
	display: none;
	position: absolute;
	width: 40px;
	height: 20px;
	right: 10px;
	top: 41%;
	min-width: auto;
	padding: 0 ! important;
}

/* Layer 1 */

.active{
    background: rgba(235, 89, 95, 0.09);
}
.menu>li {
	display: inline-block;
	margin: 0 -2px;
}
.menu li {
    font: 400 13px / 40px "Poppins", sans-serif;
    color: #fff;
    position: relative;
    text-align: center;
    list-style: none;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.menu>li:last-child {
	background: none;
}
.menu:after {
	content: '';
	display: block;
	clear: both;
}
.menu li a {
	transition: 0.6s all ease;
	display: block;
	padding: 0 15px;
	position: relative;
    color: #ffffff;
}

/* Layer 2 */

.menu ul {
	position: absolute;
	z-index: 9999;
	left: 0px;
	display: none;
    -webkit-box-shadow: 0px 2px 5px -1px rgba(00, 00, 00, 0.2);
    box-shadow: 0px 2px 5px -1px rgba(00, 00, 00, 0.2);
}
.menu li:hover>ul {
	display: block;
}
.menu ul li {
    background: #ffffff;
    border-bottom: 1px solid #fff;
    font: 400 12px/20px "Poppins", sans-serif;
    text-align: left;
    width: 200px;
}
.menu ul.ayurveda-menu li {
    width: 300px;
}
.menu ul li a {
	padding: 10px 10px 10px 28px;
	background: url(../images/menu-bullets.png)no-repeat 10px center;
    color: #141414;
}
.menu ul li:hover a {
	padding: 10px 10px 10px 35px;
}
.menu li li a:hover:before {
	content: "\203A";
	position: absolute;
	transform: translateZ(0px);
	transition: .3s all ease;
	left: 14px;
	font-size: 20px;
	top: 9px;
}
/* Layer 3 */

.menu ul ul {
	left: 100%;
	z-index: 9999;
	top: 0px;
}
.menu ul ul li a {}


























 

.scroll-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 9;
    width: 20px;
    margin: auto;
    cursor: pointer;
}

.mouse {
    height: 30px;
    width: 25px;
    border-radius: 50px;
    transform: none;
    border: 2px solid #fff;
    top: 170px;
    margin: auto;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #fff;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


/* Side Menu */




.mobile-menu .sub-menu {
  display: none;
  padding-left: 20px;
}

.nav-item.open > .sub-menu {
  display: block;
}

.sub-menu li a{
    color: rgba(234, 226, 213, 1);
}


/* Side Menu */

.mobile-menu img.logoslide {
    width: 280px;
}

.mobile-menu{
    display: none;
    position: relative;
    z-index: 9;
    padding: 0 10px 0 0;
}

.mobile-menu img{
	width: 26px;
}

.side-menu {
	width: 90%;
	position: fixed;
	right: 0;
	top: 0;
    background: #00344c;
    z-index: 99999999;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	overflow: hidden;
}
.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
	width: 280px;
}
.side-menu.side-menu-active, .side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}
.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}
/*Side overlay*/

#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}
/*side clode btn*/

.side-menu .btn-close {
	height: 33px;
	width: 33px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
}
.side-menu.before-side .btn-close {
	display: none;
}
.just-sidemenu #sidemenu_toggle {
	position: fixed;
	z-index: 999;
	/*background: #fff;*/
	right: 0;
	top: 16px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 2px;
	background: #fff;
	top: 5px;
}
.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*side open btn*/

.sidemenu_btn {   
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    margin-right: 1rem;
    margin: 0;
    position: relative;
}
.sidemenu_btn.left {
	left: 15px;
	right: auto;
}
.side-menu .inner-wrapper {
    padding: 30px;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: block;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin: 30px 0;
    display: block;

}
.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 5px 0 !important;
    font: 400 15px / 30px "Poppins", sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
}
	
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    color: rgba(234, 226, 213, 1);
	position: relative;
}
.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}
.side-menu p {
	font-size: 13px;
    font: 400 10px / 24px "Poppins", sans-serif;
    color: #fff;
    letter-spacing: 1px;
}
.side-menu p .icon-heart {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.side-menu p span.icon-heart:before {
    content: '\E81D';
    font-family: 'fontello';
    position: absolute;
    top: 0;
    left: 2px;
    right: 0;
    margin: auto;
    color: #ff5722;
}
.modal-content {
	border-radius: 0
}

.side-footer{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.appointment-btn a{
	background: rgba(155, 114, 34, 1) ! important;
    display: block;
    padding: 10px;
    width: 220px;
    text-align: center;
    border-radius: 30px;
    font: 400 16px / 32px  "Poppins", sans-serif;
}



/* Navigation CSS */

.navigation {
    position: relative;
    font: 400 12px / 20px "Poppins", sans-serif;
    color: #000;
    letter-spacing: 0.3px;
    background: #f3f3f3;
    padding: 10px 0px 10px 10px;
}
.navigation:before {
	content: '';
	position: absolute;
	left: -100%;
	width: 100%;
	height: 100%;
	top: 0;
    background: #f3f3f3;
}
.navigation:after {
	content: '';
	position: absolute;
	right: -100%;
	width: 100%;
	height: 100%;
	top: 0;
    background: #f3f3f3;
}
.navigation a {
    color: #000;
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px solid #000;
}

/* Back to top */

.material-scrolltop {
	display: block;
	position: fixed;
	width: 0;
	height: 0;
	bottom: 23px;
	right: 23px;
	padding: 0;
	overflow: hidden;
	outline: none;
	border: none;
	border-radius: 2px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	cursor: hand;
	border-radius: 50%;
	background: #235b76;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-ms-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.25, 0, 1);
	cursor: pointer;
	z-index: 99999;
	opacity: 0.8;
}
.material-scrolltop:hover {
	opacity: 1;
	background-color: #235b76;
	text-decoration: none;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}
.material-scrolltop::before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	width: 0;
	border-radius: 100%;
	background: #144f94;
}
.material-scrolltop:active::before {
	width: 120%;
	padding-top: 120%;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.material-scrolltop.reveal {
	width: 56px;
	height: 56px;
}
.material-scrolltop span {
	display: block;
	font-size: 25px;
	color: #fff;
}
.material-scrolltop, .material-scrolltop::before {
	background-image: url(../images/top-arrow.svg);
	background-position: center 50%;
	background-repeat: no-repeat;
}


/* Sticky Social */


.sticky-social{
    position: fixed;
    left: 0;
    top: 42%;
    width: 40px;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 6px 6px 24px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 24px -5px rgba(0,0,0,0.75);
    box-shadow: 6px 6px 24px -5px rgb(0 0 0 / 21%);
}

.sticky-social li{
    width: 40px;
    height: 40px;
	list-style: none;
	position: relative;
	transition: 0.7s all ease;
}

.sticky-social li a{
    display: block;
    height: 100%;
	opacity: 0.8;
	transition: 0.6s all ease;
}

.sticky-social li a:hover{
	opacity: 1;
}

.sticky-social li a:before{
    position: absolute;
    font-family: 'fontello';
    font-size: 17px;
	top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.facebook-ico a:before{
    content: '\E813';
    color: #3b5998;
}

.linkedin-ico a:before{
    content: '\E814';
    color: #007bb5;
}

.instagram-ico a:before{
    content: '\F16D';
    color: #c32aa3;
}

.youtube-ico a:before{
    content: '\F315';
    color: #cd201f;
}





/* Webcode */

#Main-Banner{
	background: url(../images/main-banner-bone-and-joint-clinic.jpg) no-repeat center center;
}


#Header{
	padding: 10px 0;
}

header{
    padding: 5px 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
}

.logo{
    width: 360px;
    vertical-align: middle;
	transition: 0.7s all ease;
}

.logo a.logos{
	display: inline-block;
	width: 350px;
}

.header-right{
	vertical-align: middle;
    text-align: right;
}

.anchor-tag {
    display: block;
    height: 10px;
    position: relative;
    top: -71px;
    width: 10px;
    z-index: 99999;
    background: none !important;
}

.textMain h2.edu{
    position: relative;
    padding: 0 0 0 40px;
}

.textMain h2.edu:before {
    content: '\F0F1';
    position: absolute;
    font-family: 'fontello';
    font-size: 20px;
    left: 10px;
    top: 1px;
    transition: 0.7s all ease;
    color: #09425f;
}




.quick-connect li{
    display: inline-block;
    vertical-align: middle;
    font: 400 12px/24px "Poppins", sans-serif;
    padding: 5px 0;
    position: relative;
    letter-spacing: 0.5px;
}

.quick-connect li a{
    display: block;
    padding: 5px 5px 5px 30px;
    color: #fff;
}

.quick-connect li:before {
    position: absolute;
    font-family: 'fontello';
    color: #92d4ef;
    font-size: 17px;
    left: 7px;
    top: 10px;
}
.call-ico:before {
    content: '\E80E';
}
.mail-ico:before {
    content: '\E808';
} 


/* Banner */

#Slider-Container{
	height: 650px;
}

#Slider{
	height: 100%;
}

#Slider .table-div{
	height: 100%;
}

.slider-content{
	vertical-align: middle;
    padding: 0 0 0 50px;
}

.slider-content h1{
    color: #fff;
    font: 700 40px / 54px "Poppins", sans-serif;
    letter-spacing: 1px;
    width: 100%;
}
.slider-content h1 span{
    display: block;
    font: 400 20px / 34px "Poppins", sans-serif;
	padding: 8px 0 0 0;
}
	
.slider-img{
    width: 480px;
    vertical-align: bottom;
}

.slider-content .book-appt{
    background: #92d4ef;
    display: block;
    color: #000000;
    vertical-align: middle;
    font: 500 13px / 24px "Poppins", sans-serif;
    padding: 10px;
    position: relative;
    letter-spacing: 0.5px;
    width: 180px;
    text-align: center;
    border-radius: 30px;
    margin: 20px 0 0 0;
}


.slider-content .stats{ 
	margin: 30px 0 0 0;
}

.slider-content .stats li i{ 
    font: 700 28px / 30px "Poppins", sans-serif;
    letter-spacing: 0.4px;
}

.slider-content li{
	font: 700 36px / 46px "Poppins", sans-serif;
    display: inline-block;
    vertical-align: top;
    color: #7D8837;
    text-align: center;
    margin: 0 30px 0 0;
}

.slider-content li img{
	width: 36px;
}

.slider-content .count-txt{
    display: block;
    font: 300 16px / 22px "Poppins", sans-serif;
	color: #fff;
    letter-spacing: 0.5px;
}

.slider-content .count {
    font: 700 28px / 30px "Poppins", sans-serif;
    letter-spacing: 0.4px;
}

/* Contact */

.contact-grid {
	text-align: center;
}
.textMain .contact-grid li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 150px;
	padding: 0;
	margin: 10px;
	position: relative;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.38);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.38);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.38);
}
.textMain .contact-grid li span {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font: 400 15px/26px "Poppins", sans-serif;
	color: #fff;
	letter-spacing: 0.5px;
}
.contact-grid li.address-icos {
	background: #00233d;
}
.contact-grid li.contact-icos {
	background: #0d4975;
}
.contact-grid li.mail-icos {
	background: #075e9e;
}
.contact-grid li:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-family: 'fontello';
	color: #fff;
	font-size: 40px;
}
.contact-grid li.address-icos:before {
	content: '\E809';
	top: 10px;
	font-size: 21px;
}
.contact-grid li.contact-icos:before {
	content: '\E80E';
	top: 50px;
}
.contact-grid li.mail-icos:before {
	content: '\E80A';
	top: 50px;
}
.iframeMain {
    margin: 10px auto;
    width: 360px;
    vertical-align: top;
    padding: 50px 0;
}
.iframeMain iframe {
    width: 100%;
    height: 400px;
    padding: 10px;
    border: 1px solid #000;
}

.nearby-block{
    background: #fafafa;
    padding: 30px;
    margin: 30px 0 0 0;
    border: 1px solid #dedede;
}

.nearby-block h3{
	margin: 0 0 15px 0 ! important;
}




/* Internal */

#Sub-Main{
    background: url(../images/main-banner-bone-and-joint-clinic.jpg) no-repeat center top;
    background-size: cover;
}

#Internal-Banner-Intra{
    height: 260px;
    position: relative;
}
.page-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    padding: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
#Internal-Banner-Intra i {
	display: block;
    font: 400 14px/26px "Poppins", sans-serif;
    color: #3d7eda;
}
#Internal-Banner-Intra .dr-profile-text {
    font: 700 30px / 42px "Poppins", sans-serif;
    color: #f6f6f6;
    letter-spacing: 2px;
}
#Internal-Banner-Intra .dr-profile-text span{
    display: block;
    font: 400 16px / 36px "Poppins", sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
}


/* About */


#About {
	position: relative;
}

#About-Intra {
	margin: -220px auto 0 auto;
    padding: 60px ! important;
	background: #fff;
}

.doctor-l{
	vertical-align: middle;
}

.doctor-l h2{
    color: #28617e;
    font: 400 40px/56px "Poppins", sans-serif;
    padding: 0 10px 30px 10px;
	position: relative;
    margin: 0 0 10px 0;
}

.doctor-l h2:after {
    background: #000;
    height: 5px;
    content: '';
    position: absolute;
    left: 10px;
    margin: auto;
    width: 100px;
    bottom: 15px;
}

.doctor-l h2 span{
    display: block;
    color: #000;
    font: 400 18px / 30px "Poppins", sans-serif;
    letter-spacing: 1.2px;
}

.doctor-l p {
    font: 500 15px / 33px "Poppins", sans-serif;
    letter-spacing: 1px;
    color: #1b1b1b;
    margin: auto;
    text-align: justify;
    padding: 5px 10px 10px 10px;
}

.doctor-links li{
	position: relative;
    display: inline-block;
    vertical-align: top;
    font: 400 11px/26px "Poppins", sans-serif;
    transition: 0.7s all ease;
    background: #0c3c56;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 10px;
}

.doctor-links li a{
    display: block;
    color: #fff;
    padding: 10px 15px 10px 40px;
}

.doctor-links li:before{
    position: absolute;
    font-family: 'fontello';
    color: #fff;
    font-size: 17px;
    left: 13px;
    top: 11px;
}

.doctor-links li.doc-ico:before{
    content: '\F0F0';
}

.doctor-links li.book-ico:before{
    content: '\E817';
}

.doctor-links li.doc-ico{
	background: #022233;
}


.doctor-r{
    width: 350px;
    text-align: center;
    vertical-align: middle;
}

.doctor-r-intra, .res-doc{
    position: relative;
    width: 320px;
    margin: auto;
}


.res-doc{
	display: none;
    margin: 20px auto;
    width: 280px;
}

/* Welcome */

#Welcome {
    padding: 80px 0 300px 0;
    background-image: linear-gradient(to right bottom, #092c5e, #08264f, #092141, #0a1b33, #0b1525);
}

.welcome h2 {
    font: 300 16px / 30px "Poppins", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    letter-spacing: 3px;
	padding: 0 0 50px 0;
}

.welcome h2 a {
    font: 600 40px / 50px "Poppins", sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.welcome p {
    font: 400 15px / 33px "Poppins", sans-serif;
    letter-spacing: 1px;
    max-width: 90%;
    margin: auto;
    text-align: center;
    color: #fefefe;
}

/* Specialities */

#Specialities {
    padding: 80px 0 60px 0 ! important;
    background: #f5f8fa;
}

#Specialities-Intra .titleHead {
    text-align: center;
    color: #141414;
    font: 300 36px/46px "Poppins", sans-serif;
    margin: 0 0 40px 0;
}


#Specialities-Intra .titleHead span{
    font: 700 36px/46px "Poppins", sans-serif;
}

#Specialities-Intra .info{
    text-align: center;
    color: #141414;
    font: 400 16px / 34px "Poppins", sans-serif;
    padding: 0 0 50px 0;
    letter-spacing: 1px;
    max-width: 90%;
    margin: auto;
}

.ortho-cards,
.textMain .ortho-cards {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.textMain .ortho-cards > li,
.ortho-cards > li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    height: 449px;
    width: 23%;
    min-width: 300px;
    position: relative;
    border-radius: 22px;
    color: #fff;
    min-height: 360px;
    margin: 30px 10px;
    background: none;
    padding: 0;
    text-align: left;
}

/* Colors */

.hip-icon {
    background:
        url(../images/hip-bone-and-joint-consult-h.png) center/cover no-repeat,
        url(../images/hip-bone-and-joint-consult.png) center/cover no-repeat ! important;
    transition: background 0.4s ease;
}

.hip-icon:hover {
    background:
        url(../images/hip-bone-and-joint-consult.png) center/cover no-repeat,
        url(../images/hip-bone-and-joint-consult-h.png) center/cover no-repeat ! important;
}


.knee-icon {
    background:
        url(../images/knee-bone-and-joint-consult.png) center/cover no-repeat,
        url(../images/knee-bone-and-joint-consult.png) center/cover no-repeat ! important;
    transition: background 0.4s ease;
}

.knee-icon:hover {
    background:
        url(../images/knee-bone-and-joint-consult-h.png) center/cover no-repeat,
        url(../images/knee-bone-and-joint-consult.png) center/cover no-repeat ! important;
}


.shoulder-icon {
    background:
        url(../images/shoulder-bone-and-joint-consult-h.png) center/cover no-repeat,
        url(../images/shoulder-bone-and-joint-consult.png) center/cover no-repeat ! important;
    transition: background 0.4s ease;
}

.shoulder-icon:hover {
    background:
        url(../images/shoulder-bone-and-joint-consult.png) center/cover no-repeat,
        url(../images/shoulder-bone-and-joint-consult-h.png) center/cover no-repeat ! important;
}


.sports-icon {
    background:
        url(../images/sports-bone-and-joint-consult.png) center/cover no-repeat,
        url(../images/sports-bone-and-joint-consult-h.png) center/cover no-repeat ! important;
    transition: background 0.4s ease;
}

.sports-icon:hover {
    background:
        url(../images/sports-bone-and-joint-consult-h.png) center/cover no-repeat,
        url(../images/sports-bone-and-joint-consult.png) center/cover no-repeat ! important;
}

/* Icon box */

.card h2 {
    margin-bottom: 15px;
    font: 400 20px / 32px "Poppins", sans-serif;
    letter-spacing: 0.6px;
    color: #fff;
}

.card ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.card ul li {
	list-style: none;
    font: 400 13px / 26px "Poppins", sans-serif;
    text-align: left;
    letter-spacing: 0.5px;
    background: none;
    padding: 0;
}

.card ul li a {
    display: block;
    color: #f5f5f5;
    padding: 5px 0 5px 25px;
    transition: 0.6s all ease;
    background: url(../images/ticker-w.svg) no-repeat 0px 11px;
    background-size: 14px;
}

.card ul li a:hover {
    color: #f5f5f5 ! important;
}


.ortho-cards .read-more {
    position: absolute;
}

.ortho-cards > li:nth-child(odd) .read-more{
    left: 10px;
    top: 10px;
}

.ortho-cards > li:nth-child(even) .read-more{
    left: 10px;
    bottom: 10px;
}

.ortho-cards > li:nth-child(odd) .card-intro{
    padding: 170px 20px 0 20px;
}

.ortho-cards > li:nth-child(even) .card-intro{
	padding: 20px 20px 0 20px;
}


.ortho-cards .read-more a {
    display: block;
    background: url(../images/arrow.svg) no-repeat center center;
    width: 48px;
    height: 48px;
    background-size: cover;
}

/* Reviews */

#Testimonials{
	padding: 90px 0 30px 0;
    background: url(../images/patient-testimonials-bg.jpg) no-repeat center top;
    background-size: cover;
}

.rslides:after {
	content: '';
	display: block;
	clear: both;
}

.reviews-slide{
    background: #f5f8fa;
    padding: 60px 30px;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    min-width: 480px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.reviews-slide img{
    display: block;
    width: 140px;
    margin: 0 auto 20px auto;
}

.reviews-slide h4{
    font: normal 16px / 30px "Poppins", sans-serif;
    color: rgba(68, 59, 54, 1);
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0 0 30px 0;
}

.review-block{
	position: relative;
}

.review-btn{
    display: block;
    font: 600 16px / 30px "Poppins", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 60px auto 20px auto;
    width: 125px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ffffff;
}

.review-btn:hover{
    color: #ffffff;
}

.reviews-slide p{
    color: rgba(68, 59, 54, 1);
    font: normal 16px / 32px "Poppins", sans-serif;
    letter-spacing: 0.5px;
    width: 90%;
    margin: auto;
    text-align: center;
}

.reviews-slide span.name{
    display: block;
    text-align: center;
    font: normal 18px / 30px "Poppins", sans-serif;
    letter-spacing: 2px;
    margin: 30px 0 0 0;
    color: rgba(68, 59, 54, 1);
    text-transform: uppercase;
}

.enclosed-arrow{
	display: none;
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.testomonials_nav{
    position: absolute;
    vertical-align: top;
    width: 18px;
    height: 25px;
}

.testomonials_nav span{
	display: none;
}

.testomonials_nav.prev {
	background: url(../images/left-arrow.svg) no-repeat center center;
    background-size: contain;
    left: 0;
}

.testomonials_nav.next {
	background: url(../images/right-arrow.svg) no-repeat center center;
    background-size: contain;
    right: 0;
}



/* Info */

#Info{
    background: #f0f0f0;
	padding: 30px 0;
}

.info-l{
    font: 400 18px / 32px "Poppins", sans-serif;
    padding: 10px;
    color: #000;
    letter-spacing: 0.5px;
}


.info-l p a{
    color: #114866;
	border-bottom: 2px solid #114866;
}

.info-r{
	text-align: center;
	vertical-align: middle;
	width: 300px;
}

.info-r a{
    width: 250px;
    margin: auto;
}

.ctaBtn {
    font: 400 16px/26px "Poppins", sans-serif;
    color: #fff;
    display: block;
    width: 165px;
    text-align: left;
    padding: 10px 5px 10px 28px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    transition: 0.7s all ease;
	background-image: linear-gradient(to right top, #003d5d, #074363, #0f4968, #16506e, #1d5674);
}

.ctaBtn:hover{
	color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.ctaBtn .readmore-icon {
	position: relative;
    background: #fff;
    color: #fe4c1c;
    width: 30px;
    height: 30px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.ctaBtn .readmore-icon:after {
    content: '\E816';
    top: -4px;
    position: absolute;
    font-family: 'fontello';
    left: 3px;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 13px;
    color: #064262;
    transition: 0.7s all ease;
}


/* Accordion CSS*/

.accordion {
	margin: 25px auto;
	border-radius: 10px;
	border: 1px solid #f2f2f2;
	-webkit-box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
	-moz-box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
	box-shadow: 0px 0px 11px -2px rgba(239, 226, 226, 0.75);
}
.accordion h3 {
	padding: 20px;
	border-bottom: 1px solid #f2f2f2;
	cursor: pointer;
	margin: 0px;
	color: #000;
	font: 700 14px/26px "Poppins", sans-serif;
	position: relative;
}
.accordion h3.current {
    background: #faf8fb;
}
.accordion h3.current:after {
	content: '';
	position: absolute;
	left: 0;
	width: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
	height: 20px;
    background: #000000;
	z-index: 9999;
}
.accordion h3.no-border {
	border-bottom: 0;
}
.accordion .acc-content {
    display: none;
    padding: 15px 10px;
    background: #faf8fb;
    border-left: 3px solid #faf8fb;
    font: 400 17px/28px "Poppins", sans-serif;
}
.accordion h3:before {
	content: '';
	position: absolute;
	right: 20px;
	width: 25px;
	height: 25px;
	background: url(../images/plus-b.png) no-repeat center center;
	top: 50%;
	-webkit-transform: translateY(-50%, -50%);
	-moz-transform: translateY(-50%, -50%);
	-ms-transform: translateY(-50%, -50%);
	-o-transform: translateY(-50%, -50%);
	transform: translateY(-50%);
    background-size: 8px;
}
.accordion h3.current:before {
	background: url(../images/minus-b.png) no-repeat center center;
    background-size: 8px;
}
.accordion .acc-content p {
    padding: 5px 0;
    font: 400 16px/30px "Poppins", sans-serif;
}

/* Creative Contact */

.connect p.intro{
	font: 500 15px / 29px "Poppins", sans-serif;
    padding: 30px 15px 15px 15px;
    letter-spacing: 0.5px;
    max-width: 75%;
    margin: auto;
    text-align: center;
    color: #333333;
}

.contact-block{
	padding: 20px 15px;
}







.contact-writup {
    width: 480px;
	padding: 20px 15px;
}

.formWrapper{
    margin: 0 auto;
    width: 100%;
    max-width: 540px;
    background: #f6fbfd;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 30px;
}

.formWrapper .inputBox {
    margin: 0 0 20px 0;
}

.formWrapper .inputBox label{
    display: block;
    color: #00c4c7;
    font: 500 12px / 24px "Poppins", sans-serif;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.formWrapper .inputBox label.error{
    display: block;
    color: #fb5a3d;
    font: 400 12px / 20px "Poppins", sans-serif;
    letter-spacing: 0.5px;
    text-transform: none;
    padding: 2px 0 0 0;
}

.formWrapper .inputBox label span{
	color: #C52424;
}

.formWrapper .inputBox input{
    padding: 10px;
    outline: none;
    width: 100%;
    font: 400 13px / 30px "Poppins", sans-serif;
    letter-spacing: 0.5px;
    background: none;
    border: 1px solid rgb(196 193 188);
    border-radius: 10px;
}

.formWrapper .inputBox select{
    padding: 15px 10px;
    outline: none;
    width: 100%;
    font: 400 13px / 30px "Poppins", sans-serif;
    letter-spacing: 0.5px;
    background: none;
    border: 1px solid rgb(196 193 188);
    border-radius: 10px;
}

.formWrapper .inputBox textarea{
    padding: 10px;
    outline: none;
    width: 100%;
    font: 400 13px / 30px "Poppins", sans-serif;
    letter-spacing: 0.5px;
    background: none;
    border: 1px solid rgb(196 193 188);
    border-radius: 10px;
	resize: none;
}

.formWrapper .submitBox{
    margin: 20px 0 0 0;
    text-align: center;
}


.formWrapper .submitBox input{
    display: block;
    width: 140px;
    border: none;
    background: #00c4c7;
    border-radius: 50px;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.7px;
    font: 400 13px / 26px "Poppins", sans-serif;
    cursor: pointer;
}






.info-block{
    background: #f6fbfd;
    padding: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0 0 25px 0;
    border-radius: 30px;
}

.info-block h2{
	font: 700 20px / 40px "Poppins", sans-serif;
    color: #00c4c7;
    letter-spacing: 0.5px;
    padding: 10px 10px 10px 40px;
    background: url(../images/map-ico.svg) no-repeat 2px 14px;
    background-size: 32px;
}

.info-block p{
    font: 400 15px / 28px "Poppins", sans-serif;
    padding: 10px 0;
    letter-spacing: 0.5px;
} 

.info-block li{
	position: relative;
    display: inline-block;
    vertical-align: top;
    font: 400 11px / 26px "Poppins", sans-serif;
    transition: 0.7s all ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 10px 10px 0 0;
    border: 2px solid #00c4c7;
    border-radius: 40px;
}

.info-block li a{
    display: block;
    color: #fff;
    padding: 7px 15px 7px 40px;
}

.info-block li:before{
    position: absolute;
    font-family: 'fontello';
    color: #fff;
    font-size: 17px;
}

.info-block li.direction{
	background: #00c4c7;
}

.info-block li.call{
    background: #333333;
    border: 2px solid #333333;
}

.info-block li.call a{
    color: #ffffff;
}

.info-block li.direction:before{
    content: '\E809';
    left: 15px;
    top: 8px;
}

.info-block li.call:before{
    content: '\E80E';
    left: 15px;
    top: 8px;
    color: #ffffff;
}









.social-media li {
	display: inline-block;
	vertical-align: top;
    width: 40px;
    height: 40px;
	margin: 0 5px 10px 0;
	position: relative;
	font: 400 17px/24px "Poppins", sans-serif;
}


.social-media li a {
    width: 40px;
    height: 40px;
	display: block;
	opacity: 0.7;
	transition: 0.6s all ease;
}
.social-media li a:hover {
	opacity: 1;
}
.social-media li a:before {
	position: absolute;
	font-family: 'fontello';
	left: 0;
	right: 0;
    top: 8px;
	margin: auto;
	text-align: center;
	font-size: 17px;
	transition: 0.7s all ease;
	color: #fff;
}

.social-media .linkedin a:before{
	content: '\E814';
}

.social-media .fb a:before{
	content: '\E813';
}

.social-media .instagram a:before{
    content: '\F16D';
}

.social-media .youtube a:before{
    content: '\F315';
}


.social-media li.linkedin a {
	background: #007bb5;
}

.social-media li.fb a {
	background: #3b5998;
}

.social-media li.instagram a {
	background: #c32aa3;
}

.social-media li.youtube a {
    background: #cd201f;
}

/* Footer */

footer {
  position: relative;
  background: url(../images/black-pattern.jpg);
  z-index: 1;
}

#Footer {
  position: relative;
  z-index: 2;
}

.footer-main-grid {
  border-bottom: 1px solid #383636;
}

.footer-grid {
  padding: 50px 20px;
  border-right: 1px solid #383636;
}

.footer-grid:last-child {
  border-right: none;
}

.footer-grid h3 {
    font: 600 18px / 30px "Poppins", sans-serif;
    margin: 0 0 40px 0;
    color: #92d4ef;
    letter-spacing: 1px;
    border-bottom: 1px solid rgb(248 253 255 / 40%);
    padding: 0 0 15px 0;
    text-transform: uppercase;
}

.footer-grid li {
  font: 400 13px/24px "Poppins", sans-serif;
  padding: 0 0 10px 0;
  letter-spacing: 0.5px;
  transition: 0.7s all ease;
}

.footer-grid li a {
  position: relative;
  color: #c3bdbd;
  letter-spacing: 0.5px;
  transition: 0.7s all ease;
}


.arrow-links li:hover a {
  padding: 0 0 0 10px;
  color: #fff;
}

.arrow-links li:hover a:before {
  content: "\203A";
  position: absolute;
  transition: 0.3s all ease;
  left: 0;
  font-size: 15px;
  top: -3px;
  transition: 0.7s all ease;
}



.footer-location h5{
    font: 400 16px / 30px "Poppins", sans-serif;
    color: #ff7c44;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-location p{
    font: 400 13px / 24px "Poppins", sans-serif;
    padding: 0 0 10px 0;
    letter-spacing: 0.5px;
    position: relative;
    color: #c3bdbd;
    letter-spacing: 0.5px;
    transition: 0.7s all ease;
}

.footer-location .hours strong{
    color: #ff7c44;
}

.footer-actions a:before {
    content: '\E809';
    position: absolute;
    font-family: 'fontello';
    color: #fff;
    font-size: 17px;
    left: 15px;
    top: 8px;
}

.footer-actions a{
	position: relative;
    font: 400 11px / 26px "Poppins", sans-serif;
    background: #00c4c7;
    display: block;
    color: #fff;
    padding: 7px 15px 7px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #00c4c7;
    border-radius: 40px;
    width: 180px;
}











.copyrights {
  font: 400 10px / 22px "Poppins", sans-serif;
  text-align: center;
  color: #c3bdbd;
  padding: 20px 0;
  letter-spacing: 0.8px;
}






/* Internal Page */

.sidebar{
	width: 320px;
	padding: 30px 0;
}

.doc-s{
	width: 300px;
	margin: auto;
}

.doc-s-title{
    background: #30323e;
    position: relative;
    z-index: 9;
    margin: -30px auto 0 auto;
	padding: 20px;
    width: 270px;
}

.sidebar h3{
    color: #fff;
    font: 700 24px/30px "Poppins", sans-serif;
    position: relative;
    text-align: center;
}

.sidebar h3 span{
    display: block;
    color: #fff;
    font: 400 13px/30px "Poppins", sans-serif;
    letter-spacing: 0.5px;
}

/* Services  */

.grid-img {
	float: right;
	margin: 10px 0 20px 10px;
}



.links {
	text-align: center;
	clear: both;
}
.textMain .links li {
	padding: 0;
	display: inline-block;
	vertical-align: top;
	background: none;
	position: relative;
	margin: 10px;
	font: 300 12px/24px 'Open Sans', sans-serif;
	letter-spacing: 1px;
}
.textMain .links li a {
	position: relative;
	display: block;
	padding: 5px 15px 5px 40px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.48);
	color: #fff;
	overflow: hidden;
	transition: background-color .3s;
	opacity: 0.8;
	transition: 0.6s all ease;
	border-bottom: none;
	text-decoration: none;
}
.textMain .links li a:hover {
	opacity: 1;
	border-bottom: none;
}
.textMain .links li a:hover, .links li a:focus {
	background-color: #27ae60;
	color: #fff;
}
.textMain .links li a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 0;
	padding-top: 0;
	border-radius: 100%;
	background-color: rgba(236, 240, 241, .3);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.textMain .links li a:active:before {
	width: 120%;
	padding-top: 120%;
	transition: width .2s ease-out, padding-top .2s ease-out;
}
.textMain .links li.info-btn a {
	background-color: #38bab1;
}
.textMain .links li.info-btn:before {
	content: '\E803';
	font-family: 'fontello';
	color: #fff;
	position: absolute;
	left: 16px;
	top: 5px;
	z-index: 9;
}

















.quick-links-s {
	border: 1px solid #e1e1e1;
	width: 300px;
	margin: 0 auto 10px auto;
	background: url(../images/our-specialities-s.png) no-repeat center top;
}
.quick-links-s ul li {
	font: 600 16px/24px "Poppins", sans-serif;
	list-style: none;
	color: #000;
	border-bottom: 1px solid #d6d6d6;
	margin: auto;
}
.quick-links-s ul li:last-child {
	border-bottom: none;
}
.quick-links-s ul li a{
	display: block;
}
.quick-links-s li i {
	display: inline-block;
	vertical-align: middle;
	color: #000;
}
.quick-links-s ul li span {
	width: 80px;
	height: 80px;
	display: inline-block;
	vertical-align: middle;
	border: 5px solid #dededf;
	border-radius: 50%;
	margin: 10px 20px 10px 20px;
	position: relative;
	transition: 0.6s all ease;
}
.quick-links-s ul li a:hover span {
	border: 5px solid #1e3440;
}
.quick-links-s ul li span:before {
	position: absolute;
	font-family: 'fontello';
	color: #000;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: 17px;
	font-size: 26px;
}
.joint-ico span {
	background: url(../images/joint-replacement-icon-w.png) no-repeat 14px center #1e3440;
    background-size: 40px;
}
.sports-ico span {
	background: url(../images/sports-injury-icon-w.png) no-repeat center center #1e3440;
    background-size: 40px;
}
.shoulder-ico span {
	background: url(../images/shoulder-icon-w.png) no-repeat center center #1e3440;
    background-size: 40px;
}


.quick-links-s ul li.joint-ico:hover span{
	background: url(../images/joint-replacement-icon.png) no-repeat 14px center #fff;
    background-size: 40px;
}

.quick-links-s ul li.sports-ico:hover span{
	background: url(../images/sports-injury-icon.png) no-repeat center center #fff;
    background-size: 40px;
}

.quick-links-s ul li.shoulder-ico:hover span{
	background: url(../images/shoulder-icon.png) no-repeat center center #fff;
    background-size: 40px;
}
 
.link-btn {
    text-align: center;
    margin: 25px 0 0 0;
}

.link-btn a {
    color: #fff;
    font: 300 14px/22px "Poppins", sans-serif;
    display: inline-block;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #73bee0;
    letter-spacing: 0.50px;
}



.img-about{
    float: right;
    margin: 10px 0 20px 40px;
    width: 280px;
}


/* Reviews & Stars */

.textMain .testimonials-grid ul {
	columns: 3;
	column-gap: 1.5rem;
	padding: 0;
	list-style: none;
}

.textMain .testimonials-grid li {
    break-inside: avoid;
    padding: 30px ! important;
    margin-bottom: 1rem;
    border-radius: 8px;
    box-shadow: 0 0 5px rgb(156 155 155 / 10%);
    background: #f5fafd;
}

.testimonials-grid li p:first-child {
	background: url(../images/blockquote.svg) no-repeat left 10px;
	background-size: 24px;
	text-indent: 40px;
}

.testimonials-grid li p {
    padding: 5px 0;
    font: 500 15px / 32px "Poppins", sans-serif;
    letter-spacing: 0.8px;
}

.auth {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	font-weight: bold;
	font-size: 0.9rem;
	color: #333;
}

.stars {
	font-size: 18px;
	color: #F6CC5D;
	letter-spacing: 2px;
	font-family: "Poppins", sans-serif;
}

.auth span {
    color: #000000;
    font: 600 13px / 22px "Poppins", sans-serif;
    letter-spacing: 1px;
}

.auth span img {
	width: 24px;
	display: block;
	margin: 0 auto 5px auto;
}

/* Treatments */

.treatments-grid{
	border: 1px solid #ccc;
	margin: 0 0 30px 0;
}

.treatments-content{
	padding: 30px;
	vertical-align: middle;
}

.treatments-content p{
	
}

.treatments-content a{
    background: #92d4ef;
    display: block;
    color: #000000;
    vertical-align: middle;
    font: 500 13px / 24px "Poppins", sans-serif;
    padding: 10px;
    position: relative;
    letter-spacing: 0.5px;
    width: 150px;
    text-align: center;
    border-radius: 30px;
    margin: 20px 0 0 0;
}

.treatments-img {
    padding: 10px;
    width: 400px;
	vertical-align: middle;
}


/* Tabs */

.tab-menu{
	width: 300px;
}


.textMain .tab-menu li{
    color: rgba(68, 59, 54, 1);
    font: 500 14px / 24px "Poppins", sans-serif;
    margin: 0;
    letter-spacing: 0.5px;
    background: none;
    padding: 0;
}

.textMain .tab-menu li a{
    display: block;
    color: #141414;
    padding: 12px 0 12px 20px;
    background: #f6fbfd;
}

.textMain .tab-menu li a.active-a{
    background: #92d4ef;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}














.tab{
	display: none;
}
.tab ul{
	text-align: center;
}
.tab li{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	min-width: 300px;
	vertical-align: top;
	margin: 10px 8px;
	padding: 10px ! important;
    background: #f6fbfd ! important;
}
.tab h2{
    text-align: center;
    font: 600 16px/24px "Poppins", sans-serif;
    padding: 0 0 10px 0;
    margin: 0;
}
.tab-active{
	display: block;
}

.practice-img{
	text-align: center;
	margin: 0 0 30px 0;
}

.practice-img img{
    padding: 10px;
    background: #f2f6fc;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(33 40 50 / 15%);
}


.captcha-blk {
	text-align: center;
}

.captcha-blk .g-recaptcha{
	width: 300px;
	margin: auto;
}

/* Reviews Tab */

.review-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6fbfd;
  padding: 20px 28px;
  border-radius: 14px;
  margin-bottom: 30px;
}

.review-left h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.stars {
  color: #f5b301;
  font-size: 18px;
  margin: 6px 0;
}

.rating-text {
  font-size: 14px;
  color: #555;
}

.rating-text strong {
  font-size: 22px;
  color: #0b5c6b;
  margin-right: 5px;
}

.review-tabs {
  display: flex;
  gap: 10px;
}

.review-tabs .tab {
  border: none;
  padding: 8px 14px;
  border-radius: 22px;
  background: #eaf4f6;
  color: #0b5c6b;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.5px;
}

.review-tabs .tab img {
  width: 14px;
}

.review-tabs .tab.active {
  background: #0b5c6b;
  color: #fff;
}

.testimonial-list li {
  display: none;
}

.testimonial-list li.show {
  display: block;
}


/* Whatsapp & Call BTN */

.whatsappBTN{
	display: block;
    position: fixed;
    bottom: 26px;
    right: 130px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    z-index: 999;
    color: #fff;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    background: url(../images/whatsapp-ico.svg) no-repeat center center #0a554b;
    background-size: 17px;
    transition: 0.7s all ease;
    text-align: center;
    border-radius: 50px;
    padding: 21px;
}

.callusbtn{
	position: fixed;
    bottom: 28px;
    right: 20px;
    z-index: 9999;
    font: 300 14px / 23px "Poppins", sans-serif;
    background: #FFFFFF;
    border: 1px solid #363636;
    box-shadow: 2px 3px 0px #00c4c7;
    border-radius: 24px;
    padding: 8px 16px;
    color: #202020;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: 0.5s all ease;
    width: 100px;
    text-align: center;
}

.callusbtn:hover{
    color: #ffffff;
    background: #00c4c7;
}

/* Iframe */

.appointment-section {
  width: 100%;
  padding: 40px 0;
  background: #f9f9f9;
}

.appointment-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.appointment-container iframe {
  width: 100%;
  min-height: 900px;      
  border: none;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}


/* Media Query */



@media (max-width: 1120px) {
	.ortho-cards {
		grid-template-columns: repeat(2, 1fr);
	}
	.card {
		margin: 25px 0;
	}
}

@media (max-width: 1024px) {
  .review-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .review-tabs {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .review-tabs::-webkit-scrollbar {
    display: none;
  }

  .review-tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .review-tabs .tab {
    white-space: nowrap;
    flex-shrink: 0;
  }
	.logo {
		width: 280px;
	}
  .logo a.logos {
		width: 280px;
	}
}



@media screen and (max-width: 960px) {
	.logo{
		display: block;
		width: auto;
		text-align: center;
		margin: 10px 0;
	}
	.header-right{
		display: block;
		width: auto;
		text-align: center;
	}
	.slider-img {
		width: 400px;
	}
	.footer-grid{
		display: inline-block;
		vertical-align: top;
        width: 50%;
	}
	.tab li {
		display: block;
		width: auto;
		margin: 0 0 10px 0;
	}
	.videoBorder {
		width: 95%;
	}
}


@media screen and (max-width: 860px) {
	.inputTxt {
		display: block;
		width: auto;
		margin: 10px;
	}
	.textAreaTxt {
		margin: 10px;
	}
	#Content{
		display: block;
	}
	.sidebar{
		display: block;
		margin: 30px auto 0 auto;
	}
	.textMain .testimonials-grid ul {
        columns: 2;
    }
	.contact-writup{
		display: block;
		width: auto;
	}
	.contact-block{
		display: block;
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	.doctor-r{
		display: none;
	}
	.res-doc{
		display: block;
	}
	#About-Intra {
        padding: 30px ! important;
	}
	.img-about{
		display: block;
		margin: 10px auto 30px auto;
		float: none;
	}
	.slider-img {
        width: 320px;
    }
	.tab-menu {
		width: 200px;
	}
	.treatments-grid{
        display: flex;
        flex-flow: column;
        padding: 0 0 30px 0;
	}
	.treatments-img{
        order: 1;
        width: auto;
	}
	.treatments-content{
        order: 2;
        padding: 25px 25px 0 25px;
	}
}

@media screen and (max-width: 640px) {	
	#Specialities-Intra .info {
		font: 400 16px / 28px "Poppins", sans-serif;
	}
	.specialities-list > li,
	.textMain .specialities-list > li{
		display: block;
		width: 95%;
		margin: 20px auto;
		min-height: auto;
	}
	.sticky-social{
		display: none;
	}
	#Header-Top {
		border-bottom: none;
	}
	.header-top-l{
		display: block;
		text-align: center;
	}
	.header-top-r{
		display: block;
		text-align: center;
		width: auto;
	}
	header {
		position: relative;
		z-index: 9999;
		padding: 5px 0 0 0;
	}
	body.home header {
		position: absolute;
	}
	#Header{
		padding: 10px 0 0 0;
	}
		
	.header-right {
		display: none;
	}
	#Mobile-Menu {
        display: block;
	}
	.slider-content li {
        margin: 0 12px 0 0;
	}
	.slider-content .count-txt {
        font: 400 11px / 15px "Poppins", sans-serif;
        letter-spacing: 1px;
    }
	.logo {
        text-align: left;
    }
	.logo a.logos{
		width: 280px;
		padding: 0 0 0 10px;
	}
	.slider-content h1 {
		font: 700 22px / 36px "Poppins", sans-serif;
	}
	.slider-content h1 span {
		font: 400 15px / 34px "Poppins", sans-serif;
		padding: 0;
	}
	.slider-content{
		padding: 20px;
	}
	.slider-img{
		display: none;
	}
	#Main-Banner {
		height: calc(var(--vh) * 100);
		padding-top: env(safe-area-inset-top);
		padding-bottom: env(safe-area-inset-bottom);
	}
    #Slider-Container {
        height: 100%;
    }
	.info-l{
		display: block;
	}
	.info-r{
		display: block;
		margin: auto;
	}
	.footer-intra{
		display: block;
		padding: 0 10px 20px 10px;
	}
	.footer-intra h4 {
		margin: 10px 0;
	}
	.footer-grid {
        display: block;
        width: auto;
        padding: 40px 20px 0px 20px;
    }
	.copyrights {
		padding: 60px 20px;
	}
	.creative-contact-l{
		display: block;
		margin: 0 0 30px 0;
	}
	.creative-contact-r{
		display: block;
	}
	.creativeForm {
		margin: 10px;
	}
	.map {
		margin: 30px 0 0 0;
	}
	.bannerInnertxt p {
		font: 600 20px/30px 'Oswald', sans-serif;
	}
	.bannerTxt a {
		padding: 5px 5px 5px 11px;
		width: 121px;
		margin: 20px 0 0px 0px;
		font: 400 13px/26px "Poppins", sans-serif;
	}
	#Slider-Container #Slider{
        height: 100%;
	}
	#Internal-Banner-Intra .dr-profile-text {
		font: 600 20px/30px "Poppins", sans-serif;
        color: #ffffff;
		letter-spacing: 2px;
	}
	#Internal-Banner-Intra .dr-profile-text span {
		font: 700 12px / 26px "Poppins", sans-serif;
	}
	.tab-menu ul li {
		list-style-type: none;
		display: block;
		padding: 0;
		background: none;
		width: 80%;
		margin: 10px auto;
	}
	.tab li {
		display: block;
		width: 95%;
		min-width: 300px;
		margin: 10px auto;
	}
	.review-tabs {
        display: block;
    }
	.review-tabs .tab{
        display: inline-block;
        margin: 0 10px 10px 0;
    }
	.textMain .testimonials-grid ul {
        columns: 1;
    }
	.ortho-cards {
		grid-template-columns: repeat(1, 1fr);
	}
	.ortho-cards > li {
		margin: 20px;
	}
	#Testimonials{
		padding: 90px 20px 30px 20px;
	}
	.reviews-slide{
		min-width: auto;
	}
	  #Header-Top{
		  display: none;
	  }
	  .tab-menu {
        display: block;
        width: 95%;
        margin: auto;
    }
	.tab-video{
        display: block;
	}
	.textMain .tab-menu li {
		width: auto;
	}
	.connect p.intro{
		max-width: inherit;
	}
}




@media screen and (max-width: 480px) {
	.bannerInnertxt p {
		font: 600 16px/30px 'Oswald', sans-serif;
	}
	
	  .review-left h4 {
		font-size: 15px;
	  }

	  .rating-text strong {
		font-size: 20px;
	  }

	  .review-bar {
		padding: 16px;
	  }

	  .review-tabs .tab {
		font-size: 12px;
		padding: 7px 12px;
	  }
}