*{font-family: Arial, Helvetica, sans-serif; margin:0;padding:0;}
li {
    list-style-type: none;
}
 body {
   background-image: url(../img/background-img.png);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1em;
    color: #484846;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: 0 0;
	position:relative;
	
}
.panel-bg {
    background: #f0f0f2;
    display: inline-block;
    width: 100%;
	padding: 0 15px 15px;
}
.common_outer {
	position: absolute;
    top: 18px;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    width: 882px;
    height: auto;
    bottom: 0;
	
}
.content {
    width: 220px;
    float: left;
	margin-top: 20px;
    background-color: #fff;
	    margin-bottom: 20px;
		box-shadow: 1px 2px #ccc;
}
.subclass {
   width: 610px;
    float: left;
	  
}
.text-section {
	width: 70%;
	float: left;
	padding: 0 12px 0 30px;
}
.img-section {
	width: 30%;
	float: left;
	margin-top: 20px;
}
.img-section img {
    max-width: 100%;
    border-radius: 15px;
}
.content ul li {
    padding: 10px 14px;
    font-size: 13px;
    line-height: 1rem;
	cursor: pointer;
	border-bottom: 1px dotted;	
}
.content ul li:hover {   
	text-decoration:none ;
}
.content-manu li span a {
    color: #000;
}
 .content-manu li span a:focus {outline: 0;}
 .content ul li.active {
    background-image: linear-gradient(#890c16, #e60305);
    color: #fff;
    font-size: 16px !important;
    border-radius: 4px;
	text-decoration:none ;
	border-bottom: none;
    box-shadow: 0px 2px #000;	
}
.text-section p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.3;
}
.text-bottom h3 {
    font-size: 14px;
    color: #b7080e;
    display: inline-block;
}

.text-bottom h3.diff:hover {
   
    border-bottom: none;
    
}
.content-manu{
	padding:0 10px;
}

.Areas-of-Practice .tab2 {
    width: 100%;
    float: left;
	margin-top: 20px;
	margin-bottom: 20px;		
}
.Areas-of-Practice .tab2 ul { 
	margin-bottom: 20px;		
}

.Areas-of-Practice .tab2 ul li {
    padding: 3px 14px 0;
    font-size: 13px;
    
    text-decoration: none;
    cursor: pointer;
    border-bottom: 0.5px dotted;
}
.Areas-of-Practice .tab2 ul li:hover {
   text-decoration:none ;
}
.Areas-of-Practice .tab2 ul li.active {
  color: #3d3d3d;
    font-size: 16px !important;
   text-decoration:none ;
	border-bottom: none;
    
}

.Areas-of-Practice .text-bottom h3 {
    font-size: 14px;
    color: #626262;
    display: inline-block;
}
.Areas-of-Practice .text-bottom h3.diff {
    color: #626262;
    padding-left: 3px;
    border-bottom: 1px solid #626262;
    cursor: pointer;
}
.Areas-of-Practice .text-bottom h3.diff:hover {
   border-bottom: none;
}
.content-manu{
	padding:0 10px;
}
.text-bottom a {
	color: #626262;
	font-size: 14px;
}
#menu1 .text-section {
    width: 100%;
}
.text-bottom {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.Areas-of-Practice .list-group-item {
   background-color: transparent;
    border: none;
}
.Areas-of-Practice .panel-title {
    font-size: 13px;
}
.Areas-of-Practice span.icon {
    padding-left: 2px;
}


.Areas-of-Practice .tab1 ul {
    margin-bottom: 20px;
}
.Areas-of-Practice .list-group-item:last-child {
  border-bottom-right-radius: 0; 
     border-bottom-left-radius:0;  
}
.Areas-of-Practice .list-group-item:first-child {
   border-top-left-radius: 0; 
     border-top-right-radius:0; 
}
.Areas-of-Practice .list-group .list-group-item {
    padding: 3px 0 0 !important;
}
.Areas-of-Practice .list-group-item {

    line-height: 1.5rem !important;

}


.panel-bg .home_banner {
	padding-top: 10px;
}
.panel-bg .home_banner img {
	max-width:100%;
}
.nav {
	float: right;
	padding: 10px 0;
}
.content-pane {
	width: 100%;
	float: left;
}

.nav.navbar-nav .active a {
	color: #fff !important;
    background-image: linear-gradient(#890c16, #e60305);
	border-radius: 4px;
	border: 2px solid #890c16;
}

.nav li a {

    color: #000!important;
    font-weight: bold;
	text-decoration: none;

}
.navbar-toggle .icon-bar {
	background: #fff;

}
.navbar-toggle {
	float: left;
    background-image: linear-gradient(#890c16, #e60305);
    border: 1px solid #890c16;
    border-radius: 4px;

}
.nav > li > a {
	padding: 8px 30px;
	font-size: 13px;
}
.navbar {
	margin-bottom: 0px;
}
.nav.navbar-nav li:last-child {
	padding: 0;

}
.nav.navbar-nav li {
	padding-right: 20px;
	position: relative;

}

.home_section_br {
    border: 2px solid #dadada;
    display: inline-block;
	margin-top: 5px;

}
.nav.navbar-nav li::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 10px;
    background: #646464;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.nav.navbar-nav li:last-child::after {
	background: none;
}

/*----(29-06-2019)---*/
.profile .img-section,.location .img-section {
	margin: 0;
}
.profile .subclass h2.heading,.location .subclass h2.heading {
	font-size: 1.667em;
	font-family: "Times New Roman", Times, serif;
}
.profile h2.heading > i {
	margin-right: 10px;
}
h2.heading {
	margin-bottom: 20px;
}
.profile .content-manu {
	padding: 0;
}
.content-manu span a {
	text-decoration: none;
	color: #484846;
}
.profile-btm-section {
	float: left;
	width: 820px;
	margin: 50px 0 15px 0;
}
.profile-btm-section ul li > span,.profile-bg-white ul li > span{
	font-size: 1.667em;
	font-family: "Times New Roman", Times, serif;
}
.profile-btm-section ul li > i,.profile-bg-white ul li > i {
	font-size: 15px;
	margin-bottom: 15px;
}
.profile-btm-section ul li > strong,.profile-bg-white ul li > strong {
	font-size: 12px;
	padding-left: 15px;
}
.red{
	color:#b7080e;
}
.location .text-section p {
	margin: 0 0 3px 0;
	font-size: 13px;
}
.location ul.location-data {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.location ul.location-data li span {
	font-size: 14px;
	margin-bottom: 10px;
	float: left;
	width: 50%;
}

#menu3 .subclass {
    width: 90%;
}
#menu1 .subclass {
    width: 90%;
}
#menu3 .subclass .text-section {
    width: 100%;
}
.location .text-section {
	padding-left: 80px;
}
.location .subclass h2.heading > i {
	padding-right: 10px;
}
.location .subclass {
	border-bottom: 1px solid #c3c2c2;
	margin-bottom: 10px;
}
.location-map,.contact-form {
	width: 75%;
	float: left;
	margin-bottom: 30px;
}
.contact-form {
	background: #ffffff;
	float: left;
	padding: 0;
}
.contact-form strong {
	width: auto;
	color: #777;
	font-size: 12px;
	margin-bottom: 0px;
	display: inline-block;
	line-height: 18px;
}
.contact-form .form-horizontal {
	width: 95%;
	padding: 20px 15px;
	border: 1px solid #ddd;
	margin: 15px;
	display: inline-block;
}
.contact-form form label {
	padding-top:0 !important;
	color: #555;
	font-weight: 400;
	float:left;
	font-size:15px;
}
.contact-form strong.astrix {
	float: left;
	font-size: 16px;
	color: #b7080e;
	margin: 0 0 5px 0;
}
.contact-form .form-horizontal input {
	width: 80%;
	height: 25px;
	line-height: 25px;
	border: 1px solid #a09b96;
	border-radius: 0;
	float: left;
	margin-left: 15px;
	margin-bottom: 5px;
}
.contact-form .form-group {
	margin-bottom: 5px;
}
.contact-form .form-horizontal ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.contact-form .label-div {
	float: left;
	width: 100%;
	padding: 0 15px;
}
.contact-form .form-btm {
	float: left;
	width: 95%;
}
.submit {
	float: right;
	display: inline-block;
	background: none;
	border: none;
	color: #b7080e;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
}
.contact-form .form-horizontal ul li {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
}
.contact-form .form-horizontal ul li:last-child input {
	height: 130px;
}
.profile-bg-white {
	float: left;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}
.profile-bg-white ul {
	float: left;
	margin: 0;
	padding: 0;
}
.profile-bg-white ul > li{
	float: left;
	margin: 0;
	width:100%;
}
.profile-bg-white ul li a {
	font-size: 12px;
	color: #484846;
	padding-bottom: 10px;
	float: left;
	line-height: 20px;
}
.form-btm span {
	font-size: 13px;
	padding: 0 0 0 5px;
}
/* .content-pane { */

    /* height: 300px; */
    /* overflow: auto; */

/* } */
.tab-manu span a {

    color: #000;
    text-decoration: none;

}
.tab-manu span a:hover {
	color: #000;
    
}
@media screen and (max-width:991px){
.common_outer {
	width: 90%;	
}
.content {
	width: 30%;
}
.Areas-of-Practice .content {
 width: 100%;
  padding: 0 5px;
}
.subclass {
	width: 70%;
}
.text-section {
    width:100%;
}
.subclass {
	padding: 0 0 15px 0;
}
.profile-btm-section {
	width: 620px;
    }
.profile .text-section {
	width: 420px;
	float: left;
	padding: 20px 0 0 0;
}
.profile .subclass {
	width: 60%;
}
.profile .content {
	width: 40%;
}
.profile .text-section {
	width: 100%;
}
.location .subclass {
	width: 100%;
}
.location .text-section {
	padding-left: 60px;
	width: 60%;
}
.location-map {
	width: 100%;
}
}

@media screen and (max-width:816px){
.nav.navbar-nav li {
    padding-right: 10px;
}	
}


@media screen and (max-width:768px){
	.img-section {
	margin-left: 20px;
}
.nav {
	float: left;
 }
.navbar-nav {
	margin: 0;
}
.profile-btm-section {
	width: 540px;
    }
	.nav > li > a {
    font-size: 11px;
}
}

@media screen and (max-width:736px){
.home_section_br ul {
    width: 100%;
}	
	.nav > li > a {
    font-size: 16px;
}
.nav.navbar-nav li::after {
    background: transparent;
}
.nav.navbar-nav li {
    padding-right: 0;
}

.home_section_br .container-fluid {
	position: absolute;
	width: 100%;
	background: #fff;
}
}

@media screen and (max-width:667px){
.content,.subclass {
	width: auto;
}
.subclass {
padding:0 0 15px 0;
}
.profile .subclass,.profile .content {
	width: 100%;
}

.text-section {
	padding:0;
}
.location .text-section {
	padding: 20px 0px 0 0;
	width: 100%;
}
.location-map, .contact-form {
	width: 100%;

}
.profile-btm-section {
	width: 450px;
    }
}

@media screen and (max-width:480px){
.content, .subclass {
	width: 100%;
}
.contact-form .form-horizontal {
	width: 90%;
}
.location-map iframe {
	height: 200px;
}
.contact-form .form-horizontal ul li {
	width: 100%;
}
.contact-form .form-horizontal input {
	width: 90%;
}
.profile-btm-section {
	width: 240px;
    }
}

.g-recaptcha {
    display: inline-block;
}
#errors {
    color: #b7080e;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 5px 10px;
    margin-bottom: 5px;
}