.inner-banner {
    position: relative;
}
.banner_title {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
}
.banner_title h1 {
    color: #fff;
    text-shadow: 2px 2px 8px #000;
    font-size: 50px;
}
.contact-form input[type=submit] {
    border: 1px solid #2076B8;
    background-color: #2076B8;
    width: 100%;
    height: 40px;
    line-height: 30px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
}
.facility_item {
    margin-bottom: 30px;
    padding: 20px;
    border-bottom: 1px solid #CCC;
}
.facility_item  a {
    color: #225B87;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.facility_item  a:hover {
    color: #000;
    text-decoration: none;
}
.facility_item img {
    max-width: 100%;
}
.accordion-header {
    padding: 0px;
    margin: 50px 0px 10px;
    width: 100%;
    display: inline-block;
    font-weight: normal;
}
.section2 {
    /* border: 1px solid #CCC;
    padding: 30px;
    box-shadow: 2px 2px 8px #000; */
    background-color: #fff;
    border: solid 1px #2F7BB6;
    padding: 20px;
}
.section2 p {
    margin: 0 !important;
    padding-bottom: 0px !important;
    margin-top: 20px !important;
}
.btn-oc{
	background-color: #0E3D63;
    color: #fff;
    font-weight: bold;
    width: 200px;
    text-transform: uppercase;
}
.buy-now a{
	color: #fff;
	text-decoration: none;
}


.doctor_image {
    display: block;
    margin-right: 20px;
    width: 200px;
    float: left;
}
section.get-call-back span a {
    color: #000;
    text-decoration: none;
}
.translate_wrapper {
    float: right;
}
select#gtranslate_selector {
    color: #000;
    padding: 2px 5px;
    border: 0;
    background: transparent;
}
.products-item a {
    text-decoration: none;
}
.products-item h4 {
    color: #225B87;
    font-size: 20px;
    line-height: 26px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
	text-decoration: none;
}
.treatment_section h4 {
    text-align: center;
    color: #225B87;
}
.image img {
    max-width: 100%;
}
/*responsive*/
@media only screen and (max-width: 992px) {
  .accordion-header {
		color: #000;
		font-weight: bold;
		font-size: 20px;
		margin: 160px 0 30px 0;
	}
	.purpose_sel {
		width: 100% !important;
		margin-bottom: 5px !important;
	}
}