*{
    padding: 0;
    margin: 0;
}
html,body{
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
  /* background-color: #03322C; */
  /* background-color: #063f1c; */
}
::-webkit-scrollbar
{
  width: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb
{
  background-color: #01CC9B;
}
#hmService {
  background: #03322C;
}
.paddingTop{
  padding-top: 50px;
} 
.paddingBottom{
  padding-bottom: 50px;
}
.serviceNameWrap {
  background: #fff;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  margin-top: 40px;
}
.serviceNameWrap span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: #fff;
  margin-right: 20px;
}
.serviceNameWrap h6 {
  color: #000;
  margin: 0;
  font-size: 16px;
}
.orange {
  background: #FF9F29;
}
.blue {
  background: #01CC9B;
}
.hmServiceWrap {
  text-align: center;
}
.commonTitle {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}
.hmService {
  margin: 50px 0;
}
#bigBanner{
  width: 100%;
  padding: 50px 0px;
  background-image: url(../images/bg1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
}
.bannerContent {
  width: 400px;
  float: right;
}
.common_paragraph p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding-bottom: 10px;
}
.common_paragraph ul li{
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}
.commonBtn {
  background: #01CC9B;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  border: 1px solid #01CC9B;
}
.commonBtn:hover {
  background:transparent;
  transition: all .5s linear;
  color: #01CC9B;
  border: 1px solid #01CC9B;
}
.commonBtn2 {
  background: #010035;
  color: #fff;
  text-decoration: none;
  padding: 10px 25px;
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #010035;
}
.commonBtn2:hover {
  background:transparent;
  color: #010035;
  transition: all .5s linear;
  border: 1px solid #010035;
}
#conditions {
  background: #03322C;
}
#conditions ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 50px 0;
  display: inline-block;
  width: 100%;
}
#conditions ul li{
  width: 25%;
  float: left;
}
#conditions ul li {
  width: 23.2%;
  float: left;
  border-top: 2px solid #01CC9B;
  padding-top: 20px;
  margin: 10px;
}
#conditions ul li:first-child{
  border-top: 2px solid #FF9F29;
}
#conditions ul li a{
  text-decoration: none;
}
.conditions h6 {
  color: #fff;
  margin-top: 20px;
  font-weight: 300;
}
.conditions img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bigBanner2{
  background-image: url(../images/big-img.jpg);
  width: 100%;
  background-position-x: center;
  background-size: cover;
  padding: 50px 0;
  /* display: flex; */
  position: relative;
  height: 658px;
  object-fit: cover;
}
/* .bigBanner2{
  background-image: url(../images/bg2.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  display: flex;
  position: relative;
  height: 500px;
} */
.bannerContent2 {
  width: 400px;
  float: right;
}
.bannerContent2 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.bannerContent2 ul {
  display: block;
  text-align: center;
}
.bannerContent2 ul li {
  width: 30%;
  margin-left: 10px;
  margin-bottom: 20px;
    display: inline-block;
}
.bannerContent2 ul li a img {
  width: 100%;
  height: 170px;
  object-fit: contain;
}
.bannerContent h2{
  color: #fff;
}
.bannerContent h5{
  color: #fff;
}
#videos {
  /* background: #03322C; */
  color: #000;
  background: #fff;
}
.youtubeVideo iframe {
  width: 100%;
  height: 100%;
}
.youtubeVideo {
  width: 80%;
  margin: 50px auto 50px;
  height: 500px;
}



#affiliations {
  background: #03322C;
  padding-top: 0;
}
#affiliations ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
#affiliations ul li {
  width: 25%;
  float: left;
  text-align: center;
  margin-top: 50px;
}

.iconWrap{
  background: #fff;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
}
.iconWrap img{
  width: 100px;
}
/* #testimonial {
  background: #03322C;
} */
#testimonial ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
#testimonial ul li {
  width: 48.2%;
  float: left;
  background: #fff;
  padding: 25px 30px 50px 25px;
  display: flex;
  border-radius: 5px;
  border-left: 10px solid #01CC9B;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
}
#testimonial ul li::after{
  position: absolute;
  content: '';
  width: 100px;
  height: 80px;
  background: #01CC9B;
  bottom: 0;
  right: 0;
}
/* #testimonial ul li:first-child::after{
  background: #FF9F29;
}
#testimonial ul li:first-child{
  border-left: 10px solid #FF9F29;
}
#testimonial ul li:first-child .testiProfile{
  border: 4px solid #FF9F29;
} */
.testiContent {
  margin-left: 20px;
}
.testiContent p {
  color: #000;
}
.testiProfile {
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  border: 4px solid #01CC9B;
}
.testiName h6 {
  font-size: 15px;
  margin-bottom: 5px;
}
.testiName span {
  color: #00000078;
  font-size: 13px;
  display: flex;
  margin-bottom: 5px;
}
footer{
  /* background-image: url(../images/footer.png); */
  background-color: #010035;
  padding: 70px 0px 40px 0px;
  /* background-attachment: fixed;
  background-position: center;
  background-size: cover; */
  width: 100%;
}
 /* .aboutbgcolor {
  background: #03322C;
}  */
.sImage img {
  width: 100%;
}
.serviceSliderContent {
  background: #01CC9B;
  padding: 50px;
  text-align: center;
}
.sImageWrap img {
  width: 200px!important;
  margin: auto;
}
.sContentWrap{
  margin-top: 50px;
}
.sContentWrap h5{
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}
.sContentWrap span{
  font-size: 18px;
  color: #fff;
  font-weight: 200;
}
.serviceSlder .owl-nav {
  display: flex!important;
  margin-top: 30px;
  justify-content: space-between;
}
.serviceSlder .owl-nav button{
  background-color: #01CC9B;
  border: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 22px;
  border-radius: 5px;
  transition:all .5s linear;
}
.serviceSlder .owl-nav button:hover{
  background: #29ffed;
  transition:all .5s linear;
}
#sContent h5 {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
#sContent h6 {
  font-size: 25px;
  color: #01cc9b;
  font-weight: 500;
  margin-bottom: 10px;
}
.inner-head {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 15px;
}
.inner-link{
  text-decoration: none;
}
#banner {
  /* height: 100vh; */
  display: flex;
  align-items: center;
}
.bannerRight ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bannerRight ul li a {
  text-decoration: none;
  color: #fff;
  background: linear-gradient(104.07deg, #01CC9B 32.95%, #009974 94.13%);
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #01cc9b70;
  border-radius: 50px;
  position: relative;
  transition:all .5s linear;
}
.bannerRight ul li a:hover{
  background: linear-gradient(104.07deg, #FF9F29 32.95%, #BB6700 94.13%);
  border: 5px solid #ff9f2973;
  transition:all .5s linear;
}


.bannerRight ul li{
  margin-bottom: 10px;
}
.bannerRight ul li a::after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/Vector.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#banner .item {
  /* filter: brightness(50%); */
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
}
.bannerRight {
  width: 350px;
  float: right;
}
.bannerLeft {
  width: 400px;
}
.bannerLeft h3 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 28px;
}
.ftrContent {
  width: 320px;
  text-align: justify;
  margin-top: 15px;
}
.ftrContent h6 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
}
.ftrMenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ftrMenu h4 {
  color: #01cc9b;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.ftrMenu ul li{
  margin-bottom: 10px;
}
.ftrMenu ul li a{
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.ftrIcons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01CC9B;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 22px;
}
#about {
  background: #03322C;
  padding: 150px 0 100px;
  position: relative;
}
#about::before {
  position: absolute;
  content: '';
  width: 170px;
  height: 300px;
  background-image: url(../images/light2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
  right: 0;
}
#about:after {
  position: absolute;
  content: '';
  width: 300px;
  height: 300px;
  background-image: url(../images/light.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 70%;
  left: 0;
}
.doctorsDetails h6 {
  color: #fff;
  margin: 15px 0px;
}
.yellowText {
  color: #FF9F29;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
}
.doctorsImg img {
  width:200px;
}
.doctorsImg {
  text-align: center;
}
.doctorsDetails {
  width: 540px;
}
.doctorsImg h6 {
  color: #fff;
  margin-top: 20px;
  text-align: center;
  font-weight: 300;
}
.content2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.content2 ul li {
  background: #01CC9B;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  padding: 15px 30px;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-left: 50px;
}
.content2 ul li:after {
  position: absolute;
  content: url(https://api.iconify.design/charm/circle-tick.svg?color=white);
  top: 19px;
  left: 25px;
  width: 11px;
  height: 11px;
  background-size: contain;
  background-position: center;
  font-size: 12px;
}
.content2 ul li:last-child{
  border: 0;
}
.content2 h5 {
  margin: 50px 0px;
}
.commonClass{
  display: flex;
  align-items: center;
}
.content2 {
    margin-top: 50px;
    position: relative;
    z-index: 9;
}
.serviceBanner {
  height: 350px;
  background: #fff;
}
#serviceBanner {
  padding: 100px 0 0px;
}
.serviceWrap {
  background: #fff;
  padding: 50px 0px 50px 0px;
}
#sContent p {
  color: #000;
  text-align: justify;
}
/* #serviceContent {
  padding: 80px 0px 50px;
} */
#sContent ul li {
  color: #000;
}
.serviceBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serviceContent h5 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}
.serviceImage img {
  width: 100%;
}
.scontent {
  background: #fff;
  padding:5px 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
.scontent span {
  min-width: 50px;
  height: 50px;
  background: #01CC9B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 20px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 200;
}
.scontent h6 {
  margin: 0;
  font-size: 14px;
}
#sContent2 h4 {
  margin-bottom: 40px;
}
.serviceAccordian {
  margin-top: 50px;
}
.serviceAccordian p{
  color: #000;
}
.serviceAccordian button {
  border: 0;
  box-shadow: none!important;
  background: transparent!important;
}
.serviceAccordian .accordion-item{
  margin-bottom: 20px;
}
.serviceAccordian button span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01cc9b;
  margin-right: 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  border-radius: 5px;
}
.serviceAccordian button h6 {
  color: #000;
  font-weight: 300;
  font-size: 15px;
  margin: 0;
}
.serviceAccordian h4 {
  margin-bottom: 50px;
}
#ConditioneBanner {
  padding: 150px 0 20px;
}
.conditionBanner{
  height: 350px;
  background: #fff;
  position: relative;
}
.conditionBanner::after{
  position: absolute;
  content: '';
  top: -20px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #FF9F29;
}
.conditionBanner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#conditionContent p {
  color: #000;
}
.conditionImg {
  margin: 40px 0px;
}
.linkWrap {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  height: 70px;
  padding-left: 20px;
}
.linkWrap h6 {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
.linkWrap a {
  width: 70px;
  height: 100%;
  color: #fff;
  background: #01cc9b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
#conditionContent {
  padding-bottom: 50px;
}
.conditionImg img {
  width: 100%;
  height: 100%;
}
.serviceWrap ul li {
  color: #000;
}
.before_after h6 {
  color: #fff;
  margin: 20px 0px;
  font-size: 18px;
}
.before_after h5 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 24px;
}
.pointWrap {
  background: #01CC9B;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}
.pointWrap h6{
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.paddingWrap {
  padding: 60px 0px;
}
.sportsPoints {
  margin-bottom: 20px;
}
.rightImg {
  height: 100%;
}
.rightImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leftContent {
  margin-right: 50px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
.leftContent p{
  text-align: justify;
}
.commonTitle2{
  margin-bottom: 40px;
}
.ourTeam {
  margin-top: 100px;
}
.imgWrap img{
  width: 70%;
  height: 100%;
  margin-left: 50px;
}
.imgWrap img:hover{
  transform: scale(1.05);
  transition: 0.5s ease-in-out;
}
.iconwrp2 img{
  width: 130px;
}
.iconwrp3 img{
  width: 150px;
}

.nameWrap {
  background: #fff;
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  width: 70%;
  margin-left: 50px;
}
.contactDetails ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.contactDetails ul li{
  width: 20%;
  float: left;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactWrap {
  min-width: 230px;
  height: 230px;
  background: #01CC9B;
  display: flex;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border: 10px solid #fff;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}
.contactWrap span {
  width: 140px;
  display: inline-block;
  text-align: center;
}
.contactWrap:hover{
  color: #fff;
}
.contactWrap label {
  display: block;
  font-size: 24px;
}
.contactFormWrap {
  background: #fff;
  padding: 0px;
  margin-top: 50px;
}

.inputStyle {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #0000000d;
  padding-bottom: 10px;
  margin-bottom: 30px;
  outline: none;
  box-shadow: none;
}
.inputStyle::placeholder{
  font-size: 14px;
  font-weight: 400;
}
.contactBtn {
  background: #01CC9B;
  color: #fff;
  border: 0;
  padding: 10px 30px;
  margin-top: 5px;
}
.contactForm label{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.uploadFile {
  background: #01cc9b12;
  padding: 10px;
}
.contactImage img {
  width: 100%;
  height: 100%;
}
.contactForm{
  margin-left: 50px;
  box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.15);
  padding: 50px;
}
.contactForm h3{
  font-size: 25px;
  color: #000;
  padding-bottom: 15px;
}
.videoWrap {
  margin-bottom: 20px;
  height: 300px;
}
.videoWrap iframe{
  width: 100%;
  height: 100%;
}
#mobileview{
  display: none;
}
#serviceContent2 {
  padding: 50px 0px;
}
.hmServiceWrap img {
  width: 100%;
}



/**/

.teamMember a{
  text-decoration: none;
  color: black;
}
.nameWrap:hover{
  background-color: rgb(0, 0, 0);
  transition: 0.5s ease-in-out;
  color: white;
}
/**/


/**/
/* Gallery  */

.h5gallery-content {

	position: absolute;

	top: 50%;

	right: 0;

	left: 0;

	transform: translateY(-70%);

	z-index: 1;

	opacity: 0;

	visibility: hidden;

	transition: .4s;

}

.h5gallery__wrapper:hover .h5gallery-content {

	opacity: 1;

	visibility: visible;

	transition: .4s;

	transform: translateY(-50%);

}

.h5gallery__wrapper::before {

	position: absolute;

	content: "";

	background-color: rgba(34, 54, 69, 0.89);

	width: 100%;

	height: 100%;

	left: 0;

	right: 0;

	opacity: 0;

	visibility: hidden;

	transition: .4s;

}

.h5gallery__wrapper:hover::before {

	opacity: 1;

	visibility: visible;

	transition: .4s;

}

.h5gallery-content>a>i {

	font-size: 20px;

	font-size: 40px;

	color: #fff;

	margin-bottom: 10px;

	transition: .4s;

}

.h5gallery-content>a>i:hover {

	color: #8fb569;

}

.h5gallery-content>h4 {

	font-size: 22px;

}

.h5gallery-content > span > a {

	font-size: 13px;

	color: #fff;

	text-transform: uppercase;

}

.h5gallery-content>span>a:hover {

	color: #e12454;

}

.gallery-button {

	text-align: center;

}

.gallery-filter>button {

	position: relative;

	font-size: 14px;

	font-weight: 600;

	color: #223645;

	text-transform: capitalize;

	border: 2px solid #e4e4e4;

	background: transparent;

	padding: 10px 18px;

	line-height: 1;

	margin: 0 5.5px;

	font-family: "Poppins", sans-serif;

	transition: .4s;

}

.gallery-filter>button.active {

	background: #e12454;

	border: 2px solid transparent;

	color: #fff;

	transition: .4s;

}

/* Gallery end */


/**/

/**/
.pw1{
  text-decoration: none;
  cursor: pointer;
}
.pw1:hover{
  background: linear-gradient(104.07deg, #FF9F29 32.95%, #BB6700 94.13%);
  color: #ffffff;
  transition: all .5s linear;
}

/**/



/* faq section */
.faq .accordion {
	width: 80%;
	margin: 15px auto;
}

.accordion-button::after {

	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");

	transform: scale(.7) !important;

}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.accordion-item {
	background-color: #fff;
	border: 0px solid rgba(0, 0, 0, .125);
	margin-bottom: 20px;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0.60rem 1.25rem;
	text-align: left;
	background-color: #fff;
	overflow-anchor: none;
	box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.08);
	color: #004B9F;
  font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
	border-radius: 15px;
	line-height: 40px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
	border-radius: 15px;
  background-color: #01cc9b;
	box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.12);
	color: #fff;
  font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 1.5rem;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #004B9F;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #01cc9b;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 15px; 
  border-bottom-left-radius: 15px; 
  font-size: 20px;
  color: #000;
  background-color: #fff;
}

/* faq section end */

.about-img img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.inner-img img{
  width: 100%;
  object-fit: cover;
}
.inner-img2 img{
  width: 100%;
  object-fit: cover;
  max-height: 330px;
}
.doctor-img img{
  width: 100%;
  object-fit: cover;
}

.home-accordian ul{
  margin: 0;
  padding: 0;

}

.step-sec {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  text-align: justify;
}

.imgbox img{
  max-width: 100%;
}

.top-pad{
  margin-top: 20px;
}


/* breadcrumb */
section.abt-banner {
  /* background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../images/bg1.jpg) no-repeat; */
  background: url(../images/service-banner.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  height: 400px;
  object-fit: cover;
}

section.abt-banner2 {
  /* background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../images/bg1.jpg) no-repeat; */
  background: url(../images/sports-medicine-banner.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  height: 400px;
  object-fit: cover;
}

section.abt-banner3 {
  /* background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../images/bg1.jpg) no-repeat; */
  background: url(../images/fracture-management-banner.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  height: 400px;
  object-fit: cover;
}

section.abt-banner4 {
  /* background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../images/bg1.jpg) no-repeat; */
  background: url(../images/deformity-correction-banner.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  height: 400px;
  object-fit: cover;
}

section.abt-banner5 {
  /* background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../images/bg1.jpg) no-repeat; */
  background: url(../images/restoration-banner.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  height: 400px;
  object-fit: cover;
}

section.condition-banner {
  /* background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../images/bg1.jpg) no-repeat; */
  background: url(../images/condition-banner.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  height: 400px;
  object-fit: cover;
}

section.contact-banner {
  /* background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../images/bg1.jpg) no-repeat; */
  background: url(../images/contact.jpg) no-repeat 0 0;
  background-size: cover;
  position: relative;
  height: 400px;
  object-fit: cover;
}

.banner-content {
  width: 100%;
  float: left;
  margin: 200px 0;
}

.banner-content h2 {
  font-weight: bold;
  color: #fff;
  font-size: 29px;
  margin: 0;
}

.brd-box {
  width: 100%;
  float: left;
}

li.breadcrumb-item a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
 li.breadcrumb-item.active {
  color: #01cc9b;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

li.breadcrumb-item+.breadcrumb-item::before {
  content: url(../images/double-arrow.png);
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}


/* slider */


/* #news-slider {
  margin-top: 80px;
}
.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8; 
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #01cc9b;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: left;
  font-size: 12px;
  background: #01cc9b;
  border: 1px solid #01cc9b;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
  text-decoration: none;
  transition: ease-in-out .4s;
}
.post-slide .read-more:hover {
  background: #fff;
  text-decoration: none;
  color: #01cc9b;
  border: 1px solid #01cc9b;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
} */

.homeservice h6{
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0px;
}

.homeservice img{
  border-radius: 10px;
}

.homeservice-inner {
  margin: 50px 0;
}

.ser-link{
  text-decoration: none;
}
.disabled.owl-next{display:none;}
.disabled.owl-prev{display:none;}

.boximg img{
  width: 100%;
  object-fit: cover;
}

.bluebg{
  background-color: #010035;
}
.testibg{
  background-color: #F4F4F4;
}

.boxsection h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom:10px;
}

.boxsection p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding-bottom: 10px;
  text-align: justify;
}

.boxsection{
  align-items: center;
  display: flex;
  padding: 30px;
}

.copyright_bg {
  background: #00906d;
}
.copy_right p {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 7px 0;
}

.develop p{
  text-align: right;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 7px 0;
}

.copy_link{
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.copy_link:hover{
  color: #fff;
  font-size: 13px;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none !important;
}

.cnt-right {
  /* background: url(../images/cnt-banner.png) no-repeat 0 0; */
  background: #00906d;
  background-size: cover;
  width: 100%;
  float: left;
  padding: 50px 40px;
}

.cnt-split {
  width: 100%;
  float: left;
  margin: 12px 0;
}

.cnt-split-cvr {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.cnts-left {
  float: left;
}

.cnts-right {
  float: left;
  padding-left: 20px;
}


.cnt-right h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
}

.cnt-right p {
  color: #fff;
}

.cnts-right h4 {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
}
.cnts-right p {
  font-size: 15px;
  color: #fff;
  margin: 0;
}

.cnts-right ul {
  padding-left: 0px;
  margin: 0;
}

.cnts-right ul li {
  text-decoration: none;
  list-style: none;
}

.cnts-right ul li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  transition: ease-in-out .4s;
}

/* 
.map-cvr {
  width: 100%;
  float: left;
  margin-bottom: 70px;
}

.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 400px;
} */

.txt-section{
  display: flex;
  align-items: center;
}

.txt-innersection {
  color: #fff;
  position: absolute;
  top: 30%;
  left: 10%;
  width: 690px;
}

.txt-innersection h5
{
  color: #fff;
  font-weight: 400;
}

/* .desktop{
  display: block;
}

.mobile{
  display: none;
} */

@media (max-width: 767px) {
  .desktop {
     display: none;
  }

  .mobile {
     display: block;
  }
  .desktopbanner {
    display: none!important;
}
.mobilebanner {
    margin-top: 64px;
}
.mobilebanner .MainbannerContent {
    padding: 40px 0;
}
.mobilebanner .item {
    height: 380px;
    background-size: cover;
}
}

@media (min-width: 768px) {
  .mobile {
     display: none;
  }

  .desktop {
     display: block;
  }
  .mobilebanner{
    display: none!important;
  }
}

