 html {
  scroll-behavior: smooth;
}
 /* Header Area Start Here */
.main-container{
	padding: 15px 60px;
}
 /* Header Area end Here */
 
 /* Main-banner section start here */
.main-banner{
	background-image: url('../img/banner/main_banner.jpg');
	height:588px;
	margin-top: 125px;
}
.main-banner h2{
	padding: 50px 20px;
	background: #00000094;
	border-radius: 8px;
}
 /* Main-banner section end here */
 
 /* About Area Start Here */

.common-section{
	/*padding-top: 50px;*/
    padding-left: 30px;
}
.common-section h4{
	color:  #ef650c;
}
.common-section h2{
	line-height:35px;
	margin-bottom: 20px;
}
.about-description{
	color: #696866;
    font-size: 18px;
    font-weight: 400;
	line-height: 26px;
	padding-right: 35px;
	/*padding-right: 171px;*/
}
/* About Area end Here */

/* Services Area Start Here */
.service-section{
	/*margin-bottom:80px;*/
}
.main-divison{
    padding-left: 110px;
    padding-right: 110px;
    /*padding-bottom: 8px;*/
	padding-bottom: 30px;
}
.common-heading{
	text-align:center;
}
.common-description{
	color: #696866;
    font-size: 17px;
    font-weight: 400;
}

.serviceBg1{
	background-image: url('../img/services/join_replacement.jpg');
	background-size:cover;
}
.serviceBg2{
	background-image: url('../img/services/ortho_trauma.jpg');
	background-size:cover;
}
.serviceBg3{
	background-image: url('../img/services/Arthroscopy.jpg');
	background-size:cover;
}
.serviceBg4{
	background-image: url('../img/services/joint_replacement.jpg');
	background-size:cover;
}
.serviceBg5{
	background-image: url('../img/services/arthroscopic_surgery.jpg');
	background-size:cover;
}
.serviceBg6{
	background-image: url('../img/services/deformity_correction_surgery.jpg');
	background-size:cover;
}
.serviceBg7{
	background-image: url('../img/services/spine_surgery.jpg');
	background-size:cover;
}
.serviceBg8{
	background-image: url('../img/services/acute_pain.jpg');
	background-size:cover;
}
.serviceBg9{
	background-image: url('../img/services/chronic_pain.jpg');
	background-size:cover;
}
.common-services{
	padding: 80px 29px;
}
.common-services h3{
	text-align: center;
	color:#fff;
}
.common-services p{
	text-align: center;
	color:#fff;
}
/* Services Area end Here */

/* Speciality Area Start Here */

 .OurServices{
	 font-size: 20px;
	 color: #fff;
	 border-bottom: 1px solid #c5c5c5;
	 text-align: center;
	 line-height: 40px;
	 padding: 16px 35px;
 }

.speciality-section{
	background-color:#333333;
	padding-bottom:80px;
}
.modernTech{
	font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #c5c5c5;
    text-align: center;
    line-height: 40px;
	/*padding: 16px 105px;*/
	padding: 16px 35px;
}
.common-head{
	font-size:30px;
}
.modernTech:hover{
	color: #ef650c;
	border-bottom: 1px solid #ef650c;
}
.certifiedDoc{
	font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #C5C5C5;
    text-align: center;
    line-height: 40px;
	/*padding: 16px 125px;*/
	padding: 16px 35px;
}
.successTreat{
	padding: 16px 90px;
}
.successTreat:hover{
	color: #ef650c;
	border-bottom: 1px solid #ef650c;
}

.certifiedDoc:hover{
	color: #ef650c;
	border-bottom: 1px solid #ef650c;
}
.common-subhead{
	/*padding-top:70px;*/
	padding-left:20px;
}
.common-subhead p{
	color: #696866;
    font-size: 21px;
	/*padding-bottom:70px;*/
}
.speciality-bgColor{
	background:#FFFFFF;
}
/*Speciality Area End Here*/


/*Professional Team section start here*/
.common-certifiedInfo{
	padding-top:170px;
}
.common-certifiedInfo h2{
	text-align:center;
}
.common-certifiedInfo h4{
	text-align:center;
	color: #696866;
    font-weight: 400;
}
.professional-section{
	padding-bottom:60px;
}
.our-team-point{
	font-size: 14px;
	margin-bottom: 10px;
}
/*Professional Team section end here*/

/* Contact us Area Start Here */
.contact-bg{
	padding: 90px 50px 90px 150px;
}
.contact-bg h2{
	color:#fff;
	padding-bottom: 15px;
}
.contact-bg p{
	color: #fff;
    font-size: 20px;
}
.contact-bg p a{
	color: #fff;
    font-size: 20px;
}
.contactIframe{
	position:absolute;
	width:100%;
	height:100%;
}
.contactEnvelope{
	display:inline-block;
	margin-top:15px;
}
.contactAddress{
	width:100%;
	display:inline-block;
}
.contactAddress span{
	float:left;
}
.contactAddress i{
	float: left;
    margin-top: 10px;
    margin-right: 10px;
    color: #ef650c;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    padding-top: 10px;

}

.contactAddress a:hover{
	color:#333;
}
/* Contact us Area End Here */



/* Footer Area Start Here */
.copyright-divison p{
	color: #fff;
    padding-top: 65px;
    text-align: right;
    padding-right: 70px;
}
.contact-us{
	background:#ef650c;
}
.footer-logo{
	padding:30px 50px 30px 150px
}
.footer-logo img{
	max-width:220px;
}
.copyright-divison a{
	color:#fff;
}
.copyright-divison a:hover{
	color:#ef650c;
}
.commonService.active,.active .commonService{
	border-color:#ef650c !important;
	color:#ef650c;
}
.commonTopPadding{
	padding-top:150px;
}
/* Footer Area End Here */



/* Media query Start here */
@media only screen and (max-width: 991px) {
.mobile-menu-nav-back{
    padding-left: 0px !important;
}
.logo-mobile img {
max-height: 60px;
}
	.col-reverse{
		flex-direction: column-reverse;
	}
	.main-banner{
		margin-top: 70px !important;
	}
	.footer-logo 
	{
		padding: 10px 0px;
		text-align: center; 
	}
	.footer-logo img 
	{
		max-width: 50%;
	}
	.copyright-divison p 
	{
		padding-top: 0px;
		padding-right: 0px;
		font-size: 12px;
		text-align: center;
		margin-bottom: 40px;
	}
	.contact-bg 
	{
		padding: 15px;
	}
	.contact-bg h2 
	{
		padding-bottom: 0px;
	}
	.contactEnvelope {
		margin-top: 15px;
		display: flex;
	}
	.professional-section 
	{
		padding-bottom: 0px;
	}
	.responsive-rightImage{
		padding-right:0px;
	}
	.responsive-leftImage
	{
		padding-left:0px;
	}
	.common-certifiedInfo 
	{
		padding-top: 20px;
		border-bottom: 1px solid #333333;
	}
	.commonTopPadding 
	{
		padding-top: 0px !important;
	}
	.main-divison 
	{
		padding-left: 0px; 
		padding-right: 0px; 
		padding-bottom: 0px; 
	}
	.common-section 
	{
		padding-top: 15px;
		padding-left: 20px;
	}
	.common-section h2 {
		margin-bottom: 0px;
		font-size: 22px;
	}
	.common-heading {
		text-align: left;
	}
	.speciality-section {
		padding-bottom: 0px; 
	}
	.common-subhead p {
		font-size: 17px;
		padding-bottom: 0px; 
	}
	.common-subhead 
	{
		padding-top: 8px;
		padding-left: 6px;
	}
	.common-head {
		font-size: 22px;
		margin-bottom: 3px;
	}
	.common-section h4 
	{
		font-size: 15px;
	}
	.common-section h4 
	{
		margin-bottom: 0px;
	}
	.modernTech 
	{
		padding: 8px 62px;
	}
	.responsive-successTreat
	{
		padding: 8px 47px;
	}
	.responsive-certifiedDoc
	{
		padding: 8px 74px;
	}
	.responsive-navTabs
	{
		text-align:center;
	}
	.responsive-speciality{
		text-align:center;
	}
	.responsive-speciality h2
	{
		margin-bottom:0px;
	}
	.service-section {
		margin-bottom: 0px;
	}
	.about-description {	
		padding-right: 0px; 
	}
	.responsive-about{
		padding-left:8px;
	}
	.responsive-section{
		/*margin-top: 50px;*/
	}
	.responsive-service{
		padding-top: 0px;
	}
	.responsive-about p{
		margin-bottom: 0px;
	}
	.responsive-professional{
		padding-top: 0px;
	}
}
