.circle-button-wrapper {
	width: 309px;
	height: 89px;
	margin-top: 145px;
}

.accordion {
    max-width: 100% !important;
}

.accordion--mixed .panel-title > a {
    font-weight: 500;
}

.accordion .panel-title > a {
    font-size: 23px;
}

.list-arrow {
    margin-top: 20px;
}

.list-arrow .list__item {
    position: relative;
    padding: 8px 5px 8px 52px;
    margin-left: 50px !important;
}

.list-arrow .list__item .icon-circle {
    position: absolute;
    top: 10px;
    left: 6px;
    color: #e61b23;
    border-color: #7ccbfc;
}

.accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 0;
    margin: 25px 0;
}

.accordion .panel-default > .panel-heading + .panel-collapse .panel-body {
    border: 0;
    margin: 25px 0 80px;
}

.pattern-dark-wrapper {
	background-image: url("../images/doctors_on_pc_emr.jpg");
	background-position: 0 50%;
	background-attachment: fixed;
}
.meet .meet__image-description:before {
	top: -83px;
}
.meet .meet__image-description {
	margin: 20px 51px 5px;
}
h2.section-title {
	color: #ea3f3f;
}
.nav-tabs > li {
	width: 100%;
}
.tabs--vertical .nav-tabs > li.active > a, .tabs--vertical .nav-tabs > li.active > a:hover, .tabs--vertical .nav-tabs > li.active > a:focus {
	color: #fff;
	background: #0684ba;
	border: 0;
	border-left: 5px solid #0684ba;
}
.tabs--vertical .tab-content {
	padding-right: 30px;
	padding-left: 30px;
	background: #f0f0f0;
	border: 0;
	border: 5px solid #0684ba;
	overflow: auto;
	padding-top: 30px;
	min-height: 651px;
}
.meet .meet__image {
    max-width: 515px;
    padding-top: 7px;
    border: 7px solid #f0f0f0;
    box-shadow: 2px 2px 5px #ccc;
    margin-left: 20px;
}
.tabs--vertical .nav-tabs > li > a {
	margin-right: 0px;
	background: #99daf6;
}

.page__text {
    text-align: center;
    font-size: 26px;
	color:#000;
}

h3 {
	margin-top: 9px;
	margin-bottom: 14px;
	font-size: 28px;
	color: #ff0000;
}
h4 {
	margin-top: 35px;
	margin-bottom: 25px;
	font-size: 21px;
	color: #000;
}
.promobox {
	padding: 32px 23px 20px 24px;
	margin: 5px;
	margin-bottom: 35px;
	text-align: center;
	background-color: #07adef;
	background-image: none !important;
/*	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(4, 4, 4, 0.04) 0%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(4, 4, 4, 0.04) 0%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(4, 4, 4, 0.04) 0%);
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(4, 4, 4, 0.04) 0%);
	background-image: linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(4, 4, 4, 0.04) 0%);*/
	-webkit-box-shadow: 0 0 0 5px #e2f7ff;
	-moz-box-shadow: 0 0 0 5px #e2f7ff;
	box-shadow: 0 0 0 5px #e2f7ff;
	overflow: hidden;
}
.promobox .promobox__text {
	max-width: 100%;
	margin-top: 5px;
	font-size: 24px;
	color: #fff;
}
.btn--highlight {
	color: #fff;
	background-color: #ed1c24;
	border-color: #ae0005;
}
.divider-circle--light {
	margin-top: 40px;
	border-top: 1px solid #e3e8ec;
	border-bottom: 1px solid #e3e8ec;
	margin-bottom: 20px;
}

@media (max-width: 768px){
.page-title .page-title-main {
    font-size: 24px !important;
    line-height: 48px;
}
.page-title {
    font-size: 21px !important;
}
.circle-button-wrapper img {width:80% !important;}
.circle-button-wrapper {
    width: 240px !important;
    margin-top: 20px !important;
}
}